summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-10-15Bug 1308949 - Keep MYMETA.json up-to-date when checksetup is runDylan Hardison1-0/+10
r=dkl
2016-09-11remove radius and ldap from default set of --cpanm featuresDylan William Hardison1-1/+4
2016-05-18Bug 1273699 - patch to add to and correct pod for checksetup.plKenneth Lorber1-3/+13
r=dylan
2016-05-10re-add check-modulesDylan William Hardison1-2/+2
2016-05-10nit: include --skip-satisfied and --quiet for checksetup cpanm helper.Dylan William Hardison1-2/+2
2016-05-10Bug 1270536 - Provide helper script to run cpanm with sane default argumentsDylan William Hardison1-1/+28
2016-05-10Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵Dylan William Hardison1-4/+11
installed and which version is installed
2016-05-10Bug 1270550 - Can't locate loadable object for module ↵Dylan Hardison1-0/+2
main::Tie::Hash::NamedCapture in @INC r=dkl
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-0/+1
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-23/+3
dependencies r=dkl,a=dylan
2015-08-07Bug 1191255 - Remove requirement to specify SMTP server during installation ↵Gervase Markham1-2/+0
on Windows. r=LpSolit, a=simon
2015-06-08Bug 1164761: Add a couple of extra options to checksetup to skip some actionsJeff Fearn1-2/+9
r=glob,a=glob
2015-04-02Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable ↵David Lawrence1-3/+15
by utilities such as cpanm for installing Perl dependencies r=dylan,a=glob
2015-01-22Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob.Albert Ting1-2/+3
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params ↵Matt Selsky1-1/+9
into localconfig (and kill the Graphs panel). r=gerv, a=glob.
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence1-2/+2
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-2/+2
data/params r=dkl r=wurblzap a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-2/+4
r=dkl a=sgreen
2014-07-10Bug 856598 - checksetup.pl should exit(1) if it fails checks. r=gerv, a=sgreen.Christian Ruppert1-3/+3
2013-12-19Bug 237498: Add memcached integrationByron Jones1-0/+3
r=dkl, a=sgreen
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-1/+1
r=mkanat a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-36/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-10-11Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵Frédéric Buclin1-0/+3
fail with a sane error r/a=mkanat
2010-09-04Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander1-2/+9
when it finishes. r=mkanat, a=mkanat (module owner)
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-0/+1
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-07-01Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander1-6/+0
console's charset r=timello, a=mkanat
2010-03-28Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander1-0/+6
when used in the web interface r=LpSolit, a=LpSolit
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-1/+1
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-12Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com1-2/+2
Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-06-02Bug 495783: Create the default Classification before setting up foreign ↵mkanat%bugzilla.org1-2/+6
keys, so that the products.classification_id -> classifications.id FK doesn't fail during upgrades that add the classification_id column. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com1-0/+4
to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2008-12-22Bug 470442: Only delete tainted environment variables if we're running in ↵mkanat%bugzilla.org1-3/+0
taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-09-02Bug 451707: Provide a --version option to checksetup.plmkanat%bugzilla.org1-2/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-08-22Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org1-0/+2
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-03-28Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com1-3/+2
available, alphabetically, rather than falling back to english if the desired language is not found - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=mkanat
2007-11-28Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org1-1/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com1-3/+1
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com1-2/+2
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2007-03-26There was an additional patch in bug 375357 that was accidentally ↵mkanat%bugzilla.org1-3/+0
checked-in, that wasn't part of that bug.
2007-03-26Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org1-0/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-20Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-17Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org1-4/+4
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org1-0/+1
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-25/+13
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-11-13Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org1-1/+1
Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-10-17Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org1-0/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk