aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch for bug 275752: Make checksetup.pl to implicit chdir to the bugzilla ↵jocuri%softhome.net2005-01-171-9/+10
| | | | directory; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=wurblzap, a=justdave.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+3
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 276237 Charting is completely broken - can't add datasets to listtimeless%mozdev.org2005-01-141-4/+8
| | | | patch by Nick.Barnes@pobox.com r=mkanat r=justdave a=justdave
* Bug 278148: checksetup.pl *still* errors when trying to drop index on ↵travis%sedsystems.ca2005-01-141-3/+8
| | | | | | milestones table Patch by Max K-A <mkanat@kerio.com> r=travis a=justdave
* Bug 277571 : checksetup should not always output a message about checking ↵travis%sedsystems.ca2005-01-131-4/+1
| | | | | | for flags Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 256151: provide checksetup.pl --help output; patch by Tobias ↵jocuri%softhome.net2005-01-091-1/+27
| | | | Sager <moixa@gmx.ch>, r=vladd, a=justdave.
* Patch for bug 277303: checksetup.pl shouldn't emit a syntax error when ↵jocuri%softhome.net2005-01-091-9/+2
| | | | trying to fix indexes on the milestones table; patch by Max K-A <mkanat@kerio.com>, r=wurblzap, a=justdave.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-2/+47
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Patch for bug 274650: checksetup flag fixup code shouldn't output text when ↵jocuri%softhome.net2004-12-271-4/+4
| | | | all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave.
* Patch for bug 264160: Make all default groups inherit the admin group on a ↵jocuri%softhome.net2004-12-261-19/+13
| | | | new install; patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, r=travis, a=justdave.
* 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.