aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bug.py
Commit message (Expand)AuthorAgeFilesLines
* doc: clean up top level module docstringsW. Trevor King2012-10-261-1/+1
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-261-3/+3
* bugdir|bug|comment: update default settings string to be value JSON.W. Trevor King2012-10-251-1/+1
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+2
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-11/+12
* bug: fix invalid root element comment -> bug in Bug.from_xml().W. Trevor King2012-08-291-1/+1
* bug: fix leading comment indentation in Bug.xml().W. Trevor King2012-08-291-3/+41
* bug: add doctest for Bug.xml().W. Trevor King2012-08-291-0/+54
* Apply Niall's earlier fix for comment XML loading to bug XML loading.W. Trevor King2012-03-031-1/+3
* Fix `be import_xml` bugs.Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)2012-03-031-2/+3
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+4
* Convert tabs to spaces in a libbe.bug indention.W. Trevor King2011-05-121-1/+1
* Cache Bug.time by hand to avoid lots of redundant calls to str_to_time.W. Trevor King2011-05-121-2/+11
* Add extra strings to Bug.string() output.W. Trevor King2011-05-021-0/+2
* Revert 54801289, which makes it impossible to save new bugs/comments.W. Trevor King2011-04-161-1/+2
* Remove old exception types from libbe.bug and libbe.comment.W. Trevor King2011-04-161-5/+0
* Raise exceptions if bug or comment value files are missing.W. Trevor King2011-04-161-2/+1
* Add --preserve-uuids to `be import-xml`.W. Trevor King2011-04-161-3/+8
* Fix doctest after Valtteri's import-xml patch.W. Trevor King2011-04-161-1/+1
* fixed created tag handling in import-xmlValtteri Kokkoniemi2011-04-161-0/+4
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-0/+6
|\
| * Add `mine' sorting criteria showing bugs assigned to yourself first.Robert Lehmann2010-11-261-0/+6
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
|/
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-2/+2
* Added bugdir and comment modules to Sphinx docsW. Trevor King2010-02-061-6/+11
* Added libbe.bug to the Sphinx documentationW. Trevor King2010-02-061-4/+8
* Move BugDir, Bug, and Comment to new _setup_saved_settingsW. Trevor King2010-01-221-3/+3
* Reworked settings_object module, but command.init tests still fail:W. Trevor King2010-01-221-2/+0
* 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