aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com2005-02-191-26/+3
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+5
* Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-12/+5
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-4/+4
* Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com2005-02-171-1/+1
* Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com2005-02-171-11/+16
* Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, ...mkanat%kerio.com2005-02-171-4/+8
* Bug 281787: Add index for attachments.submitter_id and bugs_activity.whobugreport%peshkin.net2005-02-121-0/+12
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-3/+21
* Bug 277723 : Add comments why checksetup uses slow code to check for spaces a...travis%sedsystems.ca2005-02-101-2/+6
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-1/+8
* Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca2005-02-021-1/+6
* Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN blocktravis%sedsystems.ca2005-02-021-1/+2
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-3/+11
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-8/+1
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-1/+8
* Bug 278010 : checksetup.pl should fix empty group namestravis%sedsystems.ca2005-01-281-0/+29
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...travis%sedsystems.ca2005-01-191-0/+1
* Patch for bug 275752: Make checksetup.pl to implicit chdir to the bugzilla di...jocuri%softhome.net2005-01-171-9/+10
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-0/+3
* Bug 276237 Charting is completely broken - can't add datasets to listtimeless%mozdev.org2005-01-141-4/+8
* Bug 278148: checksetup.pl *still* errors when trying to drop index on milesto...travis%sedsystems.ca2005-01-141-3/+8
* Bug 277571 : checksetup should not always output a message about checking for...travis%sedsystems.ca2005-01-131-4/+1
* Patch for bug 256151: provide checksetup.pl --help output; patch by Tobias Sa...jocuri%softhome.net2005-01-091-1/+27
* Patch for bug 277303: checksetup.pl shouldn't emit a syntax error when trying...jocuri%softhome.net2005-01-091-9/+2
* Bug 108870: Bugzilla does not set email prefs for new user until user visits ...travis%sedsystems.ca2005-01-081-2/+47
* Patch for bug 274650: checksetup flag fixup code shouldn't output text when a...jocuri%softhome.net2004-12-271-4/+4
* Patch for bug 264160: Make all default groups inherit the admin group on a ne...jocuri%softhome.net2004-12-261-19/+13
* Patch for bug 273935: avoid double-quoting dates in series_data table; patch ...jocuri%softhome.net2004-12-141-2/+2
* Patch for bug 244756: checksetup.pl shouldn't fail to remove product index fr...jocuri%softhome.net2004-12-141-0/+9
* Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or comma...jocuri%softhome.net2004-12-141-0/+48
* Bug 264662: Don't delete old chart data. We'll document the problems instead....gerv%gerv.net2004-12-111-11/+5
* Patch for bug 201554: remove un-necessary warning to non-root user with webse...jocuri%softhome.net2004-12-101-11/+18
* Patch for bug 180879: Implement privs for bug flags modification; patch by Fr...jocuri%softhome.net2004-11-241-1/+8