aboutsummaryrefslogtreecommitdiffstats
path: root/checksetup.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1191255 - Remove requirement to specify SMTP server during installation ↵Gervase Markham2015-08-071-2/+0
| | | | on Windows. r=LpSolit, a=simon
* Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob.Albert Ting2015-01-221-2/+3
|
* Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence2014-09-151-2/+2
| | | | | | data form is JSON and not JS r=LpSolit,a=sgreen
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin2014-09-111-2/+2
| | | | | | data/params r=dkl r=wurblzap a=sgreen
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-2/+4
| | | | r=dkl a=sgreen
* Bug 856598 - checksetup.pl should exit(1) if it fails checks. r=gerv, a=sgreen.Christian Ruppert2014-07-101-3/+3
|
* Bug 237498: Add memcached integrationByron Jones2013-12-191-0/+3
| | | | r=dkl, a=sgreen
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-311-1/+1
| | | | r=mkanat a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-36/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵Frédéric Buclin2010-10-111-0/+3
| | | | | | fail with a sane error r/a=mkanat
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-031-2/+9
| | | | | when it finishes. r=mkanat, a=mkanat (module owner)
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-051-0/+1
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander2010-07-011-6/+0
| | | | | console's charset r=timello, a=mkanat
* Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander2010-03-281-0/+6
| | | | | when used in the web interface r=LpSolit, a=LpSolit
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-1/+1
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com2009-08-121-2/+2
| | | | Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 495783: Create the default Classification before setting up foreign ↵mkanat%bugzilla.org2009-06-021-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
* Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com2009-04-111-0/+4
| | | | to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 470442: Only delete tainted environment variables if we're running in ↵mkanat%bugzilla.org2008-12-221-3/+0
| | | | | | taint mode Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org2008-12-161-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 451707: Provide a --version option to checksetup.plmkanat%bugzilla.org2008-09-021-2/+8
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 439192: Add hook to the end of checksetup.plmkanat%bugzilla.org2008-08-221-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com2008-03-281-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
* Bug 353995: Make checksetup able to reset a user's passwordmkanat%bugzilla.org2007-11-281-1/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com2007-08-091-3/+1
| | | | warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-141-2/+2
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* There was an additional patch in bug 375357 that was accidentally ↵mkanat%bugzilla.org2007-03-261-3/+0
| | | | checked-in, that wasn't part of that bug.
* Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2007-03-261-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-201-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-4/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org2007-03-161-0/+1
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com2006-12-091-25/+13
| | | | causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org2006-11-131-1/+1
| | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 192451: Checksetup should prioritize missing module whinesmkanat%bugzilla.org2006-10-171-0/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 277502: Re-organize checksetup.pl to be understood more easily (make it ↵mkanat%bugzilla.org2006-09-141-247/+264
| | | | | | a short series of subroutines) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 352593: Move group creation from checksetup.pl to Bugzilla::Installmkanat%bugzilla.org2006-09-141-104/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346597: Have Bugzilla::Group implement Bugzilla::Object->create, and ↵mkanat%bugzilla.org2006-09-141-99/+59
| | | | | | make checksetup.pl use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 351983: Move admin creation out of checksetup.pl and into Bugzilla::Installmkanat%bugzilla.org2006-09-101-219/+12
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org2006-09-041-6/+2
| | | | | | calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵mkanat%bugzilla.org2006-08-261-2/+4
| | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com2006-08-051-3/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 347290: Move default product and classification creation into ↵mkanat%bugzilla.org2006-08-041-54/+9
| | | | | | Bugzilla::Install Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org2006-08-041-137/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 347083: Move the rest of checksetup's DB-modification code into a modulemkanat%bugzilla.org2006-08-031-470/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
* Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DBmkanat%bugzilla.org2006-08-031-2109/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 289357: Move AddFDef from checksetup into Field.pmmkanat%bugzilla.org2006-08-031-107/+122
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
* Bug 346932: Move settings creation/maintenance into Bugzilla::Installmkanat%bugzilla.org2006-08-021-30/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 346594: Move GraphViz check into Bugzilla::Install::Requirementsmkanat%bugzilla.org2006-08-011-22/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk