]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
21 years agoFix for bug 234175: Remove deprecated ConnectToDatabase() and
kiko%async.com.br [Sat, 27 Mar 2004 11:51:43 +0000 (11:51 +0000)] 
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
quietly_check_login()/confirm_login() calls.  Cleans up callsites
(consisting of most of our CGIs), swapping (where appropriate) for calls
to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
r=bbaetz, kiko. a=justdave.

21 years agoFix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Conso...
kiko%async.com.br [Sat, 27 Mar 2004 09:31:00 +0000 (09:31 +0000)] 
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI.             Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.

Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.

Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.

21 years agoFix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
kiko%async.com.br [Sat, 27 Mar 2004 09:28:29 +0000 (09:28 +0000)] 
Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.

Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.

Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.

21 years agoPatch for bug 237369: implement relatively simple changes from %FORM to $cgi->param...
jocuri%softhome.net [Sat, 27 Mar 2004 05:02:43 +0000 (05:02 +0000)] 
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.

21 years agoPatch for bug 237369: implement relatively simple changes from %FORM to $cgi->param...
jocuri%softhome.net [Sat, 27 Mar 2004 05:00:11 +0000 (05:00 +0000)] 
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.

21 years agoBug 232097: Use an entity reference for the landfill base URL in the demos, to make...
justdave%syndicomm.com [Sat, 27 Mar 2004 00:34:49 +0000 (00:34 +0000)] 
Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release.  Patch by
Colin Ogilvie <bmo@colino.co.uk>.

21 years agoBug 181589: Add mass-remove to editgroups
bugreport%peshkin.net [Fri, 26 Mar 2004 23:18:07 +0000 (23:18 +0000)] 
Bug 181589: Add mass-remove to editgroups
r=justdave, a=justdave

21 years agoBug 177224: Update installation docs to note XUL and RDF MIME types
bugreport%peshkin.net [Fri, 26 Mar 2004 13:17:56 +0000 (13:17 +0000)] 
Bug 177224: Update installation docs to note XUL and RDF MIME types
patch by mkanat
r=justdave, a=justdave

21 years agoPatch for bug 238693: replace depreciated v-strings with calls to the pack() function...
jocuri%softhome.net [Fri, 26 Mar 2004 10:14:00 +0000 (10:14 +0000)] 
Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.

21 years agoPatch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzil...
jocuri%softhome.net [Fri, 26 Mar 2004 10:07:44 +0000 (10:07 +0000)] 
Patch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.

21 years agoPatch for bug 238677: fix wording of the "require_new_password" message; patch by...
jocuri%softhome.net [Fri, 26 Mar 2004 10:00:45 +0000 (10:00 +0000)] 
Patch for bug 238677: fix wording of the "require_new_password" message; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.

21 years agoPatch for bug 238673: add missing article in change email address page; patch by...
jocuri%softhome.net [Fri, 26 Mar 2004 09:55:36 +0000 (09:55 +0000)] 
Patch for bug 238673: add missing article in change email address page; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.

21 years agoPatch for bug 238656: reword the "Account self-creation" error message; patch by...
jocuri%softhome.net [Fri, 26 Mar 2004 09:50:49 +0000 (09:50 +0000)] 
Patch for bug 238656: reword the "Account self-creation" error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.

21 years agoPatch for bug 238669: add a space between 'entered' and '(' in illegal_email_address...
jocuri%softhome.net [Fri, 26 Mar 2004 09:37:59 +0000 (09:37 +0000)] 
Patch for bug 238669: add a space between 'entered' and '(' in illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.

21 years agoBug 127862:Have sanitycheck.cgi use perl to evaluate email regexp
bugreport%peshkin.net [Thu, 25 Mar 2004 22:32:18 +0000 (22:32 +0000)] 
Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexp
r=vlad,a=justdave

