From e924e2ece4512233fa5ad020fecce25307c715a2 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 28 Sep 2009 13:58:30 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20and=20fixes=20escaping=20of=20fi?= =?UTF-8?q?lter=20arguments=20-=20'is=20(not)'=20and=20'contains=20(not)'?= =?UTF-8?q?=20are=20now=20defined=20as:=20take=20the=20argument=20literall?= =?UTF-8?q?y,=20ie=20%=20and=20=5F=20will=20be=20escaped=20automatically?= =?UTF-8?q?=20-=20in=20string=20fields=20one=20can=20look=20for=20\n=20,?= =?UTF-8?q?=20\r=20,=20\t=20-=20added=20LIKE=20and=20NOT=20LIKE=20operator?= =?UTF-8?q?s=20to=20strings=20to=20be=20more=20transparent=20-=20a=20routi?= =?UTF-8?q?ne=20detects=20automatically=20whether=20a=20placeholder=20was?= =?UTF-8?q?=20wrapped=20into=20'=20or=20"=20and=20if=20so=20'=20or=20"=20w?= =?UTF-8?q?ill=20be=20escaped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/English.lproj/ContentFilters.plist | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'Resources') diff --git a/Resources/English.lproj/ContentFilters.plist b/Resources/English.lproj/ContentFilters.plist index 2f52c6af..7ee9e8b1 100644 --- a/Resources/English.lproj/ContentFilters.plist +++ b/Resources/English.lproj/ContentFilters.plist @@ -101,7 +101,7 @@ MenuLabel - IS + is NumberOfArguments 1 Clause @@ -109,7 +109,7 @@ MenuLabel - IS NOT + is not NumberOfArguments 1 Clause @@ -131,6 +131,22 @@ Clause NOT LIKE '%${}%' + + MenuLabel + LIKE + NumberOfArguments + 1 + Clause + LIKE '${}' + + + MenuLabel + NOT LIKE + NumberOfArguments + 1 + Clause + NOT LIKE '${}' + MenuLabel IN @@ -190,7 +206,7 @@ MenuLabel - IS + is NumberOfArguments 1 Clause @@ -198,7 +214,7 @@ MenuLabel - IS NOT + is not NumberOfArguments 1 Clause -- cgit v1.2.3