Project

General

Profile

Actions

Task #27940

closed

Deprecate not needed functions in page module

Added by Georg Ringer almost 13 years ago. Updated over 6 years ago.

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

Actions

Also available in: Atom PDF