]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
20 years agoBug 252295: Ensure that the "Edit Search" link goes back to the same form the search...
justdave%bugzilla.org [Mon, 13 Sep 2004 05:19:37 +0000 (05:19 +0000)] 
Bug 252295: Ensure that the "Edit Search" link goes back to the same form the search was created on when running a saved search that was saved before we had multiple search forms.
r=gerv, a=justdave

20 years agoBug 253696: work around NAME_lc bug in ActiveState Perl on Win32
justdave%bugzilla.org [Mon, 13 Sep 2004 03:20:42 +0000 (03:20 +0000)] 
Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32
Patch by Byron Jones <bugzilla@glob.com.au>
r=jouni,bbaetz a=justdave

20 years agoBug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if you log...
gerv%gerv.net [Sun, 12 Sep 2004 22:46:07 +0000 (22:46 +0000)] 
Bug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if you log in via chart.cgi it doesn't get lost. Patch by wurblzap@gmail.com; r=gerv.

20 years agoBug 225854 - only print "Steps to reproduce" when the user has entered some. Patch...
gerv%gerv.net [Sun, 12 Sep 2004 22:23:24 +0000 (22:23 +0000)] 
Bug 225854 - only print "Steps to reproduce" when the user has entered some. Patch by buti@gmx.at; r=gerv.

20 years agoBug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. Bugzilla->user...
justdave%bugzilla.org [Sat, 11 Sep 2004 14:09:46 +0000 (14:09 +0000)] 
Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix.  Bugzilla->user->email now includes emailsuffix in the result.
Patch by Marc Schumann <wurblzap@gmail.com>
r=justdave,tobias, a=justdave

20 years agoBug 190224: templatize editmilestones.cgi
justdave%bugzilla.org [Sat, 11 Sep 2004 13:48:13 +0000 (13:48 +0000)] 
Bug 190224: templatize editmilestones.cgi
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave

20 years agoBug 255664: Wait until buglist is ready to be displayed before closing the "please...
justdave%bugzilla.org [Sat, 11 Sep 2004 13:24:43 +0000 (13:24 +0000)] 
Bug 255664: Wait until buglist is ready to be displayed before closing the "please wait" page when using server push, so any errors that occur can actually be seen by the user instead of getting a blank page.
r=myk, a=myk

20 years agoBug 255663: Query on [Bug creation] and anything to do with attachments no longer...
justdave%bugzilla.org [Sat, 11 Sep 2004 13:20:00 +0000 (13:20 +0000)] 
Bug 255663: Query on [Bug creation] and anything to do with attachments no longer crashes
r=joel, a=myk

20 years agoFix for bug 215319: changes "flag requester" field in boolean charts to "flag request...
myk%mozilla.org [Sat, 11 Sep 2004 06:38:45 +0000 (06:38 +0000)] 
Fix for bug 215319: changes "flag requester" field in boolean charts to "flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field)
r=justdave

20 years agobasic docs on using flags
myk%mozilla.org [Fri, 10 Sep 2004 07:28:48 +0000 (07:28 +0000)] 
basic docs on using flags

20 years agoFix for bug 254360: lists the rules governing who can edit which fields in 2.16 and...
myk%mozilla.org [Fri, 10 Sep 2004 06:48:11 +0000 (06:48 +0000)] 
Fix for bug 254360: lists the rules governing who can edit which fields in 2.16 and 2.18 and the differences in those rules between the two versions.  Contributed by Nick Barnes.

