be.git
15 years agobecommands/show.py gives more specific bug information.
W. Trevor King [Sat, 15 Nov 2008 21:17:05 +0000 (16:17 -0500)]
becommands/show.py gives more specific bug information.

15 years agoGeneralized becommands/list.py to allow more specific bug searches.
W. Trevor King [Sat, 15 Nov 2008 20:48:30 +0000 (15:48 -0500)]
Generalized becommands/list.py to allow more specific bug searches.

15 years agoFixed a few more Comment.date->time calls.
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.

15 years agoRemoverd the diff3 functions from mapfile.py.
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...

15 years agoFixed some bug.py split effects in diff.py
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 ;).

15 years agoSplit Bug and Comment class out to bug.py from bugdir.py
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.

15 years agoChanged __get/setattribute__ calls to get/setattr() calls.
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

15 years agoReplaced libbe.arch.invoke() with general rcs.invoke()
W. Trevor King [Fri, 14 Nov 2008 05:24:08 +0000 (00:24 -0500)]
Replaced libbe.arch.invoke() with general rcs.invoke()

15 years agoAdded caveat about using short bug names to unique_name().
W. Trevor King [Fri, 14 Nov 2008 05:23:09 +0000 (00:23 -0500)]
Added caveat about using short bug names to unique_name().

15 years agoCleaned up and docstringed libbe.cmdutil.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).

15 years agoRemove blank lines from `be list' output
W. Trevor King [Fri, 14 Nov 2008 05:03:04 +0000 (00:03 -0500)]
Remove blank lines from `be list' output

15 years agoClosed bug 210 (target options not parsed).
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...

15 years ago* use python2.4/2.5 compatible import of ElementTree
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

16 years agoDon't require python2.4 for "be".
Chris Ball [Fri, 16 May 2008 19:25:59 +0000 (15:25 -0400)]
Don't require python2.4 for "be".

16 years agoRequire editbugs permission to edit bugs. Patch from j@oil21.org.
Chris Ball [Fri, 16 May 2008 19:25:16 +0000 (15:25 -0400)]
Require editbugs permission to edit bugs.  Patch from j@oil21.org.

16 years agoApply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.
Chris Ball [Fri, 16 May 2008 19:20:54 +0000 (15:20 -0400)]
Apply patches from j@oil21.org, Ben Finney, Jelmer Vernooij.

16 years agoAdd GIT support, from Chris Ball and Michael Stone.
Chris Ball [Fri, 16 May 2008 18:43:02 +0000 (14:43 -0400)]
Add GIT support, from Chris Ball and Michael Stone.

16 years agoFix branding: Bazaar-NG -> Bazaar.
Jelmer Vernooij [Wed, 14 May 2008 12:40:18 +0000 (14:40 +0200)]
Fix branding: Bazaar-NG -> Bazaar.

16 years agoMake setup.py executable.
Jelmer Vernooij [Wed, 14 May 2008 12:40:06 +0000 (14:40 +0200)]
Make setup.py executable.

16 years agoMakefile: Add with 'clean' target.
Ben Finney [Fri, 18 Apr 2008 10:08:49 +0000 (20:08 +1000)]
Makefile: Add with 'clean' target.

16 years agoBugs-Everywhere-Web works with python2.5 do not hardcode python2.4
j^ [Mon, 14 Apr 2008 16:43:33 +0000 (18:43 +0200)]
Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4

17 years agoAssume commit messages are in utf-8 for now...
Aaron Bentley [Mon, 30 Jul 2007 14:47:43 +0000 (10:47 -0400)]
Assume commit messages are in utf-8 for now...

17 years agoAdd support for VISUAL
Aaron Bentley [Mon, 16 Jul 2007 17:33:06 +0000 (13:33 -0400)]
Add support for VISUAL

17 years agoEnsure that Arch tests have a user id set
Aaron Bentley [Mon, 16 Jul 2007 16:22:59 +0000 (12:22 -0400)]
Ensure that Arch tests have a user id set

17 years agoClarify VISUAL meaning
Aaron Bentley [Mon, 16 Jul 2007 15:24:03 +0000 (11:24 -0400)]
Clarify VISUAL meaning

17 years agoAdd setup-tables script
Aaron Bentley [Sun, 15 Jul 2007 16:45:25 +0000 (12:45 -0400)]
Add setup-tables script

17 years agoAdd bug report from Jelmer
Aaron Bentley [Sun, 15 Jul 2007 16:45:06 +0000 (12:45 -0400)]
Add bug report from Jelmer

17 years agoMerge from panometrics
Aaron Bentley [Sun, 15 Jul 2007 16:43:30 +0000 (12:43 -0400)]
Merge from panometrics

17 years agoNew bug.
Jelmer Vernooij [Sun, 15 Jul 2007 13:35:07 +0000 (16:35 +0300)]
New bug.

17 years agoFix long lines
Aaron Bentley [Mon, 5 Feb 2007 22:00:40 +0000 (17:00 -0500)]
Fix long lines

17 years agoMore Mercurial support
Aaron Bentley [Mon, 5 Feb 2007 21:59:52 +0000 (16:59 -0500)]
More Mercurial support

17 years agoGet beweb mostly working
Aaron Bentley [Mon, 5 Feb 2007 21:35:50 +0000 (16:35 -0500)]
Get beweb mostly working

17 years agoAdd support for Mercurial (Steve Borho)
Aaron Bentley [Tue, 23 Jan 2007 20:30:02 +0000 (15:30 -0500)]
Add support for Mercurial (Steve Borho)

17 years agoMostly upgrade to turbogears 1.0b1
Aaron Bentley [Tue, 5 Dec 2006 21:08:03 +0000 (16:08 -0500)]
Mostly upgrade to turbogears 1.0b1

17 years agoAdd top_level.txt
Aaron Bentley [Tue, 5 Dec 2006 17:30:04 +0000 (12:30 -0500)]
Add top_level.txt

17 years agoDisable commit behavior because it's not reliable
Aaron Bentley [Tue, 17 Oct 2006 19:26:02 +0000 (15:26 -0400)]
Disable commit behavior because it's not reliable

17 years agoNew bugs
Aaron Bentley [Tue, 17 Oct 2006 19:24:53 +0000 (15:24 -0400)]
New bugs

18 years agoFix double-invocation bug
Aaron Bentley [Tue, 5 Sep 2006 17:15:06 +0000 (13:15 -0400)]
Fix double-invocation bug

18 years agoMerge changes from Belchenko
Aaron Bentley [Fri, 11 Aug 2006 16:07:10 +0000 (12:07 -0400)]
Merge changes from Belchenko

18 years agoline-endings in .bzrignore
Alexander Belchenko [Fri, 11 Aug 2006 15:25:36 +0000 (18:25 +0300)]
line-endings in .bzrignore

18 years agodon't use std. commands module 'cause it's Linux-only. Grab code from this module...
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

18 years agoignore .shelf
Alexander Belchenko [Wed, 19 Jul 2006 20:54:33 +0000 (23:54 +0300)]
ignore .shelf

18 years agowin32: fix crash of 'be show' when bug don't have comments
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

18 years agosubprocess: win32 don't have os.execvp() so have to run command in a shell
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

18 years agoUse subprocess-native functionality for changing directory
Aaron Bentley [Wed, 19 Jul 2006 14:14:03 +0000 (10:14 -0400)]
Use subprocess-native functionality for changing directory

18 years agoUse Popen.communicate instead of reading the individual streams (why needed?)
Aaron Bentley [Wed, 19 Jul 2006 14:04:27 +0000 (10:04 -0400)]
Use Popen.communicate instead of reading the individual streams (why needed?)

18 years ago.bzrignore
Alexander Belchenko [Tue, 18 Jul 2006 19:46:09 +0000 (22:46 +0300)]
.bzrignore

18 years agoHandle UTF-8 comments
Aaron Bentley [Tue, 18 Apr 2006 16:43:31 +0000 (12:43 -0400)]
Handle UTF-8 comments

18 years agoMerge from other BE
Aaron Bentley [Mon, 17 Apr 2006 22:12:29 +0000 (18:12 -0400)]
Merge from other BE

18 years agoNote the dependencies/reverse-dependencies debate
Aaron Bentley [Mon, 17 Apr 2006 21:01:16 +0000 (17:01 -0400)]
Note the dependencies/reverse-dependencies debate

18 years agoFix help printing (Lee Braiden)
Aaron Bentley [Mon, 17 Apr 2006 21:00:26 +0000 (17:00 -0400)]
Fix help printing (Lee Braiden)

