aboutsummaryrefslogtreecommitdiffstats
path: root/t/Support/Files.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed in...Frédéric Buclin2015-04-301-2/+2
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-6/+12
* Bug 893589 - 004template.t fails when templates in extension directorySimon Green2013-09-261-4/+4
* Bug 817634: Tests in t/ should also check themselves where appropriateFrédéric Buclin2012-12-031-0/+2
* Bug 784072: Use Pod::Coverage to make sure that all subroutines are documentedFrédéric Buclin2012-11-301-0/+1
* Bug 615627: Make t/012throwables.t know about user errors defined in extensionsSimon Green2012-11-131-0/+8
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+6
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-0/+1
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org2009-11-101-30/+0
* Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by FrÃÂ...lpsolit%gmail.com2009-04-081-1/+2
* Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com2007-08-031-0/+1
* Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by...lpsolit%gmail.com2007-02-061-0/+2
* Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ...lpsolit%gmail.com2006-01-111-1/+1
* Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc...jocuri%softhome.net2004-12-071-5/+4
* Patch for bug 257106: Make testing suite know about new directory levels in B...jocuri%softhome.net2004-09-031-1/+2
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-1/+1
* 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
* Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugz...jocuri%softhome.net2004-01-131-1/+2
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-2/+3
* Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com2003-02-101-1/+1
* Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com2002-12-101-13/+1
* Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net2002-08-261-16/+38
* Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au2002-08-141-1/+2
* Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com2001-10-311-1/+1
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net2001-10-201-4/+5
* Allow compile tests for files that run in taint modejake%acutex.net2001-10-071-2/+2
* Fixing issue where excluded files aren't excluded if they end in .pl orzach%zachlipton.com2001-10-061-4/+5
* Don't test importxml.pl since you need XML::Parser which is not required,zach%zachlipton.com2001-10-061-1/+1
* Fix to make the tests generate the list of files to test instead of having to...zach%zachlipton.com2001-09-171-53/+28
* 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 1compile.t...zach%zachlipton.com2001-09-041-0/+89