summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Expand)AuthorFilesLines
2010-07-06Bug 554964 - Show if a user is a "Default CC" under the Product Responsibilit...Reed Loden1-2/+10
2010-07-05Bug 455810 - Add autocomplete support to the keywords fieldReed Loden1-0/+3
2010-07-01Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander1-0/+3
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-9/+0
2010-05-19Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander1-0/+1
2010-05-18Bug 566499 - "#c0 links have the wrong href"Reed Loden1-1/+1
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-1/+5
2010-04-08Bug 284650: Beginning a chart name with an "_" (underscore) causes errorsFrédéric Buclin1-0/+3
2010-04-07Bug 557780: Remove the unused .substr method in Template.pmFrédéric Buclin1-8/+0
2010-04-06Bug 556429: Stop sending bugmail from inside the templateMax Kanat-Alexander1-7/+0
2010-03-28Bug 553923: Don't word-wrap messages and errors for the WebServiceMax Kanat-Alexander1-2/+10
2010-03-14Bug 498309: Speed up show_bug.cgi when there are many comments by cachingMax Kanat-Alexander1-1/+6
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-3/+20
2010-03-01Bug 547466: Release Notes for Bugzilla 3.6rc1Max Kanat-Alexander1-2/+7
2010-03-01Bug 545235: Simplify Bugzilla's language-choosing codeMax Kanat-Alexander1-4/+3
2010-01-07Bug 514703 - revert changes to bug link detection algorithm. r,a=LpSolitgerv%gerv.net1-9/+4
2009-12-17Bug 525606: Make the template_before_process hook run whenever a template is ...mkanat%bugzilla.org1-20/+3
2009-12-15Bug 523762: Prevent the template_before_process hook from causing an infinite...mkanat%bugzilla.org1-3/+9
2009-12-04Bug 452919: Allow the "created an attachment" message in comments to be local...mkanat%bugzilla.org1-6/+1
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-0/+8
2009-11-24Post-checkin fix for bug 430012: Make checksetup not throw a warning when the...mkanat%bugzilla.org1-15/+18
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-5/+5
2009-11-24Bug 430012: Make checksetup.pl precompile extension templatesmkanat%bugzilla.org1-53/+45
2009-11-23Bug 523999: New Hook: template-before_createmkanat%bugzilla.org1-2/+7
2009-11-19Bug 529416: (CVE-2009-3386) [SECURITY] Dependency lists display bug aliases e...mkanat%bugzilla.org1-4/+3
2009-11-18Bug 421265: Let the user easily override the language used to display HTML pagesmkanat%bugzilla.org1-0/+8
2009-11-10Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org1-1/+1
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-0/+2
2009-10-21Bug 394438: Add a hook for adding template vars to any page (Override Templat...mkanat%bugzilla.org1-0/+13
2009-10-01Bug 364254: Add hook to Bugzilla::Template::quoteUrlsmkanat%bugzilla.org1-5/+26
2009-10-01Bug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a...mkanat%bugzilla.org1-6/+4
2009-09-27Bug 517793: Use the ENCODING parameter of Template Toolkit instead of having ...mkanat%bugzilla.org1-23/+2
2009-08-20Bug 208714: Make checksetup.pl move $datadir/template when it can't delete itmkanat%bugzilla.org1-9/+12
2009-08-12Bug 509108: Don't require a bug_list parameter to show the bug template (crea...mkanat%bugzilla.org1-1/+9
2009-08-11Bug 509045: Make "use_keywords" a global template variable instead of having ...mkanat%bugzilla.org1-1/+7
2009-08-10Bug 503980: show_bug.cgi doesn't properly escape <!-- inside bug summary - Pa...lpsolit%gmail.com1-0/+1
2009-08-06Bug 508737: Allow Bugzilla::Template::get_bug_link to take a Bugzilla::Bug ob...mkanat%bugzilla.org1-39/+33
2009-07-16Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushk...lpsolit%gmail.com1-33/+1
2009-06-21Bug 498318: Speed up field-descs.none.tmplmkanat%bugzilla.org1-0/+8
2009-05-23Bug 487330: Links in comments pointing to patches should go to the 'diff' vie...lpsolit%gmail.com1-3/+15
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-0/+4
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org1-0/+2
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, o...dkl%redhat.com1-6/+6
2009-01-28Bug 470262 - Show alias if available in show_bug.cgi for bug dependencies, o...dkl%redhat.com1-11/+15
2009-01-20Bug 470057: Collapse and wrap text messages and text errorsmkanat%bugzilla.org1-0/+4
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when useme...lpsolit%gmail.com1-0/+7
2008-10-21Fix bustage due to bug 105865: Perl 5.8.x doesn't understand \h. We have to u...lpsolit%gmail.com1-1/+1
2008-10-21Bug 105865: When converting bug/attachment/comment numbers to links, quoteUrl...lpsolit%gmail.com1-7/+11
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-3/+2
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-1/+9