Actions
Bug #19759
closedMove t3lib_tceforms_fe into its own file
Start date:
2009-01-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, t3lib_tceforms_fe is located within the main t3lib_tceforms file which violates the CGL requirement of one class in each file.
While moving it to its own file, small CGL cleanups have also been made.
(issue imported from #M10046)
Files
Updated by Dmitry Dulepov almost 16 years ago
Compatibility is broken :( If someone uses this class, it will be expected in the old file. To preserve compatibility the old file should include the new file with appropriate comment.
Updated by Jeff Segars almost 16 years ago
t3lib_div::makeInstance() should take care of the loading if people actually create the object correctly but I guess it won't cover every case.
Attaching a new patch that does the include.
Updated by Jeff Segars almost 16 years ago
Committed v3 patch to trunk in r4709.
Actions