be.git
2009-06-19 W. Trevor KingRemoved unused libbe/restconvert.py and fixed a typo...
2009-06-19 W. Trevor KingMerge from main branch.
2009-06-19 W. Trevor Kinglibbe/encoding.py
2009-06-15 John DoeFollow existing docstring whitespace convention.
2009-06-14 John DoeDistinguish tests for VCS which can't handle an uniniti...
2009-06-14 John DoeRefactor mega-testcases into separate true-or-false...
2009-06-14 John DoeMake RCS testcase subclasses dynamically.
2009-06-13 Chris BallUse a more general regex to test GIT commits; GIT's...
2009-03-23 Steve LoshAdded a license file (MIT/X11).
2009-02-07 Steve LoshAdded tag alpha for changeset abfe7aa4bdf3
2009-02-07 Steve LoshTagged the alpha release, and added mroe bugs.
2009-02-07 Steve LoshAdded tag alpha for changeset 8d8c7f52f3af
2009-02-07 Steve LoshBug changes.
2009-02-07 Steve LoshGot rid of the stupid config file.
2009-02-07 Steve LoshChanged some bugs around.
2009-02-07 Steve LoshApparently not enough though.
2009-02-07 Steve LoshRefactored more into the web interface.
2009-02-07 Steve LoshForgot to rearrange the script.
2009-02-07 Steve LoshForgot some imports.
2009-02-07 Steve LoshI really need to learn more about Python packages.
2009-02-07 Steve LoshPulled out the web interface.
2009-02-07 Steve LoshRemoved the debug print.
2009-02-07 Steve LoshIt works! Just need to debug one more thing.
2009-02-07 Steve LoshI think I may have it figured out.
2009-02-07 Steve LoshI has a module!
2009-02-07 Steve LoshTesting out some more packaging issues.
2009-02-07 Steve LoshTesting out some packaging issues.
2009-02-02 Steve LoshStarting packaging up.
2009-02-02 Steve LoshAdded two more bugs.
2009-02-02 Steve LoshBug assignment.
2009-02-02 Steve LoshChanges before Laura checks it out.
2009-02-01 Steve LoshImplemented bug editing.
2009-02-01 Steve LoshGot bug detail editing working, except for the summary.
2009-02-01 Steve LoshClosed the commenting bug.
2009-02-01 Steve LoshI can has commenting!
2009-02-01 Steve LoshImplemented bug adding.
2009-01-31 Steve LoshAdded the links in the bug list.
2009-01-31 Steve LoshImplemented the single bug view.
2009-01-31 Steve LoshAdded my last name.
2009-01-31 Steve LoshFixed a minor filter bug, more bug reports.
2009-01-31 Steve LoshImplemented the status filter.
2009-01-31 Steve LoshMore minor design changes.
2009-01-31 Steve LoshTable striping.
2009-01-31 Steve LoshMinor changes, and added lots of bug reports.
2009-01-31 Steve LoshMade it prettier, and added assignee filters.
2009-01-31 Steve LoshOh my god I have CSS display directives.
2009-01-31 Steve LoshGot the layout looking pretty nice.
2009-01-30 Steve LoshMoved the layout quite a bit further.
2009-01-30 Steve LoshStarted layout work.
2009-01-30 Steve LoshAdded a few bugs.
2009-01-30 Steve LoshStarted using Bugs Everywhere to track the bugs. How...
2009-01-30 Steve LoshGot the static serving working.
2009-01-30 Steve LoshVery basic working skeleton. Gets stuff from the bug...
2009-01-30 Steve LoshStarting off with an hgignore!
2009-01-07 Thomas HabetsXML output for "be show"
2008-12-21 W. Trevor KingFixed spelling mistake in test_usage.sh
2008-12-04 W. Trevor KingFixed lack of user_id caching in bugdir.BugDir
2008-12-04 W. Trevor KingClosed search bug
2008-12-04 W. Trevor KingMerged in the successful per-tree-config branch.
2008-12-04 W. Trevor KingAdded per-tree default assignee option.
2008-12-04 W. Trevor KingClosed a few old bugs that seem outdated/dealt with.
2008-12-04 W. Trevor KingFixed missing directory error when merging comments...
2008-12-04 W. Trevor Kingbecommands/severity and status now handle --complete...
2008-12-04 W. Trevor KingPer-tree status levels working.
2008-12-04 W. Trevor KingClosed 4a4609c8-1882-47de-9d30-fee410b8a802
2008-12-04 W. Trevor KingAdjusted becommands/list.py to use current bug severiti...
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-04 W. Trevor KingCleaned up some older bugs.
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 KingAdded auto-completion for becommands/set property names.
2008-12-02 W. Trevor KingConverted Comment to the settings_object system.
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-12-01 W. Trevor KingFixed some erroneous "no test suite" messages in test.py.
2008-11-29 W. Trevor KingAdded libbe/properties to make property management...
2008-11-28 W. Trevor KingAdded more helpful error message for libbe modules...
2008-11-28 W. Trevor KingOptimized bug loading from becommands/comment with...
2008-11-27 W. Trevor KingAdded becommands/comment completion.
2008-11-27 W. Trevor KingCompletion support added to becommands/help
2008-11-27 W. Trevor KingAdded bugid_args option to cmdutil.default_complete.
2008-11-27 W. Trevor KingCommand completion simplified and working for list...
2008-11-27 W. Trevor KingMerged --commands and --options into --complete. Simpl...
2008-11-27 W. Trevor KingBasic bash completion is now supported.
2008-11-27 W. Trevor KingFixed typo in becommands/comment help string.
2008-11-27 W. Trevor KingAdded --commands option to be to help with bash completion.
2008-11-25 W. Trevor KingAdded -a/n/m/r to becommands/diff.py.
2008-11-25 W. Trevor Kingadded -u/uuids option to becommands/list
2008-11-25 W. Trevor KingAdded libbe/encoding.py to wrap input/output/file acces...
2008-11-25 W. Trevor KingOops, should be passing libbe.tree.Tree.sort() args...
2008-11-25 W. Trevor KingHack to fixe encoding bug in becommands/show
2008-11-25 W. Trevor KingAdded becommands/merge to join duplicate bugs.
2008-11-25 W. Trevor KingAdjusted becommands/set to handle user_id properly.
2008-11-25 W. Trevor KingAdded invalid-value checking to becommands/set.py.
2008-11-24 W. Trevor KingMerge from W. Trevor King's tree.
2008-11-24 W. Trevor KingTweaked usage strings to increase consistency. Also...
next