]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
21 years agoPatch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patch by...
dkl%redhat.com [Thu, 8 Jul 2004 09:19:42 +0000 (09:19 +0000)] 
Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave

21 years agoPatch for bug 250259: Fix taint error on disallownew field in editproducts.cgi; patch...
jocuri%softhome.net [Thu, 8 Jul 2004 06:49:41 +0000 (06:49 +0000)] 
Patch for bug 250259: Fix taint error on disallownew field in editproducts.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.

21 years agoPatch for bug 249863: Move hidden initial state INPUT field at the beginning of the...
jocuri%softhome.net [Thu, 8 Jul 2004 06:44:01 +0000 (06:44 +0000)] 
Patch for bug 249863: Move hidden initial state INPUT field at the beginning of the table (previously it was inserted between table rows, causing invalid HTML); patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.

21 years agoFix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpfile...
jocuri%softhome.net [Wed, 7 Jul 2004 15:59:44 +0000 (15:59 +0000)] 
Fix for bug 248988: On Windows, attachments may fail due to "CGI open of tmpfile"; patch by byron jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave.

21 years agoBug 245077: The "Find a specific bug" tab is now the default query when you go to...
justdave%bugzilla.org [Wed, 7 Jul 2004 13:02:32 +0000 (13:02 +0000)] 
Bug 245077: The "Find a specific bug" tab is now the default query when you go to query.cgi.  To keep the developers happy, a cookie is now set to remember which query page you last visited, and going to query.cgi without specifying which tab will get you the last one you visited.
Patch by Byron Jones <bugzilla@glob.com.au>
r=justdave, a=justdave

21 years agoBug 250080: Fix regression causing blank regexp to make all users group members
bugreport%peshkin.net [Wed, 7 Jul 2004 12:10:55 +0000 (12:10 +0000)] 
Bug 250080: Fix regression causing blank regexp to make all users group members
r=erik, justdave
a=justdave

21 years agoDocumentation XML patch for bug 249802: Make the SQL example for granting SQL privs...
jocuri%softhome.net [Wed, 7 Jul 2004 06:30:03 +0000 (06:30 +0000)] 
Documentation XML patch for bug 249802: Make the SQL example for granting SQL privs to the DB user suitable for MySQL 4.

21 years agoBug 223878: Flag system dies when changing a deleted flag.
jouni%heikniemi.net [Tue, 6 Jul 2004 14:08:02 +0000 (14:08 +0000)] 
Bug 223878: Flag system dies when changing a deleted flag.
r=joel, justdave
a=justdave

21 years agoBug 243463 Use a param to protect new charts from leaking information
bugreport%peshkin.net [Tue, 6 Jul 2004 08:12:29 +0000 (08:12 +0000)] 
Bug 243463 Use a param to protect new charts from leaking information
r=justdave
a=justdave

21 years agoBug 249862: remove duplicate </tr> from login page
bugreport%peshkin.net [Tue, 6 Jul 2004 07:06:45 +0000 (07:06 +0000)] 
Bug 249862: remove duplicate </tr> from login page
r=vladd
a=justdave

21 years agoBug 239343: Contribution of sendbugmail.pl script, drop-in replacement for the no...
justdave%bugzilla.org [Tue, 6 Jul 2004 04:54:00 +0000 (04:54 +0000)] 
Bug 239343: Contribution of sendbugmail.pl script, drop-in replacement for the no-longer-existing processmail for use by external scripts that used to use processmail's functionality.
Contributed by Nick Barnes of Ravenbrook Ltd.
a=justdave

21 years agoPatch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, a=justdave.
jocuri%softhome.net [Tue, 6 Jul 2004 04:19:34 +0000 (04:19 +0000)] 
Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, a=justdave.

21 years agoBug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not existing...
justdave%bugzilla.org [Sun, 4 Jul 2004 10:34:04 +0000 (10:34 +0000)] 
Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not existing during an upgrade from 2.14.x or older without going through 2.16.x in between.
r=joel, a=justdave

21 years agoFix for bug 248379: update to bug 245924; enable link groups to be styled individually
myk%mozilla.org [Sat, 3 Jul 2004 07:49:16 +0000 (07:49 +0000)] 
Fix for bug 248379: update to bug 245924; enable link groups to be styled individually
Patch by Svetlana Harisova
r=myk
a=myk

21 years agoPatch for bug 248001: Conversion of boolean conditions in SQL statements for better...
jocuri%softhome.net [Sat, 3 Jul 2004 07:26:28 +0000 (07:26 +0000)] 
Patch for bug 248001: Conversion of boolean conditions in SQL statements for better DB independence; patch by David Lawrence <dkl@redhat.com>; r=joel, vladd; a=justdave.

21 years agoFix for bug 248685: Header lacking terms in showdependencytree. Swapping
kiko%async.com.br [Sat, 26 Jun 2004 19:38:28 +0000 (19:38 +0000)] 
Fix for bug 248685: Header lacking terms in showdependencytree. Swapping
INCLUDE for PROCESS when using variables.none gives us our $terms back.
r,a=justdave.

21 years agoFix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CSS format...
myk%mozilla.org [Wed, 23 Jun 2004 04:07:38 +0000 (04:07 +0000)] 
Fix for bug 245924: updates Bugzilla footer to take advantage of HTML4 and CSS formatting.
Patch by Vitaly Harisov.
r=myk
a=myk

21 years agoPatch for bug 225359: Drawing dependency graphs should work on Win32; patch by Byron...
jocuri%softhome.net [Tue, 22 Jun 2004 15:05:49 +0000 (15:05 +0000)] 
Patch for bug 225359: Drawing dependency graphs should work on Win32; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=jouni; a=justdave.

21 years agoPatch for bug 247772: Improve SQL capitalization in collectstats; r=joel; a=justdave.
jocuri%softhome.net [Tue, 22 Jun 2004 15:00:58 +0000 (15:00 +0000)] 
Patch for bug 247772: Improve SQL capitalization in collectstats; r=joel; a=justdave.

21 years agoBug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on Solaris...
timeless%mozdev.org [Tue, 22 Jun 2004 14:49:15 +0000 (14:49 +0000)] 
Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on Solaris Sparc
r=vladd a=justdave

21 years agoBug 247209 map sun4u to Solaris
timeless%mozdev.org [Tue, 22 Jun 2004 14:46:48 +0000 (14:46 +0000)] 
Bug 247209 map sun4u to Solaris
r=vladd a=justdave

21 years agoPatch for bug 246778: ThrowUserError shouldn't cause internal error with timetracking...
jocuri%softhome.net [Sat, 19 Jun 2004 15:15:26 +0000 (15:15 +0000)] 
Patch for bug 246778: ThrowUserError shouldn't cause internal error with timetracking; patch by Marc Schumann <marcschum@web.de>; r=kiko; a=justdave.

21 years agoPatch for bug 246328: make editmilestone check for invalid sortkeys; patch by Byron...
jocuri%softhome.net [Wed, 16 Jun 2004 20:45:37 +0000 (20:45 +0000)] 
Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd; a=justdave.

21 years agoBug 142744: Testing suite should work on Win32
jouni%heikniemi.net [Wed, 16 Jun 2004 18:13:39 +0000 (18:13 +0000)] 
Bug 142744: Testing suite should work on Win32
Patch by byron jones (glob) <bugzilla@glob.com.au>
r=jouni, a=justdave

21 years agoBug 246599 Add Mac OS X 10.3 to the list
timeless%mozdev.org [Wed, 16 Jun 2004 17:39:48 +0000 (17:39 +0000)] 
Bug 246599 Add Mac OS X 10.3 to the list
r=vladd,justdave a=justdave

21 years agoBug 160210 Add MacOSX 10.1 and 10.2 to the os list
timeless%mozdev.org [Wed, 16 Jun 2004 17:37:27 +0000 (17:37 +0000)] 
Bug 160210 Add MacOSX 10.1 and 10.2 to the os list
Previous patch left OS detection broken for Mac OS X.
This maps Mac OS X to 10.0.
r=vladd a=justdave

21 years agoBug 240325: Keep regexp-based groups up-to-date
bugreport%peshkin.net [Wed, 16 Jun 2004 12:04:47 +0000 (12:04 +0000)] 
Bug 240325: Keep regexp-based groups up-to-date

