summaryrefslogtreecommitdiff
path: root/libbe
Commit message (Expand)AuthorAge
* manually manage the version fileAntoine Beaupré2013-10-20
* Bumped to version 1.1.1W. Trevor King2012-11-17
* Merge branch 'python2.6' into v1.1.x (explicit format specifiers)W. Trevor King2012-11-17
|\
| * Add explicit positional argument specifiers to .format() stringsW. Trevor King2012-11-17
* | Bumped to version 1.1.0W. Trevor King2012-11-12
|/
* storage:base: convert to Python 3.3 compatibilityW. Trevor King2012-11-12
* storage: convert to Python 3 compatibilityW. Trevor King2012-11-12
* version: convert to Python 3 compatibilityW. Trevor King2012-11-12
* util:wsgi: handle all dispatch() exceptions in BEExceptionAppW. Trevor King2012-10-28
* util:http: special handling for HTTP_USER_ERROR in get_post_url().W. Trevor King2012-10-28
* Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418W. Trevor King2012-10-28
* util:wsgi: catch NoIDMatches in BEExceptionAppW. Trevor King2012-10-28
* util:wsgi: add --daemon, --pidfile, and --logfileW. Trevor King2012-10-28
* util:wsgi: fix From -> from typo in pyOpenSSL commentW. Trevor King2012-10-27
* util:wsgi: fix get_cert_filenames -> _get_cert_filenames typoW. Trevor King2012-10-27
* util:wsgi: import os.path for _get_cert_filenames()W. Trevor King2012-10-27
* util:wsgi: fix Clossing -> Closing typo.W. Trevor King2012-10-27
* util:wsgi: remove %default from option help stringsW. Trevor King2012-10-27
* command:html: remove %default from option help stringsW. Trevor King2012-10-27
* storage:util:upgrade: use YAML parser to get BE Tree 1 0 settingsW. Trevor King2012-10-27
* storage:vcs:git: don't accept pygit2 version 0.17.3.W. Trevor King2012-10-27
* command:serve_*: remove wordy "with, for example" from help messageW. Trevor King2012-10-27
* command:serve_commands: fix --repo -> --server in help messageW. Trevor King2012-10-27
* storage:util:upgrade: make yaml import optional (unless it isn't)W. Trevor King2012-10-26
* command: use mapfiles (JSON) instead of YAML for the command serverW. Trevor King2012-10-26
* storage:util:mapfile: add `context` argument to generate()W. Trevor King2012-10-26
* doc: clean up top level module docstringsW. Trevor King2012-10-26
* libbe:bugdir: avoid SimpleBugDir is not a item nameW. Trevor King2012-10-26
* doc: update :attr: to :py:attr: for modern Sphinx.W. Trevor King2012-10-26
* doc: update :data: to :py:data: for modern Sphinx.W. Trevor King2012-10-26
* doc: update :meth: to :py:meth: for modern Sphinx.W. Trevor King2012-10-26
* doc: update :class: to :py:class: for modern Sphinx.W. Trevor King2012-10-26
* storage:vcs:base: avoid `is not a item name` Sphinx error.W. Trevor King2012-10-26
* doc: update :mod: to :py:mod: for modern Sphinx.W. Trevor King2012-10-26
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-26
* storage:util:config: path() now defaults to ~/.config/bugs-everywhereW. Trevor King2012-10-26
* version: use abbreviated SHA instead of explicit _VERSION in master branchW. Trevor King2012-10-25
* bugdir|bug|comment: update default settings string to be value JSON.W. Trevor King2012-10-25
* storage:util:mapfile: fix YAML -> JSON in docstrings.W. Trevor King2012-10-25
* Ran update-copyright.py.W. Trevor King2012-10-16
* storage:vcs:git: check for existence of pygit2.__version__.W. Trevor King2012-09-17
* command:html: convert -moz-border-radius to border-radius.W. Trevor King2012-09-17
* command.html: display "Target:" detail for bugs with targets.W. Trevor King2012-09-17
* command:html: fix two auto% -> auto typos in CSS.W. Trevor King2012-09-17
* storage:util:mapfile: convert YAML settings to JSON.W. Trevor King2012-09-17
* storage:vcs:git: move Git to ExecGit and add PygitGit using pygit2.W. Trevor King2012-09-13
* storage:vcs:base: fix _gets_ -> _get_ typo in test_gets_existing_user_id.W. Trevor King2012-09-13
* storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.W. Trevor King2012-09-13
* command:html: add --strip-email option.W. Trevor King2012-09-03
* command:html: oops, use default arguments for 'notify' and 'auth'.W. Trevor King2012-09-03