[TYPO3-core] TS condition for Context
Steffen Müller
typo3 at t3node.com
Fri Aug 9 19:14:05 CEST 2013
Hi.
Do you like to get the following TS condition in the core?
[context = Development*]
# matching any context with a rootContext of "Development", e.g.
"Development/Debugging"
config.sendCacheHeaders = 0
config.minifyJS = 0
config.compressJs = 0
config.admPanel = 1
# ...
[global]
... while you set the context for example with:
RewriteCond %{HTTP_HOST} ^dev\.example\.com$
RewriteRule (.*) $1 [E=TYPO3_CONTEXT:Development]
Then please review the following changeset and provide a fix for the
failing UnitTest:
https://review.typo3.org/#/c/22412/
Thanks!
--
cheers,
Steffen
Active Contributor TYPO3 CMS
TYPO3 Blog: http://www.t3node.com/
Twitter: @t3node - http://twitter.com/t3node
More information about the TYPO3-team-core
mailing list