summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Expand)AuthorFilesLines
2004-07-22Bug 245877: Add an installation test suitebugreport%peshkin.net1-1/+1
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-4/+7
2004-07-17Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org1-1/+1
2004-07-12Backing out bug 241900bugreport%peshkin.net1-7/+4
2004-07-12Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-4/+7
2004-07-10Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br1-2/+2
2004-07-10Bug 227191: Change DBI->connect syntax so database password will not be revea...bugreport%peshkin.net1-1/+1
2004-07-08Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patc...dkl%redhat.com1-4/+6
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+7
2004-07-04Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not e...justdave%bugzilla.org1-3/+9
2004-06-16Bug 246599 Add Mac OS X 10.3 to the listtimeless%mozdev.org1-0/+1
2004-06-16Bug 240325: Keep regexp-based groups up-to-datebugreport%peshkin.net1-21/+57
2004-06-02Bug 244927: Add search on time owner has left the bug idlebugreport%peshkin.net1-0/+2
2004-05-27Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net1-0/+5
2004-05-20Patch for bug 244040: checksetup with answers script should be silent on Wind...jocuri%softhome.net1-1/+1
2004-05-20Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jo...jocuri%softhome.net1-1/+1
2004-05-20Bug 244053 grammar bug in checksetuptimeless%mozdev.org1-5/+5
2004-04-14Patch for bug 224477: make webservergroup default to apache on new installs; ...jocuri%softhome.net1-3/+3
2004-04-14Patch for bug 240060: Stop yelling at people about the minimum sendmail versi...jocuri%softhome.net1-4/+0
2004-04-14Patch for bug 240219: display valid PPM commands when using PPM version 2; r=...jocuri%softhome.net1-1/+10
2004-04-12Patch for bug 240228: Improve the format of the error message displayed by ch...jocuri%softhome.net1-1/+1
2004-04-10Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ...jocuri%softhome.net1-26/+5
2004-04-09Patch for bug 239885: Don't display the sendmail message if the current platf...jocuri%softhome.net1-1/+3
2004-03-30Bug 237508: Have checksetup.pl specify which perl to use (the same one it's r...justdave%syndicomm.com1-3/+3
2004-03-26Patch for bug 238693: replace depreciated v-strings with calls to the pack() ...jocuri%softhome.net1-1/+1
2004-03-25Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site n...bugreport%peshkin.net1-81/+82
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where the...justdave%syndicomm.com1-1/+0
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br1-1/+3
2004-03-14Patch for bug 236664: make checksetup.pl print good install instructions for ...jocuri%softhome.net1-15/+49
2004-03-08Patch for bug 143490: eliminate unsupported calls from checksetup.pl when run...jocuri%softhome.net1-89/+139
2004-02-26Patch for bug 65313; improves the email regexp in order to detect better inva...jocuri%softhome.net1-1/+1
2004-02-22[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer a...justdave%syndicomm.com1-2/+8
2004-02-09Patch for bug 158527: Fix up description for the editbugs group so it is clos...jocuri%softhome.net1-1/+1
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org1-0/+1
2004-02-03Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to onl...gerv%gerv.net1-2/+9
2004-01-27Bug 225043 - enhance chart migration code to populate 'All Open' charts from ...gerv%gerv.net1-1/+15
2004-01-22Bug 227155 - make sure running collectstats.pl twice in a day, or migrating d...gerv%gerv.net1-0/+8
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org1-0/+5
2004-01-04Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdavejouni%heikniemi.net1-0/+8
2003-12-09Bug 227771 - Migration and product/component create code no longer writes ser...gerv%gerv.net1-2/+4
2003-12-07Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used ...justdave%syndicomm.com1-5/+8
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-95/+106
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not publ...gerv%gerv.net1-6/+4
2003-09-18Patch for bug 129315: incorrect column definition for bugs.delta_ts;kiko%async.com.br1-1/+1
2003-09-12Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ...gerv%gerv.net1-1/+0
2003-09-11Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org1-0/+1
2003-09-07Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net1-0/+1
2003-09-03Fix for bug 145588: adds full-text search option for more accurate finding of...myk%mozilla.org1-1/+15
2003-09-03Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Pa...gerv%gerv.net1-1/+1
2003-08-29Bug 213577 - New reporting imports old series with wrong status query. Patch ...gerv%gerv.net1-1/+1