Feature #17885
closedClean_up/Feature/Revision of db_new.php. Adding Flexible NewWizards
0%
Description
The new-record-listing (db_new.php) is very static and with many tables bulky. An other point is that the wizards are hardcoded. So it very difficult to add or change somesthing.
The TS-function 'newPageWiz.overrideWithExtension' is not implemented.
With this patch it is possible to add wizards/link and group extension-tables to get an better overview.
So in short words you can config newWizards via $TCA[table]['newWizards].
For details check out the txt-files.
The patch also includes the changes for moving the pages- and tt_content-wizards to their $TCA.
newPageWiz.overrideWithExtension I have not include because now you can change override it via TCA. newContentWiz.overrideWithExtension could be marked as outdated and removed in a later version.
db_new.php is now PHP5 conform.
(issue imported from #M6887)
Files