be.git
2009-09-23 W. Trevor KingUse Bug.active to decide active status in becommands...
2009-09-23 W. Trevor KingConvert incoming text/* email payloads to unicode in...
2009-09-21 W. Trevor Kingos.path.isdir() -> .exists() for check for "comments...
2009-09-19 W. Trevor KingInclude stdout in CommandError.
2009-09-17 W. Trevor KingFixed email.Parser typo in send_pgp_mime.py imports...
2009-09-15 W. Trevor KingAdded `be --verbose-version' option to print full versi...
2009-09-15 W. Trevor KingAdded libbe.version, wrapping the auto-generated libbe...
2009-09-13 W. Trevor KingFixed a few typos in be-handle-mail
2009-09-13 W. Trevor KingMention commit message in interactive email README...
2009-09-13 W. Trevor KingExplicitly set encoding to UTF-8.
2009-09-11 W. Trevor KingTypo EncryptedMessageFactory -> PGPMimeMessageFactory...
2009-08-31 W. Trevor KingAdded docstrings to libbe submodules.
2009-08-31 W. Trevor KingBugDir.duplicate_bugdir() fix for when parent bugdir...
2009-08-31 W. Trevor KingRCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
2009-08-31 W. Trevor KingMerged be.on-disk-upgrade, which added libbe.upgrade
2009-08-31 W. Trevor KingUse 'v#.#' for major/minor version in upgrade.BUGDIR_DI...
2009-08-31 W. Trevor KingUpgrade duplicate bugdirs if necessary (e.g. for `be...
2009-08-31 W. Trevor KingAdded libbe/upgrade.py to handle upgrading on-disk...
2009-08-31 W. Trevor KingMade get_path() definitions consistent between bugdirs...
2009-08-31 W. Trevor KingBug 22b (target-bugs) blocked by 519 (on-disk upgrade...
2009-08-31 W. Trevor KingVCS vs. RCS terminology blocked by on-disk upgrade...
2009-08-31 W. Trevor KingAdded comment 22b:7 about representing targets with...
2009-08-16 W. Trevor KingBroke up be-handle-mail.parse() into parse_new(), _comm...
2009-08-16 W. Trevor KingAdded on-disk representation upgrade bug
2009-08-11 W. Trevor KingHandle BugDir.list_uuids() in the case of missing ...
2009-08-08 W. Trevor King"be html" fixes bug 2f0
2009-08-08 W. Trevor KingOops, update comment.From->author and .time_string...
2009-08-07 W. Trevor KingUpdated AUTHORS and copyright info for becommands/html.py.
2009-08-07 W. Trevor KingMerged Gianluca's html output branch.
2009-08-07 W. Trevor KingSort bugs in HTML output.
2009-08-07 W. Trevor KingXHTML attribute values should be strings, and cellspaci...
2009-08-07 W. Trevor KingEscape HTML entities (e.g. & and @) in HTML output
2009-08-07 W. Trevor KingXHTML tags must be closed (e.g. <br />, not <br>)
2009-08-07 W. Trevor KingXHTML attribute values should be strings.
2009-08-07 W. Trevor KingProtect bug html from libbe.settings_object.EMPTY
2009-08-07 W. Trevor KingAdded DOCTYPE to detail html as well
2009-08-07 W. Trevor KingRespect bugdir's encoding in html generation
2009-08-07 W. Trevor KingAdded DOCTYPE and post-</div> endlines
2009-08-07 W. Trevor KingImproved threaded comment handling.
2009-08-07 W. Trevor KingAdjusted help/doc strings in becommands/html.py
2009-08-04 Gianluca Montecchi- closed bugs f77, 2b8 d8d
2009-08-04 W. Trevor KingMerged bugfix branch be.missing-git-config
2009-08-04 W. Trevor KingNow libbe.git.Git handles missing name/email and guesse...
2009-08-04 W. Trevor KingMerged Gianluca's missing-git-config bug report
2009-08-03 W. Trevor KingImported Ben's VCS vs. RCS bug report from the mailing...
2009-08-03 W. Trevor KingSsupport for UTF-8 in "be comment" calls to EDITOR...
2009-08-03 Gianluca MontecchiFixed width and index
2009-08-01 W. Trevor KingMerged dependency tree branch.
2009-08-01 W. Trevor KingAdded dependency tree display with "be depend -t DEPTH...
2009-08-01 W. Trevor KingAdded one-way-link repair.
2009-08-01 W. Trevor KingAdded two-way dependency links.
2009-07-31 Gianluca MontecchiClosed bug f77, minox fix to layout
2009-07-31 W. Trevor KingNow becommands.new's unittest cleans up after itself.
2009-07-31 W. Trevor KingImproved unittest cleanup by adding BugDir.cleanup().
2009-07-31 W. Trevor KingReturn to original directory after libbe.bugdir.SimpleB...
2009-07-31 W. Trevor KingRemoved libbe.bzr.Bzr's automerge on post-commit.
2009-07-31 W. Trevor KingFixed libbe.bugdir.BugDirTestCase.testComments(sync_wit...
2009-07-31 W. Trevor KingFixed comment.cmp_attr unittest because "o" > "a" so...
2009-07-31 W. Trevor KingFixed indent spacing in libbe.diff.report().
2009-07-29 W. Trevor KingMerged interactive email interface
2009-07-29 W. Trevor KingCorrected some problems with revision_id() before an...
2009-07-29 W. Trevor KingAdded clean messages on bug_from_shortname failure.
2009-07-27 Gianluca MontecchiMoved all the implementation into the html.py file
2009-07-27 W. Trevor Kingbe-handle-mail no longer sends blank subscriber emails...
2009-07-27 W. Trevor KingFixed _procmailrc rules.
2009-07-27 W. Trevor KingRestored Makefile to /home/wking installation
2009-07-27 W. Trevor KingCleaned up be-handle-mail's subscriber notification...
2009-07-27 W. Trevor KingAllow "subscribe" command via the email interface.
2009-07-27 W. Trevor KingTweaked the output text for modified bugs in libbe...
2009-07-27 W. Trevor KingAdded "be-handle-mail --notify-since REVISION".
2009-07-27 W. Trevor KingAdded an additional format check to be-handle-mail...
2009-07-27 W. Trevor KingMerged "be subscribe" and be-handle-mail subscription...
2009-07-27 W. Trevor KingSubscribing myself to all changes.
2009-07-27 W. Trevor KingMoved be-handle-mail over to new libbe.diff classes.
2009-07-27 W. Trevor KingRemoved debugging exception from libbe/comment.py.
2009-07-27 W. Trevor KingComment.remove() now ignores .sync_with_disk when remov...
2009-07-27 W. Trevor KingAdded default to settings_object.versioned_property...
2009-07-27 W. Trevor KingPut bd into read-only mode in becommands/diff.py.
2009-07-27 W. Trevor KingAdded cmp functions to libbe.comment, and fleshed them...
2009-07-27 W. Trevor KingHack Comment.load_settings() to work around From->Autho...
2009-07-27 W. Trevor KingCache data strings in libbe.diff.DiffTree.
2009-07-27 W. Trevor KingMajor rewrite of libbe.diff introduces DiffTree and...
2009-07-27 W. Trevor King.sync_with_disk fixes for libbe.bugdir and .comment.
2009-07-27 W. Trevor KingAdded DiskAccessRequired errors to libbe.bug.Bug and...
2009-07-27 W. Trevor KingBugDir._in_memory was a stupid idea. Took it back...
2009-07-25 W. Trevor KingAdded in_memory to BugDir.__init__ to disable saving...
2009-07-25 W. Trevor KingAdded on_disk option to libbe.bugdir.simple_bug_dir().
2009-07-25 W. Trevor KingRenamed Comment.From and .time_string to .author and...
2009-07-24 W. Trevor KingAdded autocommit wishlist request by Martin Krafft
2009-07-23 W. Trevor Kingbe-handle-mail successfully generates bugdir-changed...
2009-07-23 W. Trevor King"be diff" now compares agains the last commit (for...
2009-07-23 W. Trevor KingAdded .revision_id() to all the VCSs.
2009-07-23 W. Trevor Kinglibbe.rcs.RCS.commit() now actually calls .pre/postcomm...
2009-07-23 W. Trevor KingBroke encodedMIMEText out of send-pgp-mime.PGPMimeMessa...
2009-07-23 W. Trevor KingAdded Tree types and get_bugdir_subscribers to becomman...
2009-07-23 W. Trevor KingMerged libbe.diff upgrades and libbe.tree.Tree.has_desc...
2009-07-23 W. Trevor KingAdded bugdir setting comparision to libbe.diff.
2009-07-23 W. Trevor KingAdded libbe.bug.cmp_comments(), and added that to defau...
2009-07-23 W. Trevor KingFixed unrecognized "Test" typo in becommands/comment.py.
2009-07-23 W. Trevor KingAdded comment on notification granularity (commit-level).
next