aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/inprogress.py
Commit message (Collapse)AuthorAgeFilesLines
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-48/+0
| | | | | | | | | | | | | | | | | | | | | Comment should probably have it's own file too... I also tried to clean up the interface for setting status and severity. Both attributes involve selecting strings from predefined lists. The lists of valid strings (and descriptions of each string) are now defined in bug.py. The bug.py lists are then used to generate appropriate help strings in becommands/status.py and severity.py. This should make it easier to keep the help strings in synch with the validation information. The original status strings weren't documented, and I didn't know what they all ment, so I elimanted some of them. 'in-progress' and 'disabled' are no longer with us. Of course, it would be simple to add them back in if people don't agree with me on that. Due to the loss of 'disabled' I had to change the status of two bugs (11e and 597) to 'closed'. I removed becommands/inprogress.py as well. It's functionality was replaced by the more general status.py command, which mimics the severity.py command.
* Friendlier error message on "inprogress" or "open" with no arguments.Marien Zwart2006-04-051-1/+2
|
* unbreak some tests.Marien Zwart2006-04-051-1/+1
|
* add help to 'inprogress'.Thomas Gerigk2006-04-031-0/+12
| | | | (What does 'in-progress' mean to a bug?)
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-2/+2
|
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
|
* Changed help message for inprogressOleg Romanyshyn2005-04-221-1/+1
|
* Added new status - "in-progress"Oleg Romanyshyn2005-04-221-0/+19