aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a 1.0 target (/773) and assign a cfbe Unicode bug to it (/275)Chris Ball2010-06-244-0/+51
|
* 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
| | | | FIXME: More instances here.
* cfbe: API: Use bug.severity == target instead of bug.target. (FIXME)Chris Ball2010-06-221-1/+3
| | | | | FIXME: There are still many more instances of bug.target; I'm just going through tracebacks one at a time at the moment.
* 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
| | | | % python interfaces/web/cfbe.py
* 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
|\ | | | | | | http://bitbucket.org/sjl/cherryflavoredbugseverywhere/
| * Remove the "Lines Up" link because it probably does not.Steve Losh2009-07-031-1/+0
| |
| * Fix the typo in the README.Steve Losh2009-07-031-1/+1
| |
| * Rename the LICENSE file.Steve Losh2009-07-031-0/+4
| |
| * Add a README file with some basic information.Steve Losh2009-07-031-0/+20
| |
| * Get rid of the images.Steve Losh2009-06-254-0/+0
| |
| * Revamp the layout to look less awful.Steve Losh2009-06-256-122/+232
| |
| * Minor formatting.Steve Losh2009-06-251-0/+1
| |
| * Fix the EMPTY problem.Steve Losh2009-06-255-8/+74
| |
| * Fix cfbe to work with the latest version of be.Steve Losh2009-06-251-2/+4
| |
| * Added a license file (MIT/X11).Steve Losh2009-03-231-0/+20
| |
| * Added tag alpha for changeset abfe7aa4bdf3Steve Losh2009-02-071-0/+1
| |
| * Tagged the alpha release, and added mroe bugs.Steve Losh2009-02-076-2/+122
| |
| * Added tag alpha for changeset 8d8c7f52f3afSteve Losh2009-02-071-0/+1
| |
| * Bug changes.Steve Losh2009-02-072-0/+22
| |
| * Got rid of the stupid config file.Steve Losh2009-02-072-11/+5
| |
| * Changed some bugs around.Steve Losh2009-02-072-2/+2
| |
| * Apparently not enough though.Steve Losh2009-02-071-1/+1
| |
| * Refactored more into the web interface.Steve Losh2009-02-072-15/+13
| |
| * Forgot to rearrange the script.Steve Losh2009-02-071-2/+2
| |
| * Forgot some imports.Steve Losh2009-02-072-1/+3
| |
| * I really need to learn more about Python packages.Steve Losh2009-02-071-3/+3
| |
| * Pulled out the web interface.Steve Losh2009-02-073-138/+187
| |
| * Removed the debug print.Steve Losh2009-02-071-1/+0
| |
| * It works! Just need to debug one more thing.Steve Losh2009-02-071-1/+1
| |
| * I think I may have it figured out.Steve Losh2009-02-071-2/+2
| |
| * I has a module!Steve Losh2009-02-071-0/+0
| |
| * Testing out some more packaging issues.Steve Losh2009-02-071-1/+2
| |
| * Testing out some packaging issues.Steve Losh2009-02-071-3/+6
| |
| * Starting packaging up.Steve Losh2009-02-018-9/+36
| |
| * Added two more bugs.Steve Losh2009-02-012-0/+98
| |
| * Bug assignment.Steve Losh2009-02-011-0/+7
| |
| * Changes before Laura checks it out.Steve Losh2009-02-0111-13/+129
| |
| * Implemented bug editing.Steve Losh2009-02-017-18/+127
| |
| * Got bug detail editing working, except for the summary.Steve Losh2009-02-016-13/+208
| |
| * Closed the commenting bug.Steve Losh2009-02-011-1/+1
| |
| * I can has commenting!Steve Losh2009-02-014-2/+41
| |
| * Implemented bug adding.Steve Losh2009-02-014-13/+45
| |
| * Added the links in the bug list.Steve Losh2009-01-311-1/+2
| |
| * Implemented the single bug view.Steve Losh2009-01-3110-5/+150
| |