Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.
[be.git] / libbe / comment.py
2009-07-27 W. Trevor KingAdded cmp functions to libbe.comment, and fleshed them...
2009-07-27 W. Trevor KingHack Comment.load_settings() to work around From->Autho...
2009-07-27 W. Trevor King.sync_with_disk fixes for libbe.bugdir and .comment.
2009-07-27 W. Trevor KingAdded DiskAccessRequired errors to libbe.bug.Bug and...
2009-07-25 W. Trevor KingRenamed Comment.From and .time_string to .author and...
2009-07-21 W. Trevor KingMerged assorted changes from be.wtk-rr for BugDir.extra...
2009-07-21 W. Trevor KingAdded .extra_strings to BugDir and Comment
2009-07-21 W. Trevor KingI'll add Comment.extra_strings too, while I'm at it.
2009-07-21 W. Trevor KingCleaned up saving/sync_with_disk.
2009-07-20 W. Trevor KingCleaned up some outdated libbe.settings_object.EMPTY...
2009-07-14 W. Trevor KingUpdated GPLv2 to current GPLv2.
2009-07-12 W. Trevor KingAdded "be comment --xml --ignore-missing-references...
2009-07-12 W. Trevor KingMinor fixes to get unittests working again.
2009-07-12 W. Trevor KingAdded be-mbox-to-xml.
2009-07-11 W. Trevor King"be comment --xml" now translates comment uuids to...
2009-07-11 W. Trevor KingAdjustments to new versioned_property behavior.
2009-07-11 W. Trevor KingMerged "be comment --xml" code from home.
2009-07-10 W. Trevor Kingseems to work ;)
2009-07-02 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2009-06-26 W. Trevor KingAdded ability to handle non text/* MIME types.
2009-06-25 W. Trevor KingMerged extra-strings branch, adding be tag/depend.
2009-06-24 Chris BallMerge with W. Trevor King's tree.
2009-06-23 W. Trevor KingAdded Bug.extra_strings to support add-on functionality...
2009-06-22 W. Trevor KingUse Comment.content_type in xml output.
2009-06-22 W. Trevor KingMerged be-xml-to-mbox
2009-06-22 W. Trevor KingEscape XML strings.
2009-06-22 W. Trevor KingFixed libbe.settings_object.EMPTY output in bug/comment...
2009-06-22 W. Trevor KingAdjusted comment XML fields for consistency.
2009-06-21 W. Trevor KingMerge from Ben Finney's RCS unittest patch
2009-06-19 W. Trevor KingMerged Thomas Habets 2009-01-07 XML output for "be...
2009-06-19 W. Trevor KingMerge from main branch.
2009-01-07 Thomas HabetsXML output for "be show"
2008-12-04 W. Trevor KingMerged in the successful per-tree-config branch.
2008-12-04 W. Trevor KingFixed missing directory error when merging comments...
2008-12-03 W. Trevor KingMerged decorator branch.
2008-12-02 W. Trevor KingConverted Comment to the settings_object system.
2008-12-02 W. Trevor KingAdded decorator-style properties to bugdir. Created...
2008-12-01 W. Trevor KingAdded decorator-style properties to libbe/comment.py.
2008-11-27 W. Trevor KingAdded becommands/comment completion.
2008-11-25 W. Trevor KingAdded -a/n/m/r to becommands/diff.py.
2008-11-25 W. Trevor KingAdded libbe/encoding.py to wrap input/output/file acces...
2008-11-25 W. Trevor KingAdded becommands/merge to join duplicate bugs.
2008-11-24 W. Trevor KingMerge from W. Trevor King's tree.
2008-11-24 W. Trevor KingFixed broken doctest and inconsitent indentation from...
2008-11-24 W. Trevor KingRemoved auto-wrapping from comment.Comment.string().
2008-11-24 W. Trevor KingAdded 'allow_no_rcs' flag to RCS file system access...
2008-11-23 W. Trevor KingGo back to lazy bug loading to get execution speed...
2008-11-23 W. Trevor KingAdded archive/project init code for `./test_usage.sh...
2008-11-22 W. Trevor KingOops, these new submods are used by the new, classified...