aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Finished merge with Trevor branchGianluca Montecchi2009-10-212-8/+2
* added the --export-template and --export-dir_templateGianluca Montecchi2009-10-211-3/+43
* The (ugly) colors are backGianluca Montecchi2009-10-211-1/+1
* Fixed the wrong index_header valuesGianluca Montecchi2009-10-201-2/+3
* merged with Trevor branchGianluca Montecchi2009-10-201-522/+444
* Reworked the html command template systemGianluca Montecchi2009-10-081-24/+23
* Partially moved to a newer, better and simpler template systemGianluca Montecchi2009-10-081-78/+70
* Template system v1 completedGianluca Montecchi2009-10-081-30/+315
* Updated to trunkGianluca Montecchi2009-10-071-1/+1
* Initial implementation of a template systemGianluca Montecchi2009-10-061-263/+14
* Added the verbose optionGianluca Montecchi2009-10-061-9/+15
* helpGianluca Montecchi2009-10-051-3/+7
* Added the initial support for css templatesGianluca Montecchi2009-10-031-6/+19
* Merged with Trevor's -rr branchGianluca Montecchi2009-10-0221-300/+994
* Merged with head branchGianluca Montecchi2009-10-0119-291/+487
* - 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