summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2003-04-26Bug 203318 - 008filter.t fails to do chdir $topdir - if @Support::Templates::...burnus%gmx.de1-6/+9
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the template...justdave%syndicomm.com1-0/+182
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-2/+2
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-2/+3
2003-02-10Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com2-6/+3
2003-01-29Fix "variable declaration masks earler declaration" warning. No bug number.gerv%gerv.net1-1/+1
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net3-66/+132
2003-01-11Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com1-14/+28
2002-12-15Bug 158499 - Templatise XML bug outputbbaetz%student.usyd.edu.au1-0/+1
2002-12-10Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com6-78/+6
2002-11-28Bug 171493 - make show_bug use Bug.pm and remove bug_form.plbbaetz%student.usyd.edu.au1-0/+2
2002-11-28Bug 67077 - We now include the timezone (as configured in editparams.cgi) on ...jake%bugzilla.org2-1/+17
2002-11-11Fix for bug 179396 (add 007util.t in order to test Bugzilla::Util).zach%zachlipton.com1-0/+71
2002-10-29Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaet...gerv%gerv.net1-11/+5
2002-10-24require Perl 5.6justdave%syndicomm.com1-0/+6
2002-09-25Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net1-0/+1
2002-09-13Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. P...gerv%gerv.net1-1/+27
2002-08-27Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org4-4/+4
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-26Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net1-16/+38
2002-08-14Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au1-1/+2
2002-08-10Add a test to check for speling errors. It only currently checks for two simp...zach%zachlipton.com1-0/+92
2002-07-19Bug 157074 - verify-new-product doubles comment linefeeds on Win32bbaetz%student.usyd.edu.au1-0/+1
2002-07-01Bug 150770 - Lost <nobr> arround query resultsbbaetz%student.usyd.edu.au1-1/+0
2002-05-09Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com5-70/+100
2002-05-08Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave.gerv%gerv.net1-0/+1
2002-05-07Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au3-40/+90
2002-04-25Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net1-2/+3
2002-04-24Fix tinderbox bustage caused by the template location code change. The tests...justdave%syndicomm.com1-1/+1
2002-04-18Bug 137589 - fix test 4 not to hang on the "use CGI" in the template.gerv%gerv.net1-0/+3
2002-04-04Fix for bug 135291: add version string to new templates and fix the string fo...zach%zachlipton.com1-1/+1
2002-04-04Fix for bug 98658: Let administrator know which customised templates have bee...zach%zachlipton.com1-3/+17
2002-03-12Bug 130254 - Template params don't have to exist, since they may bebbaetz%student.usyd.edu.au1-0/+3
2002-02-14Update the test to use the same basic format as the handling code from global...jake%acutex.net1-1/+2
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-3/+30
2002-01-19Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=...dkl%redhat.com1-2/+1
2002-01-11Additional fix for bug 112914: "Test should not `cat $file`" Previouszach%zachlipton.com1-27/+35
2002-01-05Bug 112914 - This test was relying on the existance of the unix "cat" command...jake%acutex.net1-8/+13
2001-12-01Get the file list of files to scan for templates from Support::Files instead ...jake%acutex.net1-1/+3
2001-11-18Fix the double testing of .pm files.zach%zachlipton.com1-7/+3
2001-11-14We don't really need to look for fragments that are pulled in by [% INCLUDE %...jake%acutex.net1-15/+0
2001-10-31Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com1-1/+1
2001-10-28A few enhancements to the template test:jake%acutex.net1-8/+32
2001-10-26Check templates for tabs, also.jake%acutex.net1-0/+5
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ...jake%acutex.net5-10/+9
2001-10-24Bug 106424 - We weren't going orange on warnings such as "used only once". T...jake%acutex.net1-3/+9
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net8-69/+82
2001-10-19yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19another useless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19whitespace change to test tinderbox again.justdave%syndicomm.com1-1/+1