Bug #25094
Remove deprecated methods from t3lib_div
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)
Related issues
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.