21 years agoPatch for bug 245976: fix software error caused by taint issue when trying to add...
jocuri%softhome.net [Sat, 12 Jun 2004 00:03:50 +0000 (00:03 +0000)] 
Patch for bug 245976: fix software error caused by taint issue when trying to add a milestone; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, a=justdave.

21 years agoPatch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.
jocuri%softhome.net [Wed, 2 Jun 2004 04:30:29 +0000 (04:30 +0000)] 
Patch for bug 240252: rewrite "users who are a" on editproducts.cgi; r=kiko; a=myk.

21 years agoBug 244927: Add search on time owner has left the bug idle
bugreport%peshkin.net [Wed, 2 Jun 2004 03:29:04 +0000 (03:29 +0000)] 
Bug 244927: Add search on time owner has left the bug idle
r=jouni
a=myk

21 years agoPatch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link like...
jocuri%softhome.net [Tue, 1 Jun 2004 19:53:27 +0000 (19:53 +0000)] 
Patch for bug 242161: make process_bug.cgi contain patchviewer ("diff") link like show_bug.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd; a=justdave.

21 years agoPatch for bug 240079: fix strange phrase in the documentation: "everywhere applicable...
jocuri%softhome.net [Mon, 31 May 2004 04:46:07 +0000 (04:46 +0000)] 
Patch for bug 240079: fix strange phrase in the documentation: "everywhere applicable" should be "where applicable" in README.docs; patch by Niels Reedijk <n.reedijk@planet.nl>; r=timeless; a=justdave.

21 years agoBug 223541: Make flags show up correctly in "View all attachments" mode.
jouni%heikniemi.net [Sun, 30 May 2004 22:52:12 +0000 (22:52 +0000)] 
Bug 223541: Make flags show up correctly in "View all attachments" mode.
r=joel
a=justdave

21 years agoBug 179671: Boolean charts didn't work on the reporting pages.
justdave%bugzilla.org [Sun, 30 May 2004 17:40:16 +0000 (17:40 +0000)] 
Bug 179671: Boolean charts didn't work on the reporting pages.
r=jouni, a=justdave

21 years agoBug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in collectstat...
justdave%bugzilla.org [Thu, 27 May 2004 16:21:24 +0000 (16:21 +0000)] 
Bug 183753: Fix error "can't fork duplicates.cgi: Bad file descriptor" in collectstats.pl on Win32
Patch by Byron Jones <bugzilla@glob.com.au>
r=jouni, myk; a=myk

21 years agoBug 243351: Fix mysql version sensitivity in case-sensitive search
bugreport%peshkin.net [Thu, 27 May 2004 09:40:17 +0000 (09:40 +0000)] 
Bug 243351: Fix mysql version sensitivity in case-sensitive search
r=jouni
a=justdave

21 years agoBug 227172: Deal with race condition between a user being removed from the CC on...
justdave%bugzilla.org [Wed, 26 May 2004 14:21:43 +0000 (14:21 +0000)] 
Bug 227172: Deal with race condition between a user being removed from the CC on a bug and changing their email address before the bugmail is sent.
r=jouni, a=justdave

21 years agoBug 244650: Fix query on commentor in combination with other email-based criteria
bugreport%peshkin.net [Wed, 26 May 2004 13:51:52 +0000 (13:51 +0000)] 
Bug 244650: Fix query on commentor in combination with other email-based criteria
r=justdave
a=justdave

21 years agoRemove stray resid from BugMail.pm. r,a=justdave
jouni%heikniemi.net [Tue, 25 May 2004 12:53:53 +0000 (12:53 +0000)] 
Remove stray resid from BugMail.pm. r,a=justdave

21 years agoBug 224021: taint issues in editusers.cgi
jouni%heikniemi.net [Sun, 23 May 2004 14:32:00 +0000 (14:32 +0000)] 
Bug 224021: taint issues in editusers.cgi
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave

21 years agoBug 141006: Run edit*.cgis in taint mode.
jouni%heikniemi.net [Sun, 23 May 2004 14:22:32 +0000 (14:22 +0000)] 
Bug 141006: Run edit*.cgis in taint mode.
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave

