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 #1

Updated by Mr. Hudson almost 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

Actions #2

Updated by Georg Ringer almost 13 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF