Project

General

Profile

Actions

Bug #19759

closed

Move t3lib_tceforms_fe into its own file

Added by Jeff Segars over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

0010046.diff (25.2 KB) 0010046.diff Administrator Admin, 2009-01-02 20:32
0010046_CGL.diff (4.02 KB) 0010046_CGL.diff Administrator Admin, 2009-01-02 20:41
0010046v2.diff (31.7 KB) 0010046v2.diff Administrator Admin, 2009-01-12 22:36
0010046v3.diff (11.2 KB) 0010046v3.diff Administrator Admin, 2009-01-13 22:22
Actions #1

Updated by Dmitry Dulepov over 15 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.

Actions #2

Updated by Jeff Segars over 15 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.

Actions #3

Updated by Jeff Segars over 15 years ago

Committed v3 patch to trunk in r4709.

Actions

Also available in: Atom PDF