21 years agoPatch for bug 218206: document ft_min_word_len MySQL param for indexing small words...
jocuri%softhome.net [Thu, 25 Mar 2004 19:19:00 +0000 (19:19 +0000)] 
Patch for bug 218206: document ft_min_word_len MySQL param for indexing small words in full-text indexes (and fix some typos while we're at it).

21 years agoBug 238506: Fix checksetup.pl so that it does not fail if an upgrading site never...
bugreport%peshkin.net [Thu, 25 Mar 2004 03:45:55 +0000 (03:45 +0000)] 
Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site never changed a groupset
r=justdave, a=justdave

21 years agoPatch for bug 238396: update the README file for the gnatsparse project; patch by...
jocuri%softhome.net [Wed, 24 Mar 2004 01:59:11 +0000 (01:59 +0000)] 
Patch for bug 238396: update the README file for the gnatsparse project; patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.

21 years agoBug 236650: Clarify choice of install directory in docs
bugreport%peshkin.net [Tue, 23 Mar 2004 23:25:02 +0000 (23:25 +0000)] 
Bug 236650: Clarify choice of install directory in docs
r=gerv, a=justdave

21 years agoBug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave.
gerv%gerv.net [Tue, 23 Mar 2004 16:10:04 +0000 (16:10 +0000)] 
Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave.

21 years agoPatch for bug 237840: eliminate case sensitivity for "attachment N" linkification...
jocuri%softhome.net [Mon, 22 Mar 2004 14:45:21 +0000 (14:45 +0000)] 
Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave.

21 years agoBug 237515 Change 'also' to 'too' in watching help
timeless%mozdev.org [Mon, 22 Mar 2004 10:10:04 +0000 (10:10 +0000)] 
Bug 237515 Change 'also' to 'too' in watching help
r=kiko a=justdave

21 years agoBug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE)
timeless%mozdev.org [Mon, 22 Mar 2004 09:48:50 +0000 (09:48 +0000)] 
Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE)
Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000
Special case winmosaic
r=vlad a=justdave

21 years agoBug 224420 - documentation for new reporting and charting systems.
gerv%gerv.net [Mon, 22 Mar 2004 08:26:47 +0000 (08:26 +0000)] 
Bug 224420 - documentation for new reporting and charting systems.

21 years agoBug 233246 - improve documentation on enter_bug comment formatting templates.
gerv%gerv.net [Mon, 22 Mar 2004 08:25:48 +0000 (08:25 +0000)] 
Bug 233246 - improve documentation on enter_bug comment formatting templates.

21 years agoBug 207039: Add documentation explaining how to install bugzilla under regular user...
bugreport%peshkin.net [Mon, 22 Mar 2004 06:41:17 +0000 (06:41 +0000)] 
Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges (re-checkin)
r=vlad, a=justdave

21 years agoBug 207039: Add documentation explaining how to install bugzilla under regular user...
bugreport%peshkin.net [Mon, 22 Mar 2004 06:09:31 +0000 (06:09 +0000)] 
Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges
r=vlad, a=justdave

21 years agoBug 126252: add the gnatsparse Python script to the contrib directory; author: Daniel...
jocuri%softhome.net [Mon, 22 Mar 2004 05:31:52 +0000 (05:31 +0000)] 
Bug 126252: add the gnatsparse Python script to the contrib directory; author: Daniel Berlin <dan@dberlin.org>; a=justdave.

21 years agoPatch for bug 238033: eliminate HTML closing tags that haven't been opened and fix...
jocuri%softhome.net [Sun, 21 Mar 2004 22:26:58 +0000 (22:26 +0000)] 
Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.

21 years agoBug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page. Patch...
gerv%gerv.net [Sat, 20 Mar 2004 16:19:46 +0000 (16:19 +0000)] 
Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page. Patch by gerv; r,a=justdave.

21 years agoBug 228423: Document adjustment of MySQL 4GB default table size limit
bugreport%peshkin.net [Sat, 20 Mar 2004 13:51:43 +0000 (13:51 +0000)] 
Bug 228423: Document adjustment of MySQL 4GB default table size limit
r=kiko, a=justdave

21 years agoPatch for bug 179351: improve variable scoping issues in order to fix a bug causing...
jocuri%softhome.net [Sat, 20 Mar 2004 06:03:52 +0000 (06:03 +0000)] 
Patch for bug 179351: improve variable scoping issues in order to fix a bug causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.

21 years agoPatch for bug 238025: generate HTML table header in editkeywords.cgi even when there...
jocuri%softhome.net [Sat, 20 Mar 2004 05:26:00 +0000 (05:26 +0000)] 
Patch for bug 238025: generate HTML table header in editkeywords.cgi even when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.

21 years agoBug 234293 - complete the conversion from "query" terminology to "search" terminology...
gerv%gerv.net [Fri, 19 Mar 2004 05:51:16 +0000 (05:51 +0000)] 
Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave.

21 years agoBug 237772 instances of "a terms.bug" should be replaced with "terms.abug"
timeless%mozdev.org [Fri, 19 Mar 2004 00:21:56 +0000 (00:21 +0000)] 
Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug"
also fix the spelling of decipher
r=gerv r=kiko a=justdave

