| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the merge | Gianluca Montecchi | 2009-10-02 | 21 | -0/+5736 |
* | Merged with head branch | Gianluca Montecchi | 2009-10-01 | 156 | -6038/+6851 |
* | - closed bugs f77, 2b8 d8d | Gianluca Montecchi | 2009-08-04 | 7 | -64/+98 |
* | Fixed width and index | Gianluca Montecchi | 2009-08-03 | 1 | -6/+13 |
* | Closed bug f77, minox fix to layout | Gianluca Montecchi | 2009-07-31 | 2 | -7/+5 |
* | Moved all the implementation into the html.py file | Gianluca Montecchi | 2009-07-27 | 8 | -358/+465 |
* | Initial implementation of the comments export | Gianluca Montecchi | 2009-07-21 | 10 | -9/+66 |
* | implemented the detail file and fixed the list of active bug | Gianluca Montecchi | 2009-07-21 | 5 | -31/+118 |
* | Created the index | Gianluca Montecchi | 2009-07-19 | 2 | -75/+72 |
* | Changed the index layout | gianluca | 2009-07-10 | 1 | -160/+24 |
* | Added the last 10 bug open list | gianluca | 2009-07-09 | 3 | -34/+98 |
* | Initial implementation of the html repository export. | gianluca | 2009-07-04 | 7 | -0/+587 |
* | Pull darcs fix, copyright updates from W. Trevor King | Chris Ball | 2009-07-02 | 43 | -60/+242 |
|\ |
|
| * | "be init [ROOTDIR]" -> "be init [--root ROOTDIR]" | W. Trevor King | 2009-07-01 | 1 | -15/+16 |
| * | Updated darcs put command for darcs >= 2.2.0, following Chris' report | W. Trevor King | 2009-07-01 | 1 | -2/+1 |
| * | Updated copyright blurbs and AUTHORS and included script for future updates | W. Trevor King | 2009-07-01 | 43 | -43/+225 |
* | | Merge "be set-root" becomes "be init" from W. Trevor King | Chris Ball | 2009-07-01 | 3 | -4/+4 |
|\| |
|
| * | "be set-root" changed to "be init" | W. Trevor King | 2009-06-30 | 3 | -4/+4 |
* | | Merge darcs support from W. Trevor King's tree. | Chris Ball | 2009-06-30 | 8 | -30/+225 |
|\| |
|
| * | "be comment" now handles the default options.content_type. | W. Trevor King | 2009-06-30 | 1 | -1/+2 |
| * | Add "--show-status" flag to "be depend" | W. Trevor King | 2009-06-30 | 1 | -1/+13 |
| * | Added darcs support. | W. Trevor King | 2009-06-30 | 5 | -26/+208 |
| * | Remove blank line from bug.xml() output when bug has no comments. | W. Trevor King | 2009-06-30 | 1 | -2/+2 |
* | | Merge with W. Trevor King's tree, which allows attaching binary files to bugs. | Chris Ball | 2009-06-26 | 14 | -149/+69 |
|\| |
|
| * | Added ability to handle non text/* MIME types. | W. Trevor King | 2009-06-26 | 9 | -26/+53 |
| * | Updated help strings, man page, and completions | W. Trevor King | 2009-06-25 | 5 | -120/+13 |
| * | Fixed libbe.rcs.RCS.installed to handle missing backend binary. | wking | 2009-06-25 | 1 | -3/+3 |
* | | Merge be --version code from W. Trevor King. | Chris Ball | 2009-06-25 | 7 | -22/+51 |
|\| |
|
| * | Updated .bzringore and Makefile.GENERATED_FILES | W. Trevor King | 2009-06-25 | 2 | -5/+6 |
| * | Added auto-generated version info. (be --version) | W. Trevor King | 2009-06-25 | 2 | -3/+14 |
| * | Remove blank line from tag's output if no tags exist | W. Trevor King | 2009-06-25 | 1 | -1/+2 |
| * | Added regexp matching to `be list --extra-strings' | W. Trevor King | 2009-06-25 | 1 | -4/+8 |
| * | Added extra_strings functionality to libbe.bug.xml and be-xml-to-mbox. | W. Trevor King | 2009-06-25 | 2 | -9/+21 |
* | | Merge with W. Trevor King's tree. | Chris Ball | 2009-06-25 | 66 | -1377/+745 |
|\| |
|
| * | Merged extra-strings branch, adding be tag/depend. | W. Trevor King | 2009-06-25 | 66 | -1377/+745 |
| |\ |
|
| | * | Added `be depend'. | W. Trevor King | 2009-06-25 | 5 | -21/+108 |
| | * | Added `be tag --list' to list all tags. | W. Trevor King | 2009-06-25 | 55 | -1344/+280 |
| | * | Added -e/--extra-strings option to `be list` | W. Trevor King | 2009-06-25 | 1 | -4/+12 |
| | * | Fixed settings=None bug when bug values file is blank/missing. | W. Trevor King | 2009-06-25 | 1 | -1/+1 |
| | * | tag --remove now returns bug.settings["extra_strings"] to EMPTY. | W. Trevor King | 2009-06-25 | 4 | -72/+97 |
| | * | Use generator instead of default for libbe.bug.Bug.extra_strings. | W. Trevor King | 2009-06-23 | 1 | -1/+3 |
| | * | Added test case for mutables to libbe/settings_object. | W. Trevor King | 2009-06-23 | 1 | -4/+59 |
| | * | Cleaned up libbe.propertied.change_hook_property for mutables. | W. Trevor King | 2009-06-23 | 1 | -15/+97 |
| | * | Added becommands/tag.py | W. Trevor King | 2009-06-23 | 1 | -0/+118 |
| | * | Added Bug.extra_strings to support add-on functionality, e.g. `be tag`. | W. Trevor King | 2009-06-23 | 5 | -12/+67 |
* | | | Merge Trevor's version of target --list. | Chris Ball | 2009-06-24 | 1 | -6/+13 |
|\| | |
|
| * | | Merged from main branch. I like my version better ;). | W. Trevor King | 2009-06-24 | 0 | -0/+0 |
| |\ \
| |/ /
|/| | |
|
* | | | Add documentation and testcase for "be target list". | Chris Ball | 2009-06-24 | 1 | -0/+4 |
* | | | Only print a target in "be target list" if it's a string. | Gianluca Montecchi | 2009-06-24 | 1 | -1/+1 |
* | | | Add "be target list", to show a list of existing targets. | Chris Ball | 2009-06-24 | 1 | -0/+6 |