aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bug.py
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Add most comments with ignore_missing_references=True.W. Trevor King2009-12-281-1/+1
* Fixed libbe.storage.util.upgradeW. Trevor King2009-12-271-2/+2
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-11/+16
* Transitioned merge to Command-formatW. Trevor King2009-12-141-2/+1
* Transitioned comment to Command formatW. Trevor King2009-12-141-7/+1
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-2/+3
* Moved be to libbe.ui.command_line and transitioned to Command format.W. Trevor King2009-12-121-1/+1
* Moved bugdir, bug, and comment over to new id implementation.W. Trevor King2009-12-101-99/+69
* Reworked test.py to handle deeper directory structureW. Trevor King2009-12-081-1/+1
* Moved properties.py and settings_object.py to libbe/storage/util/W. Trevor King2009-12-081-2/+2
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-16/+32
* Transitioned bug.py to new storage format.W. Trevor King2009-12-081-61/+46
* Remove some more Bug.target references from libbe/bug.pyW. Trevor King2009-12-051-6/+2
* This addresses the following portion of 22b:7:W. Trevor King2009-12-051-4/+1
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+5
* Changed Bug and Comment.merge() kwargs.W. Trevor King2009-11-301-16/+42
* Moved comment.list_to_root() to Bug.add_comments() with some cleanups.W. Trevor King2009-11-291-17/+42
* Added comment import to Bug.from_xml().W. Trevor King2009-11-281-9/+89
* Added Bug.merge() and Comment.merge().W. Trevor King2009-11-281-9/+110
* Added Bug.from_xml() + some .from_xml() fixups.W. Trevor King2009-11-201-23/+89
* Ran the new update_copyright.pyW. Trevor King2009-11-191-1/+1
* Don't attempt to convert unicode objects to strings in *._setting_attr_string()W. Trevor King2009-11-171-1/+3
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+5
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-12/+12
* Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-311-6/+6
* Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-271-1/+6
* Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.W. Trevor King2009-07-261-24/+47
* Added libbe.bug.cmp_comments(), and added that to default bug comparison.W. Trevor King2009-07-231-1/+18
* Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings().W. Trevor King2009-07-211-9/+2
* Cleaned up saving/sync_with_disk.W. Trevor King2009-07-211-2/+14
* Cleaned up some outdated libbe.settings_object.EMPTY cruft.W. Trevor King2009-07-201-4/+3
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-11/+11
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-111-1/+0
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-111-8/+8
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Remove blank line from bug.xml() output when bug has no comments.W. Trevor King2009-06-301-2/+2
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-1/+1
* Added extra_strings functionality to libbe.bug.xml and be-xml-to-mbox.W. Trevor King2009-06-251-1/+2
* tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-251-4/+4
* Use generator instead of default for libbe.bug.Bug.extra_strings.W. Trevor King2009-06-231-1/+3
* Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.W. Trevor King2009-06-231-0/+20
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-221-16/+34
* Only print RFC 2822 date in bug xml output.W. Trevor King2009-06-221-3/+1
* Escape XML strings.W. Trevor King2009-06-221-1/+2
* Fixed libbe.settings_object.EMPTY output in bug/comment XML.W. Trevor King2009-06-221-1/+1
* Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-191-0/+36
|\
| * XML output for "be show"Thomas Habets2009-01-071-0/+37
* | Per-tree status levels working.W. Trevor King2008-12-041-9/+26
* | bug severity verification now works with per-tree severities.W. Trevor King2008-12-041-5/+1