summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template
AgeCommit message (Collapse)AuthorFilesLines
2017-12-23no bug - support Devel::NYTProfDylan William Hardison1-0/+1
2017-12-02Bug 1417980 - Fix non-HTTPS links and outdated links where possibleKohei Yoshino1-1/+1
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison2-5/+5
2017-05-27Bug 1352264 - Preload all templates (re-apply)Dylan William Hardison1-0/+110
2017-05-02Revert "Bug 1352264 - Preload all templates"Dylan William Hardison1-110/+0
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954.
2017-04-26Bug 1352264 - Preload all templatesDylan William Hardison1-0/+110
2017-04-11Revert "Bug 1352913 - Extensions must register for template_before_process()"Dylan William Hardison1-17/+6
This reverts commit ecbdca8c3f06dd420db6a960c8808615dae6848a.
2017-04-10Bug 1352913 - Extensions must register for template_before_process()Dylan William Hardison1-6/+17
We can skip a lot of method calls if extensions must declare what templates they act on.
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison4-62/+27
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison4-27/+62
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 Hardison4-62/+27
local symlink to data/ directory
2013-11-19Bug 939844: Don't cache template filters when arguments are suppliedByron Jones1-1/+2
2012-11-26Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵Dave Lawrence1-0/+7
performance enhancements r=glob
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-3/+4
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-4/+3
r=LpSolit, a=LpSolit
2010-02-17Bug 545260: In the code for template hooks, the cached code of a hookMax Kanat-Alexander1-1/+1
wasn't being stored properly per-language. r=mkanat, a=mkanat (module owner)
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-66/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-12-17Bug 525606: Make the template_before_process hook run whenever a template is ↵mkanat%bugzilla.org2-0/+105
loaded (including PROCESS and INCLUDE), not just when $template->process is called. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-37/+13
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-23Bug 516404: Compile template hook code only once per request, and cache the ↵mkanat%bugzilla.org1-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
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always ↵mkanat%bugzilla.org1-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
2008-10-06Bug 457480: Bugzilla/Template/Plugin/Hook.pm does not respect disabled flag ↵lpsolit%gmail.com1-0/+1
- Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=mkanat
2008-05-29Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org1-8/+55
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
2008-05-12Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵lpsolit%gmail.com1-23/+2
any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-14Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com1-0/+66
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-18Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, ↵mkanat%bugzilla.org1-2/+6
because it didn't exist anymore. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=LpSolit
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-1/+2
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-01Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net1-1/+1
2006-03-01Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ↵jocuri%softhome.net1-3/+3
11).
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-1/+59
zach@zachlipton.com, r=timeless, a=justdave.
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-0/+65
r=kiko a=justdave
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org1-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
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+12
r=gerv, justdave a=justdave
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-0/+53