You are here: Foswiki>Tasks Web>Item10998 (28 Jul 2011, KipLubliner)Edit Attach

Item10998: FORMATLIST does not support dollarquot in format attribute

pencil
Priority: Normal
Current State: No Action Required
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: FilterPlugin
Branches:
Reported By: KipLubliner
Waiting For:
Last Change By: KipLubliner
I was trying to use FilterPlugin, MultiTopicSavePlugin thusly:

%FORMATLIST{"%SEARCH{...}%" unique="on" format="$percntSEARCH{ ... %MULTITOPICSAVEINPUT{delay="2" ...}% ... }$percnt"}%

This does not work because FORMATLIST does not support $quot.

-- KipLubliner - 24 Jul 2011

Try \" instead of $quot.

-- MichaelDaum - 25 Jul 2011

Thanks, that works.

-- KipLubliner - 25 Jul 2011

I modified Core.pm, line 676:
  $found = 1 if $text =~ s/\$quot/\"/go;

-- KipLubliner - 28 Jul 2011

 

ItemTemplate edit

Summary FORMATLIST does not support dollarquot in format attribute
ReportedBy KipLubliner
Codebase 1.1.2
SVN Range
AppliesTo Extension
Component FilterPlugin
Priority Normal
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
Topic revision: r6 - 28 Jul 2011, KipLubliner
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy