Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-02 | Bug 822547: Fix POD coverage bustage | Byron Jones | 1 | -0/+1 | |
2012-12-03 | Bug 817634: Tests in t/ should also check themselves where appropriate | Frédéric Buclin | 4 | -26/+33 | |
r=glob a=LpSolit | |||||
2012-12-03 | Remove tabs from t/002goodperl.t and CRLF characters from t/013dbschema.t | Frédéric Buclin | 2 | -85/+85 | |
(required for bug 817634) | |||||
2012-12-01 | Bug 247560: Add tests for reserved SQL words in the DB schema | Sunil Joshi | 1 | -0/+84 | |
r/a=LpSolit | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2 | -3/+3 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 784072: Use Pod::Coverage to make sure that all subroutines are documented | Frédéric Buclin | 2 | -1/+71 | |
r=wurblzap a=LpSolit | |||||
2012-11-13 | Bug 615627: Make t/012throwables.t know about user errors defined in extensions | Simon Green | 2 | -1/+16 | |
r=dkl, a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -1/+23 | |
r=wicked a=LpSolit | |||||
2012-08-31 | Bug 655477: Bugzilla now requires Perl 5.10.1 | Frédéric Buclin | 1 | -1/+1 | |
r=mkanat a=LpSolit | |||||
2012-02-15 | Test 1 fails if PERLLIB contains paths with whitespace. | Marc Schumann | 1 | -1/+1 | |
r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074 | |||||
2012-01-23 | Bug 319953: Missing real email syntax check | Frédéric Buclin | 1 | -1/+11 | |
r=glob a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 15 | -281/+81 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-11-19 | Bug 703788: Improve performance of diff_arrays() with large arrays | Frédéric Buclin | 1 | -2/+15 | |
r/a=mkanat | |||||
2011-10-23 | Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2011-08-31 | Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its ↵ | Marc Schumann | 2 | -31/+26 | |
existence check on referenced templates more than once. r=dkl; a=mkanat | |||||
2011-08-07 | Bug 666313: Remove the obsolete [% FLUSH %] directive | Frédéric Buclin | 1 | -1/+1 | |
r=glob a=LpSolit | |||||
2011-06-28 | Bug 666781 - t/008filter.t should not require filterexceptions.pl when one ↵ | David Lawrence | 1 | -9/+7 | |
does not exist especially with extensions r/a=mkanat | |||||
2011-06-23 | Bug 663835 - Extensions templates are not tested by the normal sanity test ↵ | David Lawrence | 2 | -34/+12 | |
scripts r/a=mkanat | |||||
2011-03-27 | Bug 645118: Allow "=" as pre_chomp and post_chomp modifier in templates. | Marc Schumann | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-10-15 | Bug 604522: t/012throwables.t doesn't catch new user errors correctly | Frédéric Buclin | 1 | -3/+3 | |
r/a=mkanat | |||||
2010-10-09 | Bug 602832: 008filter.t doesn't catch [%~ ~%] correctly | Frédéric Buclin | 1 | -5/+5 | |
r/a=mkanat | |||||
2010-07-23 | Bug 398701: Replace |FILTER url_quote| by |FILTER uri| | Frédéric Buclin | 1 | -2/+2 | |
r/a=mkanat | |||||
2010-06-17 | Bug 559999: Make t/010dependencies.t consider "use base" to be just like "use" | Max Kanat-Alexander | 1 | -14/+24 | |
r=timello, a=mkanat | |||||
2010-05-19 | Bug 565899: Make the html_linebreak filter safe by having it first call the | Max Kanat-Alexander | 1 | -1/+1 | |
"html" filter r=LpSolit, a=LpSolit | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -7/+1 | |
r=timello, a=mkanat | |||||
2010-02-12 | Bug 545762: Allow tests to pass when using the PERL5LIB environment variable. | Gabor Szabo | 1 | -1/+6 | |
r=mkanat, a=mkanat | |||||
2010-02-01 | Convert .cvsignore files into a .bzrignore. | Max Kanat-Alexander | 1 | -1/+0 | |
2010-02-01 | Fix the data in the bzr repo to match the data in the CVS repo. | Max Kanat-Alexander | 1 | -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. | |||||
2010-02-01 | Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵ | Max Kanat-Alexander | 1 | -0/+1 | |
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-25 | Bug 530252: Create a script that sets up the framework of an extension | mkanat%bugzilla.org | 2 | -1/+2 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-18 | Fix for Bug 527505: Make t/001compile.t work even after ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-11-10 | Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵ | mkanat%bugzilla.org | 2 | -99/+75 | |
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-09-04 | Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS) | mkanat%bugzilla.org | 3 | -10/+10 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-01 | Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-07-16 | Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit | |||||
2009-04-08 | Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-02 | Bug 481025 - Remove rogue Byte Order Mark. | wurblzap%gmail.com | 1 | -1/+12 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | |||||
2009-03-01 | Bug 295205 - runtests.pl should check that the line endings of files ↵ | wurblzap%gmail.com | 1 | -2/+18 | |
conform to your OS standard. Patch by Marc Schumann <wurblzap@gmail.com>. r=LpSolit,mkanat; a=mkanat. | |||||
2009-03-01 | Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors | justdave%bugzilla.org | 1 | -1/+1 | |
r= LpSolit, a= justdave | |||||
2009-03-01 | Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵ | gerv%gerv.net | 1 | -4/+5 | |
by burnus; r=gerv, a=justdave. | |||||
2009-03-01 | Updating my e-mail address as jake@acutex.net is no longer valid. | jake%bugzilla.org | 1 | -1/+1 | |
* NO CODE CHANGES * | |||||
2009-03-01 | Fix for bug 143124, Fix warning messages about *::TESTOUT and clean up | zach%zachlipton.com | 1 | -1/+1 | |
test code. Patch makes the tests much better now. r=zach x2 | |||||
2009-03-01 | Bug 135543 - @Support::Templates::testitems does not list all templates | bbaetz%student.usyd.edu.au | 1 | -12/+15 | |
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave | |||||
2009-03-01 | Check templates for tabs, also. | jake%acutex.net | 1 | -0/+5 | |
2009-03-01 | Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵ | jake%acutex.net | 1 | -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. | |||||
2009-03-01 | Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵ | jake%acutex.net | 1 | -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. | |||||
2009-03-01 | yet another meaningless whitespace change to test tinderbox with | justdave%syndicomm.com | 1 | -1/+1 | |
2009-03-01 | another useless whitespace change to test tinderbox with | justdave%syndicomm.com | 1 | -1/+1 | |
2009-03-01 | whitespace change to test tinderbox again. | justdave%syndicomm.com | 1 | -1/+1 | |
2009-03-01 | whitespace change to do a test checkin to see how tinderbox reacts | justdave%syndicomm.com | 1 | -1/+1 | |