W. Trevor King [Thu, 13 Nov 2008 19:19:38 +0000 (14:19 -0500)]
Added Hubert Chathi's git set-root bug report.
Bug report patch from
http://void.printf.net/pipermail/be-devel/attachments/
20080623/
49500aaf/0cad.bin
Reporting thread
[Be-devel] Re: set-root in git repository fails
Hubert Chathi hubert at uhoreg.ca
Tue Jun 24 03:49:23 BST 2008
http://void.printf.net/pipermail/be-devel/2008-June/000038.html
W. Trevor King [Thu, 13 Nov 2008 18:47:33 +0000 (13:47 -0500)]
Merge from main branch
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
W. Trevor King [Thu, 13 Nov 2008 17:31:40 +0000 (12:31 -0500)]
Updated imports to handle Python 2.5 ElementTree module.
Opened, fixed, and closed as bug 31c.
W. Trevor King [Thu, 13 Nov 2008 16:40:06 +0000 (11:40 -0500)]
Created bug c4e. Wrote a simple (an hopefully correct) be/test.py docstring.
W. Trevor King [Thu, 13 Nov 2008 16:30:18 +0000 (11:30 -0500)]
Created late bug report for Popen OSError catches
W. Trevor King [Thu, 13 Nov 2008 14:02:22 +0000 (09:02 -0500)]
Catch OSErrors from Popen()s
From the subprocess module documentation:
http://www.python.org/doc/2.5.2/lib/node530.html
"The most common exception raised is OSError. This occurs, for example,
when trying to execute a non-existent file. Applications should prepare
for OSError exceptions."
And from the os module documentation:
http://www.python.org/doc/2.5.2/lib/module-os.html
"exception error
This exception is raised when a function returns a system-related
error (not for illegal argument types or other incidental
errors). This is also known as the built-in exception OSError. The
accompanying value is a pair containing the numeric error code
from errno and the corresponding string, as would be printed by
the C function perror(). See the module errno, which contains
names for the error codes defined by the underlying operating
system.
When exceptions are classes, this exception carries two
attributes, errno and strerror. The first holds the value of the C
errno variable, and the latter holds the corresponding error
message from strerror(). For exceptions that involve a file system
path (such as chdir() or unlink()), the exception instance will
contain a third attribute, filename, which is the file name passed
to the function."
I turned this up running be/test.py, when it defaulted to the tla client
which I didn't have installed. I don't have things working yet, so I
can't create a bug at the moment...
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.
Thomas Gerigk [Mon, 3 Apr 2006 18:13:45 +0000 (20:13 +0200)]
changed set.py to parsing.
Thomas Gerigk [Mon, 3 Apr 2006 18:05:58 +0000 (20:05 +0200)]
added help to 'open'.
(errhh... what is the status of a new bug?)
Thomas Gerigk [Mon, 3 Apr 2006 17:59:54 +0000 (19:59 +0200)]
add help to 'inprogress'.
(What does 'in-progress' mean to a bug?)
Thomas Gerigk [Mon, 3 Apr 2006 17:55:16 +0000 (19:55 +0200)]
added help to 'close'