be.git
2012-08-24 W. Trevor Kingutil:http: pull HTTP helpers from libbe.storage.http...
2012-08-24 W. Trevor Kingstorage:http: use an explicit relative import for base.
2012-08-24 W. Trevor Kingstorage:http: adjust HTTPError message in get_post_url.
2012-08-24 W. Trevor Kingstorage:http: add agent argument to get_post_url.
2012-08-23 W. Trevor Kingcommand:serve: add SilentRequestHandler to avoid double...
2012-08-23 W. Trevor Kinglibbe:util:plugin: cleanup recent zip/egg handling...
2012-08-23 Niall Douglas... Cherrypick improved zipfile support from Niall Douglas.
2012-08-23 Niall Douglas... Cherrypick initial zipfile support from Niall Douglas.
2012-08-23 W. Trevor Kingstorage:vcs:hg: remove grandchildren from Hg._vcs_listdir.
2012-08-23 W. Trevor Kingstorage:base: add tests to catch grandchildren in ...
2012-08-23 W. Trevor Kingstorage:vcs:hg: fix missformed file_a -> file_b message...
2012-05-10 W. Trevor KingUpdate CherryPy dependency package to python-cherrypy3...
2012-04-27 W. Trevor KingFix deb-python -> dev-python typo in doc/install.txt.
2012-04-18 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-25 W. Trevor KingNormalize whitespace in interfaces/web/webpy.
2012-03-25 W. Trevor KingNormalize whitespace in interfaces/web/templates/base...
2012-03-25 Israel BasurtoAdd tag filter on the web interface
2012-03-03 W. Trevor KingApply Niall's earlier fix for comment XML loading to...
2012-03-03 W. Trevor KingMake ID expansion less strict for comment text.
2012-03-03 Niall Douglas... Fix `be import_xml` bugs.
2012-03-03 W. Trevor KingMake the full UUIDs optional for `new` and `comment`.
2012-03-02 Niall Douglas... Print full UUIDs during `new` and `comment`.
2012-02-25 Niall Douglas... Added BE_INPUT_ENCODING and BE_OUTPUT_ENCODING to allow...
2012-02-25 W. Trevor KingOops, forgot to bump the version and date when tweaking...
2012-02-25 W. Trevor KingUse a bare URL for the link from the man page to online...
2012-02-25 W. Trevor KingUse $ instead of % for the prompt in the man page bug...
2012-02-25 W. Trevor KingI changed my mind and fixed #/03d07e61#.
2012-02-25 W. Trevor KingKeep stdin (file descriptor 0) open in the pager's...
2012-02-25 W. Trevor KingAdd `new` to list of commands that should not default...
2012-02-25 W. Trevor KingHide the traceback on InvalidURL errors.
2012-02-25 W. Trevor KingRemove util.subproc.Pipe, as we no longer use it in BE.
2012-02-25 W. Trevor KingAdd CherryPy dependency and minimal install info to...
2012-02-24 Niall Douglas... Cherrypick a better version string for setup.py from...
2012-02-24 W. Trevor KingAvoid generating another StringIO instance in StringInp...
2012-02-17 W. Trevor KingShuffle doc/conf.py to get the Git revision into the...
2012-02-16 W. Trevor KingUpdate update-copyright to version 0.3.
2012-02-16 W. Trevor KingAdd update-copyright as a submodule and update release...
2012-02-16 W. Trevor KingFix release.py to allow uncommented initial _VERSION.
2012-02-16 W. Trevor KingModify release.py for external update-copyright.py.
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-02-16 W. Trevor KingTransition to my external update-copyright package.
2012-02-16 W. Trevor KingAdd .mailmap, mapping Git committers and authors to...
2012-01-02 Matěj CeplGenerated libbe/_version.py was not UTF-8 aware.
2012-01-02 Matěj CeplFix .gitignore
2012-01-02 Chris BallMerge www.physics.drexel.edu/~wking/code/git/be
2012-01-02 Chris BallFix up broken merge commit.
2011-11-14 W. Trevor KingFix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
2011-11-09 W. Trevor KingRan update_copyright.py.
2011-11-08 W. Trevor KingMention `~/.local/bin/` when using default `--user...
2011-11-08 W. Trevor KingCorrect doc/install.txt to refer to INSTALL_OPTIONS...
2011-09-08 W. Trevor KingAdd the BE_ENCODING environmental variable to override...
2011-09-08 W. Trevor KingAdjust encoding detection (using sys.getfilesystemencod...
2011-09-08 W. Trevor KingWon't fix #/03d07e61# (bad permission crash).
2011-09-08 W. Trevor KingFixed #/bc1e6ff4# (extra argument crash).
2011-09-08 W. Trevor KingOops, that forgot the equals part of Mercurial 1.9...
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-09-08 W. Trevor KingAdjust Mercurial execution so it works with version...
2011-09-08 W. Trevor KingMove Bzr.version_cmp to VCS.version_cmp.
2011-09-08 W. Trevor KingMerge remote branch 'pschumms/master'
2011-09-08 W. Trevor KingAdd Jinja to the dependency documentation.
2011-09-08 W. Trevor KingRemove redundant re import from previous bzr version_cm...
2011-09-08 Michel Alexandre... Enhance Bzr.version_cmp to handle non-numeric versions
2011-07-30 Phil SchummMinor fix to doctest for command.base.get_command(...
2011-07-30 W. Trevor KingAdd ImportError to UnknownCommand output in get_command...
2011-07-30 W. Trevor Kingbugseverywhere.org has changed URL handling, so use...
2011-07-28 Phil SchummFixed problem with Hg support under version 1.9 (mercur...
2011-06-06 Tanguy LE CARROURReport bug: crash on permission problems
2011-06-06 Tanguy LE CARROURReport bug in arguments processing
2011-05-25 W. Trevor KingRaise UserError if summary is not given to `be commit`.
2011-05-25 W. Trevor KingAttach ImportError message to UnknownCommand to aid...
2011-05-25 W. Trevor KingAdd 'Power features' page to the docs.
2011-05-25 W. Trevor KingRework summary handling in `be commit`.
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-05-25 W. Trevor KingMove Tim Guirgies' help for status/severity overrides...
2011-05-25 Tim GuirgiesRemove "be set" reference in favour of actual help
2011-05-25 Tim GuirgiesTeach be status --help to load per tree config
2011-05-25 Tim GuirgiesRestructure severity help function to match status
2011-05-12 W. Trevor KingUse open() instead of file() in CachedPathID doctests...
2011-05-12 W. Trevor KingRemove form feeds (for compatibility with 2to3).
2011-05-12 W. Trevor KingConvert tabs to spaces in a libbe.bug indention.
2011-05-12 W. Trevor KingUpdate libbe.util.id other_uuids documentation (may...
2011-05-12 W. Trevor KingMention Stats.print_callees() in doc/hacking.txt.
2011-05-12 W. Trevor KingMention Stats.print_callers() in doc/hacking.txt.
2011-05-12 W. Trevor KingMake BugDir._uuids_cache a set.
2011-05-12 W. Trevor KingCache Bug.time by hand to avoid lots of redundant calls...
2011-05-11 W. Trevor KingFix links to libbe.util.id from doc/tutorial.txt.
2011-05-11 W. Trevor KingFix test_log_request (broken by commit 36699d82).
2011-05-02 W. Trevor KingAdd extra strings to Bug.string() output.
2011-05-02 W. Trevor KingRevive the UserError/UsageError distinction
2011-05-02 W. Trevor KingAdd summary line to the Serve command.
2011-04-17 W. Trevor King"X or ''|e" -> "(X or '')|e" for proper escaping.
2011-04-17 W. Trevor KingCorrect <tdata> -> <tbody> typo in `be html` templates.
2011-04-17 W. Trevor KingEnsure comment div ids start with a letter (per validat...
2011-04-17 W. Trevor KingCorrect <tbody> -> </tbody> typo in `be html` templates.
2011-04-17 W. Trevor KingRework `be html` to use Jinja2 templates.
2011-04-17 W. Trevor King`be serve --notify` is a partial solution to /5fb ...
2011-04-17 W. Trevor KingRevert 54801289, which makes it impossible to save...
2011-04-17 W. Trevor KingFix /64c by installing with `--user` by default (vs...
2011-04-17 W. Trevor KingRemove old exception types from libbe.bug and libbe...
2011-04-17 W. Trevor KingRaise exceptions if bug or comment value files are...
next