aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-21167-119/+4464
|\
| * Added .extra_strings to BugDir and CommentW. Trevor King2009-07-214-10/+50
| |\
| | * I'll add Comment.extra_strings too, while I'm at it.W. Trevor King2009-07-211-0/+14
| | * Added BugDir.extra_strings.W. Trevor King2009-07-211-0/+14
| | * Bug._extra_strings_check_fn() guts now utility.iterable_full_of_strings().W. Trevor King2009-07-212-10/+22
| * | Merged libbe.properties unittest fixW. Trevor King2009-07-211-4/+8
| |\|
| | * libbe.properties unittest changes due to "extra change-hook save" fix.W. Trevor King2009-07-211-4/+8
| |/
| * I imported a few threads from the mailing list as wishlist bugs.W. Trevor King2009-07-21144-0/+4180
| * Added "--no-comments" to "be show".W. Trevor King2009-07-211-9/+16
| * be-mbox-to-xml is now better at message-id, in-reply-to, and references.W. Trevor King2009-07-211-3/+26
| * "be comment --xml" now saves the comments (again).W. Trevor King2009-07-211-0/+1
| * be-mbox-to-xml handles emails without explicit transfer encodings.W. Trevor King2009-07-211-1/+4
| * Added cProfile notes to README.dev.W. Trevor King2009-07-211-0/+9
| * Fixed extra change-hook save in testChangeHookMutableProperty.W. Trevor King2009-07-212-23/+47
| * Touched up becommands/diff.py's help message.W. Trevor King2009-07-211-3/+4
| * Cleaned up saving/sync_with_disk.W. Trevor King2009-07-2116-54/+108
| * Cleaned up some outdated libbe.settings_object.EMPTY cruft.W. Trevor King2009-07-204-11/+10
* | Added: subscribe/unsubscribe (bug #..., "new bugs", "all", etc.)W. Trevor King2009-07-219-0/+100
* | Use shlex.split() to parse control lines in be-handle-mail.W. Trevor King2009-07-203-16/+14
* | Added pseudo-header list to interfaces/email/interactive/README.W. Trevor King2009-07-201-14/+17
* | Added psuedo-header handling to be-handle-mail.W. Trevor King2009-07-202-4/+25
* | Added more VCSs to the delete-commit notes in interfaces/README.W. Trevor King2009-07-201-7/+25
* | Added interfaces/email/interactive/README and be-handle-mail options.W. Trevor King2009-07-202-11/+248
* | be-handle-mail shown to successfully commit partially-failing emails.W. Trevor King2009-07-191-0/+18
* | More verbose User/UsageError reporting in be-handle-mailW. Trevor King2009-07-191-2/+4
* | Worked out some kinks in be-handle-mail's autocommit.W. Trevor King2009-07-191-1/+6
* | Fixed typos in be-handle-mail error message generationW. Trevor King2009-07-191-4/+4
* | Adjusted final commit-handling in be-handle-mail.W. Trevor King2009-07-191-8/+9
* | Oops, _now_ I've fixed the multipart generation in be-handle-mailW. Trevor King2009-07-191-3/+3
* | Merged "be commit --allow-empty from be.wtk-rr"W. Trevor King2009-07-199-50/+118
|\|
| * Added --allow-empty to "be commit"W. Trevor King2009-07-199-49/+117
* | Fixed multipart bug in be-handle-mail.Message.response_email()W. Trevor King2009-07-191-5/+4
* | Added --disable-autocommit to be-handle-mail.W. Trevor King2009-07-191-1/+15
* | be-handle-mail now commits after every successful email execution.W. Trevor King2009-07-191-7/+13
* | Merged becommands/commit.py addition from be.wtk-rr.W. Trevor King2009-07-194-4/+73
|\|
| * Added becommands/commit.py and minor fixes.W. Trevor King2009-07-194-4/+73
* | Added more allowed commands and pseudo-headers to be-handle-mail.W. Trevor King2009-07-191-3/+5
* | Added interfaces/README with commit-deletion notes.W. Trevor King2009-07-191-0/+16
* | be-handle-mail's new DBT-style interface handles the example emails now.W. Trevor King2009-07-193-31/+58
* | Reworked be-handle-mail to be more like the Debian Bug Tracker.W. Trevor King2009-07-1911-102/+192
* | Generalized _procmailrc to allow several tags: [be-bug...W. Trevor King2009-07-191-1/+1
* | Added new_with_comment ability to be-handle-mail.W. Trevor King2009-07-182-4/+51
* | Assorted bugfixes to get reworked be-handle-mail working.W. Trevor King2009-07-182-21/+27
* | Major be-handle-mail rewrite to make things more modular.W. Trevor King2009-07-182-173/+269
* | Oops, forgot to reset from/to_addr in send_pgp_mime.py unittestsW. Trevor King2009-07-181-2/+2
* | Major send_pgp_mime.py reorganization to better integrate with email.Message.W. Trevor King2009-07-181-119/+111
* | Starting to seperate message handling in be-handle-mail.W. Trevor King2009-07-181-25/+37
* | Normalized whitespace in be-handle-mail and send_pgp_mime.py.W. Trevor King2009-07-182-39/+37
* | be-handle-mail now handles non-text comments.W. Trevor King2009-07-181-0/+6
* | In be-handle-mail, don't mess with stdin if the command doesn't need it.W. Trevor King2009-07-181-4/+6