aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Bug 244053 grammar bug in checksetuptimeless%mozdev.org2004-05-191-5/+5
| | | | r=justdave a=justdave
* Patch for bug 224477: make webservergroup default to apache on new installs; ↵jocuri%softhome.net2004-04-141-3/+3
| | | | r=joel; a=justdave.
* Patch for bug 240060: Stop yelling at people about the minimum sendmail ↵jocuri%softhome.net2004-04-141-4/+0
| | | | version; r=gerv; a=justdave.
* Patch for bug 240219: display valid PPM commands when using PPM version 2; ↵jocuri%softhome.net2004-04-141-1/+10
| | | | r=timeless; a=justdave.
* Patch for bug 240228: Improve the format of the error message displayed by ↵jocuri%softhome.net2004-04-121-1/+1
| | | | checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.
* Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv ↵jocuri%softhome.net2004-04-101-26/+5
| | | | <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.
* Patch for bug 239885: Don't display the sendmail message if the current ↵jocuri%softhome.net2004-04-091-1/+3
| | | | platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk.
* Bug 237508: Have checksetup.pl specify which perl to use (the same one it's ↵justdave%syndicomm.com2004-03-301-3/+3
| | | | | | running under) when giving instructions how to use CPAN to install needed modules. r= jouni, a= justdave
* Patch for bug 238693: replace depreciated v-strings with calls to the pack() ↵jocuri%softhome.net2004-03-261-1/+1
| | | | function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site ↵bugreport%peshkin.net2004-03-251-81/+82
| | | | | | never changed a groupset r=justdave, a=justdave
* Bug 192516: Moving the loose .pm files into the Bugzilla directory, where ↵justdave%syndicomm.com2004-03-181-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
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-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.
* Patch for bug 236664: make checksetup.pl print good install instructions for ↵jocuri%softhome.net2004-03-141-15/+49
| | | | Perl modules on win32; patch by Andrei Benea <abenea@home.ro>; r=vlad, a=justdave.
* Patch for bug 143490: eliminate unsupported calls from checksetup.pl when ↵jocuri%softhome.net2004-03-081-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.
* Patch for bug 65313; improves the email regexp in order to detect better ↵jocuri%softhome.net2004-02-261-1/+1
| | | | invalid email addresses; r=gerv, a=justdave.
* [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer ↵justdave%syndicomm.com2004-02-221-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
* Patch for bug 158527: Fix up description for the editbugs group so it is ↵jocuri%softhome.net2004-02-091-1/+1
| | | | closer to the reality; r=kiko; a=justdave.
* Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org2004-02-061-0/+1
| | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
* Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to ↵gerv%gerv.net2004-02-031-2/+9
| | | | only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave.
* Bug 225043 - enhance chart migration code to populate 'All Open' charts from ↵gerv%gerv.net2004-01-271-1/+15
| | | | historical data. Patch by gerv; r,a=justdave.
* Bug 227155 - make sure running collectstats.pl twice in a day, or migrating ↵gerv%gerv.net2004-01-221-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.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-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
* 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 ↵gerv%gerv.net2003-12-091-2/+4
| | | | series to database. Patch by gerv; r=kiko, a=justdave.
* Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used ↵justdave%syndicomm.com2003-12-071-5/+8
| | | | | | only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper. r=bbaetz, a=justdave
* 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 ↵gerv%gerv.net2003-11-081-6/+4
| | | | public. Patch by gerv; r=kiko, a=justdave.
* Patch for bug 129315: incorrect column definition for bugs.delta_ts;kiko%async.com.br2003-09-181-1/+1
| | | | | adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko a=justdave
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ↵gerv%gerv.net2003-09-121-1/+0
| | | | people, but in the end by gerv; r,a=justdave.
* Bug 169354 add "Windows Server 2003" OStimeless%mozdev.org2003-09-111-0/+1
| | | | r=gerv a=justdave
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-0/+1
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Fix for bug 145588: adds full-text search option for more accurate finding ↵myk%mozilla.org2003-09-031-1/+15
| | | | | | | of individual bugs via words that appear in their descriptions/comments/summaries. r=bbaetz a=myk
* Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. ↵gerv%gerv.net2003-09-031-1/+1
| | | | Patch by gerv; r,a=justdave.
* Bug 213577 - New reporting imports old series with wrong status query. Patch ↵gerv%gerv.net2003-08-291-1/+1
| | | | by jussi@comlink.fi; r=gerv, a=justdave.
* Fix for bug 217256, "No Interdiff Notification message has two run on ↵zach%zachlipton.com2003-08-271-2/+2
| | | | | | | | words." Patch adds newlines where they are needed. r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
* Check for PatchReader as a part of the installation and disable the "Diff"jkeiser%netscape.com2003-08-201-0/+20
| | | | links if it is not there (bug 215268)
* Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting ofbbaetz%acm.org2003-08-031-1/+2
| | | | | table values. r=jouni, a=justdave