be.git
2009-11-20 W. Trevor KingAdded Bug.from_xml() + some .from_xml() fixups.
2009-11-20 W. Trevor KingImport os in libbe.subproc if _POSIX == True
2009-11-20 W. Trevor KingFix typo in becommands.init's doctest
2009-11-20 W. Trevor KingImport select in libbe.subproc if _POSIX == True
2009-11-20 W. Trevor KingAdjusted test.py to use an installed vcs by default.
2009-11-20 W. Trevor KingAdded becommands/email_bugs.py
2009-11-20 W. Trevor KingBroke subprocess handling out into its own submodule...
2009-11-20 W. Trevor KingRemoved superfluous 'import time' from becommands/commi...
2009-11-20 W. Trevor KingCreated bug 56506b73-36cc-4e32-a578-258a219edba8 descri...
2009-11-20 W. Trevor KingHave release.py update copyrights as well.
2009-11-20 W. Trevor KingAdded release.py script automating release process
2009-11-19 W. Trevor KingMerged updated READMEs and new update_copyright.py...
2009-11-19 W. Trevor KingRan the new update_copyright.py
2009-11-19 W. Trevor KingTranslated update_copyright.sh to Python update_copyrig...
2009-11-19 W. Trevor KingUpdated README and Bugs-Everywhere-Web/README.
2009-11-18 W. Trevor KingUpdated NEWS file
2009-11-17 W. Trevor KingFixed bug with unicode handling reported by Nicolas...
2009-11-17 W. Trevor KingUse unicode_output=False in some Darcs._u_invoke_client...
2009-11-17 W. Trevor KingCleanup temp. dir. in libbe.vcs tests.
2009-11-17 W. Trevor King"CommandStderr" -> "CommandError" in VCS._u_invoke()
2009-11-17 W. Trevor KingDon't attempt to convert unicode objects to strings...
2009-11-17 W. Trevor KingSet binary=True for mapfile file handling
2009-11-17 W. Trevor KingAdded unicode_output option to VCS._u_invoke()
2009-11-17 W. Trevor Kingrename "output","error" -> "stdout","stderr" in VCS...
2009-10-24 W. Trevor KingMerged Gianluca's nested directory fix.
2009-10-22 Gianluca Montecchi- Merged Trevor branch
2009-10-21 Gianluca MontecchiFixed a typo in the --export-dir-template options
2009-10-21 Gianluca MontecchiFixed a problem with the creation of nested directory
2009-10-21 W. Trevor KingMerged Gianluca's recent `be html` work.
2009-10-21 giantest for bzr merge
2009-10-20 Gianluca MontecchiFinished merge with Trevor branch
2009-10-20 Gianluca Montecchiadded the --export-template and --export-dir_template
2009-10-20 Gianluca MontecchiThe (ugly) colors are back
2009-10-20 Gianluca MontecchiFixed the wrong index_header values
2009-10-20 Gianluca Montecchimerged with Trevor branch
2009-10-20 W. Trevor KingMerged my cleanup of Gianluca's HTML branch.
2009-10-20 W. Trevor KingSave non-text/ comments as separate files. Inline...
2009-10-20 W. Trevor KingPass content_type to Comment.new_reply() to fix error...
2009-10-20 W. Trevor KingRestructured becommands/html to make templating more...
2009-10-20 W. Trevor KingGeneral cleanup of becommands/html.py
2009-10-19 W. Trevor KingMerged Gianluca's html becommand with templates.
2009-10-19 W. Trevor KingNon-event merge with trunk, just to pull in that bit...
2009-10-08 Gianluca MontecchiReworked the html command template system
2009-10-07 Gianluca MontecchiPartially moved to a newer, better and simpler template...
2009-10-07 Gianluca MontecchiTemplate system v1 completed
2009-10-07 Gianluca MontecchiUpdated to trunk
2009-10-06 Chris BallFix darcs testsuite failure
2009-10-06 W. Trevor KingOops, fixed return typo in libbe.darcs.Darcs._vcs_get_f...
2009-10-06 W. Trevor KingMoved VCS detection from _vcs_help() to _vcs_version().
2009-10-06 Chris BallSilence testsuite warnings, from W. Trevor King.
2009-10-06 Chris BallLarge merge from W. Trevor King, including Gianluca...
2009-10-06 W. Trevor KingMoved from *.__del__() to exclusive use of *.cleanup().
2009-10-05 Gianluca MontecchiInitial implementation of a template system
2009-10-05 Gianluca MontecchiAdded the verbose option
2009-10-05 Gianluca Montecchihelp
2009-10-02 Gianluca MontecchiAdded the initial support for css templates
2009-10-02 Gianluca MontecchiMerged with Trevor's -rr branch
2009-10-01 Gianluca MontecchiFixed the merge
2009-10-01 Gianluca MontecchiMerged with head branch
2009-09-26 W. Trevor KingSet self.ret if necessary in be-handle-mail.Command...
2009-09-26 W. Trevor KingAdded "Confirm" and "Subscribe" pseudoheaders to be...
2009-09-26 W. Trevor KingLoad bugs in be-handle-mail.Message.subscriber_emails().
2009-09-26 W. Trevor KingFix agressive be-handle-mail.Message._strip_footer().
2009-09-26 W. Trevor KingPrefix cache attributes in be-handle-mail with undersco...
2009-09-26 W. Trevor KingFixed invalid TAG error in becommands.subscribe.get_sub...
2009-09-26 W. Trevor KingAdded -a and -l options to be subscribe.
2009-09-23 W. Trevor KingAdded normalize_RFC_2822_date() to be-mbox-to-xml.
2009-09-23 W. Trevor KingAdded normalize_email_address() to be-mbox-to-xml
2009-09-23 W. Trevor KingFixed mutliple in-reply-to splitting in be-mbox-to-xml
2009-09-23 W. Trevor KingFixed bugdir name collision in cmdutil.bug_from_shortname()
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.
next