Bug #25094

Remove deprecated methods from t3lib_div

Added by Christian Kuhn over 4 years ago. Updated over 4 years ago.

Status:Resolved Start date:2011-02-19
Priority:Should have Due date:
Assigned To:Christian Kuhn % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.5 Is Regression:
PHP Version:5.3 Sprint Focus:
Complexity:

Description

This is a SVN patch request.

Type: cleanup

BT: http://bugs.typo3.org/view.php?id=17661

Branches: trunk

Mission:
Remove all methods from t3lib_div that are timed for removal in 4.6, check core if there are still parts which use them:
GPvar()
GParrayMerged()
fixed_lgd()
fixed_lgd_pre()
breakTextForEmail()
danish_strtoupper()
convUmlauts()
uniqueArray()
array2json()
implodeParams()
makeInstanceClassName()

Notes:
- Only dbal still used a call to deprecated method GPvar(), I'll mail the fix to Xavier.
- t3lib/class.t3lib_tceforms_inline.php mentioned t3lib_div::array2json in a method which is deprecated, so this one is removed, too.

(issue imported from #M17661)

17661-dbal.diff Magnifier (533 Bytes) Administrator Admin, 2011-02-22 20:49

17661.diff Magnifier (11.2 kB) Administrator Admin, 2011-02-22 20:49


Related issues

related to Core - Task #24954: The Big Cleanup 4.6 Closed 2011-04-25

History

#1 Updated by Xavier Perseguers over 4 years ago

Committed to DBAL-trunk (rev. 43944) and DBAL_1-2 (rev. 43945).

#2 Updated by Christian Kuhn over 4 years ago

trunk rev. 10545.

Also available in: Atom PDF