aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Added DOCTYPE to detail html as wellW. Trevor King2009-08-071-0/+2
* Respect bugdir's encoding in html generationW. Trevor King2009-08-071-7/+7
* Added DOCTYPE and post-</div> endlinesW. Trevor King2009-08-071-2/+4
* Improved threaded comment handling.W. Trevor King2009-08-071-43/+31
* Adjusted help/doc strings in becommands/html.pyW. Trevor King2009-08-071-3/+4
* - closed bugs f77, 2b8 d8dGianluca Montecchi2009-08-041-61/+66
* Fixed width and indexGianluca Montecchi2009-08-031-6/+13
* Closed bug f77, minox fix to layoutGianluca Montecchi2009-07-311-6/+4
* Moved all the implementation into the html.py fileGianluca Montecchi2009-07-272-358/+435
* Initial implementation of the comments exportGianluca Montecchi2009-07-211-7/+11
* implemented the detail file and fixed the list of active bugGianluca Montecchi2009-07-212-30/+105
* Created the indexGianluca Montecchi2009-07-192-75/+72
* Changed the index layoutgianluca2009-07-101-160/+24
* Added the last 10 bug open listgianluca2009-07-092-34/+81
* Initial implementation of the html repository export.gianluca2009-07-042-0/+502
* "be init [ROOTDIR]" -> "be init [--root ROOTDIR]"W. Trevor King2009-07-011-15/+16
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-0116-16/+51
* "be set-root" changed to "be init"W. Trevor King2009-06-301-2/+2
* "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
* Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
* Added ability to handle non text/* MIME types.W. Trevor King2009-06-261-3/+7
* Updated help strings, man page, and completionsW. Trevor King2009-06-252-2/+2
* Remove blank line from tag's output if no tags existW. Trevor King2009-06-251-1/+2
* Added regexp matching to `be list --extra-strings'W. Trevor King2009-06-251-4/+8
* Merged extra-strings branch, adding be tag/depend.W. Trevor King2009-06-253-4/+227
|\
| * Added `be depend'.W. Trevor King2009-06-252-20/+97
| * Added `be tag --list' to list all tags.W. Trevor King2009-06-251-5/+21
| * Added -e/--extra-strings option to `be list`W. Trevor King2009-06-251-4/+12
| * tag --remove now returns bug.settings["extra_strings"] to EMPTY.W. Trevor King2009-06-251-4/+8
| * Added becommands/tag.pyW. Trevor King2009-06-231-0/+118
* | `be target list` -> `be target --list` to standardize syntax.W. Trevor King2009-06-241-3/+13
* | Add ability to list all current targets.Gianluca Montecchi2009-06-241-0/+7
|/
* Added `be list --sort *` for user-selectable sorting.W. Trevor King2009-06-223-8/+25
* Merged be-xml-to-mboxW. Trevor King2009-06-221-4/+1
|\
| * Escape XML strings.W. Trevor King2009-06-221-6/+3
* | Replaced some doctest output with ellipses.W. Trevor King2009-06-212-24/+24
|/
* Added --xml option to becommands/list.pyW. Trevor King2009-06-211-6/+13
* Added comments-from-stdin, so we can add tracebacks, e.g. withW. Trevor King2009-06-191-7/+14
* Merged Thomas Habets 2009-01-07 XML output for "be show".W. Trevor King2009-06-191-4/+22
|\
| * XML output for "be show"Thomas Habets2009-01-071-2/+7
* | Added per-tree default assignee option.W. Trevor King2008-12-041-0/+6
* | becommands/severity and status now handle --complete appropriately.W. Trevor King2008-12-042-7/+51
* | Per-tree status levels working.W. Trevor King2008-12-042-13/+16
* | Adjusted becommands/list.py to use current bug severities levels.W. Trevor King2008-12-041-21/+19
* | Per-tree settings now passed into bug module.W. Trevor King2008-12-041-12/+13
* | Added per-tree configurable severities.W. Trevor King2008-12-043-4/+7
* | Added support for bug reporter field.W. Trevor King2008-12-021-0/+6
* | Added auto-completion for becommands/set property names.W. Trevor King2008-12-021-1/+13
* | Converted Comment to the settings_object system.W. Trevor King2008-12-021-6/+6
* | Bug moved to the settings_object system.W. Trevor King2008-12-023-7/+7