summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Context.pm
AgeCommit message (Collapse)AuthorFilesLines
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
2009-12-17Bug 525606: Make the template_before_process hook run whenever a template is ↵mkanat%bugzilla.org1-0/+104
loaded (including PROCESS and INCLUDE), not just when $template->process is called. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat