Actions
Story #62013
closedCreate legacy extension for removed 6.2 functions
Start date:
2014-10-02
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
TYPO3 Version:
7
PHP Version:
Tags:
Sprint Focus:
Description
There will be an extension providing removed functionality to prolong the timeframe for really breaking custom extensions.
First example of stuff going there is class aliases for removed classes during the namespaces change with 6.0.
More to be added.
Updated by Benni Mack about 10 years ago
I see
- the non-namespaced class mappings / class aliases
- deprecated TypoScript cObjects
- 'CLEARGIF' => 'ClearGif',
- 'IMGTEXT' => 'ImageText',
- 'CTABLE' => 'ContentTable',
- 'OTABLE' => 'OffsetTable',
- 'COLUMNS' => 'Columns',
- 'HRULER' => 'HorizontalRuler',
- 'FORM' => 'Form',
- 'SEARCHRESULT' => 'SearchResult',
- 'MULTIMEDIA' => 'Multimedia',
- 'COBJ_ARRAY' => 'ContentObjectArray',
- 'CASEFUNC' => 'Case',
- old CSS Styled Content code? (or remove it completely)
- FAL Frontend Adapter *
Updated by Georg Ringer about 10 years ago
should we really move CLEARGIF & co to the legacy ext?
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Actions