[TYPO3-core] RFC: #14230: Match TS browser condition with all delivered browsers

Jeff Segars jsegars at alumni.rice.edu
Wed Apr 28 20:40:25 CEST 2010


On 4/28/10 11:25 AM, Steffen Kamper wrote:
> Hi,
>
> seems i was to tired yesterday, so new day and fresh again here is the
> correct patch. My intention was to use the all-Array which was forgetten
> in prior versions of the patch. The all-array already have the lowercase
> browsers with version and doesn't have any subarrays.
>
> Tested with snippet from Lars:
> [browser = safari]
> page.1000 = TEXT
> page.1000.value = Safari browser
> [browser = webkit]
> page.1001 = TEXT
> page.1001.value = Webkit browser
> [browser = chrome]
> page.1002 = TEXT
> page.1002.value = Chrome browser
> [browser = chrome] && [version = 5]
> page.1003 = TEXT
> page.1003.value = Chrome browser version 5
> [global]
>
> vg Steffen

+1 on read and testing v3 patch.

I would suggest changing "take all founded browsers into account" to 
"take all identified browsers into account"

Thanks,
Jeff


More information about the TYPO3-team-core mailing list