index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
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
*
|
|
|
Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control().
W. Trevor King
2009-08-16
1
-57
/
+75
*
|
|
|
Added on-disk representation upgrade bug
W. Trevor King
2009-08-16
3
-0
/
+41
*
|
|
|
Handle BugDir.list_uuids() in the case of missing ".be/bugs/".
W. Trevor King
2009-08-11
1
-4
/
+5
*
|
|
|
"be html" fixes bug 2f0
W. Trevor King
2009-08-08
1
-1
/
+1
*
|
|
|
Oops, update comment.From->author and .time_string->.date in becommands/html.py
W. Trevor King
2009-08-08
1
-2
/
+2
*
|
|
|
Updated AUTHORS and copyright info for becommands/html.py.
W. Trevor King
2009-08-07
2
-19
/
+23
*
|
|
|
Merged Gianluca's html output branch.
W. Trevor King
2009-08-07
10
-0
/
+716
|
\
\
\
\
|
*
|
|
|
Sort bugs in HTML output.
W. Trevor King
2009-08-07
1
-1
/
+1
|
*
|
|
|
XHTML attribute values should be strings, and cellspacing not allowed in tr.
W. Trevor King
2009-08-07
1
-8
/
+8
|
*
|
|
|
Escape HTML entities (e.g. & and @) in HTML output
W. Trevor King
2009-08-07
1
-25
/
+33
|
*
|
|
|
XHTML tags must be closed (e.g. <br />, not <br>)
W. Trevor King
2009-08-07
1
-2
/
+2
|
*
|
|
|
XHTML attribute values should be strings.
W. Trevor King
2009-08-07
1
-1
/
+1
|
*
|
|
|
Protect bug html from libbe.settings_object.EMPTY
W. Trevor King
2009-08-07
1
-8
/
+12
|
*
|
|
|
Added DOCTYPE to detail html as well
W. Trevor King
2009-08-07
1
-0
/
+2
|
*
|
|
|
Respect bugdir's encoding in html generation
W. Trevor King
2009-08-07
1
-7
/
+7
|
*
|
|
|
Added DOCTYPE and post-</div> endlines
W. Trevor King
2009-08-07
1
-2
/
+4
|
*
|
|
|
Improved threaded comment handling.
W. Trevor King
2009-08-07
1
-43
/
+31
|
*
|
|
|
Adjusted help/doc strings in becommands/html.py
W. Trevor King
2009-08-07
1
-3
/
+4
*
|
|
|
|
Merged bugfix branch be.missing-git-config
W. Trevor King
2009-08-04
4
-4
/
+80
|
\
\
\
\
\
|
*
|
|
|
|
Now libbe.git.Git handles missing name/email and guesses instead.
W. Trevor King
2009-08-04
2
-5
/
+13
|
*
|
|
|
|
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
*
|
|
|
|
Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.
W. Trevor King
2009-08-03
2
-2
/
+2
*
|
|
|
|
Merged dependency tree branch.
W. Trevor King
2009-08-01
1
-29
/
+272
|
\
\
\
\
\
|
*
|
|
|
|
Added dependency tree display with "be depend -t DEPTH BUG-ID".
W. Trevor King
2009-08-01
1
-2
/
+56
|
*
|
|
|
|
Added one-way-link repair.
W. Trevor King
2009-08-01
1
-7
/
+59
|
*
|
|
|
|
Added two-way dependency links.
W. Trevor King
2009-08-01
1
-22
/
+159
|
/
/
/
/
/
*
|
|
|
|
Now becommands.new's unittest cleans up after itself.
W. Trevor King
2009-07-31
1
-1
/
+1
*
|
|
|
|
Improved unittest cleanup by adding BugDir.cleanup().
W. Trevor King
2009-07-31
21
-56
/
+93
*
|
|
|
|
Return to original directory after libbe.bugdir.SimpleBugDirTestCase().
W. Trevor King
2009-07-31
1
-0
/
+2
*
|
|
|
|
Removed libbe.bzr.Bzr's automerge on post-commit.
W. Trevor King
2009-07-31
1
-14
/
+0
*
|
|
|
|
Fixed libbe.bugdir.BugDirTestCase.testComments(sync_with_disk=False).
W. Trevor King
2009-07-31
1
-1
/
+1
*
|
|
|
|
Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.
W. Trevor King
2009-07-31
1
-2
/
+2
*
|
|
|
|
Fixed indent spacing in libbe.diff.report().
W. Trevor King
2009-07-31
1
-20
/
+22
*
|
|
|
|
Merged interactive email interface
W. Trevor King
2009-07-29
75
-465
/
+3539
|
\
\
\
\
\
|
*
|
|
|
|
Corrected some problems with revision_id() before an initial commit.
W. Trevor King
2009-07-29
3
-2
/
+19
|
*
|
|
|
|
be-handle-mail no longer sends blank subscriber emails when no change occurs.
W. Trevor King
2009-07-27
1
-4
/
+15
|
*
|
|
|
|
Fixed _procmailrc rules.
W. Trevor King
2009-07-27
2
-16
/
+20
|
*
|
|
|
|
Restored Makefile to /home/wking installation
W. Trevor King
2009-07-27
1
-3
/
+3
|
*
|
|
|
|
Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).
W. Trevor King
2009-07-27
3
-40
/
+88
|
*
|
|
|
|
Allow "subscribe" command via the email interface.
W. Trevor King
2009-07-27
1
-1
/
+1
|
*
|
|
|
|
Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.
W. Trevor King
2009-07-27
2
-2
/
+8
|
*
|
|
|
|
Added "be-handle-mail --notify-since REVISION".
W. Trevor King
2009-07-27
1
-27
/
+62
|
*
|
|
|
|
Added an additional format check to be-handle-mail's pseudoheader parsing.
W. Trevor King
2009-07-27
3
-2
/
+4
|
*
|
|
|
|
Merged "be subscribe" and be-handle-mail subscription support.
W. Trevor King
2009-07-27
30
-394
/
+1648
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Subscribing myself to all changes.
W. Trevor King
2009-07-27
1
-0
/
+4
|
|
*
|
|
|
|
Moved be-handle-mail over to new libbe.diff classes.
W. Trevor King
2009-07-27
1
-96
/
+49
|
|
*
|
|
|
|
Removed debugging exception from libbe/comment.py.
W. Trevor King
2009-07-27
1
-1
/
+0
[prev]
[next]