aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* - Merged Trevor branchGianluca Montecchi2009-10-221-83/+93
|\
| * Merged Gianluca's recent `be html` work.W. Trevor King2009-10-211-49/+97
| |\
| * | Save non-text/ comments as separate files. Inline images.W. Trevor King2009-10-201-29/+57
| * | Pass content_type to Comment.new_reply() to fix error adding non-text/ commentsW. Trevor King2009-10-201-3/+1
| * | Restructured becommands/html to make templating more flexible + general clean...W. Trevor King2009-10-201-437/+363
| * | General cleanup of becommands/html.pyW. Trevor King2009-10-191-172/+141
| * | Merged Gianluca's html becommand with templates.W. Trevor King2009-10-191-367/+415
| |\ \
| * | | Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-1/+1
| * | | Fixed invalid TAG error in becommands.subscribe.get_subscribers()W. Trevor King2009-09-261-0/+2
| * | | Added -a and -l options to be subscribe.W. Trevor King2009-09-261-11/+29
| * | | Use Bug.active to decide active status in becommands/html.pyW. Trevor King2009-09-231-1/+1
| * | | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-314-25/+25
| * | | Oops, update comment.From->author and .time_string->.date in becommands/html.pyW. Trevor King2009-08-081-2/+2
| * | | Updated AUTHORS and copyright info for becommands/html.py.W. Trevor King2009-08-071-12/+13
| * | | Merged Gianluca's html output branch.W. Trevor King2009-08-071-0/+587
| |\ \ \
| | * | | Sort bugs in HTML output.W. Trevor King2009-08-071-1/+1
| | * | | XHTML attribute values should be strings, and cellspacing not allowed in tr.W. Trevor King2009-08-071-8/+8
| | * | | 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
| * | | | Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.W. Trevor King2009-08-031-1/+0
| * | | | 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-3118-20/+39
| * | | | Merged interactive email interfaceW. Trevor King2009-07-2919-113/+514
| |\ \ \ \
| | * | | | Added default to settings_object.versioned_property's change_hook_property.W. Trevor King2009-07-271-6/+0
| | * | | | Put bd into read-only mode in becommands/diff.py.W. Trevor King2009-07-271-0/+6
| | * | | | Major rewrite of libbe.diff introduces DiffTree and Diff classes.W. Trevor King2009-07-271-16/+27
| | * | | | Renamed Comment.From and .time_string to .author and .date respectively.W. Trevor King2009-07-251-2/+2
| | * | | | "be diff" now compares agains the last commit (for versioning VCSs).W. Trevor King2009-07-231-0/+2
| | * | | | Added Tree types and get_bugdir_subscribers to becommands/subscribe.py.W. Trevor King2009-07-231-83/+214
| | * | | | Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr.W. Trevor King2009-07-232-9/+16
| | |\ \ \ \
| | * | | | | Added becommands/subscribe.py to manage subscription list.W. Trevor King2009-07-221-0/+237
| | * | | | | Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-2113-29/+28
| | |\ \ \ \ \
| | * \ \ \ \ \ Merged "be commit --allow-empty from be.wtk-rr"W. Trevor King2009-07-191-3/+12
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merged becommands/commit.py addition from be.wtk-rr.W. Trevor King2009-07-191-0/+68
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merged some bugfixes from be.wtk-rrW. Trevor King2009-07-181-0/+1
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-1618-90/+110
| | * | | | | | | | | Added --author and --alt-id to "be comment".W. Trevor King2009-07-141-0/+8
| * | | | | | | | | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-2912-17/+17
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-231-3/+4
| * | | | | | | | | Fixed unrecognized "Test" typo in becommands/comment.py.W. Trevor King2009-07-231-1/+1