Bug #52701
TypoScript: Application Context condition
Status: | Resolved | Start date: | 2013-10-11 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Francois Suter | % Done: | 100% |
|
Category: | - | |||
Target version: | 6.2 |
Description
New condition (works in frontend and backend (page + userTS):
[applicationContext = Development/Debugging, Development/Profiling]
# matching exactly "Development/Debugging" or "Development/Profiling"
[global]
[applicationContext = Production*]
# matching any applicationContext with a rootContext of "Production",
# for example "Production/Live" or "Production/Staging"
[global]
[applicationContext = /^Production\/Staging\/Server\d+$/]
# matching "Production/Staging/Server1", "Production/Staging/Server2"
# and so on
[global]
Related issues
Associated revisions
[FEATURE] Application Context condition
Add documentation for the applicationContext condition.
Resolves: #52701
Releases: 6.2
Change-Id: Icde1d8acc03ba43e2eded68507c6d32154b8694f
Reviewed-on: https://review.typo3.org/25195
Reviewed-by: Francois Suter
Tested-by: Francois Suter
History
#1 Updated by Chris topher almost 2 years ago
works in frontend and backend (page + userTS)
Does not need documentation in TSconfig, because TSconfig only lists the differences compared to conditions in templates and for the rest just points to TSref.
#2 Updated by Steffen Müller almost 2 years ago
#3 Updated by Francois Suter over 1 year ago
- Status changed from New to Accepted
- Assigned To set to Francois Suter
#4 Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Documentation/TYPO3/Reference/Typoscript has been pushed to the review server.
It is available at https://review.typo3.org/25195
#5 Updated by Francois Suter over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e04f50a11dc8f9b106134f3797973f08a1d67659.