summaryrefslogtreecommitdiff
path: root/interfaces
Commit message (Expand)AuthorAge
* cfbe: API: fix editing a bug's targetChris Ball2010-09-07
* cfbe: Remove "target" column from default bug listChris Ball2010-09-07
* cfbe: Fix assigned-to-None searchChris Ball2010-09-07
* cfbe: typo: Unschdeuled -> UnscheduledChris Ball2010-09-07
* cfbe: API: implement search-by-targetChris Ball2010-09-07
* cfbe: API: bug.comment.From -> bug.comment.authorChris Ball2010-09-06
* Fixed #bea/0a2# : Humanize empty result pages.W. Trevor King2010-07-15
* Fixed #bea/206d9b07# : 'BugDir' object has no attribute 'bug_shortname' (cfbe)W. Trevor King2010-07-15
* Ran update_copyright.pyW. Trevor King2010-06-25
* Adjust update_copyright.py to handle _mailfilterrc and _procmailrcW. Trevor King2010-06-25
* Merge commit 'refs/merge-requests/2' of git://gitorious.org/be/beChris Ball2010-06-25
|\
| * Changed license for _mailfilterrc from Public Domain to GPLv2+Gour2010-06-25
| * rc file for maildrop filterGour2010-06-25
* | Configure CherryPy to use UTF-8W. Trevor King2010-06-25
|/
* Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-24
|\
| * Ran update_copyright.pyW. Trevor King2010-06-22
* | cfbe: API: Report each of the targets a bug hasChris Ball2010-06-24
* | cfbe: API: More shortname -> bug.id.user()Chris Ball2010-06-22
* | cfbe: API: bd.bug_from_shortname(id) -> bug_comment_from_user_id(bd, id)Chris Ball2010-06-22
* | cfbe: API: bugdir.root -> bug_rootChris Ball2010-06-22
* | cfbe: API: bugdir.bug_shortname(bug) -> bug.id.user()Chris Ball2010-06-22
* | cfbe: API: Use bug.severity == target instead of bug.target. (FIXME)Chris Ball2010-06-22
* | cfbe: Use new storage APIChris Ball2010-06-22
* | Set up for running from top-level be dir, i.e.:Chris Ball2010-06-20
* | Remove the .be/ copy from inside cfbe dirChris Ball2010-06-20
* | Merge Steve Losh's cfbe tree, from:Chris Ball2010-06-20
|/
* Added page titles to the documentation & adjusted section levels.W. Trevor King2010-02-06
* Rewrote documentationW. Trevor King2010-01-24
* Fix be-handle-mail's notification creation for new libbe structureW. Trevor King2010-01-21
* Allow forward slashes (/) in commit email tags in be-handle-mail.W. Trevor King2010-01-19
* Fixed libbe.utuil->libbe.util typo in be-handle-mail.W. Trevor King2010-01-19
* Updated copyright informationW. Trevor King2010-01-01
* Brought be-handle-mail up to dateW. Trevor King2009-12-31
* Emptied interfaces directoryW. Trevor King2009-12-29
* Removed Bugs-Everywhere-Web/server.log from version controlW. Trevor King2009-12-05
* Removed Bug.target reference from interfaces/xml/be-xml-to-mbox.W. Trevor King2009-12-05
* Adjusted be-mbox-to-xml to not drop author info from multipart messagesW. Trevor King2009-12-05
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-05
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-05
* be-handle-mail uses more conservative --add-only for be-bugs:xmlW. Trevor King2009-11-30
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-21
* Updated interfaces/email/interactive/README for [be-bug:xml] interfaceW. Trevor King2009-11-21
* Added [be-tag:xml] processing to be-handle-mail.W. Trevor King2009-11-21
* Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.W. Trevor King2009-11-21
* Added interfaces/email/interactive/examples/email_bugsW. Trevor King2009-11-21
* Upgraded `be show --xml` to new <be-xml> format.W. Trevor King2009-11-21
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-21
* Ran the new update_copyright.pyW. Trevor King2009-11-19
* Updated README and Bugs-Everywhere-Web/README.W. Trevor King2009-11-19
* Set self.ret if necessary in be-handle-mail.Command.response_msg().W. Trevor King2009-09-26