aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch ↵jocuri%softhome.net2006-03-031-1/+9
| | | | by David D. Kilzer (ddk) <ddkilzer@kilzer.net>, r=vladd, a=justdave.
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-5/+20
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-261-2/+198
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 319331: mailto link generated with BiDi user name and email address gets ↵wurblzap%gmail.com2006-01-231-2/+32
| | | | | | | mangled with timestamp. Patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r(char list)=smontagu, a=justdave
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - ↵lpsolit%gmail.com2006-01-101-1/+9
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2005-11-221-7/+8
| | | | <wicked@etlicon.fi> r=LpSolit
* Bug 304417: Template precompilation is clumsy when it comes to additional ↵wurblzap%gmail.com2005-11-201-0/+7
| | | | | | | language directories. Patch by Jochen Wiedmann <jochen.wiedmann@gmail.com>, r=wurblzap, a=myk
* Bug 257813: CSV link from new charts gives internal error if data contains ↵karl%kornel.name2005-11-161-0/+6
| | | | more than 1000 dates - Patch by A. Karl Kornel <karl@kornel.name> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-0/+5
| | | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
* Bug 282686: Multiple projects sharing the same Bugzilla codebase (different ↵lpsolit%gmail.com2005-09-161-10/+37
| | | | datastores) - Patch by guillomovitch@zarb.org r=wurblzap a=justdave
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-071-1/+9
| | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
* Fix nits for bug 208761 the reviewer asked me to do on checkin (make a ↵lpsolit%gmail.com2005-08-251-3/+3
| | | | description in POD more precise) and which I forgot to do. Sorry wicked ;)
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-3/+84
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-0/+19
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* 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