[TYPO3-core] RFC: #9661: extend condition for globalVar

Steffen Kamper info at sk-typo3.de
Tue Nov 4 13:35:29 CET 2008


Hi,

Oliver Hader schrieb:
> Hi Steffen,
> 
> Steffen Kamper schrieb:
>> thx for the update, it looks more better than before.
>>
>> While we are on this - one thing is still missing: comparing value not
>> NULL, but i have no idea what syntax should be used for it.
> 
> As Dmitry already pointed out that was fixed some time ago.
> It was RFC #8566 with using "[globalString = GP:param = /^$/]"
> 
> I'm going to commit this RFC in some hours...
> 
> olly

it's even more simple, as Dmitry already mentioned

[globalVar = GP:test = ]
this matches if test is NULL

With attached followup patch this is possible too:

[globalVar = GP:test != ]
this matches if test isn't NULL

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 6961_followup.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20081104/b6b87c49/attachment.txt 


More information about the TYPO3-team-core mailing list