Bug #47761
Task #47756: Remove require / require_once fallback layers for namespaced classes
Remove deprecated classes from t3lib
Status: | Resolved | Start date: | 2013-04-30 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.2 | Is Regression: | ||
PHP Version: | Sprint Focus: | |||
Complexity: |
Associated revisions
[TASK] Remove deprecated classes from t3lib
Some classes in t3lib were not moved to namespaces and
deprecated with 6.0. Those are now removed:
- t3lib_ajax is scheduled for removal and unused
- t3lib_install is only referenced in dbal from an unused hook,
cleanup for dbal will follow - t3lib_readmail is scheduled for removal and unused
- t3lib_syntaxhl is scheduled for removal and unused
- t3lib_userauthgroup is scheduled for removal and unused
- t3lib_xml is scheduled for removal and unused
- t3lib_http_request is scheduled for removal and unused, the
additional require_once is included in the new class location - t3lib_mail_mailer is scheduled for removal and unused
- t3lib_mail_message is scheduled for removal and unused, the
additional require_once is included in the new class location
Change-Id: Ic7688d89e62c659000f81a53b47beaf73e455ada
Resolves: #47761
Releases: 6.2
Reviewed-on: https://review.typo3.org/20364
Reviewed-by: Thomas Maroschik
Tested-by: Thomas Maroschik
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
History
#1 Updated by Gerrit Code Review over 2 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20364
#2 Updated by Christian Kuhn over 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8ae43733f41674e265296bd6ad50c1ee0bff6f90.