W. Trevor King [Sat, 15 Nov 2008 01:34:57 +0000 (20:34 -0500)]
Fixed a few more Comment.date->time calls.
Bug keeps timestamps in Bug.time, so working towards consitency for
Comment.
W. Trevor King [Sat, 15 Nov 2008 01:32:15 +0000 (20:32 -0500)]
Removerd the diff3 functions from mapfile.py.
They don't seem to be used anywhere...
W. Trevor King [Sat, 15 Nov 2008 01:21:29 +0000 (20:21 -0500)]
Fixed some bug.py split effects in diff.py
Also added 'disabled' status back in so diff doesn't choke trying to
load the older versions... Ugly hack, but I don't want to change the
past ;).
W. Trevor King [Sat, 15 Nov 2008 00:25:44 +0000 (19:25 -0500)]
Split Bug and Comment class out to bug.py from bugdir.py
Comment should probably have it's own file too...
I also tried to clean up the interface for setting status and
severity. Both attributes involve selecting strings from predefined
lists. The lists of valid strings (and descriptions of each string)
are now defined in bug.py. The bug.py lists are then used to generate
appropriate help strings in becommands/status.py and severity.py.
This should make it easier to keep the help strings in synch with the
validation information.
The original status strings weren't documented, and I didn't know what
they all ment, so I elimanted some of them. 'in-progress' and
'disabled' are no longer with us. Of course, it would be simple to
add them back in if people don't agree with me on that. Due to the
loss of 'disabled' I had to change the status of two bugs (11e and
597) to 'closed'. I removed becommands/inprogress.py as well. It's
functionality was replaced by the more general status.py command,
which mimics the severity.py command.
W. Trevor King [Fri, 14 Nov 2008 05:32:38 +0000 (00:32 -0500)]
Changed __get/setattribute__ calls to get/setattr() calls.
See
http://www.python.org/doc/2.5.2/lib/built-in-funcs.html#l2h-33
http://www.python.org/doc/2.5.2/lib/built-in-funcs.html#l2h-66
W. Trevor King [Fri, 14 Nov 2008 05:24:08 +0000 (00:24 -0500)]
Replaced libbe.arch.invoke() with general rcs.invoke()
W. Trevor King [Fri, 14 Nov 2008 05:23:09 +0000 (00:23 -0500)]
Added caveat about using short bug names to unique_name().
W. Trevor King [Fri, 14 Nov 2008 05:10:44 +0000 (00:10 -0500)]
Cleaned up and docstringed libbe.cmdutil.unique_name().
Now the first bug will have a 3 char short name (used to be one char,
with the second bug having a 3 char name).
W. Trevor King [Fri, 14 Nov 2008 05:03:04 +0000 (00:03 -0500)]
Remove blank lines from `be list' output
W. Trevor King [Fri, 14 Nov 2008 05:00:51 +0000 (00:00 -0500)]
Closed bug 210 (target options not parsed).
I imagine this has been fixed for a while...
W. Trevor King [Thu, 13 Nov 2008 18:10:13 +0000 (13:10 -0500)]
* use python2.4/2.5 compatible import of ElementTree
* catch Popen() calls to missing VCS binaries
* test.py should only test installed backends
Chris Ball [Fri, 16 May 2008 19:25:59 +0000 (15:25 -0400)]
Don't require python2.4 for "be".
Chris Ball [Fri, 16 May 2008 19:25:16 +0000 (15:25 -0400)]
Require editbugs permission to edit bugs. Patch from j@oil21.org.
Chris Ball [Fri, 16 May 2008 19:20:54 +0000 (15:20 -0400)]
Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.
Chris Ball [Fri, 16 May 2008 18:43:02 +0000 (14:43 -0400)]
Add GIT support, from Chris Ball and Michael Stone.
Jelmer Vernooij [Wed, 14 May 2008 12:40:18 +0000 (14:40 +0200)]
Fix branding: Bazaar-NG -> Bazaar.
Jelmer Vernooij [Wed, 14 May 2008 12:40:06 +0000 (14:40 +0200)]
Make setup.py executable.
Ben Finney [Fri, 18 Apr 2008 10:08:49 +0000 (20:08 +1000)]
Makefile: Add with 'clean' target.
j^ [Mon, 14 Apr 2008 16:43:33 +0000 (18:43 +0200)]
Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4
Aaron Bentley [Mon, 30 Jul 2007 14:47:43 +0000 (10:47 -0400)]
Assume commit messages are in utf-8 for now...
Aaron Bentley [Mon, 16 Jul 2007 17:33:06 +0000 (13:33 -0400)]
Add support for VISUAL
Aaron Bentley [Mon, 16 Jul 2007 16:22:59 +0000 (12:22 -0400)]
Ensure that Arch tests have a user id set
Aaron Bentley [Mon, 16 Jul 2007 15:24:03 +0000 (11:24 -0400)]
Clarify VISUAL meaning
Aaron Bentley [Sun, 15 Jul 2007 16:45:25 +0000 (12:45 -0400)]
Add setup-tables script
Aaron Bentley [Sun, 15 Jul 2007 16:45:06 +0000 (12:45 -0400)]
Add bug report from Jelmer
Aaron Bentley [Sun, 15 Jul 2007 16:43:30 +0000 (12:43 -0400)]
Merge from panometrics
Jelmer Vernooij [Sun, 15 Jul 2007 13:35:07 +0000 (16:35 +0300)]
New bug.
Aaron Bentley [Mon, 5 Feb 2007 22:00:40 +0000 (17:00 -0500)]
Fix long lines
Aaron Bentley [Mon, 5 Feb 2007 21:59:52 +0000 (16:59 -0500)]
More Mercurial support
Aaron Bentley [Mon, 5 Feb 2007 21:35:50 +0000 (16:35 -0500)]
Get beweb mostly working
Aaron Bentley [Tue, 23 Jan 2007 20:30:02 +0000 (15:30 -0500)]
Add support for Mercurial (Steve Borho)
Aaron Bentley [Tue, 5 Dec 2006 21:08:03 +0000 (16:08 -0500)]
Mostly upgrade to turbogears 1.0b1
Aaron Bentley [Tue, 5 Dec 2006 17:30:04 +0000 (12:30 -0500)]
Add top_level.txt
Aaron Bentley [Tue, 17 Oct 2006 19:26:02 +0000 (15:26 -0400)]
Disable commit behavior because it's not reliable
Aaron Bentley [Tue, 17 Oct 2006 19:24:53 +0000 (15:24 -0400)]
New bugs
Aaron Bentley [Tue, 5 Sep 2006 17:15:06 +0000 (13:15 -0400)]
Fix double-invocation bug
Aaron Bentley [Fri, 11 Aug 2006 16:07:10 +0000 (12:07 -0400)]
Merge changes from Belchenko
Alexander Belchenko [Fri, 11 Aug 2006 15:25:36 +0000 (18:25 +0300)]
line-endings in .bzrignore
Alexander Belchenko [Fri, 11 Aug 2006 15:15:02 +0000 (18:15 +0300)]
don't use std. commands module 'cause it's Linux-only. Grab code from this module and adapt it to win32
Alexander Belchenko [Wed, 19 Jul 2006 20:54:33 +0000 (23:54 +0300)]
ignore .shelf
Alexander Belchenko [Wed, 19 Jul 2006 20:53:44 +0000 (23:53 +0300)]
win32: fix crash of 'be show' when bug don't have comments
Alexander Belchenko [Wed, 19 Jul 2006 20:52:50 +0000 (23:52 +0300)]
subprocess: win32 don't have os.execvp() so have to run command in a shell
Aaron Bentley [Wed, 19 Jul 2006 14:14:03 +0000 (10:14 -0400)]
Use subprocess-native functionality for changing directory
Aaron Bentley [Wed, 19 Jul 2006 14:04:27 +0000 (10:04 -0400)]
Use Popen.communicate instead of reading the individual streams (why needed?)
Alexander Belchenko [Tue, 18 Jul 2006 19:46:09 +0000 (22:46 +0300)]
.bzrignore
Aaron Bentley [Tue, 18 Apr 2006 16:43:31 +0000 (12:43 -0400)]
Handle UTF-8 comments
Aaron Bentley [Mon, 17 Apr 2006 22:12:29 +0000 (18:12 -0400)]
Merge from other BE
Aaron Bentley [Mon, 17 Apr 2006 21:01:16 +0000 (17:01 -0400)]
Note the dependencies/reverse-dependencies debate
Aaron Bentley [Mon, 17 Apr 2006 21:00:26 +0000 (17:00 -0400)]
Fix help printing (Lee Braiden)
Aaron Bentley [Sun, 16 Apr 2006 21:14:27 +0000 (17:14 -0400)]
Added prompt to comments
Aaron Bentley [Wed, 12 Apr 2006 16:47:26 +0000 (12:47 -0400)]
Revert change, because it messes up stripey tables
Aaron Bentley [Wed, 12 Apr 2006 16:45:25 +0000 (12:45 -0400)]
Hide closed using display:None
Aaron Bentley [Wed, 12 Apr 2006 16:34:12 +0000 (12:34 -0400)]
Remember search value
Aaron Bentley [Wed, 12 Apr 2006 16:31:27 +0000 (12:31 -0400)]
Tweaked colours of odd/even rows in tables
Aaron Bentley [Wed, 12 Apr 2006 14:38:01 +0000 (10:38 -0400)]
Teach PrestHandler to handle bad paths cleanly
Aaron Bentley [Wed, 12 Apr 2006 14:17:13 +0000 (10:17 -0400)]
Use relative path to database
Aaron Bentley [Tue, 11 Apr 2006 23:23:03 +0000 (19:23 -0400)]
Merge with other be
Aaron Bentley [Tue, 11 Apr 2006 22:32:26 +0000 (18:32 -0400)]
Used identity for new comments and bugs
Aaron Bentley [Tue, 11 Apr 2006 20:41:47 +0000 (16:41 -0400)]
Use people listings from identity framework, not config, on bug pages.
Aaron Bentley [Tue, 11 Apr 2006 16:03:28 +0000 (12:03 -0400)]
Enable identity tracking
Aaron Bentley [Tue, 11 Apr 2006 14:25:17 +0000 (10:25 -0400)]
Fixed up config a bit
Aaron Bentley [Tue, 11 Apr 2006 13:23:30 +0000 (09:23 -0400)]
Merge from home (TurboGears 0.9)
Aaron Bentley [Tue, 11 Apr 2006 03:56:23 +0000 (23:56 -0400)]
Updated NEWS
Aaron Bentley [Tue, 11 Apr 2006 03:11:45 +0000 (23:11 -0400)]
removed unused files
Aaron Bentley [Tue, 11 Apr 2006 03:10:43 +0000 (23:10 -0400)]
Got rid of machine-specific paths
Aaron Bentley [Tue, 11 Apr 2006 02:07:54 +0000 (22:07 -0400)]
Updated beweb to use TurboGears 0.9
Aaron Bentley [Mon, 10 Apr 2006 23:24:23 +0000 (19:24 -0400)]
Noted bug
Aaron Bentley [Fri, 7 Apr 2006 16:35:01 +0000 (12:35 -0400)]
Added copyright notice
Aaron Bentley [Fri, 7 Apr 2006 02:24:51 +0000 (22:24 -0400)]
Adjust version number in setup.py, so we don't hit 205 prematurely :-)
Aaron Bentley [Fri, 7 Apr 2006 02:17:45 +0000 (22:17 -0400)]
Add Zwart to AUTHORS list
Aaron Bentley [Fri, 7 Apr 2006 02:17:23 +0000 (22:17 -0400)]
Merge remaining fixes from Zwart
Aaron Bentley [Fri, 7 Apr 2006 02:04:49 +0000 (22:04 -0400)]
Merge test case fixes without trailing commas
Aaron Bentley [Thu, 6 Apr 2006 18:07:23 +0000 (14:07 -0400)]
New bug reports:
ID: 597
Severity: minor
Creator: abentley
RST test
Aaron Bentley [Thu, 6 Apr 2006 18:06:13 +0000 (14:06 -0400)]
Merge from upstream
Aaron Bentley [Thu, 6 Apr 2006 18:06:08 +0000 (14:06 -0400)]
Auto-commit
Aaron Bentley [Thu, 6 Apr 2006 18:05:47 +0000 (14:05 -0400)]
Add ReST support to web front end
Aaron Bentley [Thu, 6 Apr 2006 16:54:54 +0000 (12:54 -0400)]
Auto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:54:06 +0000 (12:54 -0400)]
Merge from upstream
Aaron Bentley [Thu, 6 Apr 2006 16:54:02 +0000 (12:54 -0400)]
Auto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:52:54 +0000 (12:52 -0400)]
Auto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:50:57 +0000 (12:50 -0400)]
Support for content-type in comments
Marien Zwart [Wed, 5 Apr 2006 21:12:49 +0000 (23:12 +0200)]
Friendlier error message on "inprogress" or "open" with no arguments.
Marien Zwart [Wed, 5 Apr 2006 21:05:27 +0000 (23:05 +0200)]
Friendlier error message on "close" with no arguments.
Marien Zwart [Wed, 5 Apr 2006 16:12:35 +0000 (18:12 +0200)]
Correctly interpret the "no merge location" message from bzr 0.7.
Marien Zwart [Wed, 5 Apr 2006 15:41:21 +0000 (17:41 +0200)]
Determine plugin_path from the location of the plugin module, not from argv[0].
Marien Zwart [Wed, 5 Apr 2006 15:33:45 +0000 (17:33 +0200)]
Install the be script.
Marien Zwart [Wed, 5 Apr 2006 15:20:51 +0000 (17:20 +0200)]
Exit with a nonzero status if the tests fail.
Marien Zwart [Wed, 5 Apr 2006 00:35:31 +0000 (02:35 +0200)]
Add setup.py
Marien Zwart [Wed, 5 Apr 2006 00:19:17 +0000 (02:19 +0200)]
unbreak some tests.
Aaron Bentley [Tue, 4 Apr 2006 23:52:25 +0000 (19:52 -0400)]
Fixed tests to use lists, so that optparse can mangle them
Aaron Bentley [Tue, 4 Apr 2006 23:46:25 +0000 (19:46 -0400)]
Merge both lines
Aaron Bentley [Tue, 4 Apr 2006 13:52:50 +0000 (09:52 -0400)]
Added support for threaded comments
Aaron Bentley [Mon, 3 Apr 2006 19:40:04 +0000 (15:40 -0400)]
Removed debugging code
Aaron Bentley [Mon, 3 Apr 2006 19:03:16 +0000 (15:03 -0400)]
Updated NEWS
Aaron Bentley [Mon, 3 Apr 2006 18:46:17 +0000 (14:46 -0400)]
Help cleanup
Aaron Bentley [Mon, 3 Apr 2006 18:39:52 +0000 (14:39 -0400)]
Merge help updates
Thomas Gerigk [Mon, 3 Apr 2006 18:26:07 +0000 (20:26 +0200)]
added help to 'upgrade'.
Thomas Gerigk [Mon, 3 Apr 2006 18:23:28 +0000 (20:23 +0200)]
parsified 'target'-help.
(target or aim..)
Thomas Gerigk [Mon, 3 Apr 2006 18:16:45 +0000 (20:16 +0200)]
added help to 'show'.
Thomas Gerigk [Mon, 3 Apr 2006 18:14:21 +0000 (20:14 +0200)]
changed severity.py-help to parsing.