21 years agoBug 237517 inconsistent spelling of cancelled or canceled
timeless%mozdev.org [Fri, 19 Mar 2004 00:14:54 +0000 (00:14 +0000)] 
Bug 237517 inconsistent spelling of cancelled or canceled
r=kiko a=justdave

21 years agoBug 237514 Confirmed email address is missing </td>
timeless%mozdev.org [Fri, 19 Mar 2004 00:11:27 +0000 (00:11 +0000)] 
Bug 237514 Confirmed email address is missing </td>
r=kiko a=justdave

21 years agoBug 237512 Should auth_err_tag be listed in <tt>
timeless%mozdev.org [Fri, 19 Mar 2004 00:10:17 +0000 (00:10 +0000)] 
Bug 237512 Should auth_err_tag be listed in <tt>
r=justdave a=justdave

21 years agoBug 237513 Change password uses semi empty <th>
timeless%mozdev.org [Fri, 19 Mar 2004 00:08:52 +0000 (00:08 +0000)] 
Bug 237513 Change password uses semi empty <th>
r=kiko a=justdave

21 years agoBug 203869: Update documentation to better describe group controls
bugreport%peshkin.net [Thu, 18 Mar 2004 21:54:57 +0000 (21:54 +0000)] 
Bug 203869: Update documentation to better describe group controls
r=gerv, a=justdave

21 years agoBug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token...
justdave%syndicomm.com [Thu, 18 Mar 2004 17:01:34 +0000 (17:01 +0000)] 
Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances of Token got missed)
r= gerv, a= justdave

21 years agoBug 132066 - add a note to the login page about needing cookies for a good user exper...
gerv%gerv.net [Thu, 18 Mar 2004 16:52:24 +0000 (16:52 +0000)] 
Bug 132066 - add a note to the login page about needing cookies for a good user experience. Patch by gerv; r,a=justdave.

21 years agoBug 24496 part 2: fix burning tinderbox - a couple filters were left out.
justdave%syndicomm.com [Thu, 18 Mar 2004 14:31:14 +0000 (14:31 +0000)] 
Bug 24496 part 2: fix burning tinderbox - a couple filters were left out.

21 years agoBug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents...
justdave%syndicomm.com [Thu, 18 Mar 2004 13:55:41 +0000 (13:55 +0000)] 
Bug 24496: Adds a parameter "noresolveonopenblockers" which when enabled, prevents bugs from being closed if there are any bugs blocking it which are still open.
Patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>
r= justdave, a= myk

21 years agoBug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong...
justdave%syndicomm.com [Thu, 18 Mar 2004 11:57:04 +0000 (11:57 +0000)] 
Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong.  These files pre-date the Bugzilla directory, and would have gone there had it existed at the time.  The four files in question were copied on the CVS server to preserve CVS history in the files.  This checkin deletes them from the old location and modifies everything else to know where they are now.
r= myk, gerv
a= justdave

21 years agoFix for bug 237757: Resolved bugs are no longer struck out on dependency
kiko%async.com.br [Thu, 18 Mar 2004 06:50:20 +0000 (06:50 +0000)] 
Fix for bug 237757: Resolved bugs are no longer struck out on dependency
trees. This was bustage from bug bug 232397 which added CSS classes but
didn't add them consistently to all templates. Includes a global CSS
file that defines the relevant bz_* classes and adds a link to it from
the global header template. r,a=myk.

21 years agoAdding a .cvsignore for the txt, html, and pdf folders, which are no longer in CVS...
justdave%syndicomm.com [Wed, 17 Mar 2004 13:15:41 +0000 (13:15 +0000)] 
Adding a .cvsignore for the txt, html, and pdf folders, which are no longer in CVS, but can be created by the makedocs.pl script
a= justdave

21 years agoBustage fix: adding filters defined in bug 232397. New filters need to
kiko%async.com.br [Wed, 17 Mar 2004 08:13:43 +0000 (08:13 +0000)] 
Bustage fix: adding filters defined in bug 232397. New filters need to
be added to both test 004 *and* test 008.

21 years agoFix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
kiko%async.com.br [Wed, 17 Mar 2004 07:52:47 +0000 (07:52 +0000)] 
Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Define
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.

21 years agoFix the version-detection code with Fredrik Lundh's test suggested at
kiko%async.com.br [Wed, 17 Mar 2004 07:12:25 +0000 (07:12 +0000)] 
Fix the version-detection code with Fredrik Lundh's test suggested at
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=jVxv4.116%24fsi.186942464%40newsb.telia.net
-- this stops bugzilla-submit complaining about vendor versions of
Python 2.3.

