[TASK] Remove tslib directory
The frontend parts are split into EXT:cms and EXT:frontend, and the legacy directory "tslib" and the constant PATH_tslib are hardly used anymore. The patch moves the respective eIDs in the correct folders, moves index_ts.php into a class and moves the frontend page template into EXT:frontend. Thus, the tslib directory can be removed completely. Additionally an old reference to tslib in indexed_search can be safely removed as well. Releases: 6.3 Resolves: #61459 Change-Id: I9c19dcbeb7c18ef24b2fee3f997a12b7b8d0f957 Reviewed-on: http://review.typo3.org/32660 Reviewed-by:Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Helmut Hummel <helmut.hummel@typo3.org> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- index.php 7 additions, 4 deletionsindex.php
- typo3/sysext/cms/ext_localconf.php 0 additions, 7 deletionstypo3/sysext/cms/ext_localconf.php
- typo3/sysext/cms/tslib/index_ts.php 0 additions, 288 deletionstypo3/sysext/cms/tslib/index_ts.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 2 additions, 5 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-61459-RemovalTslib.rst 31 additions, 0 deletions...entation/Changelog/master/Breaking-61459-RemovalTslib.rst
- typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php 1 addition, 1 deletion...ntend/Classes/Controller/TypoScriptFrontendController.php
- typo3/sysext/frontend/Classes/FrontendRequestHandler.php 288 additions, 0 deletionstypo3/sysext/frontend/Classes/FrontendRequestHandler.php
- typo3/sysext/frontend/Resources/PHP/Eid/ExtDirect.php 0 additions, 0 deletionstypo3/sysext/frontend/Resources/PHP/Eid/ExtDirect.php
- typo3/sysext/frontend/Resources/PHP/Eid/ShowPic.php 0 additions, 0 deletionstypo3/sysext/frontend/Resources/PHP/Eid/ShowPic.php
- typo3/sysext/frontend/Resources/Private/Templates/MainPage.html 0 additions, 0 deletions...sysext/frontend/Resources/Private/Templates/MainPage.html
- typo3/sysext/frontend/ext_localconf.php 12 additions, 0 deletionstypo3/sysext/frontend/ext_localconf.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 0 additions, 14 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php 0 additions, 15 deletions...ndexed_search/Classes/Controller/SearchFormController.php
Please register or sign in to comment