aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Util.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin2013-12-021-66/+0
* Bug 830467: Don't call _wanted_languages() when only one is availableFrédéric Buclin2013-01-171-2/+4
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+32
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 730877: Improve _get_string_from_file() performances by caching loaded filesFrédéric Buclin2012-02-291-0/+6
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-18/+5
* Bug 696541: Only load some external modules when needed, to improve the load ...Frédéric Buclin2011-10-231-3/+7
* Bug 648178: Make install-module.pl check if a compiler is availableMax Kanat-Alexander2011-04-241-1/+7
* Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ful...David Lawrence2011-03-221-0/+9
* Bug 621925: Avoid 'used only once' warning when loading extensionsByron Jones2011-02-251-1/+7
* Bug 605425: Non-english templates are no longer precompiled by checksetupFrédéric Buclin2010-10-211-2/+5
* Bug 550097: checksetup.pl should detect when run via a web server (cgi) and f...Frédéric Buclin2010-10-111-1/+7
* Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander2010-09-181-12/+15
* Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" messageMax Kanat-Alexander2010-09-031-0/+6
* Bug 575475: ANSI coloring of error messages was hiding template compilationMax Kanat-Alexander2010-07-191-1/+3
* Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander2010-07-011-1/+35
* Bug 562551: Allow template-only extensions to workMax Kanat-Alexander2010-05-051-0/+12
* Bug 560284: Make all errors that checksetup.pl throws be redMax Kanat-Alexander2010-04-191-0/+17
* Bug 550765: Unicode strings from install_string were showing up as garbageMax Kanat-Alexander2010-03-281-1/+3
* Bug 550966: Syntax errors in extensions' Extension.pm were causing "deepMax Kanat-Alexander2010-03-101-1/+7
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-63/+63
* Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm)Max Kanat-Alexander2010-02-201-0/+3
* Bug 480968: Make checksetup.pl never show popup windows for errors, on Window...Max Kanat-Alexander2010-02-011-0/+22
* Bug 530994: Allow extensions to specify where their template directory is (wh...mkanat%bugzilla.org2009-11-251-2/+67
* Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2009-11-251-3/+26
* Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-251-19/+20
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-17/+105
* Bug 430010: Re-work the template hooks system so that template hooks always l...mkanat%bugzilla.org2009-11-231-32/+47
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-3/+32
* Bug 507493: checksetup.pl's output should use colors for missing and too old ...lpsolit%gmail.com2009-08-121-0/+10
* Bug 430011: Disabled extensions are still included in template include pathmkanat%bugzilla.org2009-08-111-0/+1
* Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() -...lpsolit%gmail.com2009-01-241-5/+2
* Bug 467506: -d $dir check in add_language_set should not be commented-outmkanat%bugzilla.org2008-12-061-2/+2
* Bug 467324: PROJECT specific template directory was being ignoredmkanat%bugzilla.org2008-12-061-1/+1
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ...lpsolit%gmail.com2008-04-041-1/+13
* Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com2008-03-311-1/+16
* Bug 425288: checksetup.pl displays messages using the first language availabl...lpsolit%gmail.com2008-03-281-12/+22
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-1/+1
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-241-0/+21
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ...wurblzap%gmail.com2007-08-221-1/+1
* Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultl...lpsolit%gmail.com2007-08-211-1/+1
* Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)mkanat%bugzilla.org2007-08-081-26/+0
* Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by FrédÃ...lpsolit%gmail.com2007-07-131-1/+1
* Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla...mkanat%bugzilla.org2007-05-061-0/+42
* Bug 374540: Print out the requirements in an HTML table instead of preformatt...mkanat%bugzilla.org2007-03-211-1/+2
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-201-19/+52
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-171-3/+250
* Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org2007-03-161-0/+198