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