Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | 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 | |
| | * | | | | Major rewrite of libbe.diff introduces DiffTree and Diff classes. | W. Trevor King | 2009-07-27 | 1 | -16/+27 | |
| | * | | | | Renamed Comment.From and .time_string to .author and .date respectively. | W. Trevor King | 2009-07-25 | 1 | -2/+2 | |
| | * | | | | "be diff" now compares agains the last commit (for versioning VCSs). | W. Trevor King | 2009-07-23 | 1 | -0/+2 | |
| | * | | | | Added Tree types and get_bugdir_subscribers to becommands/subscribe.py. | W. Trevor King | 2009-07-23 | 1 | -83/+214 | |
| | * | | | | Merged libbe.diff upgrades and libbe.tree.Tree.has_descendant from be.wtk-rr. | W. Trevor King | 2009-07-23 | 2 | -9/+16 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Added becommands/subscribe.py to manage subscription list. | W. Trevor King | 2009-07-22 | 1 | -0/+237 | |
| | * | | | | | Merged assorted changes from be.wtk-rr for BugDir.extra_strings. | W. Trevor King | 2009-07-21 | 13 | -29/+28 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged "be commit --allow-empty from be.wtk-rr" | W. Trevor King | 2009-07-19 | 1 | -3/+12 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merged becommands/commit.py addition from be.wtk-rr. | W. Trevor King | 2009-07-19 | 1 | -0/+68 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merged some bugfixes from be.wtk-rr | W. Trevor King | 2009-07-18 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Renamed test->manipulate_encodings in becommands.*.execute. | W. Trevor King | 2009-07-16 | 18 | -90/+110 | |
| | * | | | | | | | | | Added --author and --alt-id to "be comment". | W. Trevor King | 2009-07-14 | 1 | -0/+8 | |
| * | | | | | | | | | | Added clean messages on bug_from_shortname failure. | W. Trevor King | 2009-07-29 | 12 | -17/+17 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Added bugdir setting comparision to libbe.diff. | W. Trevor King | 2009-07-23 | 1 | -3/+4 | |
| * | | | | | | | | | Fixed unrecognized "Test" typo in becommands/comment.py. | W. Trevor King | 2009-07-23 | 1 | -1/+1 | |
| * | | | | | | | | | Show text of comment's reference in notes when spawning EDITOR. | W. Trevor King | 2009-07-22 | 1 | -2/+17 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Added "--no-comments" to "be show". | W. Trevor King | 2009-07-21 | 1 | -9/+16 | |
| * | | | | | | | | "be comment --xml" now saves the comments (again). | W. Trevor King | 2009-07-21 | 1 | -0/+1 | |
| * | | | | | | | | Touched up becommands/diff.py's help message. | W. Trevor King | 2009-07-21 | 1 | -3/+4 | |
| * | | | | | | | | Cleaned up saving/sync_with_disk. | W. Trevor King | 2009-07-21 | 12 | -17/+7 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Added --allow-empty to "be commit" | W. Trevor King | 2009-07-19 | 1 | -3/+12 | |
| | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Added becommands/commit.py and minor fixes. | W. Trevor King | 2009-07-19 | 1 | -0/+68 | |
| | |/ / / / | |/| | | | | ||||||
| * | | | | | Import sys in becommands/new.py. | W. Trevor King | 2009-07-18 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | | | Updated GPLv2 to current GPLv2. | W. Trevor King | 2009-07-14 | 18 | -199/+198 | |
| * | | | | Added "be comment --xml --ignore-missing-references ID COMMENT". | W. Trevor King | 2009-07-12 | 1 | -1/+8 | |
| * | | | | Altered be-xml-to-mbox to work with non-ASCII input. | W. Trevor King | 2009-07-12 | 1 | -1/+2 | |
| * | | | | Not escaping whitespace (e.g. endlines) outside the XML document root. | W. Trevor King | 2009-07-12 | 1 | -1/+1 | |
| * | | | | Added be-mbox-to-xml. | W. Trevor King | 2009-07-12 | 2 | -2/+5 | |
| * | | | | Went through "closed" bugs looking for miss-categorized bugs. | W. Trevor King | 2009-07-11 | 1 | -3/+3 | |
| * | | | | Updating "be set --help" and "be status --help". | W. Trevor King | 2009-07-11 | 2 | -20/+57 | |
| * | | | | Removed <abentley@panoramicfeedback.com> from copyright blurbs. | W. Trevor King | 2009-07-11 | 14 | -14/+0 |