Actions
Bug #69335
closedDateViewHelper treats date="now" incorrectly, if 'base' is not set
Start date:
2015-08-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Hi,
I've upgraded TYPO3 from 7.3.1 to 7.4 and output of year in footer copyright became incorrect.
I'm doing it with such a VH call:
{f:format.date(date: 'now', format : 'Y')}
With 7.3.1 it outputs "2015"
With 7.4. - output always different and may be, e.g. "8034"
The problem in introduced 'base' parameter #68022
Now I'm forced to provide it:
{f:format.date(date: 'now', format : 'Y', base: 'now')}
Is it expected usage or it is an issue?
Updated by Markus Klein about 9 years ago
- Status changed from New to Accepted
- Assignee set to Markus Klein
- Priority changed from Could have to Must have
- Target version set to 7.5
- Complexity set to easy
- Sprint Focus set to Stabilization Sprint
Thanks for the report, that is indeed a bug.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Accepted 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/42885
Updated by Gerrit Code Review about 9 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/42885
Updated by Markus Klein about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a4be761699e423c04d3fc8f649d007c9e674569e.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions