Task #51482
closedEpic #70573: Clean up entrypoints
Deprecate script based modules
100%
Description
Would it make sense to always use the mod.php, instead of using the following line in conf.php?
$MCONF['script']='index.php';
Updated by Philipp Gampe about 11 years ago
I would even move the stuff in conf.php
into the modules registration. IMHO modules registration should be some kind of register plugin with a classname+method.
Updated by Ernesto Baschny about 11 years ago
Would make sense, yes, but the core still does that in some modules:
typo3/sysext/cms/layout/conf.php:$MCONF['script'] = 'db_layout.php';
typo3/sysext/func/mod1/conf.php:$MCONF['script'] = 'index.php';
typo3/sysext/info/mod1/conf.php:$MCONF['script'] = 'index.php';
typo3/sysext/version/cm1/conf.php:$MCONF['script'] = 'index.php';
Please also note that Benni merged this FEATURE some time ago which is related to this: #49643. Since Benni is now "back in business" you might want to get in touch with him for further details or plans in this area.
Updated by Georg Ringer almost 10 years ago
IMO only db_layout is still using the old way...
Updated by Wouter Wolters almost 10 years ago
Updated by Benni Mack over 9 years ago
- Status changed from New to Accepted
- Target version changed from 6.2.0 to 7.5
Now we only need to document this behaviour.
Updated by Benni Mack about 9 years ago
- Category changed from Backend API to 1599
- Assignee set to Benni Mack
- Target version changed from 7.5 to 7 LTS
We need to modify EXT:form wizards then we can completely deprecate this logic. Hopefully in time for 7.6
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43871
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43871
Updated by Gerrit Code Review about 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/43871
Updated by Gerrit Code Review about 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/43871
Updated by Gerrit Code Review about 9 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43871
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43871
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/43871
Updated by Benni Mack about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset eef47f9492410368134d15dc08501e4eb5ad411e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed