Feature #25112
closedDeprecate select.andWhere
100%
Description
As written in #22338 'andWhere' can become deprecated, because the only reason for its existence was stdWrap support.
(issue imported from #M17681)
Updated by Andreas Kießling over 13 years ago
Deprecating it now would mean, it would be removed with 4.8?
My fear is: "a lot of sites wil be upgraded to 4.5" ;)
With LTS, you will probably stick to 4.5 until support ends, because that is what LTS is for. Right?
Once you "have to" upgrade, you won't see any entry in the deprecation log. The property is gone and your TS just does not work anymore...
Updated by Björn Pedersen over 13 years ago
It is still used in trunk TS for menu type: section index.
Updated by Dmitry Dulepov over 13 years ago
-1.
It is useful because you may have a general TS object with "where" and TS objects based on it that add various conditions using "andWhere".
Updated by Marc Bastian Heinrichs over 13 years ago
Updated by Alexander Opitz about 10 years ago
- Description updated (diff)
- Status changed from New to Needs Feedback
- Target version deleted (
0)
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.4)?
Updated by Marc Bastian Heinrichs almost 10 years ago
- Status changed from Needs Feedback to New
andWhere is still there http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html
and IMO should still be removed
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35800
Updated by Gerrit Code Review almost 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35800
Updated by Gerrit Code Review almost 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35800
Updated by Gerrit Code Review almost 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35800
Updated by Georg Ringer almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7b83b959edf49e26a7502e843c3363b8f091921d.
Updated by Chris topher over 9 years ago
Marc Bastian Heinrichs wrote:
andWhere is still there http://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Select/Index.html
and IMO should still be removed
Fixed in current master.