]> git.ipfire.org Git - thirdparty/bugzilla.git/log
thirdparty/bugzilla.git
22 years agoBug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv; r...
gerv%gerv.net [Sun, 16 Feb 2003 19:59:43 +0000 (19:59 +0000)] 
Bug 186994 - Unable to accept a new bug that has been assigned. Patch by gerv; r=bbaetz, a=justdave.

22 years agoRearrange the credits page and give myself co-author status.
jake%bugzilla.org [Sun, 16 Feb 2003 02:31:13 +0000 (02:31 +0000)] 
Rearrange the credits page and give myself co-author status.

22 years agoBug 191537 - Improvements to the security section.
jake%bugzilla.org [Sun, 16 Feb 2003 01:22:41 +0000 (01:22 +0000)] 
Bug 191537 - Improvements to the security section.

22 years agoBug 192877 - State changes on bugs w/ dependancies cause "Use of uninitialized values...
preed%sigkill.com [Sat, 15 Feb 2003 16:29:26 +0000 (16:29 +0000)] 
Bug 192877 - State changes on bugs w/ dependancies cause "Use of uninitialized values" in BugMail.pm; r=justdave, bbaetz, a=justdave

22 years agoBug 193286: Field validation errors had the wrong page title
justdave%syndicomm.com [Sat, 15 Feb 2003 16:03:41 +0000 (16:03 +0000)] 
Bug 193286: Field validation errors had the wrong page title
r= gerv, a= justdave

22 years agoAdd a little page telling people where the win32 instructions went (NOTE: This file...
jake%bugzilla.org [Sat, 15 Feb 2003 14:12:28 +0000 (14:12 +0000)] 
Add a little page telling people where the win32 instructions went (NOTE: This file is not generated by Bugzilla-Guide.sgml).

22 years ago<edition/> is not included by default in ldp.dsl so putting version information into...
jake%bugzilla.org [Sat, 15 Feb 2003 08:05:55 +0000 (08:05 +0000)] 
<edition/> is not included by default in ldp.dsl so putting version information into the <title/> tag.
This has the added benifit that the version will appear at the top of each .html (and the top of each page on the .pdf version generated by tldp.org).

22 years agoBug 192531 - Bugzilla not properly closing DB statement handles
bbaetz%acm.org [Fri, 14 Feb 2003 18:37:38 +0000 (18:37 +0000)] 
Bug 192531 - Bugzilla not properly closing DB statement handles
Change code to work arround a perl < 5.8 leak when localising the tied
statement attributes. Also, clear the sql statestack compat stuff so that
the handles are really dead by the time we disconnect

r,a=justdave

22 years agoBug 177997 - Update the AOL Server section with the new configuration information.
jake%bugzilla.org [Thu, 13 Feb 2003 12:11:54 +0000 (12:11 +0000)] 
Bug 177997 - Update the AOL Server section with the new configuration information.

22 years agoBug 192511 - Removing all occurances of 'processmail' from the documentation now...
jake%bugzilla.org [Thu, 13 Feb 2003 11:50:37 +0000 (11:50 +0000)] 
Bug 192511 - Removing all occurances of 'processmail' from the documentation now that bug 124174 is FIXED.

22 years agoBug 192874: checksetup.pl wasn't silencing the GraphViz check when running in silent...
justdave%syndicomm.com [Wed, 12 Feb 2003 23:51:08 +0000 (23:51 +0000)] 
Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in silent mode.
r=zach, a=justdave

22 years agoBug 58020: include bug summaries in whinemail.
justdave%syndicomm.com [Wed, 12 Feb 2003 16:21:39 +0000 (16:21 +0000)] 
Bug 58020: include bug summaries in whinemail.
Patch by pbaker@where2getit.com (Paul Baker)
r= jouni, a= justdave

22 years agoGive all FAQ questions an id so the anchor name doesn't have to be randomly generated...
jake%bugzilla.org [Tue, 11 Feb 2003 12:06:01 +0000 (12:06 +0000)] 
Give all FAQ questions an id so the anchor name doesn't have to be randomly generated and therefore won't change every time the docs get recompiled.

22 years agoBug 192513: importxml.pl and move.pl now use the new mail routines introduced in...
justdave%syndicomm.com [Mon, 10 Feb 2003 14:26:37 +0000 (14:26 +0000)] 
Bug 192513: importxml.pl and move.pl now use the new mail routines introduced in bug 124174 (they got broken when processmail was removed).  Also fixes several comments referring to processmail (which no longer exists) in other files, and removes references to processmail from the .htaccess files and the executable file list in checksetup.pl.
r= jaypee, a= justdave

22 years agoPartial fix for bug 192513 (processmail cleanup). Patch fixes test files
zach%zachlipton.com [Mon, 10 Feb 2003 13:01:28 +0000 (13:01 +0000)] 
Partial fix for bug 192513 (processmail cleanup). Patch fixes test files
to disregard processmail since it no longer exists (it was special-cased
before).

r=dave, a=dave

22 years agoBug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave
preed%sigkill.com [Mon, 10 Feb 2003 06:04:08 +0000 (06:04 +0000)] 
Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a=justdave

22 years agoBug 192393 - $::dbwritesallowed never set
bbaetz%acm.org [Sun, 9 Feb 2003 07:26:47 +0000 (07:26 +0000)] 
Bug 192393 - $::dbwritesallowed never set
r, a=justdave

22 years agoBug 192340 - 'unknown_keyword' error doesn't mention keyword
bbaetz%acm.org [Sat, 8 Feb 2003 09:38:51 +0000 (09:38 +0000)] 
Bug 192340 - 'unknown_keyword' error doesn't mention keyword
r=myk, a=justdave

22 years agoBug 192182 - editflagtypes uses ^ instead of **
bbaetz%acm.org [Sat, 8 Feb 2003 08:54:21 +0000 (08:54 +0000)] 
Bug 192182 - editflagtypes uses ^ instead of **
r,a=justdave

22 years agoBug 191020 - back out bits of generic charting checked in by mistake. Apologies.
gerv%gerv.net [Fri, 7 Feb 2003 16:26:49 +0000 (16:26 +0000)] 
Bug 191020 - back out bits of generic charting checked in by mistake. Apologies.

22 years agoBug 191020 - buglist.cgi doesn't always get query names right for filename to save...
gerv%gerv.net [Fri, 7 Feb 2003 16:07:40 +0000 (16:07 +0000)] 
Bug 191020 - buglist.cgi doesn't always get query names right for filename to save. Patch by gerv; r=bbaetz, a=justdave.

22 years agoBug 191863 - Clean up Bugzilla.pm
bbaetz%acm.org [Fri, 7 Feb 2003 15:19:01 +0000 (15:19 +0000)] 
Bug 191863 - Clean up Bugzilla.pm
r=gerv, justdave
a=justdave

22 years agoThis checkin contains two fixes:
jake%bugzilla.org [Thu, 6 Feb 2003 10:45:24 +0000 (10:45 +0000)] 
This checkin contains two fixes:
* Bug 191971 - The guide incorrectly stated that you could resolve a bug via email
* Provide an example of a glossary term in the document conventions section

22 years agoBug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.
gerv%gerv.net [Thu, 6 Feb 2003 05:34:52 +0000 (05:34 +0000)] 
Bug 172434 - add link to latest nightly. Patch by gerv; r=myk, a=justdave.

22 years agobug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to change...
burnus%gmx.de [Wed, 5 Feb 2003 16:50:00 +0000 (16:50 +0000)] 
bug 191087 - process_bug.cgi: "Mid-air collision!" title when not allowed to change a field
r=gerv, a=justdave

22 years agoBug 191085 - Fix FetchSQLData compat code.
bbaetz%acm.org [Sun, 2 Feb 2003 13:49:23 +0000 (13:49 +0000)] 
Bug 191085 - Fix FetchSQLData compat code.
r,a=justdave

22 years agoRecompiling the docs because of the large change to the installation section just...
jake%bugzilla.org [Sat, 1 Feb 2003 12:56:16 +0000 (12:56 +0000)] 
Recompiling the docs because of the large change to the installation section just checked in.

22 years agoBug 191034, step 1 - Refactoring the installation chapter to provide sections for...
jake%bugzilla.org [Sat, 1 Feb 2003 12:53:49 +0000 (12:53 +0000)] 
Bug 191034, step 1 - Refactoring the installation chapter to provide sections for OS Specific notes and configuration help on multiple web servers. Also added some terms to the glossary.

22 years agoBug 191080 - fix SQLQuote return value for an undef input
bbaetz%acm.org [Thu, 30 Jan 2003 15:20:56 +0000 (15:20 +0000)] 
Bug 191080 - fix SQLQuote return value for an undef input
r=gerv, a=justdave

22 years agoFix "variable declaration masks earler declaration" warning. No bug number.
gerv%gerv.net [Wed, 29 Jan 2003 06:32:53 +0000 (06:32 +0000)] 
Fix "variable declaration masks earler declaration" warning. No bug number.

22 years agobug 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/FetchOneCo...
burnus%gmx.de [Wed, 29 Jan 2003 05:11:44 +0000 (05:11 +0000)] 
bug 190999 - Quips.cgi editing doesn't show quips author -- s/FetchSQLData/FetchOneColumn/
r,a=myk

22 years agoSpell servlet correctly. Also, Scarab is now at Version 1.0 Beta 13, as long as I...
jake%bugzilla.org [Tue, 28 Jan 2003 21:16:01 +0000 (21:16 +0000)] 
Spell servlet correctly. Also, Scarab is now at Version 1.0 Beta 13, as long as I'm updating...

22 years agoThe GNU Free Documentation License should be at the end of the guide (in an appendix...
jake%bugzilla.org [Sun, 26 Jan 2003 04:41:04 +0000 (04:41 +0000)] 
The GNU Free Documentation License should be at the end of the guide (in an appendix), not at the begining.
Also, add the version number of the guide to the front page.

22 years agoBug 190582 - quips table initial definition in checksetup.pl missing approved column
burnus%gmx.de [Sat, 25 Jan 2003 18:22:34 +0000 (18:22 +0000)] 
Bug 190582 - quips table initial definition in checksetup.pl missing approved column
r,a=justdave

22 years agoBug 190521 - If the attachment didn't have a Content-Description: header in the e...
jake%bugzilla.org [Sat, 25 Jan 2003 12:39:14 +0000 (12:39 +0000)] 
Bug 190521 - If the attachment didn't have a Content-Description: header in the e-mail, it ended up not having a description in Bugzilla leaving nothing to click on in the Attachment table on the bug form.
r=jake
a=justdave

22 years agoBug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shad...
burnus%gmx.de [Fri, 24 Jan 2003 18:59:05 +0000 (18:59 +0000)] 
Bug 190437 - showdependencytree.cgi and showdependencygraph should use switch_to_shadow_db
r=bbaetz
a=justdave

22 years agoBug 106918: the "movers" param was not being interpreted correctly by move.pl or...
justdave%syndicomm.com [Fri, 24 Jan 2003 08:27:28 +0000 (08:27 +0000)] 
Bug 106918: the "movers" param was not being interpreted correctly by move.pl or the show_bug template.  Also the exporter value was not properly fed into the xml template.
r= myk, a= justdave

22 years agoBug 126955 - Bugzilla should support translated/localized templates. Patch by burnus...
gerv%gerv.net [Fri, 24 Jan 2003 07:34:00 +0000 (07:34 +0000)] 
Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave.

22 years agoBug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi breaks...
timeless%mozdev.org [Thu, 23 Jan 2003 15:43:06 +0000 (15:43 +0000)] 
Bug 190197 AnyEntryGroups() is broken in globals.pl; call from enter_bug.cgi breaks bug entering
patch by jon@vmware.com r=justdave a=justdave

22 years agoBug 188712 Apple's Browser Safari does not support server-push
timeless%mozdev.org [Thu, 23 Jan 2003 15:37:15 +0000 (15:37 +0000)] 
Bug 188712 Apple's Browser Safari does not support server-push
patch by melo@isp.novis.pt r=timeless a=justdave

22 years agoBug 189446 - Can't change product of a bug
bbaetz%acm.org [Thu, 23 Jan 2003 15:11:42 +0000 (15:11 +0000)] 
Bug 189446 - Can't change product of a bug
r, a=justdave

22 years agoBug 188161 - assignee/qa missing change knobs.
bbaetz%acm.org [Thu, 23 Jan 2003 15:11:25 +0000 (15:11 +0000)] 
Bug 188161 - assignee/qa missing change knobs.
r, a=justdave

22 years agoBug 189790 voting info not displayed when editing/viewing a bug
bugreport%peshkin.net [Tue, 21 Jan 2003 23:20:16 +0000 (23:20 +0000)] 
Bug 189790 voting info not displayed when editing/viewing a bug
patch by jnerad@bellsouth.net
r=burnus
a=justdave

22 years agoFix for bug 184909: show status whiteboard on bug lists when the user requests it.
myk%mozilla.org [Fri, 17 Jan 2003 12:12:55 +0000 (12:12 +0000)] 
Fix for bug 184909: show status whiteboard on bug lists when the user requests it.
r=justdave
a=myk

22 years agoBug 105692: Script to compile all docs directories.
matty%chariot.net.au [Wed, 15 Jan 2003 23:26:07 +0000 (23:26 +0000)] 
Bug 105692: Script to compile all docs directories.

22 years agoBug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv; r...
gerv%gerv.net [Wed, 15 Jan 2003 15:59:48 +0000 (15:59 +0000)] 
Bug 136603 - show_bug.cgi's XML retrieval needs a summary mode. Patch by gerv; r=bbaetz, a=justdave.

22 years agoBug 184309: Adds an optional disabled state to quips, which allows quips to be modera...
justdave%syndicomm.com [Wed, 15 Jan 2003 14:48:12 +0000 (14:48 +0000)] 
Bug 184309: Adds an optional disabled state to quips, which allows quips to be moderated if the admin so chooses.
Patch by Tobias Burnus <burnus@gmx.de>
r=joel, a=justdave

22 years agoBug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, a=justdave
jouni%heikniemi.net [Wed, 15 Jan 2003 14:26:25 +0000 (14:26 +0000)] 
Bug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, a=justdave

22 years agoBumping minimum versions for DBI and DBD::mysql to match what was just checked in...
jake%bugzilla.org [Wed, 15 Jan 2003 12:13:38 +0000 (12:13 +0000)] 
Bumping minimum versions for DBI and DBD::mysql to match what was just checked in for bug 163290.

22 years agoBug 163290 - move DB handling code into a module
bbaetz%student.usyd.edu.au [Wed, 15 Jan 2003 04:00:05 +0000 (04:00 +0000)] 
Bug 163290 - move DB handling code into a module
r=justdave, myk, joel, preed
a=justdave

22 years agoBug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave
jouni%heikniemi.net [Tue, 14 Jan 2003 14:36:09 +0000 (14:36 +0000)] 
Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave

22 years agoremove these, they belong on the branch (woops!)
zach%zachlipton.com [Tue, 14 Jan 2003 09:54:28 +0000 (09:54 +0000)] 
remove these, they belong on the branch (woops!)

r=mystupidstupidself

22 years agoReadd the changes back on the (now updated) branch :(
zach%zachlipton.com [Tue, 14 Jan 2003 09:09:30 +0000 (09:09 +0000)] 
Readd the changes back on the (now updated) branch :(

22 years agoRecompile the docs to pick up recent changes for the website.
jake%bugzilla.org [Mon, 13 Jan 2003 10:38:51 +0000 (10:38 +0000)] 
Recompile the docs to pick up recent changes for the website.

22 years agoUpdate links to tldp.org and Bugzilla version numbers. Also, added some text ab
jake%bugzilla.org [Mon, 13 Jan 2003 10:34:50 +0000 (10:34 +0000)] 
Update links to tldp.org and Bugzilla version numbers.  Also, added some text ab
out this being a development version of the guide and instructions on what to ch
ange for a release (including how to disable the devel text).

22 years agoBug 187566 - Making the upgrading section much clearer and presenting multiple possib...
jake%bugzilla.org [Mon, 13 Jan 2003 08:26:54 +0000 (08:26 +0000)] 
Bug 187566 - Making the upgrading section much clearer and presenting multiple possible methods (CVS, tarball, patch).

22 years agoXUL Chrome should use |content| over |_content|. r/a=justdave via irc
caillon%returnzero.com [Sun, 12 Jan 2003 16:33:05 +0000 (16:33 +0000)] 
XUL Chrome should use |content| over |_content|.  r/a=justdave via irc

22 years agoBug 153874: Query in sidebar wasn't working
justdave%syndicomm.com [Sun, 12 Jan 2003 16:16:03 +0000 (16:16 +0000)] 
Bug 153874: Query in sidebar wasn't working
Patch by Peter Henderson (peterhenderson@usa.net)
r= kiko, a= justdave

22 years agoBug 188656 Change required mysqld minimum to 3.23.41
bugreport%peshkin.net [Sun, 12 Jan 2003 14:09:56 +0000 (14:09 +0000)] 
Bug 188656 Change required mysqld minimum to 3.23.41
r=bbaetz,justdave
a=justdave

22 years agoFix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes
zach%zachlipton.com [Sat, 11 Jan 2003 07:51:29 +0000 (07:51 +0000)] 
Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes
the spelling errors so tinderbox doesn't barf, part two fixes
t/006spellcheck.t and adds some more new words to check for.

Part 1 patch by myself, r=timeless
Part 2 patch by MattyT. r=zach (myself)
a=justdave

22 years agoBug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave
jouni%heikniemi.net [Fri, 10 Jan 2003 16:59:05 +0000 (16:59 +0000)] 
Bug 142104: Enhancements in buglists should be gray. r=kiko, a=justdave

22 years agoBug 179328 - Mozilla-specific wording in duplicates.cgi explanation text. Patch by...
gerv%gerv.net [Fri, 10 Jan 2003 16:28:34 +0000 (16:28 +0000)] 
Bug 179328 - Mozilla-specific wording in duplicates.cgi explanation text. Patch by gerv; r,a=justdave.

22 years agoBug 187869 long_list.cgi output includes <font ="+3"> before each bug summary
timeless%mozdev.org [Tue, 7 Jan 2003 02:56:28 +0000 (02:56 +0000)] 
Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summary
r=burnus a=justdave

22 years agoBug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave.
gerv%gerv.net [Mon, 6 Jan 2003 16:39:16 +0000 (16:39 +0000)] 
Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave.

22 years agoBug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv...
gerv%gerv.net [Mon, 6 Jan 2003 15:54:16 +0000 (15:54 +0000)] 
Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave.

22 years agoBug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a=justdave.
gerv%gerv.net [Mon, 6 Jan 2003 15:53:11 +0000 (15:53 +0000)] 
Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a=justdave.

22 years agoWe use the GD::Graph perl module, not GD::Chart (which doesn't exist)
jake%bugzilla.org [Sun, 5 Jan 2003 02:35:23 +0000 (02:35 +0000)] 
We use the GD::Graph perl module, not GD::Chart (which doesn't exist)

22 years agoBumping the rev number for 2.17.3 release. bugzilla-2.17.3 release-2.17.3
preed%sigkill.com [Fri, 3 Jan 2003 02:04:09 +0000 (02:04 +0000)] 
Bumping the rev number for 2.17.3 release.

22 years agoRecomiple the docs for the 2.17.3 release
jake%bugzilla.org [Fri, 3 Jan 2003 01:29:23 +0000 (01:29 +0000)] 
Recomiple the docs for the 2.17.3 release

22 years agoLink to report.cgi instead of reports.cgi (more stuff available from the former,...
jake%bugzilla.org [Fri, 3 Jan 2003 01:25:00 +0000 (01:25 +0000)] 
Link to report.cgi instead of reports.cgi (more stuff available from the former, including a link to the later).

22 years agoBug 186672 - Update security docs to warn about editor backups and bring them up...
jake%bugzilla.org [Fri, 3 Jan 2003 01:23:48 +0000 (01:23 +0000)] 
Bug 186672 - Update security docs to warn about editor backups and bring them up to date.
a=justdave

22 years agospelling corrections and updating the sanity check section and a few requirements.
justdave%syndicomm.com [Fri, 3 Jan 2003 01:21:50 +0000 (01:21 +0000)] 
spelling corrections and updating the sanity check section and a few requirements.

22 years agoBug 186673 - Updating section on Red Hat Bugzilla and adding last updated lines to...
jake%bugzilla.org [Wed, 1 Jan 2003 01:45:37 +0000 (01:45 +0000)] 
Bug 186673 - Updating section on Red Hat Bugzilla and adding last updated lines to each of the variants.
Wording reviewed by dkl@redhat.com
a=justdave

22 years agoBug 186962 - Update minimum versions of required software and move those versions...
jake%bugzilla.org [Wed, 1 Jan 2003 01:41:20 +0000 (01:41 +0000)] 
Bug 186962 - Update minimum versions of required software and move those versions to be ENTITY's
a=justdave

22 years agoBug 180005 - Bring the FAQ up to date.
jake%bugzilla.org [Tue, 31 Dec 2002 11:05:07 +0000 (11:05 +0000)] 
Bug 180005 - Bring the FAQ up to date.
a=justdave

22 years agoBug 178230 Update documentation for Entrprise Groups
bugreport%peshkin.net [Tue, 31 Dec 2002 06:15:21 +0000 (06:15 +0000)] 
Bug 178230 Update documentation for Entrprise Groups
r=Jake,preed
a=justdave

22 years agoBug 183388 - processmail wasn't picking up on users being added to the owner or qa...
jake%bugzilla.org [Sun, 29 Dec 2002 15:06:41 +0000 (15:06 +0000)] 
Bug 183388 - processmail wasn't picking up on users being added to the owner or qa contact role and was dropping emails if the user had selected to only get mail on those events.
Patch by Mark Drew <mdrew@realm.com>
r=jake
a=justdave

22 years agoRelease notes updates.
matty%chariot.net.au [Sat, 28 Dec 2002 21:15:34 +0000 (21:15 +0000)] 
Release notes updates.

22 years agoBug 186594: $db_sock was not being exported from Bugzilla/Config.pm
justdave%syndicomm.com [Thu, 26 Dec 2002 15:37:12 +0000 (15:37 +0000)] 
Bug 186594: $db_sock was not being exported from Bugzilla/Config.pm
patch by sergeyli@pisem.net (Sergey Lipnevich)
r=bbaetz, a=justdave

22 years agoBug 186383 Checksetup leaves editor backups of localconfig accessible (revised)
bugreport%peshkin.net [Mon, 23 Dec 2002 09:49:07 +0000 (09:49 +0000)] 
Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)
r=jaypee
a=justdave

22 years agoBacking out patch from bug 186383 because it broke quicksearch
bugreport%peshkin.net [Mon, 23 Dec 2002 09:46:31 +0000 (09:46 +0000)] 
Backing out patch from bug 186383 because it broke quicksearch

22 years agoBug 186337 - Param lookup should fall back to defaults
bbaetz%student.usyd.edu.au [Sun, 22 Dec 2002 07:39:48 +0000 (07:39 +0000)] 
Bug 186337 - Param lookup should fall back to defaults
r=joel, a=justdave

22 years agoBug 186383 Checksetup leaves editor backups of localconfig accessible
bugreport%peshkin.net [Sun, 22 Dec 2002 05:04:05 +0000 (05:04 +0000)] 
Bug 186383 Checksetup leaves editor backups of localconfig accessible
r=zach
a=justdave

22 years agoRebuild HTML and text versions of documentation for 2.17.2 release.
gerv%gerv.net [Sun, 22 Dec 2002 00:33:39 +0000 (00:33 +0000)] 
Rebuild HTML and text versions of documentation for 2.17.2 release.

22 years agoBug 180870 - Remove old shadowdb manual replication code
bbaetz%student.usyd.edu.au [Sat, 21 Dec 2002 07:35:14 +0000 (07:35 +0000)] 
Bug 180870 - Remove old shadowdb manual replication code
r, a=myk

22 years agoBug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
bbaetz%student.usyd.edu.au [Fri, 20 Dec 2002 15:21:24 +0000 (15:21 +0000)] 
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave

22 years agoBug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
bugreport%peshkin.net [Fri, 20 Dec 2002 15:16:28 +0000 (15:16 +0000)] 
Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
r=justdave
a=justdave

22 years agoBug 186218: importxml.pl was doing a query against the products table using the old...
justdave%syndicomm.com [Fri, 20 Dec 2002 11:37:49 +0000 (11:37 +0000)] 
Bug 186218: importxml.pl was doing a query against the products table using the old schema
Patch by Jonathan Schatz <jon@vmware.com>
r= justdave, a= justdave

22 years agoBug 185944: radio buttons for adding/removing groups on the change-multiple-bugs...
justdave%syndicomm.com [Wed, 18 Dec 2002 16:01:51 +0000 (16:01 +0000)] 
Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name
r=bbaetz, a=justdave

22 years agoBug 184949 - CSV buglists are missing the Bug ID column. Patch by gerv; r,a=justdave.
gerv%gerv.net [Tue, 17 Dec 2002 08:00:46 +0000 (08:00 +0000)] 
Bug 184949 - CSV buglists are missing the Bug ID column. Patch by gerv; r,a=justdave.

22 years agoBug 185332: Rewrite the description for timezone param (typo fixes etc.)
jouni%heikniemi.net [Mon, 16 Dec 2002 14:28:14 +0000 (14:28 +0000)] 
Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
r=joel, a=justdave

22 years agoBug 158499 - Templatise XML bug output
bbaetz%student.usyd.edu.au [Sun, 15 Dec 2002 17:23:55 +0000 (17:23 +0000)] 
Bug 158499 - Templatise XML bug output
r=gerv, justdave
a=justdave

22 years agoBug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.
gerv%gerv.net [Sun, 15 Dec 2002 17:01:12 +0000 (17:01 +0000)] 
Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave.

22 years agobumping version number to 2.17.2 bugzilla-2.17.2 release-2.17.2
justdave%syndicomm.com [Fri, 13 Dec 2002 19:33:07 +0000 (19:33 +0000)] 
bumping version number to 2.17.2

22 years agoBug 183188: collectstats.pl no longer makes data/mining world-readable
justdave%syndicomm.com [Fri, 13 Dec 2002 19:01:03 +0000 (19:01 +0000)] 
Bug 183188: collectstats.pl no longer makes data/mining world-readable
patch by Christian Franke <Franke@computer.org>
r= bbaetz, justave   a= justdave

22 years agoBug 184256 Canedit group_control_map entry does not prevent making attachments
bugreport%peshkin.net [Wed, 11 Dec 2002 08:41:19 +0000 (08:41 +0000)] 
Bug 184256 Canedit group_control_map entry does not prevent making attachments
r=bbaetz
a=justdave

22 years agoBug 184081 Change search interfaces to use Viewable products instead of enterable...
bugreport%peshkin.net [Tue, 10 Dec 2002 22:17:02 +0000 (22:17 +0000)] 
Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave

22 years agoBug 184336: default urlbase parameter on new installs now points at http://you-havent...
justdave%syndicomm.com [Tue, 10 Dec 2002 20:10:21 +0000 (20:10 +0000)] 
Bug 184336: default urlbase parameter on new installs now points at http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it.
r= joel, a= justdave

22 years agoFix for bug 180955: Remove dual-license from test files
zach%zachlipton.com [Tue, 10 Dec 2002 06:32:09 +0000 (06:32 +0000)] 
Fix for bug 180955: Remove dual-license from test files

Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz,
and myself (as gleamed from bonsai and the contributors lines and
indicated in the bug report). a=justdave.

22 years agoBug 184365: link to urlbase instead of index.cgi from "Top" link in navigation toolbar.
justdave%syndicomm.com [Mon, 9 Dec 2002 18:40:39 +0000 (18:40 +0000)] 
Bug 184365: link to urlbase instead of index.cgi from "Top" link in navigation toolbar.
r=gerv, a=me