ReStructured Text InfrastructureTYPO3 CMS - What's Newwiki.typo3.orgTYPO3 CMS Documentation

Bug #52701

TypoScript: Application Context condition

Added by Christian Kuhn almost 2 years ago. Updated over 1 year ago.

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

follows Core - Feature #50132: TypoScript: Application Context condition Resolved 2013-07-17

Associated revisions

Revision e04f50a1
Added by Francois Suter over 1 year ago

[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.

#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

Also available in: Atom PDF