20 years agoFix for bug 232659: Fix inconsistent attachment links (and clean up diff
kiko%async.com.br [Fri, 10 Sep 2004 05:19:48 +0000 (05:19 +0000)] 
Fix for bug 232659: Fix inconsistent attachment links (and clean up diff
viewer UI while we're at it). Do just that. r=myk, a=myk.

20 years agoPatch for bug 257303: convert lastused field in logincookies from timestamp to dateti...
jocuri%softhome.net [Thu, 9 Sep 2004 06:29:07 +0000 (06:29 +0000)] 
Patch for bug 257303: convert lastused field in logincookies from timestamp to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.

20 years agoPatch for bug 254729: fix editproducts.cgi generated warnings in the error log when...
jocuri%softhome.net [Thu, 9 Sep 2004 05:53:39 +0000 (05:53 +0000)] 
Patch for bug 254729: fix editproducts.cgi generated warnings in the error log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.

20 years agoPatch for bug 211188: Make testing suite check for any #! lines that are not /usr...
jocuri%softhome.net [Thu, 9 Sep 2004 05:46:34 +0000 (05:46 +0000)] 
Patch for bug 211188: Make testing suite check for any #! lines that are not /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave.

20 years agoPatch for bug 253308: Mention the Scmbug integration system in documentation; patch...
jocuri%softhome.net [Sat, 4 Sep 2004 16:27:15 +0000 (16:27 +0000)] 
Patch for bug 253308: Mention the Scmbug integration system in documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave.

20 years agoBug 250591: Conversion of boolean conditions in SQL statements for better db independ...
jocuri%softhome.net [Sat, 4 Sep 2004 16:15:05 +0000 (16:15 +0000)] 
Bug 250591: Conversion of boolean conditions in SQL statements for better db independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave.

20 years agoPatch for bug 257419: make checksetup.pl quote database name in 'show table status...
jocuri%softhome.net [Fri, 3 Sep 2004 17:03:37 +0000 (17:03 +0000)] 
Patch for bug 257419: make checksetup.pl quote database name in 'show table status' command; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.

20 years agoPatch for bug 257152: make flag type deletion not crash when JavaScript is switched...
jocuri%softhome.net [Fri, 3 Sep 2004 16:58:00 +0000 (16:58 +0000)] 
Patch for bug 257152: make flag type deletion not crash when JavaScript is switched off; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.

20 years agoBug 257267: allow trimming leading zeros when typing the test number in the testing...
jocuri%softhome.net [Fri, 3 Sep 2004 13:59:08 +0000 (13:59 +0000)] 
Bug 257267: allow trimming leading zeros when typing the test number in the testing suite; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=myk.

20 years agoPatch for bug 257106: Make testing suite know about new directory levels in Bugzilla...
jocuri%softhome.net [Fri, 3 Sep 2004 13:53:58 +0000 (13:53 +0000)] 
Patch for bug 257106: Make testing suite know about new directory levels in Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk.

20 years agoBug 256762: make flag request email use emailsuffix; patch by Marc Schumann <wurblzap...
jocuri%softhome.net [Fri, 3 Sep 2004 13:49:55 +0000 (13:49 +0000)] 
Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko; a=myk.

20 years agoBug 257111: t/006spellcheck.t should check each file only once.
jouni%heikniemi.net [Thu, 2 Sep 2004 03:11:59 +0000 (03:11 +0000)] 
Bug 257111: t/006spellcheck.t should check each file only once.
Patch by Marc Schumann <marcschum@web.de>
r=jouni, a=myk

20 years agoPatch for bug 254371: include Flag Types in create new attachments form; patch by...
jocuri%softhome.net [Wed, 1 Sep 2004 06:28:09 +0000 (06:28 +0000)] 
Patch for bug 254371: include Flag Types in create new attachments form; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk.

20 years agoWhitespace-only fix to indentation in BugMail.pm, bear with me.
kiko%async.com.br [Tue, 31 Aug 2004 04:49:25 +0000 (04:49 +0000)] 
Whitespace-only fix to indentation in BugMail.pm, bear with me.

20 years agoBug 225687 - add group controls to charts, along with various other cleanups. Patch...
gerv%gerv.net [Mon, 30 Aug 2004 04:29:34 +0000 (04:29 +0000)] 
Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave.

20 years agoPatch for bug 254146: make the error message clear if servertest.pl failed to find...
jocuri%softhome.net [Sat, 28 Aug 2004 16:05:55 +0000 (16:05 +0000)] 
Patch for bug 254146: make the error message clear if servertest.pl failed to find the GID for HTTPD; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=joel, a=justdave.

20 years agoPatch for bug 248613: Custom global default platform/OS in non-usebrowserinfo scenari...
jocuri%softhome.net [Sat, 28 Aug 2004 15:58:13 +0000 (15:58 +0000)] 
Patch for bug 248613: Custom global default platform/OS in non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.

20 years agoPatch for bug 235061: move CSS stylings in global.css if they are used across multipl...
jocuri%softhome.net [Sat, 28 Aug 2004 15:44:53 +0000 (15:44 +0000)] 
Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.

20 years agoPatch for bug 216572: 002goodperl.t shouldn't add an extra test for every additional...
jocuri%softhome.net [Sat, 28 Aug 2004 15:14:59 +0000 (15:14 +0000)] 
Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every additional Throw*Error violation in the same file; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=justdave.

20 years agoFix for bug 253480: pages should be classified rather than identified by
kiko%async.com.br [Tue, 24 Aug 2004 09:33:31 +0000 (09:33 +0000)] 
Fix for bug 253480: pages should be classified rather than identified by
domain name. r,a=myk.

20 years agoFix for bug 254587: group description not displayed on delete group
kiko%async.com.br [Tue, 24 Aug 2004 08:33:39 +0000 (08:33 +0000)] 
Fix for bug 254587: group description not displayed on delete group
confirm page. Fix typo? Patch by GavinS <bugzilla@chimpychompy.org>.
r=kiko, a=myk.

20 years agoAddtional item for fix for bug 252810: p1, critical not displayed in red
kiko%async.com.br [Mon, 23 Aug 2004 23:16:53 +0000 (23:16 +0000)] 
Addtional item for fix for bug 252810: p1, critical not displayed in red
when groups are used for bug. Including padlock.png image. r=myk,a=myk.

20 years agoFix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk.
kiko%async.com.br [Mon, 23 Aug 2004 22:34:30 +0000 (22:34 +0000)] 
Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk.

20 years agoPatch for bug 252810: p1, critical not displayed in red when groups are
kiko%async.com.br [Mon, 23 Aug 2004 22:21:58 +0000 (22:21 +0000)] 
Patch for bug 252810: p1, critical not displayed in red when groups are
used for bug. Roundabout patch that adds a padlock icon next to the bug
ID to bug listings, and does even/odd striping of the buglist. r,a=myk.

20 years agoBug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
bugreport%peshkin.net [Sat, 21 Aug 2004 04:49:17 +0000 (04:49 +0000)] 
Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
patch by Albert Ting
r=joel, glob
a=myk

20 years agoBug 255772: Prevent whine.pl from running endless whining loop
bugreport%peshkin.net [Tue, 17 Aug 2004 21:51:04 +0000 (21:51 +0000)] 
Bug 255772: Prevent whine.pl from running endless whining loop
patch by erik
r=joel, jouni
a=myk

21 years agoBug 244239: Add group-based pronouns to query
bugreport%peshkin.net [Wed, 11 Aug 2004 21:00:33 +0000 (21:00 +0000)] 
Bug 244239: Add group-based pronouns to query
r=erik,justdave
a=justdave

21 years agoBug 241903: Add Environment Variable Authentication for apache auth and SSO
bugreport%peshkin.net [Wed, 11 Aug 2004 20:53:43 +0000 (20:53 +0000)] 
Bug 241903: Add Environment Variable Authentication for apache auth and SSO
patch by erik
r=joel
a=justdave

21 years agoBug 251669: add an option to show users in a drop down menu instead of a text edit...
bugreport%peshkin.net [Wed, 11 Aug 2004 12:08:10 +0000 (12:08 +0000)] 
Bug 251669: add an option to show users in a drop down menu instead of a text edit field
patch by glob <bugzilla@glob.com.au>
r=joel
a=justdave

21 years agoMore whitespace fixes. r=ssdbot. I've already talked to Alexandre
kiko%async.com.br [Fri, 6 Aug 2004 20:47:25 +0000 (20:47 +0000)] 
More whitespace fixes. r=ssdbot. I've already talked to Alexandre
about this, won't happen again.

21 years agoBug 254430: Fix User.pm so it returns a logged-out user if userid=0
bugreport%peshkin.net [Fri, 6 Aug 2004 05:19:19 +0000 (05:19 +0000)] 
Bug 254430: Fix User.pm so it returns a logged-out user if userid=0
r=erik, kiko
a=justdave

21 years agoWhitespace fixes. r=ssdbot
kiko%async.com.br [Thu, 5 Aug 2004 20:51:23 +0000 (20:51 +0000)] 
Whitespace fixes. r=ssdbot

21 years agoFix for bug 253562: Hours Worked (actual_time) is being listed as 1.
kiko%async.com.br [Thu, 5 Aug 2004 20:43:48 +0000 (20:43 +0000)] 
Fix for bug 253562: Hours Worked (actual_time) is being listed as 1.
Cleans up Bugzilla::Bug::actual_time to do things the right way (dbi,
Bugzilla->user) and apparently fixes a problem limited to some
platforms. r=joel, a=justdave.

21 years agoBug 254374: Fix regression in qacontact from bug 186093
bugreport%peshkin.net [Thu, 5 Aug 2004 10:18:42 +0000 (10:18 +0000)] 
Bug 254374: Fix regression in qacontact from bug 186093

21 years agoBug 185090: Add revamped whining system
bugreport%peshkin.net [Thu, 5 Aug 2004 04:36:23 +0000 (04:36 +0000)] 
Bug 185090: Add revamped whining system
patch by: Erik
r=joel
r=jouni
a=justdave

21 years agoBug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
bugreport%peshkin.net [Thu, 5 Aug 2004 01:08:21 +0000 (01:08 +0000)] 
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave

21 years agoBug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
bugreport%peshkin.net [Wed, 4 Aug 2004 23:17:09 +0000 (23:17 +0000)] 
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
r=kiko
a=justdave

21 years agoPatch for bug 253604: When commit a bug, validate timetracking before user match...
jocuri%softhome.net [Tue, 3 Aug 2004 13:23:25 +0000 (13:23 +0000)] 
Patch for bug 253604: When commit a bug, validate timetracking before user match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave.

21 years agoBug 253968: Fix extra column in insert statement in checksetup
bugreport%peshkin.net [Mon, 2 Aug 2004 12:30:35 +0000 (12:30 +0000)] 
Bug 253968: Fix extra column in insert statement in checksetup
r=glob
a=justdave

21 years agoBug 253583 Warning: assignment to undeclared variable assigned_to
timeless%mozdev.org [Mon, 2 Aug 2004 11:42:05 +0000 (11:42 +0000)] 
Bug 253583 Warning: assignment to undeclared variable assigned_to
patch by mcsmurf@gmx.de r=vladd a=justdave

21 years agoRemove accidentally committed .orig files (from bug 190220)
jouni%heikniemi.net [Sun, 1 Aug 2004 13:55:39 +0000 (13:55 +0000)] 
Remove accidentally committed .orig files (from bug 190220)

21 years agoPatch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch...
jocuri%softhome.net [Sat, 31 Jul 2004 16:36:18 +0000 (16:36 +0000)] 
Patch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.

21 years agoPatch for bug 253357: replace IFNULL with COALESCE for increased database compatibili...
jocuri%softhome.net [Sat, 31 Jul 2004 15:59:16 +0000 (15:59 +0000)] 
Patch for bug 253357: replace IFNULL with COALESCE for increased database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.

21 years agoBug 253588: Change Bugzilla->user to be usable even for a logged-out user
bugreport%peshkin.net [Sat, 31 Jul 2004 09:27:23 +0000 (09:27 +0000)] 
Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
patch by erik,joel
r=kiko
a=justdave

21 years agoPatch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textar...
jocuri%softhome.net [Sat, 31 Jul 2004 05:25:50 +0000 (05:25 +0000)] 
Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave.

21 years agoPatch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzilla@chimpy...
jocuri%softhome.net [Sat, 31 Jul 2004 05:16:36 +0000 (05:16 +0000)] 
Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=jouni, a=justdave.

21 years agoBug 253447: Fix unhelpful error if user enters text in "blocks" field
bugreport%peshkin.net [Fri, 30 Jul 2004 17:37:02 +0000 (17:37 +0000)] 
Bug 253447: Fix unhelpful error if user enters text in "blocks" field
r=kiko
a=justdave

21 years agoFix for bug 216008: Time Tracking: default values cause change bug
kiko%async.com.br [Thu, 29 Jul 2004 10:09:10 +0000 (10:09 +0000)] 
Fix for bug 216008: Time Tracking: default values cause change bug
errors. Check if the time values haven't actually changed by using                     integer comparison (instead of string comparison). r=jouni, a=justdave.

21 years agoMissing bits of fix for bug 236678: Clean up access to COOKIE global.
kiko%async.com.br [Thu, 29 Jul 2004 10:02:05 +0000 (10:02 +0000)] 
Missing bits of fix for bug 236678: Clean up access to COOKIE global.
Murder the last remaining places in the tree where COOKIE is used;
includes a rather thorough cleanup of Bugzilla::Bug->user and a minor
doc update. r=joel, a=justdave.

21 years agoFix for bug 252789: Empty timetrackinggroup causes error "hours worked
kiko%async.com.br [Thu, 29 Jul 2004 09:59:11 +0000 (09:59 +0000)] 
Fix for bug 252789: Empty timetrackinggroup causes error "hours worked
needs to be positive" when changing bug. Sanitizing the AddComment bits
in process_bug.cgi to only touch work_time if user is in
timetrackinggroup. Fixes regression introduced in bug 252159.
r=jouni,joel; a=justdave.

21 years agoFix for bug 252839: Remove &action=view from links in attachment table;
kiko%async.com.br [Thu, 29 Jul 2004 09:55:00 +0000 (09:55 +0000)] 
Fix for bug 252839: Remove &action=view from links in attachment table;
this was done to improve link target consistency and avoid shell-pasting
bustage from the & character.  r=myk, a=justdave.

21 years agoFix for bug 236678: Clean up access to COOKIE global. Murder the last
kiko%async.com.br [Thu, 29 Jul 2004 09:45:37 +0000 (09:45 +0000)] 
Fix for bug 236678: Clean up access to COOKIE global. Murder the last
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.

21 years agoBug 204903: Enable searches to match NULL aliases, missing qa_contact, and search...
bugreport%peshkin.net [Thu, 29 Jul 2004 07:46:57 +0000 (07:46 +0000)] 
Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and search on CC even when cc-list is empty
r=jouni
a=myk

21 years agoBug 251837: Extend group_group_map to control which groups can see each other
bugreport%peshkin.net [Tue, 27 Jul 2004 23:33:41 +0000 (23:33 +0000)] 
Bug 251837: Extend group_group_map to control which groups can see each other
r=kiko
a=justdave

21 years agoFix for bug 252943: broken title in interdiff. Adds reasonable title while
kiko%async.com.br [Tue, 27 Jul 2004 22:54:03 +0000 (22:54 +0000)] 
Fix for bug 252943: broken title in interdiff. Adds reasonable title while
doing an interdiff, and fixes some broken and confusing double-linking
in the text. r=joel, a=justdave.

21 years agoBug 252450: Unlock tables in edit*.cgi before sending trailer
bugreport%peshkin.net [Tue, 27 Jul 2004 22:13:48 +0000 (22:13 +0000)] 
Bug 252450: Unlock tables in edit*.cgi before sending trailer
r=kiko
a=justdave

21 years agoBug 251837: Add UI to add/remove 'My Bugs' link in footer
bugreport%peshkin.net [Tue, 27 Jul 2004 12:53:26 +0000 (12:53 +0000)] 
Bug 251837: Add UI to add/remove 'My Bugs' link in footer
r=joel
a=justdave

21 years agoBug 253088: Fix ability of users with bless privileges to bless users
bugreport%peshkin.net [Tue, 27 Jul 2004 07:25:55 +0000 (07:25 +0000)] 
Bug 253088: Fix ability of users with bless privileges to bless users
r=kiko
a=justdave

21 years agoBug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.barnes...
gerv%gerv.net [Tue, 27 Jul 2004 04:26:59 +0000 (04:26 +0000)] 
Bug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.barnes; r=gerv, a=justdave.

21 years agoFix for bug 251911: Silly ThrowUserError bits in attachment.cgi. Fixing
kiko%async.com.br [Mon, 26 Jul 2004 08:27:10 +0000 (08:27 +0000)] 
Fix for bug 251911: Silly ThrowUserError bits in attachment.cgi. Fixing
variables missing in some errors raised, and doing bits of $::FORM
cleanup while we're at it. r=joel, a=justdave.

21 years agoFix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.
kiko%async.com.br [Sat, 24 Jul 2004 09:18:45 +0000 (09:18 +0000)] 
Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.

21 years agoFix for bug 252840: Provide product name in enter bug page title. r,a=myk.
kiko%async.com.br [Sat, 24 Jul 2004 09:16:15 +0000 (09:16 +0000)] 
Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.

21 years agoFix for bug 252487: Focus requestee field when ? is toggled. r=jouni, a=myk.
kiko%async.com.br [Sat, 24 Jul 2004 09:10:05 +0000 (09:10 +0000)] 
Fix for bug 252487: Focus requestee field when ? is toggled. r=jouni, a=myk.

21 years agoFix for bug 252370: Provide edit link for attachment in comment. Adds an
kiko%async.com.br [Sat, 24 Jul 2004 07:20:43 +0000 (07:20 +0000)] 
Fix for bug 252370: Provide edit link for attachment in comment. Adds an
[edit] link next to attachments in comment text, and removes the
&action=view suffix which breaks things when pasting into a shell.
r=bugreport, myk; a=myk.

21 years agoBug 272721: Document testserver.pl
bugreport%peshkin.net [Sat, 24 Jul 2004 05:02:37 +0000 (05:02 +0000)] 
Bug 272721: Document testserver.pl
r=zach
a=joel

21 years agoBug 252329: Returning to buglist after an empty fulltext search causes code error
jouni%heikniemi.net [Fri, 23 Jul 2004 12:09:00 +0000 (12:09 +0000)] 
Bug 252329: Returning to buglist after an empty fulltext search causes code error
r=kiko, a=justdave
----------------------------------------------------------------------

21 years agoUpdating POD documentation for Bugzilla/Error to suggest the use of
kiko%async.com.br [Fri, 23 Jul 2004 03:15:38 +0000 (03:15 +0000)] 
Updating POD documentation for Bugzilla/Error to suggest the use of
'abort' after passing a few minutes looking for it. rs=joel

21 years agoUsing "abort" instead of 1 to make the unlock_tables request consistent
kiko%async.com.br [Fri, 23 Jul 2004 00:51:19 +0000 (00:51 +0000)] 
Using "abort" instead of 1 to make the unlock_tables request consistent
with the rest of Bugzilla.

21 years agoFix for bug 252159: centralize time validation. Adds a ValidateTime
kiko%async.com.br [Fri, 23 Jul 2004 00:48:37 +0000 (00:48 +0000)] 
Fix for bug 252159: centralize time validation. Adds a ValidateTime
function to Bugzilla::Bug and uses it in relevant callsites. Patch by
Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave.

21 years agoFix for bug 252358: Unnecessary documentation about
kiko%async.com.br [Fri, 23 Jul 2004 00:33:26 +0000 (00:33 +0000)] 
Fix for bug 252358: Unnecessary documentation about
/usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch
by Marco AurĂ©lio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave.

21 years agoBug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice
bugreport%peshkin.net [Thu, 22 Jul 2004 14:07:56 +0000 (14:07 +0000)] 
Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice
r=jouni
a=justdave

21 years agoBug 245877: Add an installation test suite
bugreport%peshkin.net [Thu, 22 Jul 2004 14:05:05 +0000 (14:05 +0000)] 
Bug 245877: Add an installation test suite
r=gerv
a=justdave

21 years agoBug 238544: Emit appropriate error if content and matches are used in
bugreport%peshkin.net [Thu, 22 Jul 2004 13:48:59 +0000 (13:48 +0000)] 
Bug 238544: Emit appropriate error if content and matches are used in
            invalid search combinations.
r=jouni
a=justdave

21 years agoBug 98751: Make it easier to update a stored query.
jouni%heikniemi.net [Thu, 22 Jul 2004 12:14:13 +0000 (12:14 +0000)] 
Bug 98751: Make it easier to update a stored query.
r=gerv, a=justdave

21 years agoBug 252190: Fix unitialized value in editusers.cgi
bugreport%peshkin.net [Thu, 22 Jul 2004 04:26:20 +0000 (04:26 +0000)] 
Bug 252190: Fix unitialized value in editusers.cgi
r=vlad
a=justdave

21 years agoFix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave.
kiko%async.com.br [Thu, 22 Jul 2004 04:17:05 +0000 (04:17 +0000)] 
Fix for bug 252379: Remove $COOKIE from query.cgi. r=joel, a=justdave.

21 years agoFix for bug 252378: Remove $COOKIE from attachment.cgi. r=bugreport,
kiko%async.com.br [Thu, 22 Jul 2004 00:53:34 +0000 (00:53 +0000)] 
Fix for bug 252378: Remove $COOKIE from attachment.cgi. r=bugreport,
a=justdave.

21 years agoFix for bug 251727: Create a /images directory. Moved 1x1.gif into it; left
kiko%async.com.br [Thu, 22 Jul 2004 00:49:18 +0000 (00:49 +0000)] 
Fix for bug 251727: Create a /images directory. Moved 1x1.gif into it; left
ant.jpg out to avoid complaints about "this very important testing
resource" <wink>. Fixed single callsite (and someone please explain to
me what it's useful for!)  a=justdave, myk.

21 years agoFix for bug 251841: body id from urlbase with tilde (~) fails
kiko%async.com.br [Wed, 21 Jul 2004 19:51:33 +0000 (19:51 +0000)] 
Fix for bug 251841: body id from urlbase with tilde (~) fails
validation. Swap [sequences of] tilde, hypens and some other common
symbols into hyphens. r=burnus, a=myk.

21 years agoFix for bug 123030: Move query.cgi javascript to separate file. Create
kiko%async.com.br [Wed, 21 Jul 2004 07:58:44 +0000 (07:58 +0000)] 
Fix for bug 123030: Move query.cgi javascript to separate file. Create
productform.js that contains functions to handle the various select
boxes in the advanced search page, and update the callsites to use
it. r,a=myk.

21 years agoBug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
bugreport%peshkin.net [Wed, 21 Jul 2004 05:41:18 +0000 (05:41 +0000)] 
Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
patch by erik
r=joel, kiko
a=myk

21 years agoBug 245272: Add per-chart negation to boolean searches
bugreport%peshkin.net [Wed, 21 Jul 2004 04:46:46 +0000 (04:46 +0000)] 
Bug 245272: Add per-chart negation to boolean searches
r=justdave,myk,timeless
a=myk

21 years agoBug 165589 Add data/errorlog logging support to bugzilla
bugreport%peshkin.net [Wed, 21 Jul 2004 04:34:41 +0000 (04:34 +0000)] 
Bug 165589 Add data/errorlog logging support to bugzilla
r=jouni
a=myk

21 years agoFix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk.
kiko%async.com.br [Wed, 21 Jul 2004 04:25:33 +0000 (04:25 +0000)] 
Fix for bug 251935: Remove $COOKIE from process_bug.cgi. r=joel, a=myk.

21 years agoFix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk.
kiko%async.com.br [Wed, 21 Jul 2004 04:20:20 +0000 (04:20 +0000)] 
Fix for bug 251937: Remove $COOKIE from buglist.cgi. r=burnus, a=myk.

21 years agoFix for bug 251933: Remove $::COOKIE from post_bug.cgi. r=joel, a=myk.
kiko%async.com.br [Wed, 21 Jul 2004 04:12:33 +0000 (04:12 +0000)] 
Fix for bug 251933: Remove $::COOKIE from post_bug.cgi. r=joel, a=myk.

21 years agoBug 250547: Make FlagTypes use INNER JOIN instead of comma operator.
jouni%heikniemi.net [Tue, 20 Jul 2004 12:08:26 +0000 (12:08 +0000)] 
Bug 250547: Make FlagTypes use INNER JOIN instead of comma operator.
Patch by Tomas Kopal <Tomas.Kopal@altap.cz>
r=jouni, a=justdave

21 years agoBug 86051: Enable changing product name case.
jouni%heikniemi.net [Tue, 20 Jul 2004 12:06:18 +0000 (12:06 +0000)] 
Bug 86051: Enable changing product name case.
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave

21 years agoBug 252002: Fix typo in create-guided.html.tmpl.
jouni%heikniemi.net [Tue, 20 Jul 2004 11:18:51 +0000 (11:18 +0000)] 
Bug 252002: Fix typo in create-guided.html.tmpl.
Patch by GavinS <bugzilla@chimpychompy.org>,
r=jouni, a=justdave