be.git
2010-01-27 W. Trevor KingEncourage a run of `make` to build auto-generated files.
2010-01-25 W. Trevor KingAdded --ssl to `be serve` using cherrypy.wsgiserver.
2010-01-25 W. Trevor KingConvert libbe.command.serve to WSGI for increased flexi...
2010-01-25 W. Trevor KingRework fix for #bea/8fc# : be crashes on outdated id...
2010-01-25 W. Trevor KingDon't print 'Multiple paths' message on cache regen
2010-01-25 W. Trevor KingFixed #bea/8fc# : be crashes on outdated id-cache
2010-01-25 W. Trevor KingAdded bug #bea/8fc# : be crashes on outdated id-cache
2010-01-24 W. Trevor KingMerged be.doc documentation rewrite + bugfixes + new...
2010-01-24 W. Trevor KingRewrote documentation
2010-01-24 W. Trevor KingAdded some bugs (and fixed typo) noticed while rewritin...
2010-01-24 W. Trevor KingFix Diff.comment_body_change_string's difflib.unified_d...
2010-01-24 W. Trevor KingFixed List --severity handling, added --important
2010-01-23 W. Trevor KingFix vars call for `be target --help`
2010-01-23 W. Trevor KingUpdate --subscriber option help string for Subscribe
2010-01-23 W. Trevor KingModern ID format in `be list` _long_help
2010-01-23 W. Trevor KingFix broken handling of non-text/plain comments
2010-01-23 W. Trevor KingAdded "Created comment..." output to `be comment`
2010-01-23 W. Trevor KingReorganized documentation to clean doc/ for user-readab...
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-23 W. Trevor KingUpdate test_usage.sh
2010-01-23 W. Trevor KingFix typos in untested parts of List and Import_XML...
2010-01-23 W. Trevor KingAdded `be list --mine`
2010-01-23 W. Trevor KingInit should tell the UI about its connected storage...
2010-01-23 W. Trevor KingMove BugDir, Bug, and Comment to new _setup_saved_settings
2010-01-23 W. Trevor KingAdded testSimplePropertySetStorageSave and relavant...
2010-01-22 W. Trevor KingAdd Bzr._vcs_exists() anyway :p
2010-01-22 W. Trevor KingWe don't need VCS._vcs_exists yet, with exists only...
2010-01-22 W. Trevor KingMinor cleanups + remove debuging line in Init doctest
2010-01-22 W. Trevor KingAdd VCS._exists(), VCS.path(). Fix default handling...
2010-01-22 W. Trevor KingAdded _EMPTY and Storage.exists() to libbe.storage...
2010-01-22 W. Trevor KingReworked settings_object module, but command.init tests...
2010-01-22 W. Trevor KingAdded unprimableVal option to primed_property.
2010-01-22 W. Trevor KingAdded tests to Init to check for empty settings file
2010-01-22 W. Trevor KingBugfix merge: better Comment.xml() & libbe.util.id...
2010-01-22 W. Trevor KingAdd Comment.safe_in_reply_to to improve comment xml...
2010-01-21 W. Trevor KingDon't raise MultipleIDMatches if one of the matches...
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-21 W. Trevor KingFix be-handle-mail's notification creation for new...
2010-01-21 W. Trevor KingAjdust Target tests for cached BugDir.uuids() implement...
2010-01-21 W. Trevor KingFix _uuids_cache reset in BugDir._clear_bugs
2010-01-21 W. Trevor KingUpdate libbe.storage.util.settings_object tests for...
2010-01-21 W. Trevor KingFix version import for mercurial <= 1.1.2
2010-01-21 W. Trevor KingUse _get_user_id() in New, remove unused 'user-id'...
2010-01-21 W. Trevor KingAdd _uuids_cache management to BugDir._clear_bugs
2010-01-21 W. Trevor KingAdd wrap_id to improve id handling in be-xml-to-mbox
2010-01-21 W. Trevor KingConverted `be list --xml` to <be-xml> format.
2010-01-21 W. Trevor KingFix not-yet-loaded bug in SavedSettingsObject._get_save...
2010-01-21 W. Trevor KingImprove `be import-xml` handling of root comments ...
2010-01-20 W. Trevor KingFix BugDir._uuid_cache management for new_bug()/remove_...
2010-01-20 W. Trevor KingStrip footers (signatures) in be-mail-to-xml
2010-01-20 W. Trevor King'be-mbox-to-xml' -> 'be-mail-to-xml' + support for...
2010-01-20 W. Trevor KingOptimized BugDir.uuids, caching on-disk bug uuids.
2010-01-20 W. Trevor KingAdd entry points for functionality needed by CFBE ...
2010-01-20 W. Trevor KingAdjust to modern mercurial version definition.
2010-01-20 W. Trevor KingFix _u_rel_path problems in VCS._children
2010-01-20 W. Trevor KingFixed `be help` (used to raise NotImplementedError)
2010-01-20 W. Trevor KingAdd better help message on COMMAND-less be call
2010-01-19 W. Trevor KingAdded shortname (.id.user()) data to `be html`s comment...
2010-01-19 W. Trevor KingAllow forward slashes (/) in commit email tags in be...
2010-01-19 W. Trevor KingFixed libbe.utuil->libbe.util typo in be-handle-mail.
2010-01-19 W. Trevor KingUse relative paths *._vcs_* methods.
2010-01-19 W. Trevor KingMerged be.faster-diff branch, fixing #bea/ed5#.
2010-01-19 W. Trevor KingMarked #bea/ed5# as fixed
2010-01-19 W. Trevor KingAdjust command.serve.Serve doctest to clarify remaining...
2010-01-19 W. Trevor KingBetter error messages in VCS._get
2010-01-19 W. Trevor KingWork around the extra output of `tla file-find` to...
2010-01-19 W. Trevor KingGenerate string properly in libbe.util.subproc.CommandError
2010-01-19 W. Trevor KingWork around Mercurial issue618 in Arch backend.
2010-01-18 W. Trevor KingAdded changed() support for Darcs
2010-01-18 W. Trevor KingFix modified ID reference in libbe.diff.Diff._changed_bugs
2010-01-18 W. Trevor KingAdd .changed support to HTTP storage backend.
2010-01-18 W. Trevor KingAdd ancestors support to HTTP storage
2010-01-18 W. Trevor KingAdd .changed() support to Hg
2010-01-18 W. Trevor KingFix VCS doctest for +revision InvalidID error message
2010-01-18 W. Trevor KingAdd class name to StorageTestCase failure reporting
2010-01-18 W. Trevor KingUse RevisionedBugDir, not .duplicate_bugdir() in libbe...
2010-01-18 W. Trevor KingOptimized libbe.diff.Diff._changed when old bugdir...
2010-01-18 W. Trevor KingAdded VCS._u_find_id_from_manifest for faster id->path...
2010-01-18 W. Trevor KingAdjust VCSTestCase method docstrings for unittest.
2010-01-18 W. Trevor KingAdded VCS._ancestors
2010-01-18 W. Trevor KingAdded Storage.ancestors
2010-01-18 W. Trevor KingMoved BugDir.duplicate_bugdir to RevisionedBugDir class
2010-01-18 W. Trevor KingIgnore paths with _u_path_to_id errors in VCS.changed
2010-01-18 W. Trevor KingAdd .changed() support to Bzr
2010-01-18 W. Trevor KingAdd .changed() support to Git
2010-01-18 W. Trevor KingAdd .changed() support to VCS
2010-01-18 W. Trevor KingToo much trouble to handle Git's lack of dir versioning...
2010-01-18 W. Trevor KingAdd VersionedStorageTestCases in make_versioned_storage...
2010-01-16 W. Trevor KingAdded libbe.storage.base.VersionedStorage.changed(...
2010-01-15 W. Trevor KingUpdate setup.py to install submodules.
2010-01-03 W. Trevor KingMerged be.roadmap, adding dev issues #bea/ed5#, #bea...
2010-01-03 W. Trevor KingAdded #bea/343# : Attach tests to bugs
2010-01-03 W. Trevor KingChanged `be list --uuids` to `be list --ids`
2010-01-03 W. Trevor KingAdded doc/distributed_bugtracking with some simple...
2010-01-03 W. Trevor KingAdd #bea/814# : Add Roundup-like flexibility
2010-01-03 W. Trevor KingAdd #bea/ed5# : Slow and ugly diff implementation
2010-01-01 W. Trevor KingMerged be.html-storage
2010-01-01 W. Trevor KingUpdated NEWS
2010-01-01 W. Trevor KingFixed update_copyright.py's subproc import and updated...
2010-01-01 W. Trevor KingServe.handle_*() now raise _HandlerError so the .do_...
next