Project

General

Profile

Actions

Feature #22045

closed

Allow stdWrap-functionality for _DEFAULT_PI_VARS

Added by Stefan Neufeind about 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-02-02
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Currently you can only set plain key/value-pairs like
plugin.tt_news._DEFAULT_PI_VARS.year = 2010

It would be great to have stdWrap-functionality available to functionality like insertData available.

plugin.tt_news._DEFAULT_PI_VARS {
year = {date:Y}
year.insertData = 1
}

(issue imported from #M13403)


Files

22045-47.patch (1.05 KB) 22045-47.patch Ivan Dharma Kartolo, 2012-09-02 11:46

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49314: New object from empty valueClosedPhilipp Gampe2013-06-21

Actions
Actions #1

Updated by Ivan Dharma Kartolo over 11 years ago

here comes the patch for 4.7 (not tested on 4.5 and 4.6)

folowing TS should be used:

Example:

plugin.tx_iktest_pi1._DEFAULT_PI_VARS {
    year.stdWrap {
        cObject = TEXT
        cObject.data = date:U
        cObject.strftime =%Y
    }
}

please test the patch.

created during TYPO3 Code Sprint Stuttgart 12

Actions #2

Updated by Gerrit Code Review over 11 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 http://review.typo3.org/14283

Actions #3

Updated by Gerrit Code Review over 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14283

Actions #4

Updated by Gerrit Code Review over 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14283

Actions #5

Updated by Gerrit Code Review over 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14283

Actions #6

Updated by Gerrit Code Review over 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14283

Actions #7

Updated by Gerrit Code Review about 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #8

Updated by Gerrit Code Review about 11 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #9

Updated by Gerrit Code Review almost 11 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #10

Updated by Gerrit Code Review almost 11 years ago

Patch set 9 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #11

Updated by Gerrit Code Review almost 11 years ago

Patch set 10 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #12

Updated by Gerrit Code Review almost 11 years ago

Patch set 11 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #13

Updated by Gerrit Code Review almost 11 years ago

Patch set 12 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #14

Updated by Gerrit Code Review almost 11 years ago

Patch set 13 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/14283

Actions #15

Updated by Stefan Neufeind almost 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #16

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF