Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -0/+1 |
| | | | | r=dkl a=sgreen | ||||
* | Bug 938300: vers_cmp() incorrectly compares module versions | Frédéric Buclin | 2013-12-02 | 1 | -66/+0 |
| | | | | r=sgreen a=justdave | ||||
* | Bug 830467: Don't call _wanted_languages() when only one is available | Frédéric Buclin | 2013-01-17 | 1 | -2/+4 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 1 | -1/+1 |
| | | | | r/a=LpSolit | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 1 | -0/+32 |
| | | | | r/a=LpSolit | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+1 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 730877: Improve _get_string_from_file() performances by caching loaded files | Frédéric Buclin | 2012-02-29 | 1 | -0/+6 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -18/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 696541: Only load some external modules when needed, to improve the load ↵ | Frédéric Buclin | 2011-10-23 | 1 | -3/+7 |
| | | | | | | time of pages r/a=mkanat | ||||
* | Bug 648178: Make install-module.pl check if a compiler is available | Max Kanat-Alexander | 2011-04-24 | 1 | -1/+7 |
| | | | | | and fail with a clear error if not. r=glob, a=mkanat | ||||
* | Bug 643904 - Bugzilla::Extension should export a web_dir attribute to get ↵ | David Lawrence | 2011-03-22 | 1 | -0/+9 |
| | | | | | | full path to the extension's web directory r/a=mkanat | ||||
* | Bug 621925: Avoid 'used only once' warning when loading extensions | Byron Jones | 2011-02-25 | 1 | -1/+7 |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 605425: Non-english templates are no longer precompiled by checksetup | Frédéric Buclin | 2010-10-21 | 1 | -2/+5 |
| | | | | r/a=mkanat | ||||
* | Bug 550097: checksetup.pl should detect when run via a web server (cgi) and ↵ | Frédéric Buclin | 2010-10-11 | 1 | -1/+7 |
| | | | | | | fail with a sane error r/a=mkanat | ||||
* | Bug 586244: Make mod_headers and mod_expires optional | Max Kanat-Alexander | 2010-09-18 | 1 | -12/+15 |
| | | | | r=glob, a=mkanat | ||||
* | Bug 559549: Make checksetup.pl print out a "checksetup.pl complete" message | Max Kanat-Alexander | 2010-09-03 | 1 | -0/+6 |
| | | | | | when it finishes. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 575475: ANSI coloring of error messages was hiding template compilation | Max Kanat-Alexander | 2010-07-19 | 1 | -1/+3 |
| | | | | | errors r=LpSolit, a=LpSolit | ||||
* | Bug 382398: Make checksetup.pl localized messages be output in the | Max Kanat-Alexander | 2010-07-01 | 1 | -1/+35 |
| | | | | | console's charset r=timello, a=mkanat | ||||
* | Bug 562551: Allow template-only extensions to work | Max Kanat-Alexander | 2010-05-05 | 1 | -0/+12 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 560284: Make all errors that checksetup.pl throws be red | Max Kanat-Alexander | 2010-04-19 | 1 | -0/+17 |
| | | | | r=mkanat, a=mkanat (module owner) | ||||
* | Bug 550765: Unicode strings from install_string were showing up as garbage | Max Kanat-Alexander | 2010-03-28 | 1 | -1/+3 |
| | | | | | when used in the web interface r=LpSolit, a=LpSolit | ||||
* | Bug 550966: Syntax errors in extensions' Extension.pm were causing "deep | Max Kanat-Alexander | 2010-03-10 | 1 | -1/+7 |
| | | | | | recursion on subroutine" errors. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 545235: Simplify Bugzilla's language-choosing code | Max Kanat-Alexander | 2010-02-28 | 1 | -63/+63 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 531577: Fix the paths that single-file extensions (like extensions/Foo.pm) | Max Kanat-Alexander | 2010-02-20 | 1 | -0/+3 |
| | | | | | look for their tempaltes and libraries in. r=mkanat, a=mkanat (module owner) | ||||
* | Bug 480968: Make checksetup.pl never show popup windows for errors, on ↵ | Max Kanat-Alexander | 2010-02-01 | 1 | -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 | ||||
* | Bug 530994: Allow extensions to specify where their template directory is ↵ | mkanat%bugzilla.org | 2009-11-25 | 1 | -2/+67 |
| | | | | | | (which allows CPAN-distributed extensions to have templates) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 530767: Allow for CPAN distribution of extensions | mkanat%bugzilla.org | 2009-11-25 | 1 | -3/+26 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 530960: Put hooks into template/default/hook instead of template/hook | mkanat%bugzilla.org | 2009-11-25 | 1 | -19/+20 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 2009-11-24 | 1 | -17/+105 |
| | | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 430010: Re-work the template hooks system so that template hooks always ↵ | mkanat%bugzilla.org | 2009-11-23 | 1 | -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 | ||||
* | Bug 421265: Let the user easily override the language used to display HTML pages | mkanat%bugzilla.org | 2009-11-18 | 1 | -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.com | 2009-08-12 | 1 | -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 path | mkanat%bugzilla.org | 2009-08-11 | 1 | -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.com | 2009-01-24 | 1 | -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-out | mkanat%bugzilla.org | 2008-12-06 | 1 | -2/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 467324: PROJECT specific template directory was being ignored | mkanat%bugzilla.org | 2008-12-06 | 1 | -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.com | 2008-04-04 | 1 | -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.com | 2008-03-31 | 1 | -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.com | 2008-03-28 | 1 | -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 Oracle | mkanat%bugzilla.org | 2007-12-13 | 1 | -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 systems | mkanat%bugzilla.org | 2007-10-24 | 1 | -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.com | 2007-08-22 | 1 | -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.com | 2007-08-21 | 1 | -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.org | 2007-08-08 | 1 | -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.com | 2007-07-13 | 1 | -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.org | 2007-05-06 | 1 | -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.org | 2007-03-21 | 1 | -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 HTML | mkanat%bugzilla.org | 2007-03-20 | 1 | -19/+52 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 374227: Create a system for localizing basic installation strings | mkanat%bugzilla.org | 2007-03-17 | 1 | -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.org | 2007-03-16 | 1 | -0/+198 |
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat |