aboutsummaryrefslogtreecommitdiffstats
path: root/t/004template.t
Commit message (Expand)AuthorAgeFilesLines
* Bug 880282: Replace |FILTER no_break| by |class="nowrap"| to prevent dashes (...Frédéric Buclin2015-03-111-1/+0
* Revert Bug 330707 - Add optional support for MarkDownDavid Lawrence2014-11-041-1/+0
* Bug 330707: Add optional support for MarkDownKoosha KM2014-08-281-0/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>)Frédéric Buclin2014-02-101-1/+15
* Bug 893589 - 004template.t fails when templates in extension directorySimon Green2013-09-261-6/+10
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-23/+5
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-1/+1
* Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its existenc...Marc Schumann2011-08-311-27/+17
* Bug 663835 - Extensions templates are not tested by the normal sanity test sc...David Lawrence2011-06-231-10/+7
* Bug 419388 – 004template.t should fall back to “en”.wurblzap%gmail.com2008-03-051-2/+2
* Bug 392186: Remove version headers from all templates - Patch by GavinS <bugz...lpsolit%gmail.com2007-08-201-15/+1
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-1/+1
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo...lpsolit%gmail.com2005-09-071-0/+1
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2005-08-061-1/+1
* Bug 11901 : Change Bugzilla comments line-wrapping policytravis%sedsystems.ca2005-02-101-0/+1
* Bug 280807 : 004template.t miscalculates its number of checkstravis%sedsystems.ca2005-02-081-1/+2
* Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow preven...travis%sedsystems.ca2005-01-191-0/+1
* Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave.jocuri%softhome.net2004-03-281-3/+4
* Fix for bug 232397: .bz_obsolete shouldn't specify "underline". Definekiko%async.com.br2004-03-171-1/+3
* Fix for bug 127995: shows the size of attachments in the show bug and attachm...myk%mozilla.org2004-02-061-0/+1
* Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org2004-01-121-0/+4
* Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of ...gerv%gerv.net2003-09-121-1/+0
* Bug 207044 - Filter more template directives. None of these are security bugs...gerv%gerv.net2003-09-071-0/+1
* Bug 139011 - Improve buglist colors furtherburnus%gmx.de2003-08-221-0/+1
* Partial fix for bug 120030: adds template filter for obscuring email addresses.myk%mozilla.org2003-08-011-0/+1
* Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net2003-01-241-53/+65
* Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au2002-12-151-0/+1
* Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au2002-11-281-0/+2
* Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2002-11-281-0/+1
* Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaet...gerv%gerv.net2002-10-291-11/+5
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-251-0/+1
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-1/+1
* Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au2002-07-191-0/+1
* Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au2002-07-011-1/+0
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2002-05-091-5/+17
* Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net2002-05-081-0/+1
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2002-05-071-19/+25
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-2/+3
* Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.gerv%gerv.net2002-04-181-0/+3
* Fix for bug 135291: add version string to new templates and fix the string fo...zach%zachlipton.com2002-04-041-1/+1
* Fix for bug 98658: Let administrator know which customised templates have bee...zach%zachlipton.com2002-04-041-3/+17
* Update the test to use the same basic format as the handling code from global...jake%acutex.net2002-02-141-1/+2
* Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=...dkl%redhat.com2002-01-191-2/+1
* A few enhancements to the template test:jake%acutex.net2001-10-271-8/+32
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ...jake%acutex.net2001-10-251-1/+0
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net2001-10-201-1/+2
* If a template doesn't exist, this should be considered a compile failure.jake%acutex.net2001-10-131-2/+2
* We also need to look for templates that are INCLUDEd in other templates.jake%acutex.net2001-10-071-4/+5
* Test that scans Bugzilla's code looking for used templates then checks to mak...jake%acutex.net2001-10-071-0/+64