aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 288527 - change precompilation to use Bugzilla::Template and so do it ↵gerv%gerv.net2005-04-051-2/+1
| | | | right. Patch by gerv; r=bbaetz, a=justdave.
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-1/+1
| | | | Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+2
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-0/+3
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
* Followup fix for bug 280770: improves reflection of constants into the ↵myk%mozilla.org2005-02-081-4/+9
| | | | templates' 'constants' namespace; r=wurblzap, a=myk
* Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to ↵myk%mozilla.org2005-02-051-0/+22
| | | | templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca2005-01-191-0/+8
| | | | | | prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
* Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵justdave%bugzilla.org2004-07-101-1/+1
| | | | | | in product, component, and flag names from causing problems. r=gerv, a=justdave
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-2/+29
| | | | | | | | specific bz_obsolete/closed/inactive classes (that don't specify underline, but line-through instead) and additional Template filters for conveniently applying them. Change occurences of <strike> to use new classes and clean up callsites. Patch by byron jones <bugzilla@glob.com.au>. r=myk, gerv. a=myk.
* Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net2004-03-171-0/+25
| | | | William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
* Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org2004-02-061-0/+24
| | | | | | | | attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-0/+5
| | | | | | | standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions. r=bbaetz, gerv a=myk
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-5/+10
|
* Bug 219216: Javascript improperly using FILTER html instead of FILTER js ↵justdave%syndicomm.com2003-09-181-0/+1
| | | | | | causing data with @ produced by javascript to show up as &#64; r=timeless, a=justdave
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ↵gerv%gerv.net2003-09-121-3/+3
| | | | people, but in the end by gerv; r,a=justdave.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-0/+5
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-221-0/+4
| | | | r,a=justdave
* Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org2003-08-011-0/+8
| | | | | Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-0/+7
|
* Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org2003-06-071-8/+0
| | | | r,a=justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-1/+4
| | | | r=myk,jake
* Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de2003-04-091-1/+1
| | | | r=bbaetz,a=justdave
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com2003-02-101-0/+7
| | | | a=justdave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-241-1/+62
| | | | by burnus; r=gerv, a=justdave.
* Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au2002-12-201-0/+236