| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old exception types from libbe.bug and libbe.comment. | W. Trevor King | 2011-04-16 | 1 | -12/+0 |
* | Raise exceptions if bug or comment value files are missing. | W. Trevor King | 2011-04-16 | 1 | -2/+1 |
* | Add --preserve-uuids to `be import-xml`. | W. Trevor King | 2011-04-16 | 1 | -2/+6 |
* | 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 | -11/+12 |
* | Use numpydoc and generate-libbe-txt.py to autogenerate API documentation | W. Trevor King | 2010-02-06 | 1 | -1/+1 |
* | Added bugdir and comment modules to Sphinx docs | W. Trevor King | 2010-02-06 | 1 | -16/+21 |
* | Sort comments in `be html`. | W. Trevor King | 2010-02-02 | 1 | -8/+0 |
* | Restore "content_type" kwarg to Comment.new_reply(). | W. Trevor King | 2010-02-02 | 1 | -7/+24 |
* | Fixed #bea/8fc# : be crashes on outdated id-cache | W. Trevor King | 2010-01-24 | 1 | -0/+4 |
* | Fix broken handling of non-text/plain comments | W. Trevor King | 2010-01-23 | 1 | -2/+9 |
* | Move BugDir, Bug, and Comment to new _setup_saved_settings | W. Trevor King | 2010-01-22 | 1 | -3/+3 |
* | Reworked settings_object module, but command.init tests still fail: | W. Trevor King | 2010-01-22 | 1 | -2/+0 |
* | Add Comment.safe_in_reply_to to improve comment xml output. | W. Trevor King | 2010-01-21 | 1 | -1/+18 |
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
* | Propogate long_to_short_user() -> long_to_short_text() and inverse | W. Trevor King | 2009-12-29 | 1 | -2/+2 |
* | Restored post-colon spaces in doctests | W. Trevor King | 2009-12-29 | 1 | -9/+9 |
* | Add most comments with ignore_missing_references=True. | W. Trevor King | 2009-12-28 | 1 | -1/+1 |
* | Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation | W. Trevor King | 2009-12-15 | 1 | -21/+25 |
* | Transitioned merge to Command-format | W. Trevor King | 2009-12-14 | 1 | -1/+6 |
* | Transitioned comment to Command format | W. Trevor King | 2009-12-14 | 1 | -13/+5 |
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 1 | -3/+5 |
* | Moved be to libbe.ui.command_line and transitioned to Command format. | W. Trevor King | 2009-12-12 | 1 | -1/+1 |
* | Moved bugdir, bug, and comment over to new id implementation. | W. Trevor King | 2009-12-10 | 1 | -133/+54 |
* | Reworked test.py to handle deeper directory structure | W. Trevor King | 2009-12-08 | 1 | -1/+1 |
* | Moved properties.py and settings_object.py to libbe/storage/util/ | W. Trevor King | 2009-12-08 | 1 | -2/+2 |
* | Transitioned bugdir.py to new storage format. | W. Trevor King | 2009-12-08 | 1 | -19/+38 |
* | Transitioned bug.py to new storage format. | W. Trevor King | 2009-12-08 | 1 | -7/+11 |
* | Transitioned comment.py to new storage format. | W. Trevor King | 2009-12-08 | 1 | -73/+53 |
* | Added libbe.TESTING (defaults to False). | W. Trevor King | 2009-12-03 | 1 | -2/+5 |
* | Avoid redundant Comment.alt_ids | W. Trevor King | 2009-11-30 | 1 | -1/+3 |
* | Changed Bug and Comment.merge() kwargs. | W. Trevor King | 2009-11-30 | 1 | -9/+27 |
* | Moved comment.list_to_root() to Bug.add_comments() with some cleanups. | W. Trevor King | 2009-11-29 | 1 | -48/+3 |
* | Added comment import to Bug.from_xml(). | W. Trevor King | 2009-11-28 | 1 | -1/+4 |
* | Added Bug.merge() and Comment.merge(). | W. Trevor King | 2009-11-28 | 1 | -7/+75 |
* | Broke `be comment --xml` out and extended into `be import-xml`. | W. Trevor King | 2009-11-21 | 1 | -0/+6 |
* | Added Bug.from_xml() + some .from_xml() fixups. | W. Trevor King | 2009-11-20 | 1 | -49/+48 |
* | Ran the new update_copyright.py | W. Trevor King | 2009-11-19 | 1 | -1/+1 |
* | Don't attempt to convert unicode objects to strings in *._setting_attr_string() | W. Trevor King | 2009-11-17 | 1 | -1/+3 |
* | Pass content_type to Comment.new_reply() to fix error adding non-text/ comments | W. Trevor King | 2009-10-20 | 1 | -1/+3 |
* | os.path.isdir() -> .exists() for check for "comments" file. | W. Trevor King | 2009-09-21 | 1 | -1/+1 |
* | Added docstrings to libbe submodules. | W. Trevor King | 2009-08-31 | 1 | -0/+5 |
* | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 1 | -17/+17 |
* | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 1 | -3/+0 |
* | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 1 | -6/+6 |
* | Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1. | W. Trevor King | 2009-07-31 | 1 | -2/+2 |
* | Removed debugging exception from libbe/comment.py. | W. Trevor King | 2009-07-27 | 1 | -1/+0 |
* | Comment.remove() now ignores .sync_with_disk when removing the root comment. | W. Trevor King | 2009-07-27 | 1 | -1/+1 |
* | Added cmp functions to libbe.comment, and fleshed them out in libbe.bug. | W. Trevor King | 2009-07-27 | 1 | -0/+58 |
* | Hack Comment.load_settings() to work around From->Author change. | W. Trevor King | 2009-07-27 | 1 | -0/+3 |