aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* Bug 288539: minimum DBD::mysql version requirement may need to be increased b...mkanat%kerio.com2005-04-161-1/+1
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-151-73/+8
* Back out bug bug 290089, which causes checksetup to fail on a newly-created DB.mkanat%kerio.com2005-04-141-8/+73
* Bug 290089: Move timestamp updates to happen before any other Schema updatesmkanat%kerio.com2005-04-141-73/+8
* Bug 289453: components.initialowner is different in Bugzilla::DB::Schema than...mkanat%kerio.com2005-04-141-0/+11
* Bug 289742: No value for param user_verify_class at Bugzilla/Config.pm line 1...lpsolit%gmail.com2005-04-131-49/+49
* Bug 289455: products.classification_id has a different definition in an upgra...mkanat%kerio.com2005-04-121-1/+6
* Bug 285533: Bugzilla displays inactive enum valuesmkanat%kerio.com2005-04-121-2/+2
* 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 S...lpsolit%gmail.com2005-04-091-0/+7
* Fix for Bug 284850: Fix the name of one indexmkanat%kerio.com2005-04-061-1/+1
* Bug 284850: checksetup should rename indexes to conform to the new standardmkanat%kerio.com2005-04-061-30/+42
* Bug 288527 - change precompilation to use Bugzilla::Template and so do it rig...gerv%gerv.net2005-04-051-40/+7
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-6/+6
* Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initia...mkanat%kerio.com2005-04-051-2/+8
* Bug 285345: Need to change MySQL tinyint(1) fields to plain tinyintmkanat%kerio.com2005-04-051-0/+20
* Bug 288408 - make number of placeholders match number of parameters to stop e...gerv%gerv.net2005-04-011-1/+1
* Bug 73665 - migrate email preferences to their own table, and rearchitect ema...gerv%gerv.net2005-03-301-45/+110
* Bug 283403: checksetup fails to upgrade from Bugzilla 2.8mkanat%kerio.com2005-03-231-15/+29
* 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. Tr...lpsolit%gmail.com2005-03-231-0/+8
* Bug 286669: Add dependency on Storablemkanat%kerio.com2005-03-221-0/+4
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-1/+1
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-2/+9
* Bug 285824: whiteboard, votes, and keywords update in checksetup.pl fails to ...mkanat%kerio.com2005-03-131-8/+15
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-1/+4
* Bug 285121: Only run "old" table checks if the database is MySQLmkanat%kerio.com2005-03-121-1/+13
* Bug 280856: some table definitions are altered *after* the --TABLE-- limit in...mkanat%kerio.com2005-03-121-188/+185
* Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need defaul...mkanat%kerio.com2005-03-121-0/+6
* Bug 172284 : checksetup assumes that there are < 99999 bugstravis%sedsystems.ca2005-03-111-1/+2
* Bug 41972 : Per-user pref to turn quips offtravis%sedsystems.ca2005-03-111-0/+3
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+4
* Bug 285401: Checksetup fails to complete on PostgreSQLmkanat%kerio.com2005-03-101-21/+18
* Bug 284629 : Combine Param(enable_mail_sending) with Param(maildeliverymethod)travis%sedsystems.ca2005-03-101-3/+3
* Bug 284348: Move initial table creation into the Bugzilla::DB modulesmkanat%kerio.com2005-03-091-595/+3
* Bug 280778 : remove sendmail and qmail delivery methods on windowstravis%sedsystems.ca2005-03-081-0/+20
* Bug 284598: INSTR function is not supported by postgresmkanat%kerio.com2005-03-051-4/+4
* Bug 284525: Checksetup uses some bad SQL that is not cross-database compatiblemkanat%kerio.com2005-03-051-21/+30
* Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com2005-03-031-28/+41
* Bug 277617: Move database-manipulation subroutines in checksetup to Bugzilla:...mkanat%kerio.com2005-03-021-342/+178
* Bug 282349: Comments are forced to being left-justifiedmkanat%kerio.com2005-02-271-2/+2
* Bug 282035: Add boolean search by "Commenter"bugreport%peshkin.net2005-02-251-0/+1
* Bug 279910: Query crashed with Software Error: "Unknown column 'bugs.assignee...mkanat%kerio.com2005-02-251-6/+19
* Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixestravis%sedsystems.ca2005-02-251-487/+566
* Bug 277504 : quips migrated from quip file have an (invalid) userid of 0travis%sedsystems.ca2005-02-251-1/+12
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...mkanat%kerio.com2005-02-251-174/+161
* Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net2005-02-211-0/+20
* Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-2/+3
* Bug 282728: Add a switch to checksetup to skip compiling the templatesmkanat%kerio.com2005-02-201-2/+12
* Bug 253721: Add group-based lists to whiningerik%dasbistro.com2005-02-191-1/+7