Transition to libbe.LOG for logging
[be.git] / libbe / bug.py
2009-07-02 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2009-06-30 Chris BallMerge darcs support from W. Trevor King's tree.
2009-06-30 W. Trevor KingRemove blank line from bug.xml() output when bug has...
2009-06-26 Chris BallMerge ... W. Trevor King's tree, which allows attaching...
2009-06-26 W. Trevor KingAdded ability to handle non text/* MIME types.
2009-06-25 Chris BallMerge be --version code from W. Trevor King.
2009-06-25 Chris BallMerge with W. Trevor King's tree.
2009-06-25 W. Trevor KingAdded extra_strings functionality to libbe.bug.xml...
2009-06-25 W. Trevor KingMerged extra-strings branch, adding be tag/depend.
2009-06-25 W. Trevor Kingtag --remove now returns bug.settings["extra_strings...
2009-06-24 Chris BallMerge with W. Trevor King's tree.
2009-06-23 W. Trevor KingUse generator instead of default for libbe.bug.Bug...
2009-06-23 W. Trevor KingAdded Bug.extra_strings to support add-on functionality...
2009-06-22 W. Trevor KingAdded `be list --sort *` for user-selectable sorting.
2009-06-22 W. Trevor KingMerged be-xml-to-mbox
2009-06-22 W. Trevor KingOnly print RFC 2822 date in bug xml output.
2009-06-22 W. Trevor KingEscape XML strings.
2009-06-22 W. Trevor KingFixed libbe.settings_object.EMPTY output in bug/comment...
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 KingPer-tree status levels working.
2008-12-04 W. Trevor Kingbug severity verification now works with per-tree sever...
2008-12-04 W. Trevor KingPer-tree settings now passed into bug module.
2008-12-04 W. Trevor KingAdded per-tree configurable severities.
2008-12-03 W. Trevor KingAdded support for bug reporter field.
2008-12-03 W. Trevor KingMerged decorator branch.
2008-12-03 W. Trevor KingFixed comparison bug in Bug._get_time.
2008-12-02 W. Trevor KingBug moved 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-29 W. Trevor KingAdded libbe/properties to make property management...
2008-11-27 W. Trevor KingAdded becommands/comment completion.
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 KingAdded Bug.comments(), BugDir.has_bug() & cleaned up...
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-22 W. Trevor KingCreated and fixed bug 496edad5-1484-413a-bc68-4b01274a65eb.
2008-11-21 W. Trevor KingAnother major rewrite. Now BugDir, Bug, and Comment...
2008-11-19 W. Trevor KingMerged bug.new_comment into bug.Bug.new_comment.
2008-11-19 W. Trevor KingMoved bug.new_bug code into bugdir.BugDir.new_bug.
2008-11-19 W. Trevor KingMajor rewrite of RCS backends. RCS now represented...
2008-11-16 W. Trevor KingMerged in my git.py changed fixing Hubert Chathi's...
2008-11-16 W. Trevor KingFix Bug.string() handling of None times.
2008-11-16 W. Trevor KingAdded 'remove' command to remove bugs. Use __desc__...
2008-11-15 W. Trevor KingFixed some errors produced while moving bug_summary...
2008-11-15 W. Trevor KingMoved libbe.cmdutil.bug_summary() to libbe.bug.Bug...
2008-11-15 W. Trevor KingFixed a few more Comment.date->time calls.
2008-11-15 W. Trevor KingFixed some bug.py split effects in diff.py
2008-11-15 W. Trevor KingSplit Bug and Comment class out to bug.py from bugdir.py