Add cfbe bug /206 from Gour
[be.git] / libbe /
2010-06-27 W. Trevor KingAh, restored altered dirname code to Monotone's root...
2010-06-27 W. Trevor KingFixed Monotone driver rooting for interface versions...
2010-06-26 W. Trevor KingUse _invoke_client (vs. old _u_invoke_client) for Monot...
2010-06-26 W. Trevor KingAdd a Storage driver for the Monotone VCS
2010-06-26 W. Trevor KingFix failure message 'X.get' -> 'X.children' in Versione...
2010-06-26 W. Trevor KingRemoved libbe.storage.vcs.base._get_version
2010-06-26 W. Trevor KingRemove `be open` and `be close` (again)
2010-06-26 W. Trevor KingUsageError -> UserError in a few libbe.command.* submods.
2010-06-26 W. Trevor KingUse bug.id.user() instead of bug.uuid many places in...
2010-06-26 W. Trevor KingFix Tree() calls in libbe.command.depend
2010-06-26 W. Trevor King`be list` without --extra-strings now lists bugs with...
2010-06-25 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-25 W. Trevor KingMerge remote branch 'gour/master'
2010-06-25 W. Trevor KingReworked `be list --extra-strings REGEXP` logic.
2010-06-25 W. Trevor KingAdded --tags to `be list`.
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-24 Chris BallMerge branch 'cfbe'
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-22 W. Trevor KingUpdated _version.py and version.py to work with Git
2010-06-22 Chris BallMerge from Trevor.
2010-06-22 W. Trevor KingMerged Chris' tutorial BE server URL update
2010-06-22 W. Trevor KingMerged Darcs fixes
2010-06-22 wkingDarcs should look in ~/.darcs/author not ~/.darcs/prefs...
2010-06-22 wkingDarcs._vcs_get_user_id() now also checks ~/.darcs/prefs...
2010-06-22 wkingUse 'darcs add --boring' for Darcs > 0.9.10
2010-06-22 Chris BallMerge with Trevor
2010-06-22 wkingUse os.path.join in libbe.storage.util.config.path.
2010-06-22 wkingAdded -c/--creator to `be new`
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingFixed Eric Kow's _darcs/prefs/author bug.
2010-05-19 W. Trevor KingUse _vcs_get_file_contents (vs get_file_contents) in...
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-05-19 W. Trevor KingUse getreader (not getwriter) for wrapping stdin
2010-03-19 W. Trevor KingCreated a bug (wontfix) for Anton Batenev's default...
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-22 W. Trevor KingFix relative links from bug pages in `be html`.
2010-02-22 W. Trevor KingUse truncated_id in `be html` comment <div id="">
2010-02-20 W. Trevor KingFix len(char) assertion typo in libbe.util.utility...
2010-02-20 W. Trevor KingAdded `be html --min-id-length INT` option
2010-02-20 W. Trevor KingMerged Gianluca's truncated-IDs in `be html` output...
2010-02-11 Gianluca MontecchiVariable lenght of the file name in the be html command.
2010-02-10 gianFixed a bug in the be html command.
2010-02-10 W. Trevor KingMerged Gianluca's fix of my version of Eric's patch ;)
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-07 W. Trevor KingFixed docstrings so only Sphinx errors are "autosummary...
2010-02-07 W. Trevor KingUse email.utils.formataddr/parseaddr to generate/parse...
2010-02-06 W. Trevor KingUse numpydoc and generate-libbe-txt.py to autogenerate...
2010-02-06 W. Trevor KingAdded bugdir and comment modules to Sphinx docs
2010-02-06 W. Trevor KingAdded libbe.bug to the Sphinx documentation
2010-02-02 W. Trevor KingSort comments in `be html`.
2010-02-02 W. Trevor KingRestore "content_type" kwarg to Comment.new_reply().
2010-02-01 W. Trevor KingMade Bzr/Darcs.version_cmp() more robust in response...
2010-02-01 W. Trevor KingFixed Chris' "zero name length for Mercurial w/o ~...
2010-02-01 W. Trevor KingFix command name output of `be --complete`.
2010-02-01 W. Trevor KingClearer UnicodeDecodeError message in command_line...
2010-01-30 W. Trevor Kinglibbe.command.html.HTMLGen._long_to_linked_user() handl...
2010-01-30 W. Trevor KingAlways load settings when initializing BugDir from...
2010-01-29 W. Trevor KingFix `be show` handling for no IDs
2010-01-29 W. Trevor KingFix editor spawning on null-string EDITOR and VISUAL.
2010-01-29 W. Trevor KingMerged some new bugs and be-xml-to-mbox extra_strings fix
2010-01-28 W. Trevor KingAdd some workarounds for older bzrlibs. Tested on...
2010-01-28 W. Trevor KingWork around "bzr ls --non-recursive PATH : no list...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_cat() output for pre 1.6.0...
2010-01-28 W. Trevor KingFix bzrlib.builtins.cmd_ls() recursion argument for...
2010-01-28 W. Trevor KingMerged with be.wtk trunk
2010-01-28 W. Trevor KingOops, fix Comment doctest EDITOR cleanup
2010-01-28 W. Trevor KingDon't accidentally spawn VISUAL in Comment doctests.
2010-01-27 W. Trevor KingImplement Arch._vcs_path()
2010-01-27 W. Trevor KingImplement Arch._vcs_changed().
2010-01-27 W. Trevor KingFix StorageTestCase.classname -> ._classname()
2010-01-27 W. Trevor King`be html` links (<a href="...) #-delimited references...
2010-01-27 W. Trevor KingMerged clarifications requested by Ben Finney
2010-01-27 W. Trevor KingMake VCS error messages and Storage test failures more...
2010-01-27 W. Trevor KingMerged be.auth, adding "--auth" to `be serve`
2010-01-27 W. Trevor KingStreamlined libbe.command.serve, adding --auth option...
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-24 W. Trevor KingMerged be.doc documentation rewrite + bugfixes + new...
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 KingFixed some bugs in settings_object handling and got...
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...
next