Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust update_copyright.py to handle _mailfilterrc and _procmailrc | W. Trevor King | 2010-06-25 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Gour re-released _mailfilterrc under GPLv2+ following Chris' suggestion: Date: Fri, 25 Jun 2010 14:23:46 -0400 From: Chris Ball Subject: Re: [Be-devel] procmail & maildrop ... As an aside, the Public Domain license on it is mildly concerning, but I think I'm willing to take it anyway since it's just a standalone file. There are guidelines against using Public Domain declarations for software, because they have different meaning in different areas, and some areas are even thought to deny disclaiming "moral rights" like this; I've heard that France is in this situation. ... Seems reasonable, so I'm doing that for my _procmailrc too. This also means that _mailfilterrc no longer needs to be in update_copyright.IGNORED_FILES, so I removed it. Actually, since it lackes a '^# Copyright' line, it never had to be there in the first place. Lazy me ;). | ||||
* | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be | Chris Ball | 2010-06-25 | 39 | -58/+153 |
|\ | |||||
| * | Added _mailfilterrc to update_copyright.IGNORED_FILES | W. Trevor King | 2010-06-25 | 1 | -1/+1 |
| | | | | | | | | Gour released it to the Public Domain. | ||||
| * | Merge remote branch 'gour/master' | W. Trevor King | 2010-06-25 | 1 | -0/+22 |
| |\ | |||||
| * | | Reworked `be list --extra-strings REGEXP` logic. | W. Trevor King | 2010-06-25 | 1 | -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 King | 2010-06-25 | 35 | -35/+35 |
| | | | |||||
| * | | Added --tags to `be list`. | W. Trevor King | 2010-06-25 | 3 | -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 King | 2010-06-25 | 35 | -8/+50 |
| | | | |||||
* | | | Merge commit 'refs/merge-requests/2' of git://gitorious.org/be/be | Chris Ball | 2010-06-25 | 1 | -0/+22 |
|\ \ \ | |/ / |/| | | |||||
| * | | Changed license for _mailfilterrc from Public Domain to GPLv2+ | Gour | 2010-06-25 | 1 | -1/+1 |
| |/ | |||||
| * | rc file for maildrop filter | Gour | 2010-06-25 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be | Chris Ball | 2010-06-25 | 3 | -1/+17 |
|\ \ | |||||
| * | | Configure CherryPy to use UTF-8 | W. Trevor King | 2010-06-25 | 3 | -1/+17 |
| | | | |||||
| * | | Merged Chris' response bea/275/672 | W. Trevor King | 2010-06-25 | 2 | -0/+15 |
| | | | |||||
* | | | Reply to wking | Chris Ball | 2010-06-25 | 2 | -0/+15 |
| | | | |||||
* | | | Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be | Chris Ball | 2010-06-25 | 5 | -1/+33 |
|\| | | |||||
| * | | Marked bea/d99 (CFBE inclusion) as fixed | W. Trevor King | 2010-06-25 | 3 | -1/+10 |
| | | | |||||
| * | | Commented on Chris' bea/275/27c | W. Trevor King | 2010-06-25 | 2 | -0/+23 |
| |/ | |||||
* / | Rename cfbe bug to match "CFBE. " style used elsewhere | Chris Ball | 2010-06-24 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' of wking.cfbe | Chris Ball | 2010-06-24 | 42 | -538/+987 |
|\ | | | | | | | | | | | | | Pull .be/ directory from cfbe. Conflicts: update_copyright.py | ||||
| * | Add aliases to update_copyright.py for some recent commits | W. Trevor King | 2010-06-24 | 1 | -1/+3 |
| | | |||||
| * | Merge CFBE bugs into the main BE bug repo | W. Trevor King | 2010-06-24 | 41 | -0/+784 |
| |\ | |||||
| | * | Remove stub interfaces/web/.be | wking | 2010-06-22 | 2 | -3/+0 |
| | | | |||||
| | * | Moved CFBE bugs from interfaces/web/.be into .be/ | wking | 2010-06-22 | 48 | -0/+0 |
| | | | |||||
| | * | Added 'CFBE' prefix to all CFBE bugs for clarity | wking | 2010-06-22 | 34 | -34/+34 |
| | | | |||||
| | * | Upgraded interfaces/web/.be to Bugs Everywhere Directory v1.4 | wking | 2010-06-22 | 87 | -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/be | Chris Ball | 2010-06-24 | 80 | -1065/+1493 |
|\ \ \ | |||||
| * | | | Converted Bzr -> Git references in README and doc/*.txt | W. Trevor King | 2010-06-24 | 2 | -11/+11 |
| | | | | |||||
| * | | | Little fix to setup.py | Gianluca | 2010-06-24 | 1 | -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.py | W. Trevor King | 2010-06-22 | 74 | -831/+931 |
| | | | | |||||
| * | | | Updated update_copyright to work with git/hg/bzr. | W. Trevor King | 2010-06-22 | 1 | -203/+538 |
| | | | | | | | | | | | | | | | | I'd added the extra VCS support when I took it over to Hooke. | ||||
| * | | | Use git log instead of git show in Makefile | W. Trevor King | 2010-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Moved .bzrignore -> .gitignore and updated | W. Trevor King | 2010-06-22 | 2 | -12/+5 |
| | | | | |||||
| * | | | Updated _version.py and version.py to work with Git | W. Trevor King | 2010-06-22 | 2 | -6/+6 |
| | | | | |||||
* | | | | Merge branch 'cfbe' | Chris Ball | 2010-06-24 | 17 | -0/+894 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Add a 1.0 target (/773) and assign a cfbe Unicode bug to it (/275) | Chris Ball | 2010-06-24 | 4 | -0/+51 |
| | | | | |||||
| * | | | cfbe: API: Report each of the targets a bug has | Chris Ball | 2010-06-24 | 1 | -1/+13 |
| | | | | |||||
| * | | | cfbe: API: More shortname -> bug.id.user() | Chris Ball | 2010-06-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | cfbe: API: bd.bug_from_shortname(id) -> bug_comment_from_user_id(bd, id) | Chris Ball | 2010-06-22 | 1 | -1/+2 |
| | | | | |||||
| * | | | cfbe: API: bugdir.root -> bug_root | Chris Ball | 2010-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | cfbe: API: bugdir.bug_shortname(bug) -> bug.id.user() | Chris Ball | 2010-06-22 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | FIXME: More instances here. | ||||
| * | | | cfbe: API: Use bug.severity == target instead of bug.target. (FIXME) | Chris Ball | 2010-06-22 | 1 | -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 API | Chris Ball | 2010-06-22 | 1 | -2/+7 |
| |/ / | |||||
| * | | Set up for running from top-level be dir, i.e.: | Chris Ball | 2010-06-20 | 2 | -2/+3 |
| | | | | | | | | | | | | % python interfaces/web/cfbe.py | ||||
| * | | Remove the .be/ copy from inside cfbe dir | Chris Ball | 2010-06-20 | 48 | -1638/+0 |
| |/ | |||||
| * | Merge Steve Losh's cfbe tree, from: | Chris Ball | 2010-06-20 | 61 | -0/+2460 |
| |\ | | | | | | | | | | http://bitbucket.org/sjl/cherryflavoredbugseverywhere/ | ||||
| | * | Remove the "Lines Up" link because it probably does not. | Steve Losh | 2009-07-03 | 1 | -1/+0 |
| | | | |||||
| | * | Fix the typo in the README. | Steve Losh | 2009-07-03 | 1 | -1/+1 |
| | | | |||||
| | * | Rename the LICENSE file. | Steve Losh | 2009-07-03 | 1 | -0/+4 |
| | | | |||||
| | * | Add a README file with some basic information. | Steve Losh | 2009-07-03 | 1 | -0/+20 |
| | | |