aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-133-0/+3
* Bug 939844: Don't cache template filters when arguments are suppliedByron Jones2013-11-191-1/+2
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-013-3/+3
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+12
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-0/+7
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-013-0/+7
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-113-62/+15
* Bug 696244: Remove the unused Bugzilla/Template/Plugin/User.pm fileFrédéric Buclin2011-10-211-65/+0
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-3/+4
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-4/+3
* Bug 545260: In the code for template hooks, the cached code of a hookMax Kanat-Alexander2010-02-171-1/+1
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-66/+0
* Bug 525606: Make the template_before_process hook run whenever a template is ...mkanat%bugzilla.org2009-12-172-0/+105
* Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-251-37/+13
* Bug 516404: Compile template hook code only once per request, and cache the c...mkanat%bugzilla.org2009-11-231-14/+29
* Bug 430010: Re-work the template hooks system so that template hooks always l...mkanat%bugzilla.org2009-11-231-58/+59
* Bug 457480: Bugzilla/Template/Plugin/Hook.pm does not respect disabled flag -...lpsolit%gmail.com2008-10-061-0/+1
* Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org2008-05-291-8/+55
* Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ...lpsolit%gmail.com2008-05-121-23/+2
* Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com2008-02-141-0/+66
* Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com2007-08-221-1/+1
* Bug 390756: Hook.pm couldn't find Bugzilla::Template::sortAcceptLanguage, bec...mkanat%bugzilla.org2007-08-181-2/+6
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-1/+1
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-1/+2
* 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
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-281-1/+59
* Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templatesbugreport%peshkin.net2004-08-051-0/+65
* Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org2004-01-121-0/+83
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+12
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-0/+53