Task #13745

Remove deprecated methods & properties from Extbase

Added by Bastian Waidelich about 2 years ago. Updated over 1 year ago.

Status:Resolved Start date:2011-03-10
Priority:Should have Due date:
Assignee:Bastian Waidelich % Done:

100%

Category:Extbase
Target version:Extbase 1.4
Has patch:No Tags:
Votes: 0

Description

There are still a few methods marked deprecated.
For version 1.4 we should remove all of these that are deprecated since 1.2 and below.
When deleting implementations we have to make sure, that they are not used in the core of Extbase or Fluid!
Example:
Tx_Extbase_Persistence_Query::withUid() is deprecated since 1.2 and should be removed, but it is still used twice in Tx_Extbase_Persistence_Backend


Related issues

related to Fluid - Bug #26138: CObjectViewHelper still uses the deprecated method 'getAc... Resolved 2011-04-20
related to Extbase MVC Framework - Bug #27148: Fix deprecated annotations Resolved 2011-05-30

Associated revisions

Revision 5d7ad7ea
Added by Bastian Waidelich over 1 year ago

[TASK] Remove deprecated methods & properties

This removes some deprecated methods and calls to them.
Namely Tx_Extbase_Persistence_Query::withUid()
and Tx_Extbase_Utility_TypeHandling::*().
Besides this fixes a doc comment and removes the obsolete
TypeHandlingTest.

Change-Id: I1d08783053c348e34efbc602af57b72f37afe6b8
Resolves: #13745

History

Updated by Stefan Neufeind almost 2 years ago

Only thing left which is deprecated since 1.2.0 is withUid which you mentioned. That's called twice in
Classes/Persistence/Backend.php. And if we could change that, we can drop that deprecated method from Persistence/Query.php and the QueryInterface. Nothing found in Fluid.

PS: In Fluid ViewHelpers/Form/TextboxViewHelper.php is already deprecated as was "emptied" as well. Nothing else with a relation to extbase found or so.

Updated by Bastian Waidelich over 1 year ago

  • Assignee changed from Felix Oertel to Bastian Waidelich
  • Has patch set to No

Updated by Mr. Hudson over 1 year ago

Patch set 1 of change I1d08783053c348e34efbc602af57b72f37afe6b8 has been pushed to the review server.
It is available at http://review.typo3.org/4888

Updated by Bastian Waidelich over 1 year ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF