summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-9/+9
2017-07-07Bug 1376023 - Undo accidental reversion of bug 1352907Dylan William Hardison1-149/+4
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again
2017-05-17use non-whimsical string for lbheartbeatDylan William Hardison1-4/+149
2017-05-11Bug 1352907 - Simplify extension system for performanceDylan William Hardison1-149/+4
2017-03-27Bug 1350466 - Uplift bug 1342832 to bmo for performance and other reasonsDylan William Hardison1-1/+1
2016-12-01Bug 1319503 - Backport request_cache optimizations from upstreamDylan William Hardison1-9/+1
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+30
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-30/+22
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-22/+30
local symlink to data/ directory
2013-01-17Bug 830467 - Don't call _wanted_languages() when only one is availableDave Lawrence1-2/+4
2011-04-25Bug 648178: Make install-module.pl check if a compiler is availableMax Kanat-Alexander1-1/+7
and fail with a clear error if not. r=glob, a=mkanat
2011-03-22Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ↵David Lawrence1-0/+9
full path to the extension's web directory r/a=mkanat
2011-02-25Bug 621925: Avoid 'used only once' warning when loading extensionsByron Jones1-1/+7
r=mkanat, a=mkanat
2010-10-21Bug 605425: Non-english templates are no longer precompiled by checksetupFrédéric Buclin1-2/+5
r/a=mkanat
2010-10-11Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵Frédéric Buclin1-1/+7
fail with a sane error r/a=mkanat
2010-09-19Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander1-12/+15
r=glob, a=mkanat
2010-09-04Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander1-0/+6
when it finishes. r=mkanat, a=mkanat (module owner)
2010-07-20Bug 575475: ANSI coloring of error messages was hiding template compilationMax Kanat-Alexander1-1/+3
errors r=LpSolit, a=LpSolit
2010-07-01Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander1-1/+35
console's charset r=timello, a=mkanat
2010-05-06Bug 562551: Allow template-only extensions to workMax Kanat-Alexander1-0/+12
r=mkanat, a=mkanat (module owner)
2010-04-20Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander1-0/+17
r=mkanat, a=mkanat (module owner)
2010-03-28Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander1-1/+3
when used in the web interface r=LpSolit, a=LpSolit
2010-03-10Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander1-1/+7
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner)
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-63/+63
r=LpSolit, a=LpSolit
2010-02-20Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander1-0/+3
look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner)
2010-02-01Bug 480968: Make checksetup.pl never show popup windows for errors, on ↵Max Kanat-Alexander1-0/+22
Windows, to work around the error that pops up every time it tries to load DBD::Oracle. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=mkanat
2009-11-25Bug 530994: Allow extensions to specify where their template directory is ↵mkanat%bugzilla.org1-2/+67
(which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org1-3/+26
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-19/+20
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-17/+105
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always ↵mkanat%bugzilla.org1-32/+47
live in template/<lang>/hook/, both for extensions and for the base Bugzilla template/ directory. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-3/+32
Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
2009-08-12Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com1-0/+10
Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-08-11Bug 430011: Disabled extensions are still included in template include pathmkanat%bugzilla.org1-0/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-01-24Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() ↵lpsolit%gmail.com1-5/+2
- Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
2008-12-06Bug 467506: -d $dir check in add_language_set should not be commented-outmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-12-06Bug 467324: PROJECT specific template directory was being ignoredmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com1-1/+13
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-03-31Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com1-1/+16
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2008-03-28Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com1-12/+22
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-12-13Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org1-0/+21
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
2007-08-22Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com1-1/+1
wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com1-1/+1
'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
2007-08-08Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)mkanat%bugzilla.org1-26/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-07-13Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org1-0/+42
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
2007-03-21Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org1-1/+2
preformatted text 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-19/+52
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-3/+250
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat