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
path:
root
/
becommands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added --dir option to `be diff'.
W. Trevor King
2009-12-04
1
-3
/
+17
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-124
/
+128
*
Added copyright blurbs to __init__.py files.
W. Trevor King
2009-12-03
1
-0
/
+16
*
Fixed import_xml.py to live up to its longhelp description.
W. Trevor King
2009-11-30
1
-27
/
+188
*
BugDir.list_uuids() -> BugDir.uuids()
W. Trevor King
2009-11-28
2
-2
/
+2
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
23
-23
/
+27
*
Adjusted `be import-xml` to properly handle croot_bug==None.
W. Trevor King
2009-11-21
1
-26
/
+31
*
`be email-bugs` now uses `be show` internals to produce consistent XML.
W. Trevor King
2009-11-21
3
-66
/
+78
*
Upgraded `be show --xml` to new <be-xml> format.
W. Trevor King
2009-11-21
2
-41
/
+111
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
14
-99
/
+285
*
Fix typo in becommands.init's doctest
W. Trevor King
2009-11-20
1
-0
/
+1
*
Adjusted test.py to use an installed vcs by default.
W. Trevor King
2009-11-20
1
-7
/
+6
*
Added becommands/email_bugs.py
W. Trevor King
2009-11-20
1
-0
/
+231
*
Removed superfluous 'import time' from becommands/commit.py doctest.
W. Trevor King
2009-11-20
1
-1
/
+1
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
17
-9
/
+22
*
- Merged Trevor branch
Gianluca Montecchi
2009-10-22
1
-83
/
+93
|
\
|
*
Merged Gianluca's recent `be html` work.
W. Trevor King
2009-10-21
1
-49
/
+97
|
|
\
|
*
|
Save non-text/ comments as separate files. Inline images.
W. Trevor King
2009-10-20
1
-29
/
+57
|
*
|
Pass content_type to Comment.new_reply() to fix error adding non-text/ comments
W. Trevor King
2009-10-20
1
-3
/
+1
|
*
|
Restructured becommands/html to make templating more flexible + general clean...
W. Trevor King
2009-10-20
1
-437
/
+363
|
*
|
General cleanup of becommands/html.py
W. Trevor King
2009-10-19
1
-172
/
+141
|
*
|
Merged Gianluca's html becommand with templates.
W. Trevor King
2009-10-19
1
-367
/
+415
|
|
\
\
|
*
|
|
Moved from *.__del__() to exclusive use of *.cleanup().
W. Trevor King
2009-10-05
1
-1
/
+1
|
*
|
|
Fixed invalid TAG error in becommands.subscribe.get_subscribers()
W. Trevor King
2009-09-26
1
-0
/
+2
|
*
|
|
Added -a and -l options to be subscribe.
W. Trevor King
2009-09-26
1
-11
/
+29
|
*
|
|
Use Bug.active to decide active status in becommands/html.py
W. Trevor King
2009-09-23
1
-1
/
+1
|
*
|
|
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
4
-25
/
+25
|
*
|
|
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
1
-12
/
+13
|
*
|
|
Merged Gianluca's html output branch.
W. Trevor King
2009-08-07
1
-0
/
+587
|
|
\
\
\
|
|
*
|
|
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
|
*
|
|
|
Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.
W. Trevor King
2009-08-03
1
-1
/
+0
|
*
|
|
|
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
18
-20
/
+39
|
*
|
|
|
Merged interactive email interface
W. Trevor King
2009-07-29
19
-113
/
+514
|
|
\
\
\
\
|
|
*
|
|
|
Added default to settings_object.versioned_property's change_hook_property.
W. Trevor King
2009-07-27
1
-6
/
+0
|
|
*
|
|
|
Put bd into read-only mode in becommands/diff.py.
W. Trevor King
2009-07-27
1
-0
/
+6
[next]