summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-14Bug 204498 Add su (setuser) functionbugreport%peshkin.net1-0/+5
Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
2005-09-16Bug 282686: Multiple projects sharing the same Bugzilla codebase (different ↵lpsolit%gmail.com1-10/+37
datastores) - Patch by guillomovitch@zarb.org r=wurblzap a=justdave
2005-09-07Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com1-1/+9
exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
2005-08-25Fix nits for bug 208761 the reviewer asked me to do on checkin (make a ↵lpsolit%gmail.com1-3/+3
description in POD more precise) and which I forgot to do. Sorry wicked ;)
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-3/+84
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com1-0/+19
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-04-05Bug 288527 - change precompilation to use Bugzilla::Template and so do it ↵gerv%gerv.net1-2/+1
right. Patch by gerv; r=bbaetz, a=justdave.
2005-03-18Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com1-1/+1
Patch By Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat, a=justdave
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-1/+2
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-02-10Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca1-0/+3
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=gerv,justdave a=justdave
2005-02-08Followup fix for bug 280770: improves reflection of constants into the ↵myk%mozilla.org1-4/+9
templates' 'constants' namespace; r=wurblzap, a=myk
2005-02-05Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to ↵myk%mozilla.org1-0/+22
templates via the Template Toolkit's 'constants' namespace (which is like its 'variables' namespace, but for constants); r=wurblzap, a=myk
2005-01-19Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca1-0/+8
prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk
2004-07-10Bug 238797: minor adjustment to javascript filters to prevent tags inserted ↵justdave%bugzilla.org1-1/+1
in product, component, and flag names from causing problems. r=gerv, a=justdave
2004-03-17Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br1-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.
2004-03-17Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net1-0/+25
William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org1-0/+24
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org1-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
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-5/+10
2003-09-18Bug 219216: Javascript improperly using FILTER html instead of FILTER js ↵justdave%syndicomm.com1-0/+1
causing data with @ produced by javascript to show up as &#64; r=timeless, a=justdave
2003-09-12Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ↵gerv%gerv.net1-3/+3
people, but in the end by gerv; r,a=justdave.
2003-09-07Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net1-0/+5
bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
2003-08-22Bug 139011 - Improve buglist colors furtherburnus%gmx.de1-0/+4
r,a=justdave
2003-08-01Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org1-0/+8
Patch by Stephen Lee <slee@@wilcoxassoc.com>. r=myk,a=myk
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+7
2003-06-07Bug 208583 - Remove PerformSubsts from templatesbbaetz%acm.org1-8/+0
r,a=justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-1/+4
r=myk,jake
2003-04-09Bug 71790 - Duplicate resolution field should include bug number of originalburnus%gmx.de1-1/+1
r=bbaetz,a=justdave
2003-02-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com1-0/+7
a=justdave
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net1-1/+62
by burnus; r=gerv, a=justdave.
2002-12-20Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdavebbaetz%student.usyd.edu.au1-0/+236