Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update-copyright.py. | W. Trevor King | 2012-10-16 | 1 | -1/+2 |
| | |||||
* | Rewrite commands to use bugdirs instead of a single bugdir. | W. Trevor King | 2012-08-29 | 1 | -3/+18 |
| | | | | | | | 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. | ||||
* | Make the full UUIDs optional for `new` and `comment`. | W. Trevor King | 2012-03-03 | 1 | -1/+7 |
| | | | | | This makes the default output less threatening for new users, while still supplying the full UUIDs for driving BE from external software. | ||||
* | Print full UUIDs during `new` and `comment`. | Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Temporarily disable writing in `be new` to avoid repeated updates. | W. Trevor King | 2011-04-16 | 1 | -0/+3 |
| | |||||
* | Centralize assigned processing in parse_assigned & add assigned test to New. | W. Trevor King | 2011-04-16 | 1 | -7/+7 |
| | |||||
* | Add support for 'none' and '-' with --assigned like in `be assign` | Andrew Cooper | 2011-03-29 | 1 | -1/+6 |
| | |||||
* | Add options --status and --severity to `be new` | Andrew Cooper | 2011-03-29 | 1 | -0/+14 |
| | |||||
* | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
| | |||||
* | Added -c/--creator to `be new` | wking | 2010-06-22 | 1 | -1/+8 |
| | | | | Following Gour's suggestion on the mailing list. | ||||
* | Use _get_user_id() in New, remove unused 'user-id' prop. from Commit. | W. Trevor King | 2010-01-21 | 1 | -0/+6 |
| | | | | | Added creator field to bugs without creator information. Mostly this is due to the recent lack of creator-setting in `be new`. | ||||
* | 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 | -4/+6 |
| | |||||
* | Transition to Command-format complete. | W. Trevor King | 2009-12-15 | 1 | -0/+2 |
| | | | | | | | | Well, except for going through and updating the _long_help() strings. $ python test.py libbe.command succeeds for everything except Diff and Subscribe, which is expected since I haven't fixed up libbe.diff yet. | ||||
* | Transitioned severity to Command-format, also added Command._get_*() | W. Trevor King | 2009-12-14 | 1 | -3/+4 |
| | | | | | | | | | | | | | | 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 new to Command-format | W. Trevor King | 2009-12-14 | 1 | -49/+58 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+83 |