aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 285533: Bugzilla displays inactive enum valuesmkanat%kerio.com2005-04-121-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Fix for bug 273209: makes CVS ignore skins/.cvsignore; r=jouni; a=mykmyk%mozilla.org2005-04-091-23/+2
|
* Bug 199048: Preference option to reverse sort the comments stack - Patch by ↵lpsolit%gmail.com2005-04-091-0/+7
| | | | Shane H. W. Travis <shane.h.w.travis@gmail.com> r=mkanat a=myk
* Fix for Bug 284850: Fix the name of one indexmkanat%kerio.com2005-04-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> a=justdave
* Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com2005-04-061-30/+42
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=jouni, a=myk
* Bug 288527 - change precompilation to use Bugzilla::Template and so do it ↵gerv%gerv.net2005-04-051-40/+7
| | | | right. Patch by gerv; r=bbaetz, a=justdave.
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-6/+6
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 287483: Sanitycheck screams about "Bad value 0 found in ↵mkanat%kerio.com2005-04-051-2/+8
| | | | | | components.initialqacontact" Patch By Teemu Mannermaa <wicked@etlicon.fi> r=mkanat, a=myk
* Bug 285345: Need to change MySQL tinyint(1) fields to plain tinyintmkanat%kerio.com2005-04-051-0/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
* Bug 288408 - make number of placeholders match number of parameters to stop ↵gerv%gerv.net2005-04-011-1/+1
| | | | error when initialising from new database. Patch by gerv; r=mkanat, a=justdave.
* Bug 73665 - migrate email preferences to their own table, and rearchitect ↵gerv%gerv.net2005-03-301-45/+110
| | | | email internals. Patch by gerv; r=jake, a=justdave.
* Bug 283403: checksetup fails to upgrade from Bugzilla 2.8mkanat%kerio.com2005-03-231-15/+29
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit. a=justdave
* Backing out bug 286625 - checksetup.pl failslpsolit%gmail.com2005-03-231-8/+0
|
* Bug 286625: Add more indexes to bugs_activity table - Patch by Shane H. W. ↵lpsolit%gmail.com2005-03-231-0/+8
| | | | Travis <shane.h.w.travis@gmail.com> r=joel, a=justdave
* Bug 286669: Add dependency on Storablemkanat%kerio.com2005-03-221-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=wicked, a=justdave
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-1/+1
| | | | Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-2/+9
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to ↵mkanat%kerio.com2005-03-131-8/+15
| | | | | | detect an already-upgraded schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-1/+4
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 285121: Only run "old" table checks if the database is MySQLmkanat%kerio.com2005-03-121-1/+13
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 280856: some table definitions are altered *after* the --TABLE-- limit ↵mkanat%kerio.com2005-03-121-188/+185
| | | | | | in checksetup.pl Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need ↵mkanat%kerio.com2005-03-121-0/+6
| | | | | | defaults in the Schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
* Bug 172284 : checksetup assumes that there are < 99999 bugstravis%sedsystems.ca2005-03-111-1/+2
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 41972 : Per-user pref to turn quips offtravis%sedsystems.ca2005-03-111-0/+3
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=justdave
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+4
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 285401: Checksetup fails to complete on PostgreSQLmkanat%kerio.com2005-03-101-21/+18
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca2005-03-101-3/+3
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=Jake a=myk
* 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