21 years agoBug 208847: Fix taint issues in editgroups.cgi
jouni%heikniemi.net [Sun, 23 May 2004 14:07:50 +0000 (14:07 +0000)] 
Bug 208847: Fix taint issues in editgroups.cgi
Patch by byron jones <bugzilla@glob.com.au>,
r=jouni, a=justdave

21 years agoPatch for bug 244040: checksetup with answers script should be silent on Windows...
jocuri%softhome.net [Thu, 20 May 2004 03:49:29 +0000 (03:49 +0000)] 
Patch for bug 244040: checksetup with answers script should be silent on Windows; patch by Byron Jones <bugzilla@glob.com.au>; r=bugreport; a=justdave.

21 years agoPatch for bug 217627: fix Bugzilla internal error message that appears if bug alias...
jocuri%softhome.net [Thu, 20 May 2004 02:48:11 +0000 (02:48 +0000)] 
Patch for bug 217627: fix Bugzilla internal error message that appears if bug alias starts with zero; patch by Alexey Gladkov <legion@altlinux.org>; r=justdave; a=justdave.

21 years agoPatch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones...
jocuri%softhome.net [Thu, 20 May 2004 02:37:45 +0000 (02:37 +0000)] 
Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.

21 years agoBug 244053 grammar bug in checksetup
timeless%mozdev.org [Wed, 19 May 2004 22:19:13 +0000 (22:19 +0000)] 
Bug 244053 grammar bug in checksetup
r=justdave a=justdave

21 years agoBug 239263: Avoid hazard in User->groups by switching to main DB for rederive
bugreport%peshkin.net [Fri, 14 May 2004 20:55:45 +0000 (20:55 +0000)] 
Bug 239263: Avoid hazard in User->groups by switching to main DB for rederive
r=jouni
a=justdave

21 years agoPatch for bug 238675: fix the wording for the reassign_to_empty error message; patch...
jocuri%softhome.net [Fri, 14 May 2004 17:05:41 +0000 (17:05 +0000)] 
Patch for bug 238675: fix the wording for the reassign_to_empty error message; patch by Christopher Nehren <apeiron@comcast.net>; r=justdave; a=justdave.

21 years agoBug 236779: Add UI for changing "linkinfooter" flag for saved searches
bugreport%peshkin.net [Thu, 13 May 2004 23:04:26 +0000 (23:04 +0000)] 
Bug 236779: Add UI for changing "linkinfooter" flag for saved searches
r=gerv,preed
a=justdave

21 years agoBug 226411: Fixed the indentation issue mentioned in bug comments but forgotten on...
jouni%heikniemi.net [Thu, 13 May 2004 14:17:43 +0000 (14:17 +0000)] 
Bug 226411: Fixed the indentation issue mentioned in bug comments but forgotten on previous checkin.

21 years agoBug 226411: make DiffStrings handle fields with duplicate values
bugreport%peshkin.net [Thu, 13 May 2004 06:57:31 +0000 (06:57 +0000)] 
Bug 226411: make DiffStrings handle fields with duplicate values
patch by jouni
r=joel,myk
a=justdave

21 years agoBug 226477: Fix undefined method call in Bugzilla::User->in_group
bugreport%peshkin.net [Wed, 12 May 2004 12:11:27 +0000 (12:11 +0000)] 
Bug 226477: Fix undefined method call in Bugzilla::User->in_group
r=timeless,a=justdave

21 years agoBug 232861: Prevent references to bugs or comments from being expanded in attachment...
bugreport%peshkin.net [Wed, 12 May 2004 12:08:28 +0000 (12:08 +0000)] 
Bug 232861: Prevent references to bugs or comments from being expanded in attachment links
r=timeless,a=justdave

21 years agoBug 227785: Add navigation/summary/last-modified after modifying a bug
bugreport%peshkin.net [Wed, 12 May 2004 12:03:27 +0000 (12:03 +0000)] 
Bug 227785: Add navigation/summary/last-modified after modifying a bug
r=justdave, a=justdave

