aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-2480-1065/+1493
|\
| * Converted Bzr -> Git references in README and doc/*.txtW. Trevor King2010-06-242-11/+11
| |
| * Little fix to setup.pyGianluca2010-06-241-2/+2
| | | | | | | | | | | | | | I applied Gianluca's patch, but used "revision" in both the Makefile command for _version.py and setup.py, rather than using "revision_id" in both places. With Git, there is no longer a need to distinguish revision IDs from revision numbers.
| * Ran update_copyright.pyW. Trevor King2010-06-2274-831/+931
| |
| * Updated update_copyright to work with git/hg/bzr.W. Trevor King2010-06-221-203/+538
| | | | | | | | I'd added the extra VCS support when I took it over to Hooke.
| * Use git log instead of git show in MakefileW. Trevor King2010-06-221-1/+1
| |
| * Moved .bzrignore -> .gitignore and updatedW. Trevor King2010-06-222-12/+5
| |
| * Updated _version.py and version.py to work with GitW. Trevor King2010-06-222-6/+6
| |
* | Merge branch 'cfbe'Chris Ball2010-06-2417-0/+894
|\ \ | |/ |/|
| * 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
| | |