Bug #21862

class.file_list.inc must die

Added by Michiel Roos over 3 years ago. Updated 17 days ago.

Status:Closed Start date:2009-12-17
Priority:Should have Due date:
Assignee:Benjamin Mack % Done:

0%

Category:-
Target version:-
TYPO3 Version:4.3 Complexity:
PHP Version:4.3
Votes: 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)

History

Updated by Michiel Roos over 3 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 Benjamin Mack over 3 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 17 days 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).

Also available in: Atom PDF