summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2005-03-03Bug 284172: checksetup cannot run CREATE DATABASE on PostgreSQLmkanat%kerio.com1-28/+41
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-03-02Bug 277617: Move database-manipulation subroutines in checksetup to ↵mkanat%kerio.com1-342/+178
Bugzilla::DB and (eventual) subclasses Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
2005-02-27Bug 282349: Comments are forced to being left-justifiedmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=myk, r=gerv, a=justdave
2005-02-25Bug 282035: Add boolean search by "Commenter"bugreport%peshkin.net1-0/+1
Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat,a=myk
2005-02-25Bug 279910: Query crashed with Software Error: "Unknown column ↵mkanat%kerio.com1-6/+19
'bugs.assignee_accessible' " Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, a=myk
2005-02-25Bug 172383 : checksetup.pl : spelling, wording, and whitespace fixestravis%sedsystems.ca1-487/+566
Patch by travis & timeless r=timeless, travis a=myk
2005-02-25Bug 277504 : quips migrated from quip file have an (invalid) userid of 0travis%sedsystems.ca1-1/+12
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-02-25Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com1-174/+161
all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-02-21Bug 252272: Allow extremely large attachments to be stored locallybugreport%peshkin.net1-0/+20
r=wurblzap.a=justdave
2005-02-20Bug 280499: Replace "TO_DAYS()" with Bugzilla::DB function callmkanat%kerio.com1-2/+3
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-20Bug 282728: Add a switch to checksetup to skip compiling the templatesmkanat%kerio.com1-2/+12
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=travis, a=justdave
2005-02-19Bug 253721: Add group-based lists to whiningerik%dasbistro.com1-1/+7
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, r,a=justdave
2005-02-19Bug 281360: Checksetup should use the new DB-compatibility layer to create $dbhmkanat%kerio.com1-26/+3
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, r=glob, a=justdave
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-3/+5
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
2005-02-19Bug 280494: Replace "SELECT LAST_INSERT_ID()" with Bugzilla::DB function callmkanat%kerio.com1-12/+5
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-4/+4
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-02-17Bug 282509: Bugzilla now requires perl 5.6.1mkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-11/+16
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-17Bug 225973: Fix logins on systems that use Blorfish for crypt(). r=wurblzap, ↵mkanat%kerio.com1-4/+8
a=myk
2005-02-12Bug 281787: Add index for attachments.submitter_id and bugs_activity.whobugreport%peshkin.net1-0/+12
r,a=justdave
2005-02-10Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca1-3/+21
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
2005-02-10Bug 277723 : Add comments why checksetup uses slow code to check for spaces ↵travis%sedsystems.ca1-2/+6
and commas in flags Patch by Nick.Barnes@pobox.com r=wurblzap by inspection a=justdave
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-1/+8
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
2005-02-02Bug 277437 : Use Mail::Mailer (Perl module) for mail deliverytravis%sedsystems.ca1-1/+6
Patch by Andrei Benea <abenea@gmail.com> r=vladd a=justdave
2005-02-02Bug 280573 : checksetup fails in Bugzilla::Auth BEGIN blocktravis%sedsystems.ca1-1/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave (Regression behaviour from Bug 278792)
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-3/+11
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org1-8/+1
prevents new bugs from being filed. a=justdave
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-1/+8
Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
2005-01-28Bug 278010 : checksetup.pl should fix empty group namestravis%sedsystems.ca1-0/+29
Patch by Nick.Barnes@pobox.com r=wurblzap a=myk
2005-01-19Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca1-0/+1
prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
2005-01-17Patch for bug 275752: Make checksetup.pl to implicit chdir to the bugzilla ↵jocuri%softhome.net1-9/+10
directory; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=wurblzap, a=justdave.
2005-01-16Patch for bug 103636: Support specifying a date on which a bug is expected ↵jocuri%softhome.net1-0/+3
to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk.
2005-01-14Bug 276237 Charting is completely broken - can't add datasets to listtimeless%mozdev.org1-4/+8
patch by Nick.Barnes@pobox.com r=mkanat r=justdave a=justdave
2005-01-14Bug 278148: checksetup.pl *still* errors when trying to drop index on ↵travis%sedsystems.ca1-3/+8
milestones table Patch by Max K-A <mkanat@kerio.com> r=travis a=justdave
2005-01-13Bug 277571 : checksetup should not always output a message about checking ↵travis%sedsystems.ca1-4/+1
for flags Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
2005-01-09Patch for bug 256151: provide checksetup.pl --help output; patch by Tobias ↵jocuri%softhome.net1-1/+27
Sager <moixa@gmx.ch>, r=vladd, a=justdave.
2005-01-09Patch for bug 277303: checksetup.pl shouldn't emit a syntax error when ↵jocuri%softhome.net1-9/+2
trying to fix indexes on the milestones table; patch by Max K-A <mkanat@kerio.com>, r=wurblzap, a=justdave.
2005-01-08Bug 108870: Bugzilla does not set email prefs for new user until user visits ↵travis%sedsystems.ca1-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
2004-12-27Patch for bug 274650: checksetup flag fixup code shouldn't output text when ↵jocuri%softhome.net1-4/+4
all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave.
2004-12-26Patch for bug 264160: Make all default groups inherit the admin group on a ↵jocuri%softhome.net1-19/+13
new install; patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, r=travis, a=justdave.
2004-12-14Patch for bug 273935: avoid double-quoting dates in series_data table; patch ↵jocuri%softhome.net1-2/+2
by Vance Baarda <vrb@novell.com>, r=vladd, a=justdave.
2004-12-14Patch for bug 244756: checksetup.pl shouldn't fail to remove product index ↵jocuri%softhome.net1-0/+9
from milestones table in upgrade from 2.14.x; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=justdave.
2004-12-14Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or ↵jocuri%softhome.net1-0/+48
commas; patch by Nick.Barnes@pobox.com, r=wurblzap (Marc), a=justdave.
2004-12-11Bug 264662: Don't delete old chart data. We'll document the problems ↵gerv%gerv.net1-11/+5
instead. Patch by gerv; r,a=justdave.
2004-12-10Patch for bug 201554: remove un-necessary warning to non-root user with ↵jocuri%softhome.net1-11/+18
webservergroup access gave by checksetup.pl; patch by Rob Siklos <rsiklos@adexa.com>, r=vladd, a=justdave.
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net1-1/+8
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
2004-11-05Patch for bug 267543: Checksetup.pl should contain proper spacing in ↵jocuri%softhome.net1-1/+1
my$sth... statement; r=justdave, a=justdave.
2004-10-22fix for bug 256208: makes checksetup.pl create CVS-ignored skins/custom/ and ↵myk%mozilla.org1-0/+51
children; r=gerv, a=justdave
2004-10-20Patch for bug 264003: Include the DBI error in the error message if ↵jocuri%softhome.net1-3/+9
'createdb' fails; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=kiko, a=justdave.
2004-10-10Patch for bug 263165: Make Bugzilla specify table type as MyISAM when ↵jocuri%softhome.net1-1/+1
creating tables; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=kiko, a=justdave.