Bug #21862
closedclass.file_list.inc must die
0%
Description
Rename inc to php and fix the files that include the file class.file_list.inc
This is silly!
http://typo3.org/typo3/class.file_list.inc
(issue imported from #M13056)
Updated by Michiel Roos almost 15 years ago
These must all die:
$ find ./ -name "*inc"
.//typo3/class.alt_menu_functions.inc
.//typo3/class.db_list.inc
.//typo3/class.db_list_extra.inc
.//typo3/class.file_list.inc
.//typo3/class.show_rechis.inc
.//typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
.//typo3/sysext/cms/tslib/media/scripts/makeMenu_datedirectory.inc
.//typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc
.//typo3/sysext/cms/tslib/media/scripts/postit.inc
.//typo3/sysext/cms/tslib/media/scripts/testscript.inc
.//typo3/sysext/cms/tslib/media/scripts/wapversionLib.inc
.//typo3/sysext/cms/tslib/media/scripts/xmlversionLib.inc
Updated by Benni Mack almost 15 years ago
Hey Michiel,
I think we don't have to care about these tslib/media/scripts/ files, however, the other classes should be renamed, I agree.
Updated by Chris topher over 11 years ago
- Status changed from Accepted to Closed
- Target version deleted (
0)
The files were deprecated since TYPO3 6.0 and are removed in 6.2. The files in tslib/media/scripts/ have been removed from the Core even before (statictemplates).