aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-595/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
* Bug 280778 : remove sendmail and qmail delivery methods on windowstravis%sedsystems.ca2005-03-081-0/+20
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=jake a=justdave
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-4/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 284525: Checksetup uses some bad SQL that is not cross-database compatiblemkanat%kerio.com2005-03-051-21/+30
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, r=Tomas.Kopal, a=justdave
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-28/+41
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 277617: Move database-manipulation subroutines in checksetup to ↵mkanat%kerio.com2005-03-021-342/+178
| | | | | | Bugzilla::DB and (eventual) subclasses Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 282349: Comments are forced to being left-justifiedmkanat%kerio.com2005-02-271-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=myk, r=gerv, a=justdave
* Bug 282035: Add boolean search by "Commenter"bugreport%peshkin.net2005-02-251-0/+1
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
* Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com2005-02-251-6/+19
| | | | | | 'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
* Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixestravis%sedsystems.ca2005-02-251-487/+566
| | | | Patch by travis & timeless r=timeless, travis a=myk
* Bug 277504 : quips migrated from quip file have an (invalid) userid of 0travis%sedsystems.ca2005-02-251-1/+12
| | | | Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com2005-02-251-174/+161
| | | | | | all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-211-0/+20
| | | | r=wurblzap.a=justdave
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-2/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 282728: Add a switch to checksetup to skip compiling the templatesmkanat%kerio.com2005-02-201-2/+12
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=justdave
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-1/+7
| | | | | Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
* Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com2005-02-191-26/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+5
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-12/+5
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-4/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com2005-02-171-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-11/+16
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
* Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, ↵mkanat%kerio.com2005-02-171-4/+8
| | | | a=myk
* Bug 281787: Add index for attachments.submitter_id and bugs_activity.whobugreport%peshkin.net2005-02-121-0/+12
| | | | r,a=justdave
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-3/+21
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Bug 277723 : Add comments why checksetup uses slow code to check for spaces ↵travis%sedsystems.ca2005-02-101-2/+6
| | | | | | and commas in flags Patch by Nick.Barnes@pobox.com r=wurblzap by inspection a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-1/+8
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-1/+6
| | | | Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
* Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN blocktravis%sedsystems.ca2005-02-021-1/+2
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave (Regression behaviour from Bug 278792)
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-3/+11
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-8/+1
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-1/+8
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Bug 278010 : checksetup.pl should fix empty group namestravis%sedsystems.ca2005-01-281-0/+29
| | | | Patch by Nick.Barnes@pobox.com r=wurblzap a=myk
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca2005-01-191-0/+1
| | | | | | prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
* Patch for bug 275752: Make checksetup.pl to implicit chdir to the bugzilla ↵jocuri%softhome.net2005-01-171-9/+10
| | | | directory; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=wurblzap, a=justdave.
* Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net2005-01-161-0/+3
| | | | to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
* Bug 276237 Charting is completely broken - can't add datasets to listtimeless%mozdev.org2005-01-141-4/+8
| | | | patch by Nick.Barnes@pobox.com r=mkanat r=justdave a=justdave
* Bug 278148: checksetup.pl *still* errors when trying to drop index on ↵travis%sedsystems.ca2005-01-141-3/+8
| | | | | | milestones table Patch by Max K-A <mkanat@kerio.com> r=travis a=justdave
* Bug 277571 : checksetup should not always output a message about checking ↵travis%sedsystems.ca2005-01-131-4/+1
| | | | | | for flags Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
* Patch for bug 256151: provide checksetup.pl --help output; patch by Tobias ↵jocuri%softhome.net2005-01-091-1/+27
| | | | Sager <moixa@gmx.ch>, r=vladd, a=justdave.
* Patch for bug 277303: checksetup.pl shouldn't emit a syntax error when ↵jocuri%softhome.net2005-01-091-9/+2
| | | | trying to fix indexes on the milestones table; patch by Max K-A <mkanat@kerio.com>, r=wurblzap, a=justdave.
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca2005-01-081-2/+47
| | | | | | | | | | userprefs.cgi Patch: travis r=mkanat a=justdave Also includes fixes for Bug 109573: New bugzilla accounts should by default have 'CC field changes' turned off, and Bug 275599: flag request email prefs not behaving correctly
* Patch for bug 274650: checksetup flag fixup code shouldn't output text when ↵jocuri%softhome.net2004-12-271-4/+4
| | | | all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave.
* Patch for bug 264160: Make all default groups inherit the admin group on a ↵jocuri%softhome.net2004-12-261-19/+13
| | | | new install; patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, r=travis, a=justdave.
* Patch for bug 273935: avoid double-quoting dates in series_data table; patch ↵jocuri%softhome.net2004-12-141-2/+2
| | | | by Vance Baarda <vrb@novell.com>, r=vladd, a=justdave.
* Patch for bug 244756: checksetup.pl shouldn't fail to remove product index ↵jocuri%softhome.net2004-12-141-0/+9
| | | | from milestones table in upgrade from 2.14.x; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=justdave.
* Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or ↵jocuri%softhome.net2004-12-141-0/+48
| | | | commas; patch by Nick.Barnes@pobox.com, r=wurblzap (Marc), a=justdave.
* Bug 264662: Don't delete old chart data. We'll document the problems ↵gerv%gerv.net2004-12-111-11/+5
| | | | instead. Patch by gerv; r,a=justdave.
* Patch for bug 201554: remove un-necessary warning to non-root user with ↵jocuri%softhome.net2004-12-101-11/+18
| | | | webservergroup access gave by checksetup.pl; patch by Rob Siklos <rsiklos@adexa.com>, r=vladd, a=justdave.
* Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net2004-11-241-1/+8
| | | | Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.