| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 54801289, which makes it impossible to save new bugs/comments. | W. Trevor King | 2011-04-16 | 1 | -1/+2 |
* | Remove old exception types from libbe.bug and libbe.comment. | W. Trevor King | 2011-04-16 | 1 | -5/+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 | -3/+8 |
* | Fix doctest after Valtteri's import-xml patch. | W. Trevor King | 2011-04-16 | 1 | -1/+1 |
* | fixed created tag handling in import-xml | Valtteri Kokkoniemi | 2011-04-16 | 1 | -0/+4 |
* | Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be | Chris Ball | 2011-01-08 | 1 | -0/+6 |
|\ |
|
| * | Add `mine' sorting criteria showing bugs assigned to yourself first. | Robert Lehmann | 2010-11-26 | 1 | -0/+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 | -2/+2 |
* | Added bugdir and comment modules to Sphinx docs | W. Trevor King | 2010-02-06 | 1 | -6/+11 |
* | Added libbe.bug to the Sphinx documentation | W. Trevor King | 2010-02-06 | 1 | -4/+8 |
* | 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 |
* | Updated copyright information | W. Trevor King | 2010-01-01 | 1 | -1/+1 |
* | Add most comments with ignore_missing_references=True. | W. Trevor King | 2009-12-28 | 1 | -1/+1 |
* | Fixed libbe.storage.util.upgrade | W. Trevor King | 2009-12-27 | 1 | -2/+2 |
* | Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementation | W. Trevor King | 2009-12-15 | 1 | -11/+16 |
* | Transitioned merge to Command-format | W. Trevor King | 2009-12-14 | 1 | -2/+1 |
* | Transitioned comment to Command format | W. Trevor King | 2009-12-14 | 1 | -7/+1 |
* | Converted libbe.storage.vcs.base to new Storage format. | W. Trevor King | 2009-12-13 | 1 | -2/+3 |
* | 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 | -99/+69 |
* | 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 | -16/+32 |
* | Transitioned bug.py to new storage format. | W. Trevor King | 2009-12-08 | 1 | -61/+46 |
* | Remove some more Bug.target references from libbe/bug.py | W. Trevor King | 2009-12-05 | 1 | -6/+2 |
* | This addresses the following portion of 22b:7: | W. Trevor King | 2009-12-05 | 1 | -4/+1 |
* | Added libbe.TESTING (defaults to False). | W. Trevor King | 2009-12-03 | 1 | -2/+5 |
* | Changed Bug and Comment.merge() kwargs. | W. Trevor King | 2009-11-30 | 1 | -16/+42 |
* | Moved comment.list_to_root() to Bug.add_comments() with some cleanups. | W. Trevor King | 2009-11-29 | 1 | -17/+42 |
* | Added comment import to Bug.from_xml(). | W. Trevor King | 2009-11-28 | 1 | -9/+89 |
* | Added Bug.merge() and Comment.merge(). | W. Trevor King | 2009-11-28 | 1 | -9/+110 |
* | Added Bug.from_xml() + some .from_xml() fixups. | W. Trevor King | 2009-11-20 | 1 | -23/+89 |
* | 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 |
* | 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 | -12/+12 |
* | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 1 | -6/+6 |
* | Added cmp functions to libbe.comment, and fleshed them out in libbe.bug. | W. Trevor King | 2009-07-27 | 1 | -1/+6 |
* | Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment. | W. Trevor King | 2009-07-26 | 1 | -24/+47 |
* | Added libbe.bug.cmp_comments(), and added that to default bug comparison. | W. Trevor King | 2009-07-23 | 1 | -1/+18 |
* | Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings(). | W. Trevor King | 2009-07-21 | 1 | -9/+2 |
* | Cleaned up saving/sync_with_disk. | W. Trevor King | 2009-07-21 | 1 | -2/+14 |
* | Cleaned up some outdated libbe.settings_object.EMPTY cruft. | W. Trevor King | 2009-07-20 | 1 | -4/+3 |
* | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 1 | -11/+11 |
* | Removed <abentley@panoramicfeedback.com> from copyright blurbs. | W. Trevor King | 2009-07-11 | 1 | -1/+0 |
* | Adjustments to new versioned_property behavior. | W. Trevor King | 2009-07-11 | 1 | -8/+8 |