aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-274-4/+4
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net2002-08-261-16/+38
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-141-1/+2
* Add a test to check for speling errors. It only currently checks for two simp...zach%zachlipton.com2002-08-101-0/+92
* 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-095-70/+100
* 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-073-40/+90
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-2/+3
* Fix tinderbox bustage caused by the template location code change. The tests...justdave%syndicomm.com2002-04-241-1/+1
* 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
* Bug 130254 - Template params don't have to exist, since they may bebbaetz%student.usyd.edu.au2002-03-121-0/+3
* 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 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-3/+30
* Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=...dkl%redhat.com2002-01-191-2/+1
* Additional fix for bug 112914: "Test should not `cat $file`" Previouszach%zachlipton.com2002-01-111-27/+35
* Bug 112914 - This test was relying on the existance of the unix "cat" command...jake%acutex.net2002-01-051-8/+13
* Get the file list of files to scan for templates from Support::Files instead ...jake%acutex.net2001-12-011-1/+3
* Fix the double testing of .pm files.zach%zachlipton.com2001-11-181-7/+3
* We don't really need to look for fragments that are pulled in by [% INCLUDE %...jake%acutex.net2001-11-141-15/+0
* Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com2001-10-311-1/+1
* A few enhancements to the template test:jake%acutex.net2001-10-271-8/+32
* Check templates for tabs, also.jake%acutex.net2001-10-261-0/+5
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ...jake%acutex.net2001-10-255-10/+9
* Bug 106424 - We weren't going orange on warnings such as "used only once". T...jake%acutex.net2001-10-241-3/+9
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net2001-10-208-69/+82
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2001-10-191-1/+1
* whitespace change to test tinderbox again.justdave%syndicomm.com2001-10-191-1/+1
* whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com2001-10-191-1/+1
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2001-10-131-0/+45
* If a template doesn't exist, this should be considered a compile failure.jake%acutex.net2001-10-131-2/+2
* It's also possible to PROCESS another attachment fragment, not just INCLUDE.jake%acutex.net2001-10-101-1/+1
* Allow compile tests for files that run in taint modejake%acutex.net2001-10-072-3/+10
* We also need to look for templates that are INCLUDEd in other templates.jake%acutex.net2001-10-072-4/+22
* Test that scans Bugzilla's code looking for used templates then checks to mak...jake%acutex.net2001-10-072-0/+108
* Fixing issue where excluded files aren't excluded if they end in .pl orzach%zachlipton.com2001-10-061-4/+5
* Don't test importxml.pl since you need XML::Parser which is not required,zach%zachlipton.com2001-10-061-1/+1
* Get rid of our which causes errors on 5.005.zach%zachlipton.com2001-10-061-1/+5
* Renaming *.t to be 00*.t to solve any sorting issues down the road as perzach%zachlipton.com2001-09-233-0/+209
* *** empty log message ***zach%zachlipton.com2001-09-233-209/+0
* Fix to make the tests generate the list of files to test instead of having to...zach%zachlipton.com2001-09-174-57/+34
* Make this file test for exec calls in addition to system calls that arezach%zachlipton.com2001-09-171-3/+3
* Oops. Forgot to check this is.zach%zachlipton.com2001-09-101-0/+12
* Adding a test for safe system and exec calls. Part of this code by Dave.zach%zachlipton.com2001-09-051-0/+57
* Add a little 1; to the end of this.zach%zachlipton.com2001-09-041-0/+2