aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Bug 645118: Allow "=" as pre_chomp and post_chomp modifier in templates.Marc Schumann2011-03-271-1/+1
| | | | r/a=mkanat
* Bug 604522: t/012throwables.t doesn't catch new user errors correctlyFrédéric Buclin2010-10-151-3/+3
| | | | r/a=mkanat
* Bug 602832: 008filter.t doesn't catch [%~ ~%] correctlyFrédéric Buclin2010-10-091-5/+5
| | | | r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-2/+2
| | | | r/a=mkanat
* Bug 559999: Make t/010dependencies.t consider "use base" to be just like "use"Max Kanat-Alexander2010-06-161-14/+24
| | | | r=timello, a=mkanat
* Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander2010-05-191-1/+1
| | | | | "html" filter r=LpSolit, a=LpSolit
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-7/+1
| | | | r=timello, a=mkanat
* Bug 545762: Allow tests to pass when using the PERL5LIB environment variable.Gabor Szabo2010-02-111-1/+6
| | | | r=mkanat, a=mkanat
* Convert .cvsignore files into a .bzrignore.Max Kanat-Alexander2010-02-011-1/+0
|
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-55/+0
| | | | | | | During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
* Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵Max Kanat-Alexander2010-02-011-0/+1
| | | | | | CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-252-1/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org2009-11-181-30/+10
| | | | | | Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2009-11-102-99/+75
| | | | | | modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-043-10/+10
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com2009-08-011-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵lpsolit%gmail.com2009-07-161-1/+1
| | | | Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
* 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 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com2009-03-021-1/+12
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
* Bug 295205 - runtests.pl should check that the line endings of files ↵wurblzap%gmail.com2009-03-011-2/+18
| | | | | | | conform to your OS standard. Patch by Marc Schumann <wurblzap@gmail.com>. r=LpSolit,mkanat; a=mkanat.
* Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org2009-03-011-1/+1
| | | | r= LpSolit, a= justdave
* Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net2009-03-011-4/+5
| | | | by burnus; r=gerv, a=justdave.
* Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org2009-03-011-1/+1
| | | | * NO CODE CHANGES *
* Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com2009-03-011-1/+1
| | | | | | test code. Patch makes the tests much better now. r=zach x2
* Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au2009-03-011-12/+15
| | | | Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
* Check templates for tabs, also.jake%acutex.net2009-03-011-0/+5
|
* Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net2009-03-011-1/+0
| | | | runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
* Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net2009-03-011-2/+4
| | | | | | | 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.
* yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
|
* another useless whitespace change to test tinderbox withjustdave%syndicomm.com2009-03-011-1/+1
|
* whitespace change to test tinderbox again.justdave%syndicomm.com2009-03-011-1/+1
|
* whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com2009-03-011-1/+1
|
* Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net2009-03-011-0/+45
| | | | No review needed for tests at this time. NOT PART OF BUILD
* Bug 479164: "Bug" appears raw in "File a Bug" on index.cgi - Patch by ↵lpsolit%gmail.com2009-02-251-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-6/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-1/+1
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Fix bustage in t/007utils.tlpsolit%gmail.com2008-08-271-1/+1
|
* Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2008-08-271-8/+10
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as ↵lpsolit%gmail.com2008-05-081-1/+1
| | | | unsafe - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 416047 – Test 1 fails in compiling Bugzilla::Install::CPAN and ↵wurblzap%gmail.com2008-03-181-2/+12
| | | | | | | install-module.pl when Cygwin is installed. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
* Bug 419388 – 004template.t should fall back to “en”.wurblzap%gmail.com2008-03-051-2/+2
| | | | | Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com>; r=Wurblzap, a=LpSolit
* Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org2008-01-281-1/+1
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
* Bug 398838: Remove the obsolete Util::value_quote() routine - Patch by ↵lpsolit%gmail.com2007-10-081-4/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-15/+1
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com2007-08-091-4/+4
| | | | warnings about deprecated pseudo-hashes) - Patch by 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 389407: api/Bugzilla/Auth.html incorrectly detected by t/009bugwords.t - ↵lpsolit%gmail.com2007-07-251-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 389463: Add new entries to 006spellcheck.t - Patch by Frédéric ↵lpsolit%gmail.com2007-07-251-0/+6
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 340350: 009bugwords.t barewords detection is imperfect - Patch by ↵lpsolit%gmail.com2007-07-111-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=Colin a=LpSolit
* Bug 349423: Release Notes for Bugzilla 3.0mkanat%bugzilla.org2007-02-231-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat