aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/mapfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Removerd the diff3 functions from mapfile.py.W. Trevor King2008-11-141-70/+0
| | | | They don't seem to be used anywhere...
* Split Bug and Comment class out to bug.py from bugdir.pyW. Trevor King2008-11-141-0/+24
| | | | | | | | | | | | | | | | | | | | | 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.
* Fixed test suite for the unicode switchAaron Bentley2006-04-011-5/+5
|
* Enforced that all key/value pairs are unicodeAaron Bentley2006-01-261-2/+2
|
* Added appropriate copyright notices, GPLed.Aaron Bentley2005-05-161-0/+16
|
* Moved FileString and get_file() into utility.pyAaron Bentley2005-03-231-31/+13
|
* Switched tree format to mapfile-basedAaron Bentley2005-03-171-98/+12
|
* Implemented diff3 splittingAaron Bentley2005-03-151-2/+76
|
* Fixed failing testAaron Bentley2005-03-151-1/+1
|
* Implemented map file format 2 generationAaron Bentley2005-03-151-0/+85
|
* Implemented mapfilesAaron Bentley2005-03-141-0/+99