be.git
2009-11-30 W. Trevor KingFixed import_xml.py to live up to its longhelp description.
2009-11-30 W. Trevor KingAvoid redundant Comment.alt_ids
2009-11-30 W. Trevor KingChanged Bug and Comment.merge() kwargs.
2009-11-30 W. Trevor KingMinor BugDir docstring typo correction.
2009-11-29 W. Trevor KingMoved comment.list_to_root() to Bug.add_comments()...
2009-11-29 W. Trevor KingAdded comment import to Bug.from_xml().
2009-11-29 W. Trevor Kingtest.py now uses unittest.TestSuite 'suite' in becomman...
2009-11-29 W. Trevor KingBugDir.list_uuids() -> BugDir.uuids()
2009-11-28 W. Trevor KingAdded Bug.merge() and Comment.merge().
2009-11-21 W. Trevor KingAdded restrict_file_access to becommands' execute(...
2009-11-21 W. Trevor KingMerged mostly completed `be email-bugs'.
2009-11-21 W. Trevor KingFix libbe.vcs.VCS.get_file_contents(allow_no_vcs=True...
2009-11-21 W. Trevor KingUpdated interfaces/email/interactive/README for [be...
2009-11-21 W. Trevor KingAdded [be-tag:xml] processing to be-handle-mail.
2009-11-21 W. Trevor KingAdjusted `be import-xml` to properly handle croot_bug...
2009-11-21 W. Trevor KingFixed bug in be-handle-mail.Message.parse_comment(...
2009-11-21 W. Trevor KingAdded interfaces/email/interactive/examples/email_bugs
2009-11-21 W. Trevor King`be email-bugs` now uses `be show` internals to produce...
2009-11-21 W. Trevor KingUpgraded `be show --xml` to new <be-xml> format.
2009-11-21 W. Trevor KingBroke `be comment --xml` out and extended into `be...
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 KingFixed bug 529c290e-b1cf-4800-be7e-68f1ecb9565c (howto...
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...
next