aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Context.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 525606: Make the template_before_process hook run whenever a template is ↵mkanat%bugzilla.org2009-12-171-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