summaryrefslogtreecommitdiffstats
path: root/t/008filter.t
AgeCommit message (Collapse)AuthorFilesLines
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