Actions
Task #27940
closedDeprecate not needed functions in page module
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2011-07-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The page module can be cleaned up by removing/deprecating direct support of extensions in core which is not needed anymore because of other possibilities.
It is all about showing records in page module which can be achieved now with a code like that
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['cms']['db_layout']['addTables']['tx_myext'] = array ('default' => array( 'MENU' => 'LLL:EXT:tx_myext/locallang_db.xml:menuDefault', 'fList' => 'title,description,image', 'icon' => TRUE));
support for this for fe_user records is added to the config_default.php.
Any other extension now needs to take care of that on itself
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I037e7ce6e912e7fdf1416747eb9f54353266632b has been pushed to the review server.
It is available at http://review.typo3.org/3104
Updated by Georg Ringer over 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3efdfc2579b60208d7bbcb6379f9ec9ff5595aea.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions