aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
Commit message (Expand)AuthorAgeFilesLines
* Move Filter, parse_status, and parse_severity from list to depend.W. Trevor King2010-10-282-67/+68
* libbe.command.depend now shares libbe.command.list's status/severity parsing ...W. Trevor King2010-10-282-38/+35
* Fixed `list --sort ...` bug.W. Trevor King2010-10-281-1/+3
* Add `list --sort time` test reproducing Gianluca's bug.W. Trevor King2010-10-281-0/+1
* Ran update_copyright.py.W. Trevor King2010-10-216-4/+6
* Default to "unknown" version info if libbe._version is missing.W. Trevor King2010-09-051-2/+1
* Fix "no attribute '_get_bugdir'" bug in `be help severity`.Marien Zwart2010-08-101-0/+1
* Avoid loading the whole bugdir when calling `be html -e`.W. Trevor King2010-07-141-3/+5
* Merge remote branch 'matclab/master'W. Trevor King2010-07-141-4/+4
|\
| * Exception when doing 'be html -e'Mathieu Clabaut2010-07-121-4/+4
* | Make Gianluca's bug status display optional for `be depend`.W. Trevor King2010-07-141-14/+22
* | Updated the changes following Chris Rewviewgian2010-07-071-3/+3
* | Added the bug summary to the output of the 'be depend' commandGianluca2010-07-071-2/+2
|/
* Remove `be open` and `be close` (again)W. Trevor King2010-06-262-122/+0
* UsageError -> UserError in a few libbe.command.* submods.W. Trevor King2010-06-264-9/+9
* Use bug.id.user() instead of bug.uuid many places in libbe.command.dependW. Trevor King2010-06-261-27/+27
* Fix Tree() calls in libbe.command.dependW. Trevor King2010-06-261-2/+2
* `be list` without --extra-strings now lists bugs with extra strings.W. Trevor King2010-06-261-1/+1
* Reworked `be list --extra-strings REGEXP` logic.W. Trevor King2010-06-251-2/+8
* Added --tags to `be list`.W. Trevor King2010-06-252-17/+61
* Ran update_copyright.pyW. Trevor King2010-06-2227-313/+344
* Merge with TrevorChris Ball2010-06-221-1/+8
|\
| * Added -c/--creator to `be new`wking2010-06-221-1/+8
* | Merge with Trevor.Chris Ball2010-06-203-251/+6
|/
* Use getreader (not getwriter) for wrapping stdinW. Trevor King2010-05-191-1/+1
* Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.W. Trevor King2010-03-191-1/+1
* Fix relative links from bug pages in `be html`.W. Trevor King2010-02-221-3/+3
* Use truncated_id in `be html` comment <div id="">W. Trevor King2010-02-221-4/+5
* Added `be html --min-id-length INT` optionW. Trevor King2010-02-201-2/+8
* Merged Gianluca's truncated-IDs in `be html` output patch.W. Trevor King2010-02-201-20/+46
|\
| * Variable lenght of the file name in the be html command.Gianluca Montecchi2010-02-111-4/+34
* | Merged Gianluca's fix of my version of Eric's patch ;)W. Trevor King2010-02-101-1/+1
|\|
| * Fixed a bug in the be html command.gian2010-02-101-1/+1
| * Merged Trevor's treeGianluca Montecchi2010-02-103-251/+6
|/
* Merged Eric Kow's HTML escaping patchW. Trevor King2010-02-091-8/+1
* Fixed docstrings so only Sphinx errors are "autosummary" and "missing attribute"W. Trevor King2010-02-071-49/+94
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-062-4/+1
* Sort comments in `be html`.W. Trevor King2010-02-021-0/+2
* Restore "content_type" kwarg to Comment.new_reply().W. Trevor King2010-02-021-2/+2
* Fix command name output of `be --complete`.W. Trevor King2010-02-012-5/+34
* libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.W. Trevor King2010-01-301-2/+34
* Fix `be show` handling for no IDsW. Trevor King2010-01-291-1/+1
* Oops, fix Comment doctest EDITOR cleanupW. Trevor King2010-01-281-1/+1
* Don't accidentally spawn VISUAL in Comment doctests.W. Trevor King2010-01-281-0/+3
* `be html` links (<a href="...) #-delimited references in text/* bodies.W. Trevor King2010-01-271-5/+34
* Streamlined libbe.command.serve, adding --auth option, #/bea/c1b#, and testing.W. Trevor King2010-01-271-176/+735
* Added --ssl to `be serve` using cherrypy.wsgiserver.W. Trevor King2010-01-251-61/+211
* Convert libbe.command.serve to WSGI for increased flexibility.W. Trevor King2010-01-251-256/+271
* Fixed List --severity handling, added --importantW. Trevor King2010-01-231-2/+3
* Fix vars call for `be target --help`W. Trevor King2010-01-231-1/+1