aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added _mailfilterrc to update_copyright.IGNORED_FILESW. Trevor King2010-06-251-1/+1
| | | | Gour released it to the Public Domain.
* Merge remote branch 'gour/master'W. Trevor King2010-06-251-0/+22
|\
| * rc file for maildrop filterGour2010-06-251-0/+22
| |
* | Reworked `be list --extra-strings REGEXP` logic.W. Trevor King2010-06-251-2/+8
| | | | | | | | | | | | Previous implementation only matched if *every* regexp matched *every* string. Current implementation matches is *any* regexp matches *any* string.
* | Remove 'CFBE. ' prefix from bug summaries now that we're using tags.W. Trevor King2010-06-2535-35/+35
| |
* | Added --tags to `be list`.W. Trevor King2010-06-253-17/+64
| | | | | | | | | | And broke out tagging functions in libbe.command.tag, so they are accessible to other commands.
* | Added CFBE tags to all CFBE bugs.W. Trevor King2010-06-2535-8/+50
| |
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-253-1/+17
|\ \
| * | Configure CherryPy to use UTF-8W. Trevor King2010-06-253-1/+17
| | |
| * | Merged Chris' response bea/275/672W. Trevor King2010-06-252-0/+15
| | |
* | | Reply to wkingChris Ball2010-06-252-0/+15
| | |
* | | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/beChris Ball2010-06-255-1/+33
|\| |
| * | Marked bea/d99 (CFBE inclusion) as fixedW. Trevor King2010-06-253-1/+10
| | |
| * | Commented on Chris' bea/275/27cW. Trevor King2010-06-252-0/+23
| |/
* / Rename cfbe bug to match "CFBE. " style used elsewhereChris Ball2010-06-241-1/+1
|/
* Merge branch 'master' of wking.cfbeChris Ball2010-06-2442-538/+987
|\ | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py
| * Add aliases to update_copyright.py for some recent commitsW. Trevor King2010-06-241-1/+3
| |
| * Merge CFBE bugs into the main BE bug repoW. Trevor King2010-06-2441-0/+784
| |\
| | * Remove stub interfaces/web/.bewking2010-06-222-3/+0
| | |
| | * Moved CFBE bugs from interfaces/web/.be into .be/wking2010-06-2248-0/+0
| | |
| | * Added 'CFBE' prefix to all CFBE bugs for claritywking2010-06-2234-34/+34
| | |
| | * Upgraded interfaces/web/.be to Bugs Everywhere Directory v1.4wking2010-06-2287-1578/+736
| | | | | | | | | | | | | | | | | | | | | | | | | | | be$ bzr mv .be .be-orig be$ bzr mv interfaces/web/.be .be be$ be list <go through upgrade process> be$ bzr mv .be interfaces/web/.be be$ bzr mv .be-orig .be
* | | 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
| | |