2009-09-13 |
W. Trevor King | Explicitly set encoding to UTF-8. |
commit | commitdiff | tree | snapshot |
2009-09-11 |
W. Trevor King | Typo EncryptedMessageFactory -> PGPMimeMessageFactory... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Added docstrings to libbe submodules. |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | BugDir.duplicate_bugdir() fix for when parent bugdir... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Merged be.on-disk-upgrade, which added libbe.upgrade |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Use 'v#.#' for major/minor version in upgrade.BUGDIR_DI... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Upgrade duplicate bugdirs if necessary (e.g. for `be... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Added libbe/upgrade.py to handle upgrading on-disk... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Made get_path() definitions consistent between bugdirs... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Bug 22b (target-bugs) blocked by 519 (on-disk upgrade... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | VCS vs. RCS terminology blocked by on-disk upgrade... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
W. Trevor King | Added comment 22b:7 about representing targets with... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
W. Trevor King | Broke up be-handle-mail.parse() into parse_new(), _comm... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
W. Trevor King | Added on-disk representation upgrade bug |
commit | commitdiff | tree | snapshot |
2009-08-11 |
W. Trevor King | Handle BugDir.list_uuids() in the case of missing ... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
W. Trevor King | "be html" fixes bug 2f0 |
commit | commitdiff | tree | snapshot |
2009-08-08 |
W. Trevor King | Oops, update comment.From->author and .time_string... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Updated AUTHORS and copyright info for becommands/html.py. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Merged Gianluca's html output branch. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Sort bugs in HTML output. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | XHTML attribute values should be strings, and cellspaci... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Escape HTML entities (e.g. & and @) in HTML output |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | XHTML tags must be closed (e.g. <br />, not <br>) |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | XHTML attribute values should be strings. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Protect bug html from libbe.settings_object.EMPTY |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Added DOCTYPE to detail html as well |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Respect bugdir's encoding in html generation |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Added DOCTYPE and post-</div> endlines |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Improved threaded comment handling. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
W. Trevor King | Adjusted help/doc strings in becommands/html.py |
commit | commitdiff | tree | snapshot |
2009-08-04 |
Gianluca Montecchi | - closed bugs f77, 2b8 d8d |
commit | commitdiff | tree | snapshot |
2009-08-04 |
W. Trevor King | Merged bugfix branch be.missing-git-config |
commit | commitdiff | tree | snapshot |
2009-08-04 |
W. Trevor King | Now libbe.git.Git handles missing name/email and guesse... |
commit | commitdiff | tree | snapshot |
2009-08-04 |
W. Trevor King | Merged Gianluca's missing-git-config bug report |
commit | commitdiff | tree | snapshot |
2009-08-03 |
W. Trevor King | Imported Ben's VCS vs. RCS bug report from the mailing... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
W. Trevor King | Ssupport for UTF-8 in "be comment" calls to EDITOR... |
commit | commitdiff | tree | snapshot |
2009-08-03 |
Gianluca Montecchi | Fixed width and index |
commit | commitdiff | tree | snapshot |
2009-08-01 |
W. Trevor King | Merged dependency tree branch. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
W. Trevor King | Added dependency tree display with "be depend -t DEPTH... |
commit | commitdiff | tree | snapshot |
2009-08-01 |
W. Trevor King | Added one-way-link repair. |
commit | commitdiff | tree | snapshot |
2009-08-01 |
W. Trevor King | Added two-way dependency links. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
Gianluca Montecchi | Closed bug f77, minox fix to layout |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Now becommands.new's unittest cleans up after itself. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Improved unittest cleanup by adding BugDir.cleanup(). |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Return to original directory after libbe.bugdir.SimpleB... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Removed libbe.bzr.Bzr's automerge on post-commit. |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Fixed libbe.bugdir.BugDirTestCase.testComments(sync_wit... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Fixed comment.cmp_attr unittest because "o" > "a" so... |
commit | commitdiff | tree | snapshot |
2009-07-31 |
W. Trevor King | Fixed indent spacing in libbe.diff.report(). |
commit | commitdiff | tree | snapshot |
2009-07-29 |
W. Trevor King | Merged interactive email interface |
commit | commitdiff | tree | snapshot |
2009-07-29 |
W. Trevor King | Corrected some problems with revision_id() before an... |
commit | commitdiff | tree | snapshot |
2009-07-29 |
W. Trevor King | Added clean messages on bug_from_shortname failure. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Gianluca Montecchi | Moved all the implementation into the html.py file |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | be-handle-mail no longer sends blank subscriber emails... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Fixed _procmailrc rules. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Restored Makefile to /home/wking installation |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Cleaned up be-handle-mail's subscriber notification... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Allow "subscribe" command via the email interface. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Tweaked the output text for modified bugs in libbe... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Added "be-handle-mail --notify-since REVISION". |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Added an additional format check to be-handle-mail... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Merged "be subscribe" and be-handle-mail subscription... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Subscribing myself to all changes. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Moved be-handle-mail over to new libbe.diff classes. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Removed debugging exception from libbe/comment.py. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Comment.remove() now ignores .sync_with_disk when remov... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Added default to settings_object.versioned_property... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Put bd into read-only mode in becommands/diff.py. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Added cmp functions to libbe.comment, and fleshed them... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Hack Comment.load_settings() to work around From->Autho... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Cache data strings in libbe.diff.DiffTree. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Major rewrite of libbe.diff introduces DiffTree and... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | .sync_with_disk fixes for libbe.bugdir and .comment. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | Added DiskAccessRequired errors to libbe.bug.Bug and... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
W. Trevor King | BugDir._in_memory was a stupid idea. Took it back... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
W. Trevor King | Added in_memory to BugDir.__init__ to disable saving... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
W. Trevor King | Added on_disk option to libbe.bugdir.simple_bug_dir(). |
commit | commitdiff | tree | snapshot |
2009-07-25 |
W. Trevor King | Renamed Comment.From and .time_string to .author and... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
W. Trevor King | Added autocommit wishlist request by Martin Krafft |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Ball | Merge large rework from W. Trevor King. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | be-handle-mail successfully generates bugdir-changed... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | "be diff" now compares agains the last commit (for... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added .revision_id() to all the VCSs. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | libbe.rcs.RCS.commit() now actually calls .pre/postcomm... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessa... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added Tree types and get_bugdir_subscribers to becomman... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Merged libbe.diff upgrades and libbe.tree.Tree.has_desc... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added bugdir setting comparision to libbe.diff. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added libbe.bug.cmp_comments(), and added that to defau... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Fixed unrecognized "Test" typo in becommands/comment.py. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added comment on notification granularity (commit-level). |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | Added libbe.tree.Tree.has_descendant(). |
commit | commitdiff | tree | snapshot |
2009-07-23 |
W. Trevor King | libbe/tree.Tree.traverse(depthFirst)->depth_first ... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
W. Trevor King | Added becommands/subscribe.py to manage subscription... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
W. Trevor King | Show text of comment's reference in notes when spawning... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Gianluca Montecchi | Initial implementation of the comments export |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Merged assorted changes from be.wtk-rr for BugDir.extra... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added: subscribe/unsubscribe (bug #..., "new bugs"... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
W. Trevor King | Added .extra_strings to BugDir and Comment |
commit | commitdiff | tree | snapshot |
next |