[TYPO3-core] RFC #10011: New feature: TypoScript Condition to check for installed extensions

Dmitry Dulepov dmitry at typo3.org
Wed Dec 24 13:44:49 CET 2008


Hi!

Steffen Kamper wrote:
> both ext and extension doesn't reflect what's the condition is about. I
> would prefer
> extIsLoaded or extensionIsLoaded

...

> the "or" normally works with comma-list
> [glovalVar = TSFE:id = 5, TSFE:id = 8, TSFE:id = 15]
> 
> So i would expect "or" with comma list, && with seperate conditions.

No problem for me for anything above :) I still can use any of:

[ext = realurl,cooluri]
or
[ext = realurl] || [ext = cooluri]
or
[extensionIsLoaded = realurl]

or whatever other combination :)

The final patch should use t3lib_div::trimExplode(',', $value, true) of course.

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-team-core mailing list