21 years agoFix for bug 236424: Allow showdependencies trees to collapse. Adds
kiko%async.com.br [Wed, 17 Mar 2004 07:06:03 +0000 (07:06 +0000)] 
Fix for bug 236424: Allow showdependencies trees to collapse. Adds
[optional] Javascript-enabled +/- controls that allow branches in the
dependency tree to collapse. Patch by Mike Shaver <shaver@mozilla.org>,
minor cleanups by me, r=myk, kiko, a=justdave.

21 years agoPatch for bug 237646: fix for regression in userprefs.cgi that disallowed users to...
jocuri%softhome.net [Wed, 17 Mar 2004 05:23:00 +0000 (05:23 +0000)] 
Patch for bug 237646: fix for regression in userprefs.cgi that disallowed users to change their password via this page; r=kiko; a=myk.

21 years agoPatch for bug 235459: add icalendar output format in buglist; patch by William Jon...
jocuri%softhome.net [Wed, 17 Mar 2004 05:18:40 +0000 (05:18 +0000)] 
Patch for bug 235459: add icalendar output format in buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.

21 years agoPatch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave...
jocuri%softhome.net [Wed, 17 Mar 2004 05:09:47 +0000 (05:09 +0000)] 
Patch for bug 237540: remove unused hidden field from edit-multiple; patch by Dave Swegen <dswegen@software.plasmon.com>; r=timeless,myk; a=myk.

21 years agoBug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
timeless%mozdev.org [Mon, 15 Mar 2004 18:24:12 +0000 (18:24 +0000)] 
Bug 237435 h1 |Edit Attachment #129471 for Bugs 215587| uses the wrong Terms
r=justdave a=justdave

21 years agoBug 232491 - try harder to avoid parameterless searches (either saved or otherwise...
gerv%gerv.net [Mon, 15 Mar 2004 07:21:00 +0000 (07:21 +0000)] 
Bug 232491 - try harder to avoid parameterless searches (either saved or otherwise.) Patch by gerv; r,a=myk.

21 years agoPatch for bug 236664: make checksetup.pl print good install instructions for Perl...
jocuri%softhome.net [Sun, 14 Mar 2004 16:49:07 +0000 (16:49 +0000)] 
Patch for bug 236664: make checksetup.pl print good install instructions for Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.

21 years agoBug 214457 Updated user page is useless
timeless%mozdev.org [Sun, 14 Mar 2004 14:30:35 +0000 (14:30 +0000)] 
Bug 214457 Updated user page is useless
r=justdave a=justdave

21 years agoPatch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.
jocuri%softhome.net [Fri, 12 Mar 2004 13:24:06 +0000 (13:24 +0000)] 
Patch for bug 178162: move the vote checkbox to the left; r=myk, a=myk.

21 years agoFix for bug 236322: trivial inaccuracy in description of "find a specific bug" search...
myk%mozilla.org [Fri, 12 Mar 2004 05:13:43 +0000 (05:13 +0000)] 
Fix for bug 236322: trivial inaccuracy in description of "find a specific bug" search corrected (the search doesn't really search summaries, so I've removed the text that says it does).
r=justdave
a=justdave

21 years agoBug 236575 - update the "newer build" information to cover the new mozilla.org produc...
gerv%gerv.net [Wed, 10 Mar 2004 16:54:55 +0000 (16:54 +0000)] 
Bug 236575 - update the "newer build" information to cover the new mozilla.org products. Patch by gerv; r,a=justdave.

21 years agoPatch for bug 143490: eliminate unsupported calls from checksetup.pl when running...
jocuri%softhome.net [Mon, 8 Mar 2004 20:52:25 +0000 (20:52 +0000)] 
Patch for bug 143490: eliminate unsupported calls from checksetup.pl when running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave.

21 years agoBug 232176 - Add a preferences panel for saved searches, to allow management all...
gerv%gerv.net [Mon, 8 Mar 2004 16:40:16 +0000 (16:40 +0000)] 
Bug 232176 - Add a preferences panel for saved searches, to allow management all in one place. Patch by gerv; r,a=justdave.

21 years agoBug 170213 - make static HTML files into page.cgi pages. This does votehelp.html...
gerv%gerv.net [Mon, 8 Mar 2004 08:15:49 +0000 (08:15 +0000)] 
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.

21 years agoBug 170213 - make static HTML files into page.cgi pages. This does votehelp.html...
gerv%gerv.net [Mon, 8 Mar 2004 07:27:30 +0000 (07:27 +0000)] 
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.

21 years agoBug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch...
gerv%gerv.net [Mon, 8 Mar 2004 07:23:59 +0000 (07:23 +0000)] 
Bug 232141 - all all saved searches to footer until linkinfooter UI returns. Patch by gerv; r=myk, a=justdave.

21 years agoPatch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by Andrei...
jocuri%softhome.net [Sun, 7 Mar 2004 09:24:12 +0000 (09:24 +0000)] 
Patch for bug 236652: fix libgdi typo in section 2.4.2 of the docs; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.

21 years agoPatch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sun, 7 Mar 2004 08:35:54 +0000 (08:35 +0000)] 
Patch for bug 235278: eliminate %::FORM from userprefs.cgi; r=kiko, a=justdave.

