Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -12/+13 |
| | |||||
* | Restore "content_type" kwarg to Comment.new_reply(). | W. Trevor King | 2010-02-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | It had been removed in revno: 473.1.43 committer: W. Trevor King <wking@drexel.edu> branch nick: be.restructure timestamp: Mon 2009-12-14 07:37:51 -0500 message: Transitioned comment to Command format when we pushed unicode encoding/decoding back to the Storage backend. However, with the addition of libbe.util.id.short_to_long_text(), we need it again. Also add a Doctest showing a non-text/* comment, so utilities dealing with them can see what they'll be working with. | ||||
* | Oops, fix Comment doctest EDITOR cleanup | W. Trevor King | 2010-01-28 | 1 | -1/+1 |
| | |||||
* | Don't accidentally spawn VISUAL in Comment doctests. | W. Trevor King | 2010-01-28 | 1 | -0/+3 |
| | |||||
* | Fix broken handling of non-text/plain comments | W. Trevor King | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | Added "Created comment..." output to `be comment` | W. Trevor King | 2010-01-23 | 1 | -0/+9 |
| | |||||
* | 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 | -8/+11 |
| | |||||
* | Transitioned severity to Command-format, also added Command._get_*() | W. Trevor King | 2009-12-14 | 1 | -6/+7 |
| | | | | | | | | | | | | | | 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 merge to Command-format | W. Trevor King | 2009-12-14 | 1 | -4/+5 |
| | |||||
* | Transitioned import_xml to Command-format | W. Trevor King | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | Transitioned comment to Command format | W. Trevor King | 2009-12-14 | 1 | -109/+96 |
| | |||||
* | Initial directory restructuring to clarify dependencies | W. Trevor King | 2009-12-07 | 1 | -0/+164 |