lpsolit%gmail.com
8ab7c1ac5d
Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
2006-01-10 23:53:10 +00:00
justdave%bugzilla.org
97056d6090
Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
...
r= LpSolit, a= justdave
2005-08-05 23:47:28 +00:00
jocuri%softhome.net
d2754c0733
Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
2004-12-06 17:03:00 +00:00
jocuri%softhome.net
7f25399f03
Patch for bug 257106: Make testing suite know about new directory levels in Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk.
2004-09-03 06:53:58 +00:00
bugreport%peshkin.net
7d92a11646
Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
...
patch by erik
r=joel, kiko
a=myk
2004-07-20 22:41:22 +00:00
bugreport%peshkin.net
7aa52bd11a
Backing out bug 241900
2004-07-12 03:48:48 +00:00
bugreport%peshkin.net
fc257e2ff0
Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles
...
patch by erik
r=joel
a=justdave
2004-07-11 23:36:53 +00:00
jocuri%softhome.net
6a570348c3
Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave.
2004-01-12 22:52:37 +00:00
myk%mozilla.org
19be78e470
Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions.
...
r=bbaetz, gerv
a=myk
2004-01-11 17:12:19 +00:00
bbaetz%acm.org
f6fabc003f
Bug 180642 - Move authentication code into a module
...
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
zach%zachlipton.com
30aa6c7b60
Partial fix for bug 192513 (processmail cleanup). Patch fixes test files
...
to disregard processmail since it no longer exists (it was special-cased
before).
r=dave, a=dave
2003-02-10 05:01:32 +00:00
gerv%gerv.net
1c66027d21
Bug 126955 - Bugzilla should support translated/localized templates. Patch by burnus; r=gerv, a=justdave.
2003-01-23 23:34:10 +00:00
zach%zachlipton.com
6153a3e643
Fix for bug 180955: Remove dual-license from test files
...
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.
2002-12-09 22:32:12 +00:00
jake%bugzilla.org
49a521ab90
Updating my e-mail address as jake@acutex.net is no longer valid.
...
* NO CODE CHANGES *
2002-08-27 04:28:05 +00:00
bbaetz%student.usyd.edu.au
2b781fd427
Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)
...
r=joel x2
2002-08-26 06:17:26 +00:00
bugreport%peshkin.net
1a7f1c2f85
Bug 163494 - runtests.sh needs a switch to include optional modules
...
Tests now detect optional modules and only exclude optional files
if optional module dependencies are not met.
Also major indent cleanup
r=timeless
2002-08-25 17:19:03 +00:00
bbaetz%student.usyd.edu.au
b62c0cc5a9
Bug 162438 - fix permissions/tests for Bugzilla/ directory
...
r=joel x2
2002-08-14 00:59:47 +00:00
bbaetz%student.usyd.edu.au
09a9c41e7a
Bug 135543 - @Support::Templates::testitems does not list all templates
...
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
2002-05-07 09:45:32 +00:00
justdave%syndicomm.com
6ef0e88937
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.
2002-04-24 09:50:53 +00:00
bbaetz%student.usyd.edu.au
34a9262f08
Bug 130254 - Template params don't have to exist, since they may be
...
subject to interpolation. Ignore names with $ in them as a workaround
r=myk x 2
2002-03-12 13:33:55 +00:00
jake%acutex.net
8429b5989b
Get the file list of files to scan for templates from Support::Files instead of glob('*')
2001-11-30 21:49:47 +00:00
jake%acutex.net
cca68c9a93
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.
2001-11-14 03:44:07 +00:00
zach%zachlipton.com
5669c51e6b
Have the tests test .pm files as well, yes this creates bustage, this is
...
intentional!
No review needed for tests at this time.
2001-10-31 01:06:31 +00:00
jake%acutex.net
e2b7472ba4
Bug 103664 - Tests should "use strict;" and not contain any tabs. We should 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.
2001-10-19 22:39:51 +00:00
jake%acutex.net
9e3be8f1c7
It's also possible to PROCESS another attachment fragment, not just INCLUDE.
...
No review needed for tests at this time. NOT PART OF BUILD.
2001-10-09 19:14:59 +00:00
jake%acutex.net
b351c9eaa8
Allow compile tests for files that run in taint mode
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 23:22:48 +00:00
jake%acutex.net
90ef6cf6a4
We also need to look for templates that are INCLUDEd in other templates.
...
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 21:37:22 +00:00
jake%acutex.net
f503702088
Test that scans Bugzilla's code looking for used templates then checks to 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
2001-10-06 18:59:36 +00:00
zach%zachlipton.com
8d4abc6e4a
Fixing issue where excluded files aren't excluded if they end in .pl or
...
.cgi.
2001-10-06 03:49:06 +00:00
zach%zachlipton.com
e2a1e61fca
Don't test importxml.pl since you need XML::Parser which is not required,
...
creating a false fail.
No review needed for tests. NOT PART OF BUILD
2001-10-06 03:25:43 +00:00
zach%zachlipton.com
f19ab6c7a1
Fix to make the tests generate the list of files to test instead of having to update the list manually whenever a file is added
...
or removed. The main logic is in t/Support/Files.pm, changes to the test files are needed to allow it to function properly.
NOT_PART_OF_BUILD. No review needed for tests at this time.
2001-09-16 18:35:18 +00:00
zach%zachlipton.com
7c0ea78940
Oops. Forgot to check this is.
2001-09-09 19:48:15 +00:00
zach%zachlipton.com
4bc671ac36
Add a little 1; to the end of this.
2001-09-04 04:28:24 +00:00
zach%zachlipton.com
7af1301bfc
Remove processmail from the list. It was causing problems with taint.
2001-09-03 19:39:37 +00:00
zach%zachlipton.com
f6ec1617d9
Addition of Files.pm which will be used shortly by 1.t (soon to be 1compile.t) which contains the list of files to test. This is important so that we can bring it into other tests which check files for content, etc...
No review required for tests as of now as per Dave.
2001-09-03 18:33:03 +00:00