summaryrefslogtreecommitdiffstats
path: root/t
AgeCommit message (Collapse)AuthorFilesLines
2016-09-23Bug 1304248 - Add sanity test to check for the Crypt::OpenPGP issue #30Dylan William Hardison1-0/+74
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison16-555/+292
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison16-292/+555
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison16-555/+292
local symlink to data/ directory
2016-05-19Bug 1262039 - typo in error message "Failed to retreive components..."David Lawrence1-0/+1
2015-11-23Bug 1225366 - allow duo authentication for users already enrolled with duoByron Jones1-0/+1
2015-10-31Bug 1218457 - Allow localconfig to override (force) certain data/params valuesDylan William Hardison1-0/+1
2015-10-28Bug 1217536 - allow inbound_proxy supports '*'Dylan William Hardison1-0/+81
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-0/+8
2015-05-12Bug 1116118: 003safesys.t shouldn't compile all files by default. r=globGervase Markham1-1/+9
2015-03-24Bug 1096798: prototype modal show_bug viewByron Jones1-1/+1
2015-01-28Bug 1100382: backport upstream bug 1090727 to bmo/4.2 to support jquery in ↵David Lawrence1-1/+1
the global/header template, and update the header and footer to use jquery
2015-01-05Bug 1050232 - Improve layout of guided bug entry product selectionDylan William Hardison1-1/+1
2014-10-06merged with upstream 4.2David Lawrence1-1/+32
2014-10-06Bug 1074980: Forbid the { foo => $cgi->param() } syntax to prevent data overrideFrédéric Buclin1-1/+32
r=dkl,a=sgreen
2014-02-10Bug 926085: Forbird single quotes to delimit URLs (no <a href='...'>)'Frédéric Buclin1-1/+15
2013-11-19Bug 929345: bug history/activity shouldn't collapse multi-line values to a ↵Byron Jones1-1/+1
single line
2013-10-23Bug 895687: add UserStory extensionByron Jones1-1/+1
2012-11-22Bug 780820: Allows for multiple custom search criteria to match one fieldByron Jones1-0/+8
2012-03-28Bug 684701: add "watch user" to component watchingDave Lawrence1-1/+2
2012-02-17merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-02-15Test 1 fails if PERLLIB contains paths with whitespace.Marc Schumann1-1/+1
r=gerv; a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=714074
2011-11-22merged with bmo/4.2Dave Lawrence1-2/+15
2011-11-19Bug 703788: Improve performance of diff_arrays() with large arraysFrédéric Buclin1-2/+15
r/a=mkanat
2011-10-18Fix t/004template.t to find certain templates in the extensionsDavid Lawrence1-4/+9
2011-09-02merged with bugzilla/4.2David Lawrence2-31/+26
2011-08-31Bug 680729 - Testing suite (runtests.pl) incorrectly plans to do its ↵Marc Schumann2-31/+26
existence check on referenced templates more than once. r=dkl; a=mkanat
2011-08-11Initial checkin of bmo/4.0 extensions. Still todo: port changes to core ↵David Lawrence4-4/+12
Bugzilla code
2011-06-28Bug 666781 - t/008filter.t should not require filterexceptions.pl when one ↵David Lawrence1-9/+7
does not exist especially with extensions r/a=mkanat
2011-06-23Bug 663835 - Extensions templates are not tested by the normal sanity test ↵David Lawrence2-34/+12
scripts r/a=mkanat
2011-03-27Bug 645118: Allow "=" as pre_chomp and post_chomp modifier in templates.Marc Schumann1-1/+1
r/a=mkanat
2010-10-15Bug 604522: t/012throwables.t doesn't catch new user errors correctlyFrédéric Buclin1-3/+3
r/a=mkanat
2010-10-09Bug 602832: 008filter.t doesn't catch [%~ ~%] correctlyFrédéric Buclin1-5/+5
r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-2/+2
r/a=mkanat
2010-06-17Bug 559999: Make t/010dependencies.t consider "use base" to be just like "use"Max Kanat-Alexander1-14/+24
r=timello, a=mkanat
2010-05-19Bug 565899: Make the html_linebreak filter safe by having it first call theMax Kanat-Alexander1-1/+1
"html" filter r=LpSolit, a=LpSolit
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-7/+1
r=timello, a=mkanat
2010-02-12Bug 545762: Allow tests to pass when using the PERL5LIB environment variable.Gabor Szabo1-1/+6
r=mkanat, a=mkanat
2010-02-01Convert .cvsignore files into a .bzrignore.Max Kanat-Alexander1-1/+0
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-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-01Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵Max Kanat-Alexander1-0/+1
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2-1/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-18Fix for Bug 527505: Make t/001compile.t work even after ↵mkanat%bugzilla.org1-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-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org2-99/+75
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org3-10/+10
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-01Bug 507389: [SECURITY] Users can see all products when editing bugs - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-07-16Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly ↵lpsolit%gmail.com1-1/+1
Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
2009-04-08Bug 487342: 001compile.t fails if JSON::RPC is not installed - Patch by ↵lpsolit%gmail.com1-1/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-02Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com1-1/+12
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-03-01Bug 295205 - runtests.pl should check that the line endings of files ↵wurblzap%gmail.com1-2/+18
conform to your OS standard. Patch by Marc Schumann <wurblzap@gmail.com>. r=LpSolit,mkanat; a=mkanat.