21 years agoBug 240036: Unlock tables after address error before attempting to process footer
bugreport%peshkin.net [Wed, 12 May 2004 11:20:10 +0000 (11:20 +0000)] 
Bug 240036: Unlock tables after address error before attempting to process footer
r=timeless, a=justdave

21 years agoBug 241270: fix regression caused by <label> wrapping other form widgets. Related...
justdave%bugzilla.org [Wed, 12 May 2004 06:27:23 +0000 (06:27 +0000)] 
Bug 241270: fix regression caused by <label> wrapping other form widgets.  Related widgets are now excluded from the <label> blocks.
r=myk, a=justdave

21 years agoBug 231975: Avoid naming new product groups the same as existing groups and do not...
bugreport%peshkin.net [Wed, 12 May 2004 06:17:05 +0000 (06:17 +0000)] 
Bug 231975: Avoid naming new product groups the same as existing groups and do not rename product groups on product rename.
r=jouni, a=justdave

21 years agoFix for bug 240486: makes the banner template CSS friendly
myk%mozilla.org [Wed, 12 May 2004 03:49:49 +0000 (03:49 +0000)] 
Fix for bug 240486: makes the banner template CSS friendly
Patch by Vitaly Harisov
r=myk
a=myk

21 years agoBug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to ocurr...
justdave%bugzilla.org [Mon, 10 May 2004 23:57:11 +0000 (23:57 +0000)] 
Bug 204042: taint issues in perl 5.6.0 that were causing an Internal Error to ocurr after adding an attachment.
r= joel, a= justdave

21 years agoBug 242740: URL to Bug Writing Help document changed
justdave%syndicomm.com [Thu, 6 May 2004 14:29:33 +0000 (14:29 +0000)] 
Bug 242740: URL to Bug Writing Help document changed
Patch by Niels Reedijk <n.reedijk@planet.nl>
r=justdave,a=justdave

21 years agoPatch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting...
jocuri%softhome.net [Wed, 28 Apr 2004 07:17:55 +0000 (07:17 +0000)] 
Patch for bug 241259: add a CSS tag for 'Additional Comments'; patch by Albert Ting <altlst@sonic.net>; r=vladd; a=justdave.

21 years agoBug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch...
gerv%gerv.net [Wed, 28 Apr 2004 05:28:06 +0000 (05:28 +0000)] 
Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch by gerv and Tom Karzes; r, a=justdave.

21 years agoBug 234540: "Take bug" on create attachment screen missed an API change to BugMail...
justdave%syndicomm.com [Tue, 27 Apr 2004 10:58:55 +0000 (10:58 +0000)] 
Bug 234540: "Take bug" on create attachment screen missed an API change to BugMail which caused it not to mail the previous bug owner about the change.
r=gerv, a=justdave

21 years agoBug 241516: remove possible namespace conflicts in the additional CSS classes for...
justdave%syndicomm.com [Tue, 27 Apr 2004 03:39:42 +0000 (03:39 +0000)] 
Bug 241516: remove possible namespace conflicts in the additional CSS classes for bugid, component, and status on show_bug
r=myk, a=justdave

21 years agoPatch for bug 240004: limit the password generation subroutine to nice characters...
jocuri%softhome.net [Fri, 23 Apr 2004 04:15:28 +0000 (04:15 +0000)] 
Patch for bug 240004: limit the password generation subroutine to nice characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave.

21 years agoBug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner and...
timeless%mozdev.org [Thu, 22 Apr 2004 21:42:14 +0000 (21:42 +0000)] 
Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner and QA contact of selected component to NOOP
r=justdave a=justdave

21 years agoBug 155502: focus the summary field when loading the search/query pages
justdave%syndicomm.com [Sat, 17 Apr 2004 13:06:51 +0000 (13:06 +0000)] 
Bug 155502: focus the summary field when loading the search/query pages
Patch by kiko, r=gerv, a=justdave

21 years agoBug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in favor...
justdave%syndicomm.com [Sat, 17 Apr 2004 13:04:14 +0000 (13:04 +0000)] 
Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in favor of $cgi->cookie)
Patch by kiko, r=vlad, a=justdave

