summaryrefslogtreecommitdiffstats
path: root/t/Support
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin3-3/+3
2016-02-26Bug 1069799 - move the QA repository into the main repositoryDavid Lawrence1-1/+1
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-1/+1
2015-04-30Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed in...Frédéric Buclin1-2/+2
2015-03-16Bug 1137669: 003safesys.t doesn't test any file due to a missing -T argument ...Frédéric Buclin1-4/+5
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin3-28/+30
2013-09-26Bug 893589 - 004template.t fails when templates in extension directorySimon Green2-8/+16
2012-12-03Bug 817634: Tests in t/ should also check themselves where appropriateFrédéric Buclin1-0/+2
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 784072: Use Pod::Coverage to make sure that all subroutines are documentedFrédéric Buclin1-0/+1
2012-11-13Bug 615627: Make t/012throwables.t know about user errors defined in extensionsSimon Green1-0/+8
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin3-44/+17
2011-08-31Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its existenc...Marc Schumann1-4/+9
2011-06-23Bug 663835 - Extensions templates are not tested by the normal sanity test sc...David Lawrence1-24/+5
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-0/+1
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...mkanat%bugzilla.org1-30/+0
2009-04-08Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by FrÃÂ...lpsolit%gmail.com1-1/+2
2007-08-03Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com1-0/+1
2007-02-06Bug 360838: ./runtests.pl 1 fails if Email::Reply is not installed - Patch by...lpsolit%gmail.com1-0/+2
2006-07-05Bug 343566: Runtests test 004template.t fails on some systems with a complain...lpsolit%gmail.com1-0/+4
2006-01-11Bug 285614: Rewrite importxml.pl to remove XML::Parser magic numbers - Patch ...lpsolit%gmail.com1-1/+1
2005-08-06Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
2004-12-07Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc...jocuri%softhome.net1-5/+4
2004-09-03Patch for bug 257106: Make testing suite know about new directory levels in B...jocuri%softhome.net1-1/+2
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-1/+1
2004-07-12Backing out bug 241900bugreport%peshkin.net1-1/+1
2004-07-12Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-1/+1
2004-01-13Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugz...jocuri%softhome.net1-1/+2
2004-01-12Fix for bug 229658: Implements a mechanism for extensions to hook into standa...myk%mozilla.org1-0/+2
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-2/+3
2003-02-10Partial fix for bug 192513 (processmail cleanup). Patch fixes test fileszach%zachlipton.com1-1/+1
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch by...gerv%gerv.net1-9/+62
2002-12-10Fix for bug 180955: Remove dual-license from test fileszach%zachlipton.com1-13/+1
2002-08-27Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org1-1/+1
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-26Bug 163494 - runtests.sh needs a switch to include optional modulesbugreport%peshkin.net1-16/+38
2002-08-14Bug 162438 - fix permissions/tests for Bugzilla/ directorybbaetz%student.usyd.edu.au1-1/+2
2002-05-07Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au1-9/+50
2002-04-24Fix tinderbox bustage caused by the template location code change. The tests...justdave%syndicomm.com1-1/+1
2002-03-12Bug 130254 - Template params don't have to exist, since they may bebbaetz%student.usyd.edu.au1-0/+3
2001-12-01Get the file list of files to scan for templates from Support::Files instead ...jake%acutex.net1-1/+3
2001-11-14We don't really need to look for fragments that are pulled in by [% INCLUDE %...jake%acutex.net1-15/+0
2001-10-31Have the tests test .pm files as well, yes this creates bustage, this iszach%zachlipton.com1-1/+1
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ...jake%acutex.net3-9/+12
2001-10-10It's also possible to PROCESS another attachment fragment, not just INCLUDE.jake%acutex.net1-1/+1
2001-10-07Allow compile tests for files that run in taint modejake%acutex.net1-2/+2
2001-10-07We also need to look for templates that are INCLUDEd in other templates.jake%acutex.net1-0/+17
2001-10-07Test that scans Bugzilla's code looking for used templates then checks to mak...jake%acutex.net1-0/+44
2001-10-06Fixing issue where excluded files aren't excluded if they end in .pl orzach%zachlipton.com1-4/+5