21 years agoFix for bug 236634: move colon out of anchor text in "Target
kiko%async.com.br [Sat, 6 Mar 2004 23:28:44 +0000 (23:28 +0000)] 
Fix for bug 236634: move colon out of anchor text in "Target
Milestone:" in show_bug. r=gerv, a=justdave.

21 years agoPatch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 21:36:39 +0000 (21:36 +0000)] 
Patch for bug 220814: Add to FAQ: How to upgrade Bugzilla from CVS; r=kiko, a=justdave.

21 years agoPatch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 17:08:46 +0000 (17:08 +0000)] 
Patch for bug 234875: use ->param in quips.cgi; r=kiko, a=justdave.

21 years agoPatch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.
jocuri%softhome.net [Sat, 6 Mar 2004 17:04:33 +0000 (17:04 +0000)] 
Patch for bug 234879: remove %FORM from editkeywords.cgi; r=kiko, a=justdave.

21 years agoPatch for bug 236443: respect customization of customized words in create.html.tmpl...
jocuri%softhome.net [Sat, 6 Mar 2004 17:01:27 +0000 (17:01 +0000)] 
Patch for bug 236443: respect customization of customized words in create.html.tmpl; r=kiko, a=justdave.

21 years agoPatch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko...
jocuri%softhome.net [Sat, 6 Mar 2004 16:54:17 +0000 (16:54 +0000)] 
Patch for bug 236019; make request.cgi use $cgi->param instead of %::FORM; r=kiko, a=justdave.

21 years agoPatch for bug 236567: Update the documentation describing the Perl modules installati...
jocuri%softhome.net [Sat, 6 Mar 2004 16:21:08 +0000 (16:21 +0000)] 
Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.

21 years agoBug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.
gerv%gerv.net [Fri, 5 Mar 2004 07:22:01 +0000 (07:22 +0000)] 
Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave.

21 years agoBump version number to 2.17.7 for release. bugzilla-2.17.7 release-2.17.7
justdave%syndicomm.com [Wed, 3 Mar 2004 15:35:43 +0000 (15:35 +0000)] 
Bump version number to 2.17.7 for release.

21 years agoPatch for bug 123077; improve the ValidatePassword sub so that a password change...
jocuri%softhome.net [Wed, 3 Mar 2004 13:19:28 +0000 (13:19 +0000)] 
Patch for bug 123077; improve the ValidatePassword sub so that a password change is no longer accepted with a blank second field; r=kiko, a=justdave.

21 years agoBacking out patch for bug 235459 which set tree on fire.
jocuri%softhome.net [Mon, 1 Mar 2004 00:18:58 +0000 (00:18 +0000)] 
Backing out patch for bug 235459 which set tree on fire.

21 years agoAdd an XXX comment related to bugs 201235 and 236025.
kiko%async.com.br [Sun, 29 Feb 2004 23:22:26 +0000 (23:22 +0000)] 
Add an XXX comment related to bugs 201235 and 236025.

21 years agoPatch for bug 235459: add icalendar todo output format for buglist; patch by William...
jocuri%softhome.net [Sun, 29 Feb 2004 23:00:34 +0000 (23:00 +0000)] 
Patch for bug 235459: add icalendar todo output format for buglist; patch by William Jon McCann <mccannwj@pha.jhu.edu>; r,a=justdave.

21 years agoPatch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Manne...
jocuri%softhome.net [Sun, 29 Feb 2004 22:29:38 +0000 (22:29 +0000)] 
Patch for bug 234898; start to use $cgi->param in queryhelp.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.

