Task #72368
closedUse request type constants everywhere
100%
Description
Each entry point (application) now defines the actual
request type at a very early point of the request, so
each call within TYPO3 can use the predefined constants
at all times.
Previously this was done within the Bootstrap after loading LocalConfiguration.php etc, and by evaluating other
parameters to detect which RequestType should be used.
By directly setting the option within each application, the
constants "TYPO3_enterInstallScript" and "TYPO3_cliMode" can be removed, as well as $GLOBALS['TYPO3_AJAX'].
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45379
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45379
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45379
Updated by Benni Mack almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ed879e99f6ce9cfe132b09289010ab8ec75d7475.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed