aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for bug 261446: checksetup.pl needs to update permissions onkiko%async.com.br2004-09-251-0/+2
* Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs tablejustdave%bugzilla.org2004-09-151-2/+2
* Bug 257534: Require Perl 5.8.1 or later when running on Windows with ActiveSt...justdave%bugzilla.org2004-09-141-20/+11
* Fix for bug 215319: changes "flag requester" field in boolean charts to "flag...myk%mozilla.org2004-09-111-1/+4
* Patch for bug 257303: convert lastused field in logincookies from timestamp t...jocuri%softhome.net2004-09-091-1/+8
* Patch for bug 257419: make checksetup.pl quote database name in 'show table s...jocuri%softhome.net2004-09-031-1/+1
* Bug 225687 - add group controls to charts, along with various other cleanups....gerv%gerv.net2004-08-301-15/+73
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-211-0/+19
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-0/+5
* Bug 185090: Add revamped whining systembugreport%peshkin.net2004-08-051-1/+45
* Bug 253968: Fix extra column in insert statement in checksetupbugreport%peshkin.net2004-08-021-1/+1
* Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net2004-07-271-9/+31
* Bug 245877: Add an installation test suitebugreport%peshkin.net2004-07-221-1/+1
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-4/+7
* Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org2004-07-171-1/+1
* 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
* Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br2004-07-101-2/+2
* Bug 227191: Change DBI->connect syntax so database password will not be revea...bugreport%peshkin.net2004-07-101-1/+1
* Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); patc...dkl%redhat.com2004-07-081-4/+6
* Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net2004-07-061-0/+7
* Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not e...justdave%bugzilla.org2004-07-041-3/+9
* Bug 246599 Add Mac OS X 10.3 to the listtimeless%mozdev.org2004-06-161-0/+1
* 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
* Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net2004-05-271-0/+5
* Patch for bug 244040: checksetup with answers script should be silent on Wind...jocuri%softhome.net2004-05-201-1/+1
* Patch for bug 244045: add --no-silent option to checksetup; patch by Byron Jo...jocuri%softhome.net2004-05-201-1/+1
* Bug 244053 grammar bug in checksetuptimeless%mozdev.org2004-05-191-5/+5
* Patch for bug 224477: make webservergroup default to apache on new installs; ...jocuri%softhome.net2004-04-141-3/+3
* Patch for bug 240060: Stop yelling at people about the minimum sendmail versi...jocuri%softhome.net2004-04-141-4/+0
* Patch for bug 240219: display valid PPM commands when using PPM version 2; r=...jocuri%softhome.net2004-04-141-1/+10
* Patch for bug 240228: Improve the format of the error message displayed by ch...jocuri%softhome.net2004-04-121-1/+1
* Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ...jocuri%softhome.net2004-04-101-26/+5
* Patch for bug 239885: Don't display the sendmail message if the current platf...jocuri%softhome.net2004-04-091-1/+3
* 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