Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 157074 - verify-new-product doubles comment linefeeds on Win32 | bbaetz%student.usyd.edu.au | 2002-07-19 | 1 | -0/+1 |
| | | | | r=myk, jouni | ||||
* | Bug 150770 - Lost <nobr> arround query results | bbaetz%student.usyd.edu.au | 2002-07-01 | 1 | -1/+0 |
| | | | | r=jouni, justdave | ||||
* | Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up | zach%zachlipton.com | 2002-05-09 | 1 | -5/+17 |
| | | | | | | test code. Patch makes the tests much better now. r=zach x2 | ||||
* | Bug 140435 - Templatise GetCommandMenu. Patch by gerv; r=bbaetz, justdave. | gerv%gerv.net | 2002-05-08 | 1 | -0/+1 |
| | |||||
* | Bug 135543 - @Support::Templates::testitems does not list all templates | bbaetz%student.usyd.edu.au | 2002-05-07 | 1 | -19/+25 |
| | | | | Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave | ||||
* | Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. | gerv%gerv.net | 2002-04-25 | 1 | -2/+3 |
| | |||||
* | Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. | gerv%gerv.net | 2002-04-18 | 1 | -0/+3 |
| | |||||
* | Fix for bug 135291: add version string to new templates and fix the string ↵ | zach%zachlipton.com | 2002-04-04 | 1 | -1/+1 |
| | | | | | | | | for non xml templates. r=bbaetz, r2=ddk | ||||
* | Fix for bug 98658: Let administrator know which customised templates have ↵ | zach%zachlipton.com | 2002-04-04 | 1 | -3/+17 |
| | | | | | | | | | | | been updated by Bugzilla team. Patch adds a version string to every template and a check in t/004template.t to check for version strings in templates. Note that two templates that were not included in the initial patch now have version strings added. r=justdave, r2=myk | ||||
* | Update the test to use the same basic format as the handling code from ↵ | jake%acutex.net | 2002-02-14 | 1 | -1/+2 |
| | | | | globals.pl | ||||
* | Fix for bug 119060 - Use of Template.pm filters for url and html encoding. ↵ | dkl%redhat.com | 2002-01-19 | 1 | -2/+1 |
| | | | | r=jake,dkl | ||||
* | A few enhancements to the template test: | jake%acutex.net | 2001-10-27 | 1 | -8/+32 |
| | | | | | | | * If there's a compilation error, report what it is * Don't try to compile a template if it doesn't exist - We already tested for that and issued an ERROR * Define the 'url' FILTER | ||||
* | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵ | jake%acutex.net | 2001-10-25 | 1 | -1/+0 |
| | | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files. | ||||
* | Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵ | jake%acutex.net | 2001-10-20 | 1 | -1/+2 |
| | | | | | | | also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me. | ||||
* | If a template doesn't exist, this should be considered a compile failure. | jake%acutex.net | 2001-10-13 | 1 | -2/+2 |
| | | | | No review needed for tests at this time. NOT PART OF BUILD | ||||
* | We also need to look for templates that are INCLUDEd in other templates. | jake%acutex.net | 2001-10-07 | 1 | -4/+5 |
| | | | | No review needed for tests at this time. NOT PART OF BUILD | ||||
* | Test that scans Bugzilla's code looking for used templates then checks to ↵ | jake%acutex.net | 2001-10-07 | 1 | -0/+64 |
make sure that: a) All the required templates exist b) They all have good syntax No review needed for tests at this time. NOT PART OF BUILD |