18 years agoAdded prompt to comments
Aaron Bentley [Sun, 16 Apr 2006 21:14:27 +0000 (17:14 -0400)]
Added prompt to comments

18 years agoRevert change, because it messes up stripey tables
Aaron Bentley [Wed, 12 Apr 2006 16:47:26 +0000 (12:47 -0400)]
Revert change, because it messes up stripey tables

18 years agoHide closed using display:None
Aaron Bentley [Wed, 12 Apr 2006 16:45:25 +0000 (12:45 -0400)]
Hide closed using display:None

18 years agoRemember search value
Aaron Bentley [Wed, 12 Apr 2006 16:34:12 +0000 (12:34 -0400)]
Remember search value

18 years agoTweaked colours of odd/even rows in tables
Aaron Bentley [Wed, 12 Apr 2006 16:31:27 +0000 (12:31 -0400)]
Tweaked colours of odd/even rows in tables

18 years agoTeach PrestHandler to handle bad paths cleanly
Aaron Bentley [Wed, 12 Apr 2006 14:38:01 +0000 (10:38 -0400)]
Teach PrestHandler to handle bad paths cleanly

18 years agoUse relative path to database
Aaron Bentley [Wed, 12 Apr 2006 14:17:13 +0000 (10:17 -0400)]
Use relative path to database

18 years agoMerge with other be
Aaron Bentley [Tue, 11 Apr 2006 23:23:03 +0000 (19:23 -0400)]
Merge with other be

18 years agoUsed identity for new comments and bugs
Aaron Bentley [Tue, 11 Apr 2006 22:32:26 +0000 (18:32 -0400)]
Used identity for new comments and bugs

18 years agoUse people listings from identity framework, not config, on bug pages.
Aaron Bentley [Tue, 11 Apr 2006 20:41:47 +0000 (16:41 -0400)]
Use people listings from identity framework, not config, on bug pages.

18 years agoEnable identity tracking
Aaron Bentley [Tue, 11 Apr 2006 16:03:28 +0000 (12:03 -0400)]
Enable identity tracking

18 years agoFixed up config a bit
Aaron Bentley [Tue, 11 Apr 2006 14:25:17 +0000 (10:25 -0400)]
Fixed up config a bit

18 years agoMerge from home (TurboGears 0.9)
Aaron Bentley [Tue, 11 Apr 2006 13:23:30 +0000 (09:23 -0400)]
Merge from home (TurboGears 0.9)

18 years agoUpdated NEWS
Aaron Bentley [Tue, 11 Apr 2006 03:56:23 +0000 (23:56 -0400)]
Updated NEWS

18 years agoremoved unused files
Aaron Bentley [Tue, 11 Apr 2006 03:11:45 +0000 (23:11 -0400)]
removed unused files

18 years agoGot rid of machine-specific paths
Aaron Bentley [Tue, 11 Apr 2006 03:10:43 +0000 (23:10 -0400)]
Got rid of machine-specific paths

18 years agoUpdated beweb to use TurboGears 0.9
Aaron Bentley [Tue, 11 Apr 2006 02:07:54 +0000 (22:07 -0400)]
Updated beweb to use TurboGears 0.9

18 years agoNoted bug
Aaron Bentley [Mon, 10 Apr 2006 23:24:23 +0000 (19:24 -0400)]
Noted bug

18 years agoAdded copyright notice
Aaron Bentley [Fri, 7 Apr 2006 16:35:01 +0000 (12:35 -0400)]
Added copyright notice

18 years agoAdjust version number in setup.py, so we don't hit 205 prematurely :-)
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 :-)

18 years agoAdd Zwart to AUTHORS list
Aaron Bentley [Fri, 7 Apr 2006 02:17:45 +0000 (22:17 -0400)]
Add Zwart to AUTHORS list

18 years agoMerge remaining fixes from Zwart
Aaron Bentley [Fri, 7 Apr 2006 02:17:23 +0000 (22:17 -0400)]
Merge remaining fixes from Zwart

18 years agoMerge test case fixes without trailing commas
Aaron Bentley [Fri, 7 Apr 2006 02:04:49 +0000 (22:04 -0400)]
Merge test case fixes without trailing commas

18 years agoNew bug reports:
Aaron Bentley [Thu, 6 Apr 2006 18:07:23 +0000 (14:07 -0400)]
New bug reports:
  ID: 597
  Severity: minor

  Creator: abentley
