- 27 Mar, 2003 1 commit
-
-
jake%bugzilla.org authored
r=justdave a=justdave
-
- 22 Mar, 2003 1 commit
-
-
bbaetz%acm.org authored
r=gerv, justdave a=justdave
-
- 10 Feb, 2003 1 commit
-
-
zach%zachlipton.com authored
to disregard processmail since it no longer exists (it was special-cased before). r=dave, a=dave
-
- 29 Jan, 2003 1 commit
-
-
gerv%gerv.net authored
-
- 24 Jan, 2003 1 commit
-
-
gerv%gerv.net authored
Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave.
-
- 11 Jan, 2003 1 commit
-
-
zach%zachlipton.com authored
the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave
-
- 15 Dec, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave a=justdave
-
- 10 Dec, 2002 1 commit
-
-
zach%zachlipton.com authored
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz, and myself (as gleamed from bonsai and the contributors lines and indicated in the bug report). a=justdave.
-
- 28 Nov, 2002 2 commits
-
-
bbaetz%student.usyd.edu.au authored
r=justdave, joel a=justdave
-
jake%bugzilla.org authored
r=justdave a=justdave
-
- 11 Nov, 2002 1 commit
-
-
zach%zachlipton.com authored
rx2=bbaetz, a=myk (on the condition that we check out the use of the trilicense later)
-
- 29 Oct, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 168191 - Checksetup needs to force template recompilation. Patch by bbaetz; r=gerv. Should fix tindebox bustage.
-
- 24 Oct, 2002 1 commit
-
-
justdave%syndicomm.com authored
-
- 25 Sep, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 13 Sep, 2002 1 commit
-
-
gerv%gerv.net authored
Bug 167978 - Fix Throw*Error l10n regressions and add a test to catch more. Patch by gerv; r=bbaetz.
-
- 27 Aug, 2002 1 commit
-
-
jake%bugzilla.org authored
* NO CODE CHANGES *
-
- 26 Aug, 2002 2 commits
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
bugreport%peshkin.net authored
Tests now detect optional modules and only exclude optional files if optional module dependencies are not met. Also major indent cleanup r=timeless
-
- 14 Aug, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=joel x2
-
- 10 Aug, 2002 1 commit
-
-
zach%zachlipton.com authored
Add a test to check for speling errors. It only currently checks for two simple errors that used to be in checksetup.pl, more errors can and will be added in the future. Bug 147151, no review needed for tests
-
- 19 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=myk, jouni
-
- 01 Jul, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=jouni, justdave
-
- 09 May, 2002 1 commit
-
-
zach%zachlipton.com authored
test code. Patch makes the tests much better now. r=zach x2
-
- 08 May, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 07 May, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
-
- 25 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 24 Apr, 2002 1 commit
-
-
justdave%syndicomm.com authored
Fix tinderbox bustage caused by the template location code change. The tests are now looking in the right place for the templates. 4 templates in the new location now come up with syntax errors however.
-
- 18 Apr, 2002 1 commit
-
-
gerv%gerv.net authored
-
- 04 Apr, 2002 2 commits
-
-
zach%zachlipton.com authored
xml templates. r=bbaetz, r2=ddk
-
zach%zachlipton.com authored
Fix for bug 98658: Let administrator know which customised templates have 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
-
- 12 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
subject to interpolation. Ignore names with $ in them as a workaround r=myk x 2
-
- 14 Feb, 2002 1 commit
-
-
jake%acutex.net authored
-
- 20 Jan, 2002 1 commit
-
-
justdave%syndicomm.com authored
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
-
- 19 Jan, 2002 1 commit
-
-
dkl%redhat.com authored
-
- 11 Jan, 2002 1 commit
-
-
zach%zachlipton.com authored
patch fixed the problem, but this patch stops once it finds strict so it will not take as long to run. Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review is not required for tests.
-
- 05 Jan, 2002 1 commit
-
-
jake%acutex.net authored
Bug 112914 - This test was relying on the existance of the unix "cat" command instead of using perl's standard open() function. This caused a test failed when running the tinderbox script on win32.
-
- 01 Dec, 2001 1 commit
-
-
jake%acutex.net authored
-
- 18 Nov, 2001 1 commit
-
-
zach%zachlipton.com authored
No review needed for tests at this time.
-
- 14 Nov, 2001 1 commit
-
-
jake%acutex.net authored
We don't really need to look for fragments that are pulled in by [% INCLUDE %] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
-
- 31 Oct, 2001 1 commit
-
-
zach%zachlipton.com authored
intentional! No review needed for tests at this time.
-