| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged Gianluca's html becommand with templates. | W. Trevor King | 2009-10-19 | 3 | -1/+10 |
|\ |
|
| * | Reworked the html command template system | Gianluca Montecchi | 2009-10-08 | 3 | -1/+10 |
| * | Merged with Trevor's -rr branch | Gianluca Montecchi | 2009-10-02 | 101 | -1044/+305 |
* | | Explicitly set encoding to UTF-8. | W. Trevor King | 2009-09-13 | 1 | -0/+3 |
* | | Added docstrings to libbe submodules. | W. Trevor King | 2009-08-31 | 1 | -1/+1 |
* | | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 3 | -3/+3 |
* | | Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS | W. Trevor King | 2009-08-31 | 1 | -1/+1 |
* | | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 174 | -1148/+558 |
* | | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 1 | -0/+17 |
* | | Bug 22b (target-bugs) blocked by 519 (on-disk upgrade) and assigned to Trevor | W. Trevor King | 2009-08-31 | 8 | -19/+24 |
* | | VCS vs. RCS terminology blocked by on-disk upgrade path. | W. Trevor King | 2009-08-31 | 2 | -0/+8 |
* | | Added comment 22b:7 about representing targets with Bug() instances. | W. Trevor King | 2009-08-31 | 2 | -0/+67 |
* | | Added on-disk representation upgrade bug | W. Trevor King | 2009-08-16 | 3 | -0/+41 |
* | | "be html" fixes bug 2f0 | W. Trevor King | 2009-08-08 | 1 | -1/+1 |
* | | Merged Gianluca's html output branch. | W. Trevor King | 2009-08-07 | 9 | -0/+129 |
|\| |
|
| * | - closed bugs f77, 2b8 d8d | Gianluca Montecchi | 2009-08-04 | 6 | -3/+32 |
| * | Closed bug f77, minox fix to layout | Gianluca Montecchi | 2009-07-31 | 1 | -1/+1 |
| * | Moved all the implementation into the html.py file | Gianluca Montecchi | 2009-07-27 | 6 | -0/+30 |
| * | Initial implementation of the comments export | Gianluca Montecchi | 2009-07-21 | 9 | -2/+55 |
| * | implemented the detail file and fixed the list of active bug | Gianluca Montecchi | 2009-07-21 | 3 | -1/+13 |
| * | Added the last 10 bug open list | gianluca | 2009-07-09 | 1 | -0/+17 |
| * | Initial implementation of the html repository export. | gianluca | 2009-07-04 | 5 | -0/+85 |
* | | Now libbe.git.Git handles missing name/email and guesses instead. | W. Trevor King | 2009-08-04 | 1 | -1/+1 |
* | | Merged Gianluca's missing-git-config bug report | W. Trevor King | 2009-08-04 | 3 | -0/+68 |
* | | Imported Ben's VCS vs. RCS bug report from the mailing list. | W. Trevor King | 2009-08-03 | 5 | -0/+96 |
* | | Added an additional format check to be-handle-mail's pseudoheader parsing. | W. Trevor King | 2009-07-27 | 2 | -2/+2 |
* | | Subscribing myself to all changes. | W. Trevor King | 2009-07-27 | 1 | -0/+4 |
* | | Added autocommit wishlist request by Martin Krafft | W. Trevor King | 2009-07-24 | 5 | -0/+65 |
* | | Added comment on notification granularity (commit-level). | W. Trevor King | 2009-07-23 | 2 | -0/+18 |
* | | Added becommands/subscribe.py to manage subscription list. | W. Trevor King | 2009-07-22 | 2 | -0/+13 |
* | | Merged assorted changes from be.wtk-rr for BugDir.extra_strings. | W. Trevor King | 2009-07-21 | 144 | -0/+4180 |
|\ \ |
|
| * | | I imported a few threads from the mailing list as wishlist bugs. | W. Trevor King | 2009-07-21 | 144 | -0/+4180 |
* | | | Added: subscribe/unsubscribe (bug #..., "new bugs", "all", etc.) | W. Trevor King | 2009-07-21 | 9 | -0/+100 |
|/ / |
|
* | | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 1 | -1/+1 |
* | | Added be-mbox-to-xml. | W. Trevor King | 2009-07-12 | 16 | -48/+107 |
* | | Went through "closed" bugs looking for miss-categorized bugs. | W. Trevor King | 2009-07-11 | 12 | -90/+33 |
|/ |
|
* | Added `be depend'. | W. Trevor King | 2009-06-25 | 3 | -1/+11 |
* | Added `be tag --list' to list all tags. | W. Trevor King | 2009-06-25 | 54 | -1339/+259 |
* | Consolidated outstanding bugs. | W. Trevor King | 2009-06-22 | 22 | -69/+272 |
* | Added `be list --sort *` for user-selectable sorting. | W. Trevor King | 2009-06-22 | 25 | -95/+222 |
* | Added comments-from-stdin, so we can add tracebacks, e.g. with | W. Trevor King | 2009-06-19 | 3 | -26/+17 |
* | Closed search bug | W. Trevor King | 2008-12-04 | 4 | -42/+19 |
* | Added per-tree default assignee option. | W. Trevor King | 2008-12-04 | 6 | -47/+29 |
* | Closed a few old bugs that seem outdated/dealt with. | W. Trevor King | 2008-12-04 | 11 | -115/+54 |
* | Fixed missing directory error when merging comments onto a bare bug. | W. Trevor King | 2008-12-04 | 11 | -25/+48 |
* | Per-tree status levels working. | W. Trevor King | 2008-12-04 | 1 | -12/+9 |
* | Closed 4a4609c8-1882-47de-9d30-fee410b8a802 | W. Trevor King | 2008-12-04 | 4 | -4/+11 |
* | bug severity verification now works with per-tree severities. | W. Trevor King | 2008-12-04 | 2 | -38/+19 |
* | Per-tree settings now passed into bug module. | W. Trevor King | 2008-12-04 | 1 | -0/+2 |
* | Added per-tree configurable severities. | W. Trevor King | 2008-12-04 | 1 | -7/+13 |