aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/comment.py
Commit message (Expand)AuthorAgeFilesLines
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-141-12/+11
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-121-3/+21
* Minor fixes to get unittests working again.W. Trevor King2009-07-121-2/+1
* Added be-mbox-to-xml.W. Trevor King2009-07-121-5/+19
* "be comment --xml" now translates comment uuids to alt_ids.W. Trevor King2009-07-111-1/+1
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-111-9/+30
* seems to work ;)W. Trevor King2009-07-101-19/+67
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-011-1/+3
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-4/+18
* Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.W. Trevor King2009-06-231-4/+4
* Use Comment.content_type in xml output.W. Trevor King2009-06-221-0/+2
* Escape XML strings.W. Trevor King2009-06-221-10/+12
* Fixed libbe.settings_object.EMPTY output in bug/comment XML.W. Trevor King2009-06-221-1/+1
* Adjusted comment XML fields for consistency.W. Trevor King2009-06-221-4/+4
* Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-191-3/+48
|\
| * XML output for "be show"Thomas Habets2009-01-071-0/+31
* | Fixed missing directory error when merging comments onto a bare bug.W. Trevor King2008-12-041-0/+2
* | Converted Comment to the settings_object system.W. Trevor King2008-12-021-56/+28
* | Added decorator-style properties to bugdir. Created settings_object module.W. Trevor King2008-12-021-1/+1
* | Added decorator-style properties to libbe/comment.py.W. Trevor King2008-12-011-66/+162
* | Added becommands/comment completion.W. Trevor King2008-11-271-2/+4
* | Added -a/n/m/r to becommands/diff.py.W. Trevor King2008-11-251-2/+2
* | Added libbe/encoding.py to wrap input/output/file access appropriately.W. Trevor King2008-11-251-3/+11
* | Added becommands/merge to join duplicate bugs.W. Trevor King2008-11-241-6/+13
|/
* Fixed broken doctest and inconsitent indentation from not wrapping comments.W. Trevor King2008-11-241-2/+4
* Removed auto-wrapping from comment.Comment.string().W. Trevor King2008-11-241-2/+4
* Added 'allow_no_rcs' flag to RCS file system access methods.W. Trevor King2008-11-241-1/+1
* Go back to lazy bug loading to get execution speed back up.W. Trevor King2008-11-231-7/+7
* Added archive/project init code for `./test_usage.sh arch`.W. Trevor King2008-11-231-1/+1
* Oops, these new submods are used by the new, classified Bug & BugDir.W. Trevor King2008-11-221-0/+382