aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Plugin/Hook.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-22/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-3/+4
| | | | | Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-4/+3
| | | | r=LpSolit, a=LpSolit
* Bug 545260: In the code for template hooks, the cached code of a hookMax Kanat-Alexander2010-02-171-1/+1
| | | | | wasn't being stored properly per-language. r=mkanat, a=mkanat (module owner)
* Bug 525606: Make the template_before_process hook run whenever a template is ↵mkanat%bugzilla.org2009-12-171-0/+1
| | | | | | loaded (including PROCESS and INCLUDE), not just when $template->process is called. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-251-37/+13
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 516404: Compile template hook code only once per request, and cache the ↵mkanat%bugzilla.org2009-11-231-14/+29
| | | | | | compile templates so that they aren't looked up on disk every time the hook is called 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.org2009-11-231-58/+59
| | | | | | 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 457480: Bugzilla/Template/Plugin/Hook.pm does not respect disabled flag ↵lpsolit%gmail.com2008-10-061-0/+1
| | | | - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=mkanat
* Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org2008-05-291-8/+55
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵lpsolit%gmail.com2008-05-121-23/+2
| | | | any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, ↵mkanat%bugzilla.org2007-08-181-2/+6
| | | | | | because it didn't exist anymore. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=LpSolit
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-1/+2
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-281-1/+1
|
* Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net2006-02-281-3/+3
| | | | 11).
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-1/+59
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-0/+83
standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk