aboutsummaryrefslogtreecommitdiffstats
path: root/t/Support
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-133-28/+30
| | | | r=dkl a=sgreen
* Bug 893589 - 004template.t fails when templates in extension directorySimon Green2013-09-262-8/+16
| | | r=dkl, a=simon
* Bug 817634: Tests in t/ should also check themselves where appropriateFrédéric Buclin2012-12-031-0/+2
| | | | r=glob a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 784072: Use Pod::Coverage to make sure that all subroutines are documentedFrédéric Buclin2012-11-301-0/+1
| | | | r=wurblzap a=LpSolit
* Bug 615627: Make t/012throwables.t know about user errors defined in extensionsSimon Green2012-11-131-0/+8
| | | | r=dkl, a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-113-44/+17
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its ↵Marc Schumann2011-08-311-4/+9
| | | | | | existence check on referenced templates more than once. r=dkl; a=mkanat
* Bug 663835 - Extensions templates are not tested by the normal sanity test ↵David Lawrence2011-06-231-24/+5
| | | | | | scripts r/a=mkanat
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-0/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-101-30/+0
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by ↵lpsolit%gmail.com2009-04-081-1/+2
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-031-0/+1
| | | | | Tinderbox bustage fix by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch ↵lpsolit%gmail.com2007-02-061-0/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 343566: Runtests test 004template.t fails on some systems with a ↵lpsolit%gmail.com2006-07-051-0/+4
| | | | complaint about RELATIVE - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ↵lpsolit%gmail.com2006-01-111-1/+1
| | | | by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=myk
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2005-08-061-1/+1
| | | | r= LpSolit, a= justdave
* Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by ↵jocuri%softhome.net2004-12-071-5/+4
| | | | Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 257106: Make testing suite know about new directory levels in ↵jocuri%softhome.net2004-09-031-1/+2
| | | | Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-1/+1
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-1/+1
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-1/+1
| | | | | | patch by erik r=joel a=justdave
* Bug 216523: t/Support/Files.pm fails to include ↵jocuri%softhome.net2004-01-131-1/+2
| | | | Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave.
* Fix for bug 229658: Implements a mechanism for extensions to hook into ↵myk%mozilla.org2004-01-121-0/+2
| | | | | | | 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
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-2/+3
| | | | | r=gerv, justdave a=justdave
* Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com2003-02-101-1/+1
| | | | | | | to disregard processmail since it no longer exists (it was special-cased before). r=dave, a=dave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2003-01-241-9/+62
| | | | by burnus; r=gerv, a=justdave.
* Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com2002-12-101-13/+1
| | | | | | 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.
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2002-08-271-1/+1
| | | | * NO CODE CHANGES *
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net2002-08-261-16/+38
| | | | | | | Tests now detect optional modules and only exclude optional files if optional module dependencies are not met. Also major indent cleanup r=timeless
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-141-1/+2
| | | | r=joel x2
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2002-05-071-9/+50
| | | | Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
* Fix tinderbox bustage caused by the template location code change. The ↵justdave%syndicomm.com2002-04-241-1/+1
| | | | | | tests are now looking in the right place for the templates. 4 templates in the new location now come up with syntax errors however.
* Bug 130254 - Template params don't have to exist, since they may bebbaetz%student.usyd.edu.au2002-03-121-0/+3
| | | | | subject to interpolation. Ignore names with $ in them as a workaround r=myk x 2
* Get the file list of files to scan for templates from Support::Files instead ↵jake%acutex.net2001-12-011-1/+3
| | | | of glob('*')
* We don't really need to look for fragments that are pulled in by [% INCLUDE ↵jake%acutex.net2001-11-141-15/+0
| | | | %] 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.
* Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com2001-10-311-1/+1
| | | | | | intentional! No review needed for tests at this time.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2001-10-203-9/+12
| | | | | | | 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.
* It's also possible to PROCESS another attachment fragment, not just INCLUDE.jake%acutex.net2001-10-101-1/+1
| | | | No review needed for tests at this time. NOT PART OF BUILD.
* Allow compile tests for files that run in taint modejake%acutex.net2001-10-071-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.net2001-10-071-0/+17
| | | | 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.net2001-10-071-0/+44
| | | | | | | | | 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
* Fixing issue where excluded files aren't excluded if they end in .pl orzach%zachlipton.com2001-10-061-4/+5
| | | | .cgi.
* Don't test importxml.pl since you need XML::Parser which is not required,zach%zachlipton.com2001-10-061-1/+1
| | | | | | creating a false fail. No review needed for tests. NOT PART OF BUILD
* Fix to make the tests generate the list of files to test instead of having ↵zach%zachlipton.com2001-09-171-53/+28
| | | | | | | | 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.
* Oops. Forgot to check this is.zach%zachlipton.com2001-09-101-0/+12
|
* Add a little 1; to the end of this.zach%zachlipton.com2001-09-041-0/+2
|
* Remove processmail from the list. It was causing problems with taint.zach%zachlipton.com2001-09-041-4/+3
|
* Addition of Files.pm which will be used shortly by 1.t (soon to be ↵zach%zachlipton.com2001-09-041-0/+89
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.