aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* First attempt at real response email.W. Trevor King2009-07-151-15/+42
* Added some comments to send_pgp_mimeW. Trevor King2009-07-151-1/+6
* Incorperated send_pgp_mime into be-handle-mail.W. Trevor King2009-07-151-3/+16
* Ran update_copyright.sh on be-handle-mail and send_pgp_mime.W. Trevor King2009-07-152-2/+30
* Added my send_pgp_mime module to the project.W. Trevor King2009-07-152-0/+547
* Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...).W. Trevor King2009-07-151-2/+2
* Added be-handle-mail and some example emails.W. Trevor King2009-07-149-0/+146
* Added --author and --alt-id to "be comment".W. Trevor King2009-07-141-0/+8
* Removed xml.sax cruft from be-mbox-to-xmlW. Trevor King2009-07-141-3/+0
* Added _procmailrc file for interactive email handling.W. Trevor King2009-07-141-0/+19
* Merged directory reorganizationW. Trevor King2009-07-1486-9/+15
|\
| * Updated Makefile to match new organizationW. Trevor King2009-07-141-1/+2
| * Reorganized directory structure, mostly to put all the interfaces inW. Trevor King2009-07-1483-1/+1
| * Updated README to match current status.W. Trevor King2009-07-142-7/+12
* | libbe/_version.py made PHONY in Makefile.W. Trevor King2009-07-141-0/+1
|/
* Updated GPLv2 to current GPLv2.W. Trevor King2009-07-1448-493/+560
* Updated setup.py url and switched to rolling version names.W. Trevor King2009-07-141-2/+6
* Merged Alex Miller's git-config-not-found patchAlex Miller2009-07-141-2/+2
* Fixed "be --dir --complete"W. Trevor King2009-07-132-0/+15
* Added --dir option to "be"W. Trevor King2009-07-131-1/+6
* Use CmdOptionParser in "be".W. Trevor King2009-07-132-38/+59
* Added (commented out) /usr/local PREFIX to Makefile.W. Trevor King2009-07-121-0/+1
* Added "be comment --xml --ignore-missing-references ID COMMENT".W. Trevor King2009-07-123-5/+31
* be-mbox-to-xml passes attributes on to each part of multipart messages.W. Trevor King2009-07-122-15/+44
* Altered be-xml-to-mbox to work with non-ASCII input.W. Trevor King2009-07-122-73/+60
* Added timezone handling to libbe.utility.str_to_time.W. Trevor King2009-07-121-2/+20
* Not escaping whitespace (e.g. endlines) outside the XML document root.W. Trevor King2009-07-121-1/+1
* Minor fixes to get unittests working again.W. Trevor King2009-07-121-2/+1
* Added be-mbox-to-xml.W. Trevor King2009-07-1221-57/+227
* Went through "closed" bugs looking for miss-categorized bugs.W. Trevor King2009-07-1113-93/+36
* Updating "be set --help" and "be status --help".W. Trevor King2009-07-114-24/+61
* Removed <abentley@panoramicfeedback.com> from copyright blurbs.W. Trevor King2009-07-1128-28/+0
* "be comment --xml" now translates comment uuids to alt_ids.W. Trevor King2009-07-112-6/+12
* Adjustments to new versioned_property behavior.W. Trevor King2009-07-117-29/+50
* Fixed versioned_property(default=None, generator=None) defaults.W. Trevor King2009-07-111-10/+10
* Fixed minor doctest failure in cmdutil.pyW. Trevor King2009-07-111-1/+1
* Merged "be comment --xml" code from home.W. Trevor King2009-07-116-48/+137
|\
| * seems to work ;)W. Trevor King2009-07-104-27/+116
| * Save whole bugdir in becommands/tag.py.W. Trevor King2009-07-101-1/+1
| * Simplified error handling in ./beW. Trevor King2009-07-102-21/+21
|/
* Added new-bug-from-stdin to mirror comments-from-stdin.W. Trevor King2009-07-071-3/+8
* Added "be show --only-raw-body COMMENT-ID".W. Trevor King2009-07-061-1/+7
* Added ability to show individual comments with "be show".W. Trevor King2009-07-062-12/+42
* "be init [ROOTDIR]" -> "be init [--root ROOTDIR]"W. Trevor King2009-07-011-15/+16
* Updated darcs put command for darcs >= 2.2.0, following Chris' reportW. Trevor King2009-07-011-2/+1
* Updated copyright blurbs and AUTHORS and included script for future updatesW. Trevor King2009-07-0143-43/+225
* "be set-root" changed to "be init"W. Trevor King2009-06-303-4/+4
* "be comment" now handles the default options.content_type.W. Trevor King2009-06-301-1/+2
* Add "--show-status" flag to "be depend"W. Trevor King2009-06-301-1/+13
* Added darcs support.W. Trevor King2009-06-305-26/+208