| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the test to use the same basic format as the handling code from global... | jake%acutex.net | 2002-02-14 | 1 | -1/+2 |
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -3/+30 |
* | Fix for bug 119060 - Use of Template.pm filters for url and html encoding. r=... | dkl%redhat.com | 2002-01-19 | 1 | -2/+1 |
* | Additional fix for bug 112914: "Test should not `cat $file`" Previous | zach%zachlipton.com | 2002-01-11 | 1 | -27/+35 |
* | Bug 112914 - This test was relying on the existance of the unix "cat" command... | jake%acutex.net | 2002-01-05 | 1 | -8/+13 |
* | Get the file list of files to scan for templates from Support::Files instead ... | jake%acutex.net | 2001-12-01 | 1 | -1/+3 |
* | Fix the double testing of .pm files. | zach%zachlipton.com | 2001-11-18 | 1 | -7/+3 |
* | We don't really need to look for fragments that are pulled in by [% INCLUDE %... | jake%acutex.net | 2001-11-14 | 1 | -15/+0 |
* | Have the tests test .pm files as well, yes this creates bustage, this is | zach%zachlipton.com | 2001-10-31 | 1 | -1/+1 |
* | A few enhancements to the template test: | jake%acutex.net | 2001-10-27 | 1 | -8/+32 |
* | Check templates for tabs, also. | jake%acutex.net | 2001-10-26 | 1 | -0/+5 |
* | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ... | jake%acutex.net | 2001-10-25 | 5 | -10/+9 |
* | Bug 106424 - We weren't going orange on warnings such as "used only once". T... | jake%acutex.net | 2001-10-24 | 1 | -3/+9 |
* | Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ... | jake%acutex.net | 2001-10-20 | 8 | -69/+82 |
* | yet another meaningless whitespace change to test tinderbox with | justdave%syndicomm.com | 2001-10-19 | 1 | -1/+1 |
* | another useless whitespace change to test tinderbox with | justdave%syndicomm.com | 2001-10-19 | 1 | -1/+1 |
* | whitespace change to test tinderbox again. | justdave%syndicomm.com | 2001-10-19 | 1 | -1/+1 |
* | whitespace change to do a test checkin to see how tinderbox reacts | justdave%syndicomm.com | 2001-10-19 | 1 | -1/+1 |
* | Tabs are not allowed in Bugzilla source... if we find one, issue a warning. | jake%acutex.net | 2001-10-13 | 1 | -0/+45 |
* | If a template doesn't exist, this should be considered a compile failure. | jake%acutex.net | 2001-10-13 | 1 | -2/+2 |
* | It's also possible to PROCESS another attachment fragment, not just INCLUDE. | jake%acutex.net | 2001-10-10 | 1 | -1/+1 |
* | Allow compile tests for files that run in taint mode | jake%acutex.net | 2001-10-07 | 2 | -3/+10 |
* | We also need to look for templates that are INCLUDEd in other templates. | jake%acutex.net | 2001-10-07 | 2 | -4/+22 |
* | Test that scans Bugzilla's code looking for used templates then checks to mak... | jake%acutex.net | 2001-10-07 | 2 | -0/+108 |
* | Fixing issue where excluded files aren't excluded if they end in .pl or | zach%zachlipton.com | 2001-10-06 | 1 | -4/+5 |
* | Don't test importxml.pl since you need XML::Parser which is not required, | zach%zachlipton.com | 2001-10-06 | 1 | -1/+1 |
* | Get rid of our which causes errors on 5.005. | zach%zachlipton.com | 2001-10-06 | 1 | -1/+5 |
* | Renaming *.t to be 00*.t to solve any sorting issues down the road as per | zach%zachlipton.com | 2001-09-23 | 3 | -0/+209 |
* | *** empty log message *** | zach%zachlipton.com | 2001-09-23 | 3 | -209/+0 |
* | Fix to make the tests generate the list of files to test instead of having to... | zach%zachlipton.com | 2001-09-17 | 4 | -57/+34 |
* | Make this file test for exec calls in addition to system calls that are | zach%zachlipton.com | 2001-09-17 | 1 | -3/+3 |
* | Oops. Forgot to check this is. | zach%zachlipton.com | 2001-09-10 | 1 | -0/+12 |
* | Adding a test for safe system and exec calls. Part of this code by Dave. | zach%zachlipton.com | 2001-09-05 | 1 | -0/+57 |
* | Add a little 1; to the end of this. | zach%zachlipton.com | 2001-09-04 | 1 | -0/+2 |
* | Actually make the strict checking work. | zach%zachlipton.com | 2001-09-04 | 1 | -2/+8 |
* | add tests for use strict; | zach%zachlipton.com | 2001-09-04 | 1 | -1/+6 |
* | Enforce -w. This file will also be used to enforce use strict; | zach%zachlipton.com | 2001-09-04 | 1 | -0/+63 |
* | Rename 1.t to 1compile.t as per bug 97976. | zach%zachlipton.com | 2001-09-04 | 1 | -0/+0 |
* | Remove processmail from the list. It was causing problems with taint. | zach%zachlipton.com | 2001-09-04 | 2 | -9/+8 |
* | Ok, really this time. This should work :) | zach%zachlipton.com | 2001-09-04 | 1 | -61/+15 |
* | Backout of this to get things back to normal | zach%zachlipton.com | 2001-09-04 | 1 | -12/+58 |
* | Use Support::Files for the test items. | zach%zachlipton.com | 2001-09-04 | 1 | -58/+12 |
* | Addition of Files.pm which will be used shortly by 1.t (soon to be 1compile.t... | zach%zachlipton.com | 2001-09-04 | 1 | -0/+89 |
* | Fix for bug 98024: t/1.t should use $^X instead of hard-coded path to perl. | zach%zachlipton.com | 2001-09-04 | 1 | -1/+1 |
* | Added a --verbose option to runtests.sh that the tinderbox scripts can use to... | justdave%syndicomm.com | 2001-09-01 | 1 | -6/+12 |
* | Adding runtests.sh and 1.t to start the testing suite. No bug has been | zach%zachlipton.com | 2001-09-01 | 1 | -0/+116 |