summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-1/+1
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-12-11Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon.Matt Selsky1-3/+3
2014-11-24Bug 1102003: The URL and status whiteboard fields display ARRAY(...) instead ↵Frédéric Buclin1-1/+1
of real data r=dkl a=glob
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-1/+1
r=dkl,a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-4/+6
r=dkl a=sgreen
2014-02-25Bug 963120 - allow extensions to document themselves, and build result into ↵Gervase Markham1-1/+1
docs. r=LpSolit, a=justdave.
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-19/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-07Bug 666313: Remove the obsolete [% FLUSH %] directiveFrédéric Buclin1-1/+1
r=glob a=LpSolit
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-03-27Bug 645118: Allow "=" as pre_chomp and post_chomp modifier in templates.Marc Schumann1-1/+1
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-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
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-3/+4
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
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-1/+1
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-05-08Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as ↵lpsolit%gmail.com1-1/+1
unsafe - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-01-28Bug 374020: Re-work the bug editing form to be more usable.mkanat%bugzilla.org1-1/+1
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat, a=mkanat
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-22Bug 351994: Messages shouldn't contain HTML characters unless we're in ↵mkanat%bugzilla.org1-1/+1
USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-07-14Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=mkanat a=myk
2006-03-07Bug 329295: 008filter fails if . is not in PATH - Patch by Vlad Dascalu ↵lpsolit%gmail.com1-0/+3
<vladd@bugzilla.org> r=LpSolit a=myk
2006-02-26Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com1-1/+1
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-11-10Bug 297857: Incorrect filter name detection in 008filter.t - Patch by ↵lpsolit%gmail.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk
2005-10-28Bug 313941: t/008filter.t should accept TRY/CATCH template directiveswurblzap%gmail.com1-1/+2
Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=wurblzap, a=justdave
2005-09-07Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com1-1/+1
exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
2005-08-06Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
r= LpSolit, a= justdave
2004-12-07Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc ↵jocuri%softhome.net1-2/+4
Schumann <wurblzap@gmail.com>, r=glob, a=justdave.
2004-12-07Patch for bug 270589: Make t/008filter.t accept empty template directives; ↵jocuri%softhome.net1-0/+3
patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave.
2004-11-29s/FEL/filterexceptions.pl -- fix this confusing error message once and forkiko%async.com.br1-1/+1
all. r=ssdbot
2004-09-11Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org1-1/+1
Patch by GavinS <bugzilla@chimpychompy.org> r=jouni, a=justdave
2004-07-31Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net1-1/+1
<bugzilla@chimpychompy.org>; r=jouni, a=justdave.
2004-06-16Bug 142744: Testing suite should work on Win32jouni%heikniemi.net1-0/+12
Patch by byron jones (glob) <bugzilla@glob.com.au> r=jouni, a=justdave
2004-03-17Bustage fix: adding filters defined in bug 232397. New filters need tokiko%async.com.br1-1/+2
be added to both test 004 *and* test 008.
2004-03-17Patch for bug 235459: add icalendar output format in buglist; patch by ↵jocuri%softhome.net1-1/+1
William Jon McCann <mccannwj@pha.jhu.edu>; r=vlad; a=justdave.
2004-02-06Fix for bug 127995: shows the size of attachments in the show bug and ↵myk%mozilla.org1-1/+2
attachment interfaces. Patch by Dave Swegen <dswegen@software.plasmon.com> r=myk a=myk
2004-02-03Fix for bustage caused by Gerv's checkin for bug 232903; basically, wekiko%async.com.br1-0/+3
need to exempt Hook.process() calls from the filter checks. I'm assuming Gerv has stamped this fix, and I'm just checking it in to keep things green -- back me out later if this was wrong.
2003-09-07Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net1-1/+1
bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
2003-08-22Bug 139011 - Improve buglist colors furtherburnus%gmx.de1-2/+2
r,a=justdave
2003-07-31Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). ↵jkeiser%netscape.com1-53/+74
Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-04Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net1-0/+3
without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2003-04-26Bug 203318 - 008filter.t fails to do chdir $topdir - if ↵burnus%gmx.de1-6/+9
@Support::Templates::include_paths returns more than one path r=justdave,gerv a=justdave
2003-04-25Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com1-0/+182
templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave