aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Util.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-3/+32
| | | | Patch by Jacques Supcik <jacques@supcik.org> r=mkanat, a=mkanat
* Bug 507493: checksetup.pl's output should use colors for missing and too old ↵lpsolit%gmail.com2009-08-121-0/+10
| | | | Perl modules - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 430011: Disabled extensions are still included in template include pathmkanat%bugzilla.org2009-08-111-0/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 471613: Replace Bugzilla::Util::is_tainted() by Scalar::Util::tainted() ↵lpsolit%gmail.com2009-01-241-5/+2
| | | | - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 467506: -d $dir check in add_language_set should not be commented-outmkanat%bugzilla.org2008-12-061-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 467324: PROJECT specific template directory was being ignoredmkanat%bugzilla.org2008-12-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-041-1/+13
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 425620 – checksetup.pl doesn't pick up the user's language correctly.wurblzap%gmail.com2008-03-311-1/+16
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 425288: checksetup.pl displays messages using the first language ↵lpsolit%gmail.com2008-03-281-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
* Bug 408032: [Oracle] Make bzdbcopy.pl work with Oraclemkanat%bugzilla.org2007-12-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-241-0/+21
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
* Bug 393148 – Template include path used by Bugzilla/Template.pm ordered ↵wurblzap%gmail.com2007-08-221-1/+1
| | | | | | | wrongly. Follow-up warning fix patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
* Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com2007-08-211-1/+1
| | | | 'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
* Bug 389845: Remove setup.cgi from Bugzilla (no web-based installation)mkanat%bugzilla.org2007-08-081-26/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 387678: Warnings thrown when running ./runtests -v 11 - Patch by ↵lpsolit%gmail.com2007-07-131-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org2007-05-061-0/+42
| | | | | | Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
* Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org2007-03-211-1/+2
| | | | | | preformatted text 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-19/+52
| | | | 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-3/+250
| | | | 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/+198
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat