aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 237508: Have checksetup.pl specify which perl to use (the same one it's r...justdave%syndicomm.com2004-03-301-3/+3
* Patch for bug 238693: replace depreciated v-strings with calls to the pack() ...jocuri%softhome.net2004-03-261-1/+1
* Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site n...bugreport%peshkin.net2004-03-251-81/+82
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com2004-03-181-1/+0
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-1/+3
* Patch for bug 236664: make checksetup.pl print good install instructions for ...jocuri%softhome.net2004-03-141-15/+49
* Patch for bug 143490: eliminate unsupported calls from checksetup.pl when run...jocuri%softhome.net2004-03-081-89/+139
* Patch for bug 65313; improves the email regexp in order to detect better inva...jocuri%softhome.net2004-02-261-1/+1
* [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer a...justdave%syndicomm.com2004-02-221-2/+8
* Patch for bug 158527: Fix up description for the editbugs group so it is clos...jocuri%softhome.net2004-02-091-1/+1
* Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org2004-02-061-0/+1
* Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to onl...gerv%gerv.net2004-02-031-2/+9
* Bug 225043 - enhance chart migration code to populate 'All Open' charts from ...gerv%gerv.net2004-01-271-1/+15
* Bug 227155 - make sure running collectstats.pl twice in a day, or migrating d...gerv%gerv.net2004-01-221-0/+8
* Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org2004-01-121-0/+5
* Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdavejouni%heikniemi.net2004-01-041-0/+8
* Bug 227771 - Migration and product/component create code no longer writes ser...gerv%gerv.net2003-12-091-2/+4
* Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used ...justdave%syndicomm.com2003-12-071-5/+8
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-95/+106
* Bug 222564 - The chart made when creating a new Product/Component is not publ...gerv%gerv.net2003-11-081-6/+4
* Patch for bug 129315: incorrect column definition for bugs.delta_ts;kiko%async.com.br2003-09-181-1/+1
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ...gerv%gerv.net2003-09-121-1/+0
* Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org2003-09-111-0/+1
* Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net2003-09-071-0/+1
* Fix for bug 145588: adds full-text search option for more accurate finding of...myk%mozilla.org2003-09-031-1/+15
* Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Pa...gerv%gerv.net2003-09-031-1/+1
* Bug 213577 - New reporting imports old series with wrong status query. Patch ...gerv%gerv.net2003-08-291-1/+1
* Fix for bug 217256, "No Interdiff Notification message has two run on words."...zach%zachlipton.com2003-08-271-2/+2
* Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2003-08-201-0/+20
* Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting ofbbaetz%acm.org2003-08-031-1/+2
* Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org2003-08-011-0/+1
* Don't spew "which: program not found" errors all the time (bug 214558), r=jus...jkeiser%netscape.com2003-08-011-34/+48
* Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ...jkeiser%netscape.com2003-07-311-0/+54
* Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch b...preed%sigkill.com2003-07-221-2/+4
* Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patc...preed%sigkill.com2003-07-181-1/+1
* Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes thezach%zachlipton.com2003-07-101-1/+1
* Bug 211758: checksetup.pl was trying to use params that didn't exist yet beca...justdave%syndicomm.com2003-07-081-1/+1
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+142
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-19/+1
* Bug 204008: checksetup.pl didn't set permissions on the js directoryjustdave%syndicomm.com2003-05-011-0/+2
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-7/+17
* Bug 203540 - RenameField doesn't get NULL/NOT NULL correctbbaetz%acm.org2003-04-271-1/+1
* Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bugbbaetz%acm.org2003-04-251-1/+7
* Bug 197153: Fix for insecure temporary filename handling.justdave%syndicomm.com2003-04-251-4/+3
* Fix typo in previous checking for bug 200472. Date::Format should be version...justdave%syndicomm.com2003-04-191-1/+1
* Bug 200472: Require specific version of Date::Format to ensure we don't run i...justdave%syndicomm.com2003-04-191-2/+2
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-22/+37
* Bug 194345: checksetup.pl would die if you had your params set for a local do...justdave%syndicomm.com2003-03-081-1/+1
* Bug 195137 - Keywords are not sent in new bug mailbbaetz%acm.org2003-02-271-1/+1