aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Added bugdir and comment modules to Sphinx docsW. Trevor King2010-02-061-16/+21
* Sort comments in `be html`.W. Trevor King2010-02-021-8/+0
* Restore "content_type" kwarg to Comment.new_reply().W. Trevor King2010-02-021-7/+24
* Fixed #bea/8fc# : be crashes on outdated id-cacheW. Trevor King2010-01-241-0/+4
* Fix broken handling of non-text/plain commentsW. Trevor King2010-01-231-2/+9
* 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
* Add Comment.safe_in_reply_to to improve comment xml output.W. Trevor King2010-01-211-1/+18
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* Propogate long_to_short_user() -> long_to_short_text() and inverseW. Trevor King2009-12-291-2/+2
* Restored post-colon spaces in doctestsW. Trevor King2009-12-291-9/+9
* Add most comments with ignore_missing_references=True.W. Trevor King2009-12-281-1/+1
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-21/+25
* Transitioned merge to Command-formatW. Trevor King2009-12-141-1/+6
* Transitioned comment to Command formatW. Trevor King2009-12-141-13/+5
* Converted libbe.storage.vcs.base to new Storage format.W. Trevor King2009-12-131-3/+5
* 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-133/+54
* 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-19/+38
* Transitioned bug.py to new storage format.W. Trevor King2009-12-081-7/+11
* Transitioned comment.py to new storage format.W. Trevor King2009-12-081-73/+53
* Added libbe.TESTING (defaults to False).W. Trevor King2009-12-031-2/+5
* Avoid redundant Comment.alt_idsW. Trevor King2009-11-301-1/+3
* Changed Bug and Comment.merge() kwargs.W. Trevor King2009-11-301-9/+27
* Moved comment.list_to_root() to Bug.add_comments() with some cleanups.W. Trevor King2009-11-291-48/+3
* Added comment import to Bug.from_xml().W. Trevor King2009-11-281-1/+4
* Added Bug.merge() and Comment.merge().W. Trevor King2009-11-281-7/+75
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-211-0/+6
* Added Bug.from_xml() + some .from_xml() fixups.W. Trevor King2009-11-201-49/+48
* 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
* Pass content_type to Comment.new_reply() to fix error adding non-text/ commentsW. Trevor King2009-10-201-1/+3
* os.path.isdir() -> .exists() for check for "comments" file.W. Trevor King2009-09-211-1/+1
* Added docstrings to libbe submodules.W. Trevor King2009-08-311-0/+5
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-311-17/+17
* Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-311-3/+0
* Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-311-6/+6
* Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.W. Trevor King2009-07-311-2/+2
* Removed debugging exception from libbe/comment.py.W. Trevor King2009-07-271-1/+0
* Comment.remove() now ignores .sync_with_disk when removing the root comment.W. Trevor King2009-07-271-1/+1
* Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.W. Trevor King2009-07-271-0/+58
* Hack Comment.load_settings() to work around From->Author change.W. Trevor King2009-07-271-0/+3
* .sync_with_disk fixes for libbe.bugdir and .comment.W. Trevor King2009-07-271-1/+2
* Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.W. Trevor King2009-07-261-74/+97
* Renamed Comment.From and .time_string to .author and .date respectively.W. Trevor King2009-07-251-27/+23