summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin3-3/+3
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin3-0/+3
2013-11-19Bug 939844: Don't cache template filters when arguments are suppliedByron Jones1-1/+2
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky3-3/+3
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+12
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-0/+7
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin3-0/+7
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin3-62/+15
2011-10-21Bug 696244: Remove the unused Bugzilla/Template/Plugin/User.pm fileFrédéric Buclin1-65/+0
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-3/+4
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-4/+3
2010-02-17Bug 545260: In the code for template hooks, the cached code of a hookMax Kanat-Alexander1-1/+1
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-66/+0
2009-12-17Bug 525606: Make the template_before_process hook run whenever a template is ...mkanat%bugzilla.org2-0/+105
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-37/+13
2009-11-23Bug 516404: Compile template hook code only once per request, and cache the c...mkanat%bugzilla.org1-14/+29
2009-11-23Bug 430010: Re-work the template hooks system so that template hooks always l...mkanat%bugzilla.org1-58/+59
2008-10-06Bug 457480: Bugzilla/Template/Plugin/Hook.pm does not respect disabled flag -...lpsolit%gmail.com1-0/+1
2008-05-29Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org1-8/+55
2008-05-12Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ...lpsolit%gmail.com1-23/+2
2008-02-14Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com1-0/+66
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-1/+1
2007-08-18Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, bec...mkanat%bugzilla.org1-2/+6
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+1
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-1/+2
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
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net1-1/+59
2004-08-05Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net1-0/+65
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org1-0/+83
2003-02-07Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org1-1/+12
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-0/+53