aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-243-24/+29
|\
| * Ran update_copyright.pyW. Trevor King2010-06-223-24/+29
* | cfbe: API: Report each of the targets a bug hasChris Ball2010-06-241-1/+13
* | cfbe: API: More shortname -> bug.id.user()Chris Ball2010-06-221-2/+2
* | cfbe: API: bd.bug_from_shortname(id) -> bug_comment_from_user_id(bd, id)Chris Ball2010-06-221-1/+2
* | cfbe: API: bugdir.root -> bug_rootChris Ball2010-06-221-1/+1
* | cfbe: API: bugdir.bug_shortname(bug) -> bug.id.user()Chris Ball2010-06-221-3/+3
* | cfbe: API: Use bug.severity == target instead of bug.target. (FIXME)Chris Ball2010-06-221-1/+3
* | cfbe: Use new storage APIChris Ball2010-06-221-2/+7
* | Set up for running from top-level be dir, i.e.:Chris Ball2010-06-202-2/+3
* | Remove the .be/ copy from inside cfbe dirChris Ball2010-06-2048-1638/+0
* | Merge Steve Losh's cfbe tree, from:Chris Ball2010-06-2061-0/+2460
|/
* Added page titles to the documentation & adjusted section levels.W. Trevor King2010-02-061-0/+4
* Rewrote documentationW. Trevor King2010-01-241-45/+56
* Fix be-handle-mail's notification creation for new libbe structureW. Trevor King2010-01-211-5/+6
* Allow forward slashes (/) in commit email tags in be-handle-mail.W. Trevor King2010-01-191-6/+6
* Fixed libbe.utuil->libbe.util typo in be-handle-mail.W. Trevor King2010-01-192-15/+4
* Updated copyright informationW. Trevor King2010-01-012-2/+2
* Brought be-handle-mail up to dateW. Trevor King2009-12-311-262/+229
* Emptied interfaces directoryW. Trevor King2009-12-2982-2583/+0
* Removed Bugs-Everywhere-Web/server.log from version controlW. Trevor King2009-12-051-26/+0
* Removed Bug.target reference from interfaces/xml/be-xml-to-mbox.W. Trevor King2009-12-051-1/+0
* Adjusted be-mbox-to-xml to not drop author info from multipart messagesW. Trevor King2009-12-051-1/+4
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-051-50/+17
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-4/+4
* be-handle-mail uses more conservative --add-only for be-bugs:xmlW. Trevor King2009-11-301-1/+1
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+2
* Updated interfaces/email/interactive/README for [be-bug:xml] interfaceW. Trevor King2009-11-211-2/+13
* Added [be-tag:xml] processing to be-handle-mail.W. Trevor King2009-11-211-4/+25
* Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.W. Trevor King2009-11-211-2/+4
* Added interfaces/email/interactive/examples/email_bugsW. Trevor King2009-11-211-0/+37
* Upgraded `be show --xml` to new <be-xml> format.W. Trevor King2009-11-211-14/+17
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-212-24/+26
* Ran the new update_copyright.pyW. Trevor King2009-11-191-2/+1
* Updated README and Bugs-Everywhere-Web/README.W. Trevor King2009-11-191-3/+21
* Set self.ret if necessary in be-handle-mail.Command.response_msg().W. Trevor King2009-09-261-0/+1
* Added "Confirm" and "Subscribe" pseudoheaders to be-handle-mail.W. Trevor King2009-09-261-8/+44
* Load bugs in be-handle-mail.Message.subscriber_emails().W. Trevor King2009-09-261-0/+2
* Fix agressive be-handle-mail.Message._strip_footer().W. Trevor King2009-09-261-0/+1
* Prefix cache attributes in be-handle-mail with underscore (_).W. Trevor King2009-09-261-5/+5
* Added normalize_RFC_2822_date() to be-mbox-to-xml.W. Trevor King2009-09-231-3/+21
* Added normalize_email_address() to be-mbox-to-xmlW. Trevor King2009-09-231-1/+4
* Fixed mutliple in-reply-to splitting in be-mbox-to-xmlW. Trevor King2009-09-231-1/+3
* Convert incoming text/* email payloads to unicode in be-handle-mail.W. Trevor King2009-09-231-8/+7
* Fixed email.Parser typo in send_pgp_mime.py imports for Python 2.4.W. Trevor King2009-09-171-1/+1
* Fixed a few typos in be-handle-mailW. Trevor King2009-09-131-4/+4
* Mention commit message in interactive email README subject explaination.W. Trevor King2009-09-131-2/+2
* Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.pyW. Trevor King2009-09-111-2/+2
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-312-5/+5
* Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control().W. Trevor King2009-08-161-57/+75