summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2004-09-15Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs tablejustdave%bugzilla.org1-2/+2
r=myk, a=justdave
2004-09-14Bug 257534: Require Perl 5.8.1 or later when running on Windows with ↵justdave%bugzilla.org1-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
2004-09-11Fix for bug 215319: changes "flag requester" field in boolean charts to ↵myk%mozilla.org1-1/+4
"flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field) r=justdave
2004-09-09Patch for bug 257303: convert lastused field in logincookies from timestamp ↵jocuri%softhome.net1-1/+8
to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
2004-09-03Patch for bug 257419: make checksetup.pl quote database name in 'show table ↵jocuri%softhome.net1-1/+1
status' command; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.
2004-08-30Bug 225687 - add group controls to charts, along with various other ↵gerv%gerv.net1-15/+73
cleanups. Patch by gerv; r=joel, a=justdave.
2004-08-21Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net1-0/+19
etc.) patch by Albert Ting r=joel, glob a=myk
2004-08-11Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net1-0/+5
patch by erik r=joel a=justdave
2004-08-05Bug 185090: Add revamped whining systembugreport%peshkin.net1-1/+45
patch by: Erik r=joel r=jouni a=justdave
2004-08-02Bug 253968: Fix extra column in insert statement in checksetupbugreport%peshkin.net1-1/+1
r=glob a=justdave
2004-07-28Bug 251837: Extend group_group_map to control which groups can see each otherbugreport%peshkin.net1-9/+31
r=kiko a=justdave
2004-07-22Bug 245877: Add an installation test suitebugreport%peshkin.net1-1/+1
r=gerv a=justdave
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-4/+7
patch by erik r=joel, kiko a=myk
2004-07-17Bug 250840: Make the minimum version numbers all agree with reality.justdave%bugzilla.org1-1/+1
Patch by Colin Olgilvie <colin.ogilvie@gmail.com> r=justdave, a=justdave
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
patch by erik r=joel a=justdave
2004-07-10Fix for bug 250754: Require Chart::Base 1.0. Push up the requirement akiko%async.com.br1-2/+2
single notch to avoid GIF-requirements in GD and 0.99 `confusioning'. r,a=justdave
2004-07-10Bug 227191: Change DBI->connect syntax so database password will not be ↵bugreport%peshkin.net1-1/+1
revealed if connect fails r=bbaetz a=justdave
2004-07-08Patch for bug 190432; saving a named query uses REPLACE INTO (not ANSI); ↵dkl%redhat.com1-4/+6
patch by David Lawrence <dkl@redhat.com>; r=vladd; a=justdave
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-0/+7
r=joel, justdave a=justdave
2004-07-04Bug 245101: Fixes non-fatal warnings about the "attachstatusdefs" table not ↵justdave%bugzilla.org1-3/+9
existing during an upgrade from 2.14.x or older without going through 2.16.x in between. r=joel, a=justdave
2004-06-16Bug 246599 Add Mac OS X 10.3 to the listtimeless%mozdev.org1-0/+1
r=vladd,justdave a=justdave
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
r=jouni a=myk
2004-05-27Bug 243351: Fix mysql version sensitivity in case-sensitive searchbugreport%peshkin.net1-0/+5
r=jouni a=justdave
2004-05-20Patch for bug 244040: checksetup with answers script should be silent on ↵jocuri%softhome.net1-1/+1
Windows; patch by Byron Jones <bugzilla@glob.com.au>; r=bugreport; a=justdave.
2004-05-20Patch for bug 244045: add --no-silent option to checksetup; patch by Byron ↵jocuri%softhome.net1-1/+1
Jones <bugzilla@glob.com.au>; r=vladd; a=justdave.
2004-05-20Bug 244053 grammar bug in checksetuptimeless%mozdev.org1-5/+5
r=justdave a=justdave
2004-04-14Patch for bug 224477: make webservergroup default to apache on new installs; ↵jocuri%softhome.net1-3/+3
r=joel; a=justdave.
2004-04-14Patch for bug 240060: Stop yelling at people about the minimum sendmail ↵jocuri%softhome.net1-4/+0
version; r=gerv; a=justdave.
2004-04-14Patch for bug 240219: display valid PPM commands when using PPM version 2; ↵jocuri%softhome.net1-1/+10
r=timeless; a=justdave.
2004-04-12Patch for bug 240228: Improve the format of the error message displayed by ↵jocuri%softhome.net1-1/+1
checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.
2004-04-10Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ↵jocuri%softhome.net1-26/+5
<caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.
2004-04-09Patch for bug 239885: Don't display the sendmail message if the current ↵jocuri%softhome.net1-1/+3
platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk.
2004-03-30Bug 237508: Have checksetup.pl specify which perl to use (the same one it's ↵justdave%syndicomm.com1-3/+3
running under) when giving instructions how to use CPAN to install needed modules. r= jouni, a= justdave
2004-03-26Patch for bug 238693: replace depreciated v-strings with calls to the pack() ↵jocuri%softhome.net1-1/+1
function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
2004-03-25Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site ↵bugreport%peshkin.net1-81/+82
never changed a groupset r=justdave, a=justdave
2004-03-18Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com1-1/+0
they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br1-1/+3
specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
2004-03-14Patch for bug 236664: make checksetup.pl print good install instructions for ↵jocuri%softhome.net1-15/+49
Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
2004-03-08Patch for bug 143490: eliminate unsupported calls from checksetup.pl when ↵jocuri%softhome.net1-89/+139
running in Windows; original code by Cedric Caron <cedric.caron@urbanet.ch>; patch by Andrei Benea <abenea@home.ro>; r=vlad,justdave, a=justdave.
2004-02-26Patch for bug 65313; improves the email regexp in order to detect better ↵jocuri%softhome.net1-1/+1
invalid email addresses; r=gerv, a=justdave.
2004-02-22[SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer ↵justdave%syndicomm.com1-2/+8
allowed to be NULL. Null summaries would cause BugMail.pm to crash. (Normally this would only be caused by third party touching of the bugs table, such as bugs manually migrated from another system or inserted by a script - such scripts will now break if they don't set a short_desc) r= bbaetz, a= justdave
2004-02-09Patch for bug 158527: Fix up description for the editbugs group so it is ↵jocuri%softhome.net1-1/+1
closer to the reality; r=kiko; a=justdave.
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org1-0/+1
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2004-02-03Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to ↵gerv%gerv.net1-2/+9
only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave.
2004-01-27Bug 225043 - enhance chart migration code to populate 'All Open' charts from ↵gerv%gerv.net1-1/+15
historical data. Patch by gerv; r,a=justdave.
2004-01-22Bug 227155 - make sure running collectstats.pl twice in a day, or migrating ↵gerv%gerv.net1-0/+8
data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave.
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org1-0/+5
standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
2004-01-04Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdavejouni%heikniemi.net1-0/+8