21 years agoPatch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch...
jocuri%softhome.net [Sun, 29 Feb 2004 22:24:06 +0000 (22:24 +0000)] 
Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.

21 years agoPatch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked...
jocuri%softhome.net [Sun, 29 Feb 2004 22:19:27 +0000 (22:19 +0000)] 
Patch for bug 234876; removes %FORM from token.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, a=justdave.

21 years agoPatch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill...
jocuri%softhome.net [Fri, 27 Feb 2004 19:18:45 +0000 (19:18 +0000)] 
Patch for bug 192247: make Bugzilla quips truly random; code by Bill McGonigle <bill+mozilla@zettabyte.net>; r=bbaetz, justdave, a=justdave.

21 years agoPatch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave.
jocuri%softhome.net [Fri, 27 Feb 2004 19:13:55 +0000 (19:13 +0000)] 
Patch for bug 235268: Convert show_activity.cgi to get rid of %FORM; r=jouni; a=justdave.

21 years agoPatch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.
jocuri%softhome.net [Fri, 27 Feb 2004 19:10:01 +0000 (19:10 +0000)] 
Patch for bug 235287: improve a whineatnews.pl comment; r=timeless; a=justdave.

21 years agoPatch for bug 65313; improves the email regexp in order to detect better invalid...
jocuri%softhome.net [Thu, 26 Feb 2004 08:07:23 +0000 (08:07 +0000)] 
Patch for bug 65313; improves the email regexp in order to detect better invalid email addresses; r=gerv, a=justdave.

21 years agoTree bustage fix: eliminates the tabs that have been introduced while checking in...
jocuri%softhome.net [Wed, 25 Feb 2004 22:06:33 +0000 (22:06 +0000)] 
Tree bustage fix: eliminates the tabs that have been introduced while checking in the patch for bug 226251.

21 years agoPatch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods...
jocuri%softhome.net [Tue, 24 Feb 2004 20:25:11 +0000 (20:25 +0000)] 
Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based methods that are mod_perl compatible; r=gerv; a=justdave.

21 years agoPatch for bug 234264; eliminates a double escaping issue by removing filtering of...
jocuri%softhome.net [Tue, 24 Feb 2004 08:42:46 +0000 (08:42 +0000)] 
Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave.

21 years agoPatch for bug 226251 (internal error when server push is enabled): Due to randomizati...
jocuri%softhome.net [Mon, 23 Feb 2004 02:52:05 +0000 (02:52 +0000)] 
Patch for bug 226251 (internal error when server push is enabled): Due to randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave.

21 years ago[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed...
justdave%syndicomm.com [Sun, 22 Feb 2004 11:03:46 +0000 (11:03 +0000)] 
[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed to be NULL.  Null summaries would cause BugMail.pm to crash.  (Normally this would only be caused by third party touching of the bugs table, such as bugs manually migrated from another system or inserted by a script - such scripts will now break if they don't set a short_desc)
r= bbaetz, a= justdave

21 years agoPatch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa ...
jocuri%softhome.net [Sat, 14 Feb 2004 18:54:51 +0000 (18:54 +0000)] 
Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave.

21 years agoBug 233645 - fix a number of 'undef' warnings which were killing performance for...
gerv%gerv.net [Sat, 14 Feb 2004 04:24:51 +0000 (04:24 +0000)] 
Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave.

21 years agoFix for bug 234100: removes redundant longdescs table join criterion
myk%mozilla.org [Fri, 13 Feb 2004 09:45:21 +0000 (09:45 +0000)] 
Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave

21 years agoBug 232749 - fix various charting problems revealed by b.m.o. upgrade, including...
gerv%gerv.net [Fri, 13 Feb 2004 06:32:57 +0000 (06:32 +0000)] 
Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.

21 years agoAdding a comment to avoid further dupes of bug 97736 -- and also
kiko%async.com.br [Thu, 12 Feb 2004 12:45:17 +0000 (12:45 +0000)] 
Adding a comment to avoid further dupes of bug 97736 -- and also
because I keep forgetting about the real reason it's there :-)

Comment-only change.

21 years agoBug 232897 - make collectstats.pl work with shadow databases, by reading from shadow...
gerv%gerv.net [Thu, 12 Feb 2004 07:41:36 +0000 (07:41 +0000)] 
Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave.

21 years agoPatch for bug 232441: Suggest solution in the error message in case admin forgets...
jocuri%softhome.net [Mon, 9 Feb 2004 07:17:11 +0000 (07:17 +0000)] 
Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave.