.. -*- coding: utf-8 -*- Version 0.12 ------------ :publication date: 2007/11/21 :expected date: n/a Ticket #2535 object without id in reports ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved In the DocBook reports, the first object in the generated files doesn't have an id atttribute. It would be easier to reference it in the XML includes if it had one. Comments :: On 2006/10/20 17:49 - ocayrol wrote : This has already been corrected in the hg repository Ticket #2531 outdated examples ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.750 :state: resolved The examples for projman have never been updated. Their format is not compatible with the current version of projman. Ticket #2949 desactivate details in project description ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved In the DocBook description of the project, you may want to not include the begin/end dates of the tasks. Sometimes (e.g. when describing a block of days that will be consumed during a whole year) they are not judicious. Comments :: On 2006/11/06 19:25 - ocayrol wrote : See the --display-date=n or --display-date=y option with the hg version Ticket #2953 detecting the XML errors all together ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved Today, projman reads the XML files and stops when it finds a syntaxic error. It would be far better to read all the files and list all the syntaxic errors at once. Comments :: On 2006/11/06 19:28 - ocayrol wrote : It's already done in hg version. Ticket #2945 management by workpackage ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.500 :state: resolved Be able to get the results of projman for the various workpackages of a project (i.e. the highest level tasks) This is really useful when some workpackages are optional or when you want to compute the costs by wp Comments :: On 2006/11/06 19:19 - ocayrol wrote : See the --task-root option Ticket #2525 planner to projman conversion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: deprecated With the 0.9 version, a simple three-tasked project described with planner format cannot be converted to the projman format. It produces a KeyError in projman_writer. Ticket #4070 datamodel changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.250 :state: resolved so far tasks had duration. this is a bad way of putting things. actually a task has a (work)load and its duration depends on the resources that actively perform it. task loads can be of different types: * load can be shared among the resources (takes 10 days to make something, two persons would do it in five days) * load can be the same for all the resources (a 1 day meeting) * load can be taken by one of the resource (one person has to run the 5 days training session) * load can be spread over the duration (one project manager will spend 5 days in total during the whole project) Moreover, resources can be active (a software developer) or passive (a meeting room). Only active resources contribute to achieve the workload, but passive resources are necessary to achieve the task. Hence in the new datamodel. * the duration tag is removed * a 'load' attribute is added to the tag task (its value is an int) * a 'load_type' attribute is added to the tag task (its value is in {shared, sameforall, oneof, spread}) * a 'type' attribute is added to the tag use-resource (its value is either active or passive and is considered to be active by default) Ticket #2538 generating the diagrams in SVG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.000 :state: resolved Firefox can now render SVG. So, let's go! Ticket #2515 -I option without schedule.xml file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.000 :state: resolved when -I option is set on the command line, projman reads the project file and processes the schedule file (schedule.xml). If this file doesn't exist, projman crashes whereas it should just complain and pass. Comments :: On 2007/06/25 10:56 - laubry wrote : seems to work with current head Ticket #2540 refactoring the command line options ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 2.000 :state: resolved Today, you type projman -s to make a schedule and you have then access to another set of options (specific for the scheduling). We should better use a schedule (or sch) keyword and type projman schedule (and then the options). See also the impact on logilab.common.configuration (use it and add the missing functionnalities). Comments :: On 2006/11/06 19:13 - ocayrol wrote : syt said on 2006/08/22 : It is really urgent as adding a new option is painfull ... Ticket #2542 replacing pyxml with element-tree (or other) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: enhancement :load: 0.000 :state: resolved for having better performances and understandable error messages Ticket #2519 unicode characters in the XML files ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :type: bug :load: 0.250 :state: resolved You cannot put special characters (e.g. u153) in the task title.