aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander2010-03-131-1/+6
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-3/+20
* Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander2010-02-281-2/+7
* Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander2010-02-281-4/+3
* Bug 514703 - revert changes to bug link detection algorithm. r,a=LpSolitgerv%gerv.net2010-01-071-9/+4
* Bug 525606: Make the template_before_process hook run whenever a template is ...mkanat%bugzilla.org2009-12-171-20/+3
* Bug 523762: Prevent the template_before_process hook from causing an infinite...mkanat%bugzilla.org2009-12-141-3/+9
* Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org2009-12-041-6/+1
* Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org2009-11-251-0/+8
* Post-checkin fix for bug 430012: Make checksetup not throw a warning when the...mkanat%bugzilla.org2009-11-241-15/+18
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-5/+5
* Bug 430012: Make checksetup.pl precompile extension templatesmkanat%bugzilla.org2009-11-241-53/+45
* Bug 523999: New Hook: template-before_createmkanat%bugzilla.org2009-11-231-2/+7
* Bug 529416: (CVE-2009-3386) [SECURITY] Dependency lists display bug aliases e...mkanat%bugzilla.org2009-11-191-4/+3
* Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org2009-11-181-0/+8
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-1/+1
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-0/+2
* Bug 394438: Add a hook for adding template vars to any page (Override Templat...mkanat%bugzilla.org2009-10-201-0/+13
* Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org2009-09-301-5/+26
* Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org2009-09-301-6/+4
* Bug 517793: Use the ENCODING parameter of Template Toolkit instead of having ...mkanat%bugzilla.org2009-09-261-23/+2
* Bug 208714: Make checksetup.pl move $datadir/template when it can't delete itmkanat%bugzilla.org2009-08-201-9/+12
* Bug 509108: Don't require a bug_list parameter to show the bug template (crea...mkanat%bugzilla.org2009-08-121-1/+9
* Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org2009-08-111-1/+7
* Bug 503980: show_bug.cgi doesn't properly escape <!-- inside bug summary - Pa...lpsolit%gmail.com2009-08-101-0/+1
* Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ob...mkanat%bugzilla.org2009-08-061-39/+33
* Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushk...lpsolit%gmail.com2009-07-161-33/+1
* Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org2009-06-211-0/+8
* Bug 487330: Links in comments pointing to patches should go to the 'diff' vie...lpsolit%gmail.com2009-05-231-3/+15
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com2009-02-021-0/+4
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-0/+2
* Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, o...dkl%redhat.com2009-01-281-6/+6
* Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, o...dkl%redhat.com2009-01-281-11/+15
* Bug 470057: Collapse and wrap text messages and text errorsmkanat%bugzilla.org2009-01-201-0/+4
* Bug 465589: Already selected user accounts are no longer displayed when useme...lpsolit%gmail.com2008-12-291-0/+7
* Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to u...lpsolit%gmail.com2008-10-211-1/+1
* Bug 105865: When converting bug/attachment/comment numbers to links, quoteUrl...lpsolit%gmail.com2008-10-211-7/+11
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com2008-08-281-3/+2
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-271-1/+9
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ...lpsolit%gmail.com2008-04-041-1/+9
* Bug 425746: Bugzilla::Template::precompile_templates() doesn't flush template...lpsolit%gmail.com2008-03-291-0/+3
* Bug 413121 – UTF-8 in templates are garbaged.wurblzap%gmail.com2008-02-141-0/+23
* Bug 341508 – GetBugLink() should be localisable.wurblzap%gmail.com2008-02-121-2/+2
* Bug 408448: checksetup now tells you when template precompilation is complete.mkanat%bugzilla.org2007-12-151-3/+5
* Bug 406462 – User interface mangled by BiDi characters in Unicode.wurblzap%gmail.com2007-12-041-5/+1
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-11-051-11/+14
* Bug 383522: mod_perl creates a separate template directorymkanat%bugzilla.org2007-10-161-1/+20
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-2/+2
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by Fré...lpsolit%gmail.com2007-10-081-4/+2
* Bug 357315: Add the ability to create <textarea> fieldsmkanat%bugzilla.org2007-09-171-1/+5