RST test

18 years agoMerge from upstream
Aaron Bentley [Thu, 6 Apr 2006 18:06:13 +0000 (14:06 -0400)]
Merge from upstream

18 years agoAuto-commit
Aaron Bentley [Thu, 6 Apr 2006 18:06:08 +0000 (14:06 -0400)]
Auto-commit

18 years agoAdd ReST support to web front end
Aaron Bentley [Thu, 6 Apr 2006 18:05:47 +0000 (14:05 -0400)]
Add ReST support to web front end

18 years agoAuto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:54:54 +0000 (12:54 -0400)]
Auto-commit

18 years agoMerge from upstream
Aaron Bentley [Thu, 6 Apr 2006 16:54:06 +0000 (12:54 -0400)]
Merge from upstream

18 years agoAuto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:54:02 +0000 (12:54 -0400)]
Auto-commit

18 years agoAuto-commit
Aaron Bentley [Thu, 6 Apr 2006 16:52:54 +0000 (12:52 -0400)]
Auto-commit

18 years agoSupport for content-type in comments
Aaron Bentley [Thu, 6 Apr 2006 16:50:57 +0000 (12:50 -0400)]
Support for content-type in comments

18 years agoFriendlier error message on "inprogress" or "open" with no arguments.
Marien Zwart [Wed, 5 Apr 2006 21:12:49 +0000 (23:12 +0200)]
Friendlier error message on "inprogress" or "open" with no arguments.

18 years agoFriendlier error message on "close" with no arguments.
Marien Zwart [Wed, 5 Apr 2006 21:05:27 +0000 (23:05 +0200)]
Friendlier error message on "close" with no arguments.

18 years agoCorrectly interpret the "no merge location" message from bzr 0.7.
Marien Zwart [Wed, 5 Apr 2006 16:12:35 +0000 (18:12 +0200)]
Correctly interpret the "no merge location" message from bzr 0.7.

18 years agoDetermine plugin_path from the location of the plugin module, not from argv[0].
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].

18 years agoInstall the be script.
Marien Zwart [Wed, 5 Apr 2006 15:33:45 +0000 (17:33 +0200)]
Install the be script.

18 years agoExit with a nonzero status if the tests fail.
Marien Zwart [Wed, 5 Apr 2006 15:20:51 +0000 (17:20 +0200)]
Exit with a nonzero status if the tests fail.

18 years agoAdd setup.py
Marien Zwart [Wed, 5 Apr 2006 00:35:31 +0000 (02:35 +0200)]
Add setup.py

18 years agounbreak some tests.
Marien Zwart [Wed, 5 Apr 2006 00:19:17 +0000 (02:19 +0200)]
unbreak some tests.

18 years agoFixed tests to use lists, so that optparse can mangle them
Aaron Bentley [Tue, 4 Apr 2006 23:52:25 +0000 (19:52 -0400)]
Fixed tests to use lists, so that optparse can mangle them

18 years agoMerge both lines
Aaron Bentley [Tue, 4 Apr 2006 23:46:25 +0000 (19:46 -0400)]
Merge both lines

18 years agoAdded support for threaded comments
Aaron Bentley [Tue, 4 Apr 2006 13:52:50 +0000 (09:52 -0400)]
Added support for threaded comments

18 years agoRemoved debugging code
Aaron Bentley [Mon, 3 Apr 2006 19:40:04 +0000 (15:40 -0400)]
Removed debugging code

18 years agoUpdated NEWS
Aaron Bentley [Mon, 3 Apr 2006 19:03:16 +0000 (15:03 -0400)]
Updated NEWS

18 years agoHelp cleanup
Aaron Bentley [Mon, 3 Apr 2006 18:46:17 +0000 (14:46 -0400)]
Help cleanup

18 years agoMerge help updates
Aaron Bentley [Mon, 3 Apr 2006 18:39:52 +0000 (14:39 -0400)]
Merge help updates

18 years agoadded help to 'upgrade'.
Thomas Gerigk [Mon, 3 Apr 2006 18:26:07 +0000 (20:26 +0200)]
added help to 'upgrade'.

18 years agoparsified 'target'-help.
Thomas Gerigk [Mon, 3 Apr 2006 18:23:28 +0000 (20:23 +0200)]
parsified 'target'-help.
(target or aim..)