aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 330485: Attachment links in comments still say "edit" instead of "details...lpsolit%gmail.com2006-08-151-2/+2
* Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org2006-08-011-2/+2
* Bug 346493: Move Template pre-compilation code into a modulemkanat%bugzilla.org2006-08-011-0/+95
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-31/+31
* Bug 343421: Fix some typos in comments - Patch by timeless <timeless@bemail.o...lpsolit%gmail.com2006-07-061-3/+3
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-2/+1
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-4/+6
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-3/+0
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-3/+6
* Spelling in code comments patch: 'subsituted' -> 'substituted'; patch by Vlad...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unliklely' -> 'unlikely'; patch by Vlad Das...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'unfortunally' -> 'unfortunately' in Bugzill...vladd%bugzilla.org2006-06-191-1/+1
* Spelling in code comments patch: 'lanuage' -> 'language' in Bugzilla/Template...vladd%bugzilla.org2006-06-191-1/+1
* Bug 137751: Linkify bug numbers in dependency fields on show_activity.cgi - P...lpsolit%gmail.com2006-05-151-0/+6
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+2
* Patch for bug 74355: Set tooltip to bug title for full-url buglinks; patch by...jocuri%softhome.net2006-03-031-1/+9
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-281-5/+20
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....lpsolit%gmail.com2006-02-261-2/+198
* Bug 319331: mailto link generated with BiDi user name and email address gets ...wurblzap%gmail.com2006-01-231-2/+32
* Bug 238207: Comment autolinkification on midair page points to wrong cgi - Pa...lpsolit%gmail.com2006-01-101-1/+9
* Fix incorrect checkin of bug 304471 - Patch by Teemu Mannermaa <wicked@etlico...lpsolit%gmail.com2005-11-221-7/+8
* Bug 304417: Template precompilation is clumsy when it comes to additional lan...wurblzap%gmail.com2005-11-201-0/+7
* Bug 257813: CSV link from new charts gives internal error if data contains mo...karl%kornel.name2005-11-161-0/+6
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-141-0/+5
* Bug 282686: Multiple projects sharing the same Bugzilla codebase (different d...lpsolit%gmail.com2005-09-161-10/+37
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo...lpsolit%gmail.com2005-09-071-1/+9
* Fix nits for bug 208761 the reviewer asked me to do on checkin (make a descri...lpsolit%gmail.com2005-08-251-3/+3
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-3/+84
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com2005-07-221-0/+19
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-0/+1
* Bug 288527 - change precompilation to use Bugzilla::Template and so do it rig...gerv%gerv.net2005-04-051-2/+1
* Bug 256513: Fix usage of grep (/$value/, @array);mkanat%kerio.com2005-03-181-1/+1
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-1/+2
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-0/+3
* Followup fix for bug 280770: improves reflection of constants into the templa...myk%mozilla.org2005-02-081-4/+9
* Fix for bug 280770: makes constants from Bugzilla/Constants.pm available to t...myk%mozilla.org2005-02-051-0/+22
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...travis%sedsystems.ca2005-01-191-0/+8
* Bug 238797: minor adjustment to javascript filters to prevent tags inserted i...justdave%bugzilla.org2004-07-101-1/+1
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-2/+29
* Patch for bug 235459: add icalendar output format in buglist; patch by Willia...jocuri%softhome.net2004-03-171-0/+25
* Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org2004-02-061-0/+24
* Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org2004-01-121-0/+5
* 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 caus...justdave%syndicomm.com2003-09-181-0/+1
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ...gerv%gerv.net2003-09-121-3/+3
* Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net2003-09-071-0/+5