summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-19/+1
r=joel, a=justdave
2003-05-01Bug 204008: checksetup.pl didn't set permissions on the js directoryjustdave%syndicomm.com1-0/+2
r= zach, a= justdave
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-7/+17
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
2003-04-27Bug 203540 - RenameField doesn't get NULL/NOT NULL correctbbaetz%acm.org1-1/+1
r,a=justdave
2003-04-25Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bugbbaetz%acm.org1-1/+7
patch mostly by justdave, bits by me r=bbaetz,justdave,myk a=justdave
2003-04-25Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com1-4/+3
Patch by Brad Baetz <bbaetz@acm.org> r= justdave, gerv a= justdave
2003-04-19Fix typo in previous checking for bug 200472. Date::Format should be ↵justdave%syndicomm.com1-1/+1
version *2*.21.
2003-04-19Bug 200472: Require specific version of Date::Format to ensure we don't run ↵justdave%syndicomm.com1-2/+2
into a bug in an older version that we're triggering. r= jake, a= justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-22/+37
r=gerv, justdave a=justdave
2003-03-08Bug 194345: checksetup.pl would die if you had your params set for a local ↵justdave%syndicomm.com1-1/+1
dot, and the executable didn't exist. The polite error message it was supposed to print works now. r= burnus, a= justdave
2003-02-27Bug 195137 - Keywords are not sent in new bug mailbbaetz%acm.org1-1/+1
r,a=justdave
2003-02-13Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running ↵justdave%syndicomm.com1-2/+2
in silent mode. r=zach, a=justdave
2003-02-10Bug 192513: importxml.pl and move.pl now use the new mail routines ↵justdave%syndicomm.com1-2/+2
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
2003-01-25Bug 190582 - quips table initial definition in checksetup.pl missing ↵burnus%gmx.de1-1/+2
approved column r,a=justdave
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net1-55/+55
by burnus; r=gerv, a=justdave.
2003-01-15Bug 184309: Adds an optional disabled state to quips, which allows quips to ↵justdave%syndicomm.com1-0/+4
be moderated if the admin so chooses. Patch by Tobias Burnus <burnus@gmx.de> r=joel, a=justdave
2003-01-15Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au1-2/+2
r=justdave, myk, joel, preed a=justdave
2003-01-12Bug 188656 Change required mysqld minimum to 3.23.41bugreport%peshkin.net1-1/+1
r=bbaetz,justdave a=justdave
2002-12-23Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)bugreport%peshkin.net1-1/+24
r=jaypee a=justdave
2002-12-23Backing out patch from bug 186383 because it broke quicksearchbugreport%peshkin.net1-16/+1
2002-12-22Bug 186383 Checksetup leaves editor backups of localconfig accessiblebugreport%peshkin.net1-1/+16
r=zach a=justdave
2002-12-21Bug 180870 - Remove old shadowdb manual replication codebbaetz%student.usyd.edu.au1-9/+7
r, a=myk
2002-12-20Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0bugreport%peshkin.net1-36/+33
r=justdave a=justdave
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-1/+2
r=gerv, justdave a=justdave
2002-12-02Bug 177850: checksetup.pl was failing if the user didn't have read ↵justdave%syndicomm.com1-12/+10
permissions to the entire Bugzilla path Patch by Jussi Sirpoma <jussi@comlink.fi> r=justdave, a=justdave
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-8/+2
r=justdave, joel a=justdave
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ↵jake%bugzilla.org1-0/+1
every time we display. r=justdave a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-2/+63
Patch by joel r=bbaetz,justdave a=justdave
2002-11-19Bug 124589 - support database replicationbbaetz%student.usyd.edu.au1-6/+14
r=myk, a=justdave
2002-11-09Fix for bug 178841: removes full paths from filenames in attachments table ↵myk%mozilla.org1-1/+33
and prevents them from appearing again r=gerv,bbaetz a=justdave
2002-11-05Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org1-1/+5
2002-10-30Bug 177351 - checksetup.pl tells about deleting templates in silent-running ↵gerv%gerv.net1-1/+1
mode. Patch by gerv; r=justdave.
2002-10-29Bug 168191 - Checksetup needs to force template recompilation. Patch by ↵gerv%gerv.net1-25/+17
bbaetz; r=gerv. Should fix tindebox bustage.
2002-10-29Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net1-11/+25
2xr=joel.
2002-10-26Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au1-2/+9
r=gerv, justdave
2002-10-17Bug 173495 - require perl 5.6bbaetz%student.usyd.edu.au1-2/+2
2002-10-17Bug 112373 you should be able to enter bug dependencies/blockers when you ↵bugreport%peshkin.net1-2/+2
enter a bug. patch by jhedlund r,2xr=joel
2002-10-13Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net1-0/+12
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave
2002-09-30Fix for bug 1700073: checksetup.pl (indirectly via Bugzilla::Config.pm) had ↵justdave%syndicomm.com1-13/+22
a dependency on File::Temp, which caused it to crash before the version checks were even done to warn the admin that it wasn't present. This patch reorders the loading sequence in checksetup.pl so that the version checks are done before the Config module is loaded. 2xr=bbaetz
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-17/+189
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net1-0/+2
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-242/+552
r=bbaetz, gerv
2002-09-22Fix for bug 63601: Recommend filename when downloading attachments (except ↵justdave%syndicomm.com1-0/+1
in IE4, which chokes on the Content-Disposition header) Patch by Daniel Raichle <draichle@gmx.net> and Dave Miller <justdave@syndicomm.com> r= bbaetz, gerv
2002-09-18Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net1-11/+0
"pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
2002-09-10Bug 167643 - Schema Changes from bug 143826 are out of orderbugreport%peshkin.net1-5/+6
2xr=JayPee
2002-09-06Spelling fixes.matty%chariot.net.au1-2/+2
2002-09-06Adds Mac OS X 10.1 and 10.2 to the OS list on new installations. Existing ↵justdave%syndicomm.com1-1/+3
installations will need to add these manually in localconfig. Also corrects spelling from "MacOS X" to "Mac OS X" per Apple's encouraged usage. r= caillon
2002-09-05Bug 146134 - checksetup.pl gives weird error messagebbaetz%student.usyd.edu.au1-9/+5
r=justdave x2
2002-09-05Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on ↵bugreport%peshkin.net1-27/+44
test installs) 2xr=justdave