be.git
2009-07-17 W. Trevor KingAdded symlinks to libbe and becommands in interfaces...
2009-07-17 W. Trevor KingSetup be-handle-mail.BE_DIR to point to the BE repo...
2009-07-17 W. Trevor King"be-handle-mail --output" added to support easy testing.
2009-07-16 W. Trevor KingRemoved debugging reply-address adjustment from be...
2009-07-16 W. Trevor Kingbe-hand-mail now catches errors and sends appropriate...
2009-07-16 W. Trevor KingNow be-handle-mail successfully catches stdout/stderr.
2009-07-16 W. Trevor KingRenamed test->manipulate_encodings in becommands.*...
2009-07-15 W. Trevor KingOops again, removed some old debugging logging
2009-07-15 W. Trevor KingOops, the header keys in be-handle-mail should all...
2009-07-15 W. Trevor Kingbe-handle-mail succesfully sends replies.
2009-07-15 W. Trevor KingAdjusted _procmailrc to not match reply emails.
2009-07-15 W. Trevor KingAdd unicode-header handling to send_pgp_mime.py
2009-07-15 W. Trevor KingMinor tweaks in send_pgp_mime.py
2009-07-15 W. Trevor KingAdded --mode=plain option to send_pgp_mime.
2009-07-15 W. Trevor KingFirst attempt at real response email.
2009-07-15 W. Trevor KingAdded some comments to send_pgp_mime
2009-07-15 W. Trevor KingIncorperated send_pgp_mime into be-handle-mail.
2009-07-15 W. Trevor KingRan update_copyright.sh on be-handle-mail and send_pgp_...
2009-07-15 W. Trevor KingAdded my send_pgp_mime module to the project.
2009-07-15 W. Trevor KingDon't install xml tools (e.g. be-xml-to-mbox, cattmutt...
2009-07-14 W. Trevor KingAdded be-handle-mail and some example emails.
2009-07-14 W. Trevor KingAdded --author and --alt-id to "be comment".
2009-07-14 W. Trevor KingRemoved xml.sax cruft from be-mbox-to-xml
2009-07-14 W. Trevor KingAdded _procmailrc file for interactive email handling.
2009-07-14 W. Trevor KingMerged directory reorganization
2009-07-14 W. Trevor Kinglibbe/_version.py made PHONY in Makefile.
2009-07-14 W. Trevor KingUpdated Makefile to match new organization
2009-07-14 W. Trevor KingReorganized directory structure, mostly to put all...
2009-07-14 W. Trevor KingUpdated README to match current status.
2009-07-14 W. Trevor KingUpdated GPLv2 to current GPLv2.
2009-07-14 W. Trevor KingUpdated setup.py url and switched to rolling version...
2009-07-14 Alex MillerMerged Alex Miller's git-config-not-found patch
2009-07-13 W. Trevor KingFixed "be --dir --complete"
2009-07-13 W. Trevor KingAdded --dir option to "be"
2009-07-13 W. Trevor KingUse CmdOptionParser in "be".
2009-07-12 W. Trevor KingAdded (commented out) /usr/local PREFIX to Makefile.
2009-07-12 W. Trevor KingAdded "be comment --xml --ignore-missing-references...
2009-07-12 W. Trevor Kingbe-mbox-to-xml passes attributes on to each part of...
2009-07-12 W. Trevor KingAltered be-xml-to-mbox to work with non-ASCII input.
2009-07-12 W. Trevor KingAdded timezone handling to libbe.utility.str_to_time.
2009-07-12 W. Trevor KingNot escaping whitespace (e.g. endlines) outside the...
2009-07-12 W. Trevor KingMinor fixes to get unittests working again.
2009-07-12 W. Trevor KingAdded be-mbox-to-xml.
2009-07-11 W. Trevor KingWent through "closed" bugs looking for miss-categorized...
2009-07-11 W. Trevor KingUpdating "be set --help" and "be status --help".
2009-07-11 W. Trevor KingRemoved <abentley@panoramicfeedback.com> from copyright...
2009-07-11 W. Trevor King"be comment --xml" now translates comment uuids to...
2009-07-11 W. Trevor KingAdjustments to new versioned_property behavior.
2009-07-11 W. Trevor KingFixed versioned_property(default=None, generator=None...
2009-07-11 W. Trevor KingFixed minor doctest failure in cmdutil.py
2009-07-11 W. Trevor KingMerged "be comment --xml" code from home.
2009-07-10 W. Trevor Kingseems to work ;)
2009-07-10 W. Trevor KingSave whole bugdir in becommands/tag.py.
2009-07-10 W. Trevor KingSimplified error handling in ./be
2009-07-08 W. Trevor KingAdded new-bug-from-stdin to mirror comments-from-stdin.
2009-07-06 W. Trevor KingAdded "be show --only-raw-body COMMENT-ID".
2009-07-06 W. Trevor KingAdded ability to show individual comments with "be...
2009-07-02 W. Trevor King"be init [ROOTDIR]" -> "be init [--root ROOTDIR]"
2009-07-02 W. Trevor KingUpdated darcs put command for darcs >= 2.2.0, following...
2009-07-02 W. Trevor KingUpdated copyright blurbs and AUTHORS and included scrip...
2009-06-30 W. Trevor King"be set-root" changed to "be init"
2009-06-30 W. Trevor King"be comment" now handles the default options.content_type.
2009-06-30 W. Trevor KingAdd "--show-status" flag to "be depend"
2009-06-30 W. Trevor KingAdded darcs support.
2009-06-30 W. Trevor KingRemove blank line from bug.xml() output when bug has...
2009-06-26 W. Trevor KingAdded ability to handle non text/* MIME types.
2009-06-26 W. Trevor KingUpdated help strings, man page, and completions
2009-06-25 wkingFixed libbe.rcs.RCS.installed to handle missing backend...
2009-06-25 W. Trevor KingUpdated .bzringore and Makefile.GENERATED_FILES
2009-06-25 W. Trevor KingAdded auto-generated version info. (be --version)
2009-06-25 W. Trevor KingRemove blank line from tag's output if no tags exist
2009-06-25 W. Trevor KingAdded regexp matching to `be list --extra-strings'
2009-06-25 W. Trevor KingAdded extra_strings functionality to libbe.bug.xml...
2009-06-25 W. Trevor KingMerged extra-strings branch, adding be tag/depend.
2009-06-25 W. Trevor KingAdded `be depend'.
2009-06-25 W. Trevor KingAdded `be tag --list' to list all tags.
2009-06-25 W. Trevor KingAdded -e/--extra-strings option to `be list`
2009-06-25 W. Trevor KingFixed settings=None bug when bug values file is blank...
2009-06-25 W. Trevor Kingtag --remove now returns bug.settings["extra_strings...
2009-06-24 W. Trevor KingMerged from main branch. I like my version better ;).
2009-06-24 W. Trevor King`be target list` -> `be target --list` to standardize...
2009-06-24 Chris BallAdd documentation and testcase for "be target list".
2009-06-24 Gianluca MontecchiOnly print a target in "be target list" if it's a string.
2009-06-24 Chris BallAdd "be target list", to show a list of existing targets.
2009-06-24 Chris BallMerge with W. Trevor King's tree.
2009-06-24 Gianluca MontecchiAdd ability to list all current targets.
2009-06-23 W. Trevor KingUse generator instead of default for libbe.bug.Bug...
2009-06-23 W. Trevor KingAdded test case for mutables to libbe/settings_object.
2009-06-23 W. Trevor KingCleaned up libbe.propertied.change_hook_property for...
2009-06-23 W. Trevor KingAdded becommands/tag.py
2009-06-23 W. Trevor KingAdded Bug.extra_strings to support add-on functionality...
2009-06-22 W. Trevor KingConsolidated outstanding bugs.
2009-06-22 W. Trevor KingAdded `be list --sort *` for user-selectable sorting.
2009-06-22 W. Trevor KingUse Comment.content_type in xml output.
2009-06-22 W. Trevor KingMerged be-xml-to-mbox
2009-06-22 W. Trevor KingCreated be-xml-to-mbox.
2009-06-22 W. Trevor KingOnly print RFC 2822 date in bug xml output.
2009-06-22 W. Trevor KingEscape XML strings.
2009-06-22 W. Trevor KingAdjusted catmutt for portability following Mortiz'...
2009-06-22 W. Trevor KingFixed libbe.settings_object.EMPTY output in bug/comment...
next