aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/assign.py
Commit message (Collapse)AuthorAgeFilesLines
* Run update_copyright.py.W. Trevor King2011-05-251-0/+2
|
* Centralize assigned processing in parse_assigned & add assigned test to New.W. Trevor King2011-04-161-5/+10
|
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-0/+2
|\
| * Change status on assignment of open bugs.Robert Lehmann2010-11-261-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.0Chris Ball2011-01-081-1/+1
|/
* Ran update_copyright.py.W. Trevor King2010-10-211-1/+1
|
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+13
|
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-1/+1
|
* Updated copyright informationW. Trevor King2010-01-011-1/+1
|
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-7/+10
|
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-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-formatW. Trevor King2009-12-141-0/+1
|
* Transitioned due to Command formatW. Trevor King2009-12-141-2/+1
|
* Transitioned depend to Command formatW. Trevor King2009-12-141-3/+4
|
* Transitioned comment to Command formatW. Trevor King2009-12-141-9/+2
|
* Transitioned init to Command formatW. Trevor King2009-12-141-4/+4
|
* Added parse_user() calls to AssignW. Trevor King2009-12-141-4/+12
|
* Transitioned assign to Command formatW. Trevor King2009-12-141-57/+59
|
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+90