Feature #17885
Clean_up/Feature/Revision of db_new.php. Adding Flexible NewWizards
| Status: | Needs Feedback | Start date: | 2007-12-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.2 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 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)
History
Updated by Alexander Opitz 12 days ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?