21 years agoBug 238865: removing %::FORM from page.cgi in favor of $cgi->param
justdave%syndicomm.com [Sat, 17 Apr 2004 11:41:14 +0000 (11:41 +0000)] 
Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param
Patch by kiko, r=vlad, justdave, a=justdave

21 years agoBacking out checkin from bug 238865: patch was negatively reviewed post-mortem.
justdave%syndicomm.com [Thu, 15 Apr 2004 12:44:47 +0000 (12:44 +0000)] 
Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.
a=justdave

21 years agoBug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of processmail
justdave%syndicomm.com [Thu, 15 Apr 2004 11:24:39 +0000 (11:24 +0000)] 
Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of processmail
a=justdave

21 years agoPatch for bug 240434: replace increased with improved on the login page; r=timeless...
jocuri%softhome.net [Thu, 15 Apr 2004 02:01:08 +0000 (02:01 +0000)] 
Patch for bug 240434: replace increased with improved on the login page; r=timeless, a=justdave.

21 years agoBug 240439: "Edit user again" link didn't work if the user had a + in their email...
justdave%syndicomm.com [Wed, 14 Apr 2004 04:45:35 +0000 (04:45 +0000)] 
Bug 240439: "Edit user again" link didn't work if the user had a + in their email address
R= timeless, vladd; a= justdave

21 years agoAdditional fix for bug 87770: attachment.cgi should work with no
kiko%async.com.br [Wed, 14 Apr 2004 03:31:26 +0000 (03:31 +0000)] 
Additional fix for bug 87770: attachment.cgi should work with no
parameters. Use <button> tags to allow for localization of the labels.
r=myk, a=myk.

I padded the Edit button with &nbsp;s to ensure it has the same width as
the View button; it may not be kosher but passes as visually agreeable,
at least.

21 years agoSilly typo fix. r=ssdbot
kiko%async.com.br [Wed, 14 Apr 2004 02:11:28 +0000 (02:11 +0000)] 
Silly typo fix. r=ssdbot

21 years agoAdd a slightly hackish approach to test against values in .netrc that
kiko%async.com.br [Wed, 14 Apr 2004 01:52:50 +0000 (01:52 +0000)] 
Add a slightly hackish approach to test against values in .netrc that
diverge from the specified url by a trailing slash -- we *know* they're
not the same thing, but it seems people want us to think they are!

21 years agoFix for bug 238869: remove %FORM from votes.cgi. Does just that, free of
kiko%async.com.br [Wed, 14 Apr 2004 01:34:59 +0000 (01:34 +0000)] 
Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free of
XXX comments. r=vladd,justdave; a=justdave.

die %FORM die!

21 years agoPatch for bug 224477: make webservergroup default to apache on new installs; r=joel...
jocuri%softhome.net [Wed, 14 Apr 2004 01:16:35 +0000 (01:16 +0000)] 
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave.

21 years agoPatch for bug 240060: Stop yelling at people about the minimum sendmail version;...
jocuri%softhome.net [Wed, 14 Apr 2004 01:08:42 +0000 (01:08 +0000)] 
Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave.

21 years agoPatch for bug 240219: display valid PPM commands when using PPM version 2; r=timeless...
jocuri%softhome.net [Wed, 14 Apr 2004 00:59:22 +0000 (00:59 +0000)] 
Patch for bug 240219: display valid PPM commands when using PPM version 2; r=timeless; a=justdave.

21 years agoFix for bug 233245: replace "variable" with "constant" since there is no contenttypes...
jocuri%softhome.net [Tue, 13 Apr 2004 11:18:00 +0000 (11:18 +0000)] 
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.

21 years agoPatch for bug 194332: fix spelling that caused error message mismatch for the "invali...
jocuri%softhome.net [Mon, 12 Apr 2004 04:38:06 +0000 (04:38 +0000)] 
Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave.

21 years agoFix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing the
kiko%async.com.br [Mon, 12 Apr 2004 04:31:44 +0000 (04:31 +0000)] 
Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing the
linked page template and adding a code error for the "bad id provided"
case. r=vladd, a=myk.

21 years agoPatch for bug 240228: Improve the format of the error message displayed by checksetup...
jocuri%softhome.net [Mon, 12 Apr 2004 01:42:33 +0000 (01:42 +0000)] 
Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.

21 years agoPatch for bug 87770: make attachment.cgi work with no parameters; patch by GavinS...
jocuri%softhome.net [Sat, 10 Apr 2004 22:08:21 +0000 (22:08 +0000)] 
Patch for bug 87770: make attachment.cgi work with no parameters; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk.

21 years agoPatch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv <caduval...
jocuri%softhome.net [Sat, 10 Apr 2004 21:53:00 +0000 (21:53 +0000)] 
Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.

21 years agoPatch for bug 239826: support closing resolved bugs when changing multiple bugs;...
jocuri%softhome.net [Sat, 10 Apr 2004 21:42:37 +0000 (21:42 +0000)] 
Patch for bug 239826: support closing resolved bugs when changing multiple bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk.

21 years agoPatch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew...
jocuri%softhome.net [Fri, 9 Apr 2004 09:23:09 +0000 (09:23 +0000)] 
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.

21 years agoPatch for bug 239885: Don't display the sendmail message if the current platform...
jocuri%softhome.net [Fri, 9 Apr 2004 09:18:13 +0000 (09:18 +0000)] 
Patch for bug 239885: Don't display the sendmail message if the current platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk.

21 years agoPatch for bug 233245: update documentation of formats to include ctypes as well;...
jocuri%softhome.net [Wed, 7 Apr 2004 23:36:34 +0000 (23:36 +0000)] 
Patch for bug 233245: update documentation of formats to include ctypes as well; patch by Niels Reedijk <n.reedijk@planet.nl> slightly modified by me.

21 years agoBug 192775 - rearrange parameter order in token URLs to make them always fully linked...
gerv%gerv.net [Wed, 7 Apr 2004 14:24:33 +0000 (14:24 +0000)] 
Bug 192775 - rearrange parameter order in token URLs to make them always fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.

21 years agoFix for bug 238864: remove %FORM and %COOKIE from move.pl; does just
kiko%async.com.br [Wed, 7 Apr 2004 10:41:52 +0000 (10:41 +0000)] 
Fix for bug 238864: remove %FORM and %COOKIE from move.pl; does just
that (incorporating a recommendation from justdave). r=justdave,
a=justdave.

21 years agoFix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does
kiko%async.com.br [Wed, 7 Apr 2004 10:38:25 +0000 (10:38 +0000)] 
Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does
that, and also fixes up the bug creation template. r=justdave, a=justdave.

21 years agoFix for bug 234797: adds a "limit" param for limiting the number of results returned...
myk%mozilla.org [Tue, 6 Apr 2004 08:19:15 +0000 (08:19 +0000)] 
Fix for bug 234797: adds a "limit" param for limiting the number of results returned from a search.
r=justdave
a=justdave

21 years agoFix for bug 237176: allows power users to display relevance values as a column in...
myk%mozilla.org [Tue, 6 Apr 2004 07:11:17 +0000 (07:11 +0000)] 
Fix for bug 237176: allows power users to display relevance values as a column in the search results for a fulltext search
r=justdave
a=justdave

21 years agoBug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch by gerv...
gerv%gerv.net [Tue, 6 Apr 2004 04:53:10 +0000 (04:53 +0000)] 
Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch by gerv; r,a=justdave.

21 years agoPatch for bug 239576: make sure detaint_natural is always called with a defined value...
jocuri%softhome.net [Mon, 5 Apr 2004 08:32:43 +0000 (08:32 +0000)] 
Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave.

21 years agoPatch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm...
jocuri%softhome.net [Mon, 5 Apr 2004 08:28:18 +0000 (08:28 +0000)] 
Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm.org>; r=gerv; a=justdave.

21 years agoPatch for bug 239255: update docs in order to specify that $webservergroup is the...
jocuri%softhome.net [Sun, 4 Apr 2004 02:12:08 +0000 (02:12 +0000)] 
Patch for bug 239255: update docs in order to specify that $webservergroup is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.

21 years agoBug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.
gerv%gerv.net [Sat, 3 Apr 2004 19:00:33 +0000 (19:00 +0000)] 
Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave.