Feature #18822
closedAdd stdWrap to each of the properties of TypoScript "select"
0%
Description
Make it possible to use stdWrap properties uidInList and other properties of select.
This can be f.e. useful together with templavoila when certain records should be (un)selected or ordered differently (something which I was unable to accomplish with the RECORDS ctype:
10 = CONTENT 10.table = tt_content 10.select { uidInList.current = 1 # <-- this is what my patch allows to do orderBy = rand() max = 1 }
(issue imported from #M8476)
Files
Updated by Thomas Keller almost 17 years ago
A question: If this patch gets included, how am I supposed to change the TSref wrt that change, i.e. against what file shall I provide a patch for this?
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I9d12ec86224c28eb46425d3ec0fa71c214c1f448 has been pushed to the review server.
It is available at http://review.typo3.org/3310
Updated by Dmitry Dulepov over 13 years ago
- Status changed from New to Under Review
- Target version deleted (
0) - TYPO3 Version set to 4.6
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I9d12ec86224c28eb46425d3ec0fa71c214c1f448 has been pushed to the review server.
It is available at http://review.typo3.org/3310
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I9d12ec86224c28eb46425d3ec0fa71c214c1f448 has been pushed to the review server.
It is available at http://review.typo3.org/3310
Updated by Jo Hasenau over 13 years ago
- File 18822.diff 18822.diff added
Here we go with an "old school" patch - still trying to push from PHPstorm or Tortoise Git - maybe someone is more successful than I am.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I8da048244fb4ace662d2cbba114c302da5416922 has been pushed to the review server.
It is available at http://review.typo3.org/3992
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I82520476e77e4b70a76648e5aae27d5f63fc5040 has been pushed to the review server.
It is available at http://review.typo3.org/3993
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I57b5db1648d1e3fcd3e0997881dce8d4c9951590 has been pushed to the review server.
It is available at http://review.typo3.org/3994
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I5ee1be24a0c7f68cb0833823e9217db87742ab1d has been pushed to the review server.
It is available at http://review.typo3.org/3995
Updated by Ernesto Baschny over 13 years ago
- Subject changed from Allow select.uidInList to be stdWrapped to Add stdWrap to each of the properties of TypoScript "select"
- Assignee set to Ernesto Baschny
- Target version set to 4.6.0-beta1
- Complexity set to easy
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I5ee1be24a0c7f68cb0833823e9217db87742ab1d has been pushed to the review server.
It is available at http://review.typo3.org/3995
Updated by Ernesto Baschny over 13 years ago
- Status changed from Under Review to Resolved
Updated by Ernesto Baschny over 13 years ago
Merged "just in time" for 4.6.0beta1. Added to Pending Documentation at: http://wiki.typo3.org/Pending_Documentation#17881:_Core_-_Enable_stdWrap_for_select.where_.5BResolved_to_Oliver_Hader.5D_.2B_18822:_Core_-_Add_stdWrap_to_each_of_the_properties_of_TypoScript_.22select.22_.5BResolved_to_Ernesto_Baschny.5D
Updated by Xavier Perseguers about 13 years ago
- Status changed from Resolved to Closed
Updated by Ernesto Baschny almost 12 years ago
- Target version deleted (
4.6.0-beta1)