Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite commands to use bugdirs instead of a single bugdir. | W. Trevor King | 2012-08-29 | 1 | -3/+4 |
| | | | | | | | The bulk of the work is in regard to XML, with new BugDir.xml and .from_xml methods to support the new <bugdir> entity. I also split the guts import_xml's ._run method into sub-methods to make the import logic more obvious. | ||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 1 | -10/+10 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 1 | -0/+2 |
| | |||||
* | Centralize assigned processing in parse_assigned & add assigned test to New. | W. Trevor King | 2011-04-16 | 1 | -5/+10 |
| | |||||
* | Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be | Chris Ball | 2011-01-08 | 1 | -0/+2 |
|\ | |||||
| * | Change status on assignment of open bugs. | Robert Lehmann | 2010-11-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | After a bug has been assigned from status `open' it is no longer eligible for that status as described: A working bug that has not been assigned to a developer. | ||||
* | | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
|/ | |||||
* | Ran update_copyright.py. | W. Trevor King | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
| | |||||
* | Use numpydoc and generate-libbe-txt.py to autogenerate API documentation | W. Trevor King | 2010-02-06 | 1 | -1/+1 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Added UserInterface and other improved abstractions for command handling | W. Trevor King | 2009-12-31 | 1 | -7/+10 |
| | |||||
* | Transitioned severity to Command-format, also added Command._get_*() | W. Trevor King | 2009-12-14 | 1 | -15/+16 |
| | | | | | | | | | | | | | | The old .requires_* thing was rediculous. The new ._get_*() callbacks allow the caller to provide a means for getting the expensive structures, which the command can use, or not, as required. This will also make it easier to implement the completion callbacks. The callbacks should probably have matching .set_*() methods, to avoid the current cache tweaking cmd._storage = ... etc. But that can wait for now... | ||||
* | Transitioned html to Command-format | W. Trevor King | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | Transitioned due to Command format | W. Trevor King | 2009-12-14 | 1 | -2/+1 |
| | |||||
* | Transitioned depend to Command format | W. Trevor King | 2009-12-14 | 1 | -3/+4 |
| | |||||
* | Transitioned comment to Command format | W. Trevor King | 2009-12-14 | 1 | -9/+2 |
| | |||||
* | Transitioned init to Command format | W. Trevor King | 2009-12-14 | 1 | -4/+4 |
| | |||||
* | Added parse_user() calls to Assign | W. Trevor King | 2009-12-14 | 1 | -4/+12 |
| | |||||
* | Transitioned assign to Command format | W. Trevor King | 2009-12-14 | 1 | -57/+59 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+90 |