aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Escape HTML entities (e.g. & and @) in HTML outputW. Trevor King2009-08-071-25/+33
| | * XHTML tags must be closed (e.g. <br />, not <br>)W. Trevor King2009-08-071-2/+2
| | * XHTML attribute values should be strings.W. Trevor King2009-08-071-1/+1
| | * Protect bug html from libbe.settings_object.EMPTYW. Trevor King2009-08-071-8/+12
| | * 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-047-64/+98
| | * Fixed width and indexGianluca Montecchi2009-08-031-6/+13
| | * Closed bug f77, minox fix to layoutGianluca Montecchi2009-07-312-7/+5
| | * Moved all the implementation into the html.py fileGianluca Montecchi2009-07-278-358/+465
| | * Initial implementation of the comments exportGianluca Montecchi2009-07-2110-9/+66
| | * implemented the detail file and fixed the list of active bugGianluca Montecchi2009-07-215-31/+118
| | * Created the indexGianluca Montecchi2009-07-192-75/+72
| | * Changed the index layoutgianluca2009-07-101-160/+24
| | * Added the last 10 bug open listgianluca2009-07-093-34/+98
| | * Initial implementation of the html repository export.gianluca2009-07-047-0/+587
| * | Merged bugfix branch be.missing-git-configW. Trevor King2009-08-044-4/+80
| |\ \
| | * | Now libbe.git.Git handles missing name/email and guesses instead.W. Trevor King2009-08-042-5/+13
| | * | Merged Gianluca's missing-git-config bug reportW. Trevor King2009-08-043-0/+68
| |/ /
| * | Imported Ben's VCS vs. RCS bug report from the mailing list.W. Trevor King2009-08-035-0/+96
| * | Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.W. Trevor King2009-08-032-2/+2
| * | Merged dependency tree branch.W. Trevor King2009-08-011-29/+272
| |\ \
| | * | Added dependency tree display with "be depend -t DEPTH BUG-ID".W. Trevor King2009-08-011-2/+56
| | * | Added one-way-link repair.W. Trevor King2009-08-011-7/+59
| | * | Added two-way dependency links.W. Trevor King2009-08-011-22/+159
| |/ /
| * | Now becommands.new's unittest cleans up after itself.W. Trevor King2009-07-311-1/+1
| * | Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-3121-56/+93
| * | Return to original directory after libbe.bugdir.SimpleBugDirTestCase().W. Trevor King2009-07-311-0/+2
| * | Removed libbe.bzr.Bzr's automerge on post-commit.W. Trevor King2009-07-311-14/+0
| * | Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).W. Trevor King2009-07-311-1/+1
| * | Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.W. Trevor King2009-07-311-2/+2
| * | Fixed indent spacing in libbe.diff.report().W. Trevor King2009-07-311-20/+22
| * | Merged interactive email interfaceW. Trevor King2009-07-2975-465/+3539
| |\ \
| | * | Corrected some problems with revision_id() before an initial commit.W. Trevor King2009-07-293-2/+19
| | * | be-handle-mail no longer sends blank subscriber emails when no change occurs.W. Trevor King2009-07-271-4/+15
| | * | Fixed _procmailrc rules.W. Trevor King2009-07-272-16/+20
| | * | Restored Makefile to /home/wking installationW. Trevor King2009-07-271-3/+3
| | * | Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-273-40/+88
| | * | Allow "subscribe" command via the email interface.W. Trevor King2009-07-271-1/+1
| | * | Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-272-2/+8
| | * | Added "be-handle-mail --notify-since REVISION".W. Trevor King2009-07-271-27/+62
| | * | Added an additional format check to be-handle-mail's pseudoheader parsing.W. Trevor King2009-07-273-2/+4
| | * | Merged "be subscribe" and be-handle-mail subscription support.W. Trevor King2009-07-2730-394/+1648
| | |\ \
| | | * | Subscribing myself to all changes.W. Trevor King2009-07-271-0/+4
| | | * | Moved be-handle-mail over to new libbe.diff classes.W. Trevor King2009-07-271-96/+49
| | | * | Removed debugging exception from libbe/comment.py.W. Trevor King2009-07-271-1/+0
| | | * | Comment.remove() now ignores .sync_with_disk when removing the root comment.W. Trevor King2009-07-271-1/+1