aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 273935: avoid double-quoting dates in series_data table; patch ↵jocuri%softhome.net2004-12-141-2/+2
| | | | by Vance Baarda <vrb@novell.com>, r=vladd, a=justdave.
* Patch for bug 244756: checksetup.pl shouldn't fail to remove product index ↵jocuri%softhome.net2004-12-141-0/+9
| | | | from milestones table in upgrade from 2.14.x; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=justdave.
* Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or ↵jocuri%softhome.net2004-12-141-0/+48
| | | | commas; patch by Nick.Barnes@pobox.com, r=wurblzap (Marc), a=justdave.
* Bug 264662: Don't delete old chart data. We'll document the problems ↵gerv%gerv.net2004-12-111-11/+5
| | | | instead. Patch by gerv; r,a=justdave.
* Patch for bug 201554: remove un-necessary warning to non-root user with ↵jocuri%softhome.net2004-12-101-11/+18
| | | | webservergroup access gave by checksetup.pl; patch by Rob Siklos <rsiklos@adexa.com>, r=vladd, a=justdave.
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-1/+8
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
* Patch for bug 267543: Checksetup.pl should contain proper spacing in ↵jocuri%softhome.net2004-11-051-1/+1
| | | | my$sth... statement; r=justdave, a=justdave.
* fix for bug 256208: makes checksetup.pl create CVS-ignored skins/custom/ and ↵myk%mozilla.org2004-10-221-0/+51
| | | | children; r=gerv, a=justdave
* Patch for bug 264003: Include the DBI error in the error message if ↵jocuri%softhome.net2004-10-201-3/+9
| | | | 'createdb' fails; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=kiko, a=justdave.
* Patch for bug 263165: Make Bugzilla specify table type as MyISAM when ↵jocuri%softhome.net2004-10-101-1/+1
| | | | creating tables; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=kiko, a=justdave.
* Patch for bug 237769: use Administrator instead of root for super-user name ↵jocuri%softhome.net2004-09-301-9/+10
| | | | in Windows, and change the ppm repository from Apache to the one maintained on landfill; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, a=myk.
* Fix for bug 258029: sets whining group inheritance in the correct order. ↵erik%dasbistro.com2004-09-251-1/+1
| | | | r,a=justdave
* Fix for bug 261446: checksetup.pl needs to update permissions onkiko%async.com.br2004-09-251-0/+2
| | | | images/. r,a=myk
* Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs tablejustdave%bugzilla.org2004-09-151-2/+2
| | | | r=myk, a=justdave
* Bug 257534: Require Perl 5.8.1 or later when running on Windows with ↵justdave%bugzilla.org2004-09-141-20/+11
| | | | | | | ActiveState Perl (there is no official CGI ppm build with a new enough version for Bugzilla on any earlier version of ActiveState Perl) Patch by Byron Jones <bugzilla@glob.com.au> r=justdave, a=justdave
* Fix for bug 215319: changes "flag requester" field in boolean charts to ↵myk%mozilla.org2004-09-111-1/+4
| | | | | | "flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field) r=justdave
* Patch for bug 257303: convert lastused field in logincookies from timestamp ↵jocuri%softhome.net2004-09-091-1/+8
| | | | to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
* Patch for bug 257419: make checksetup.pl quote database name in 'show table ↵jocuri%softhome.net2004-09-031-1/+1
| | | | status' command; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.
* Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net2004-08-301-15/+73
| | | | cleanups. Patch by gerv; r=joel, a=justdave.
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-0/+19
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-0/+5
| | | | | | patch by erik r=joel a=justdave
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-1/+45
| | | | | | | patch by: Erik r=joel r=jouni a=justdave
* Bug 253968: Fix extra column in insert statement in checksetupbugreport%peshkin.net2004-08-021-1/+1
| | | | | r=glob a=justdave
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-9/+31
| | | | | r=kiko a=justdave
* Bug 245877: Add an installation test suitebugreport%peshkin.net2004-07-221-1/+1
| | | | | r=gerv a=justdave
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-4/+7
| | | | | | patch by erik r=joel, kiko a=myk
* Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org2004-07-171-1/+1
| | | | | Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
* Backing out bug 241900bugreport%peshkin.net2004-07-121-7/+4
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-4/+7
| | | | | | patch by erik r=joel a=justdave
* Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br2004-07-101-2/+2
| | | | single notch to avoid GIF-requirements in GD and 0.99 `confusioning'. r,a=justdave
* Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net2004-07-101-1/+1
| | | | | | | revealed if connect fails r=bbaetz a=justdave
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com2004-07-081-4/+6
| | | | patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-0/+7
| | | | | r=joel, justdave a=justdave
* Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not ↵justdave%bugzilla.org2004-07-041-3/+9
| | | | | | existing during an upgrade from 2.14.x or older without going through 2.16.x in between. r=joel, a=justdave
* Bug 246599 Add Mac OS X 10.3 to the listtimeless%mozdev.org2004-06-161-0/+1
| | | | r=vladd,justdave a=justdave
* Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net2004-06-161-21/+57
|
* Bug 244927: Add search on time owner has left the bug idlebugreport%peshkin.net2004-06-021-0/+2
| | | | | r=jouni a=myk
* Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net2004-05-271-0/+5
| | | | | r=jouni a=justdave
* Patch for bug 244040: checksetup with answers script should be silent on ↵jocuri%softhome.net2004-05-201-1/+1
| | | | Windows; patch by Byron Jones <bugzilla@glob.com.au>; r=bugreport; a=justdave.
* Patch for bug 244045: add --no-silent option to checksetup; patch by Byron ↵jocuri%softhome.net2004-05-201-1/+1
| | | | Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.
* Bug 244053 grammar bug in checksetuptimeless%mozdev.org2004-05-191-5/+5
| | | | r=justdave a=justdave
* Patch for bug 224477: make webservergroup default to apache on new installs; ↵jocuri%softhome.net2004-04-141-3/+3
| | | | r=joel; a=justdave.
* Patch for bug 240060: Stop yelling at people about the minimum sendmail ↵jocuri%softhome.net2004-04-141-4/+0
| | | | version; r=gerv; a=justdave.
* Patch for bug 240219: display valid PPM commands when using PPM version 2; ↵jocuri%softhome.net2004-04-141-1/+10
| | | | r=timeless; a=justdave.
* Patch for bug 240228: Improve the format of the error message displayed by ↵jocuri%softhome.net2004-04-121-1/+1
| | | | checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.
* Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ↵jocuri%softhome.net2004-04-101-26/+5
| | | | <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.
* Patch for bug 239885: Don't display the sendmail message if the current ↵jocuri%softhome.net2004-04-091-1/+3
| | | | platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk.
* Bug 237508: Have checksetup.pl specify which perl to use (the same one it's ↵justdave%syndicomm.com2004-03-301-3/+3
| | | | | | running under) when giving instructions how to use CPAN to install needed modules. r= jouni, a= justdave
* Patch for bug 238693: replace depreciated v-strings with calls to the pack() ↵jocuri%softhome.net2004-03-261-1/+1
| | | | function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site ↵bugreport%peshkin.net2004-03-251-81/+82
| | | | | | never changed a groupset r=justdave, a=justdave