Project

General

Profile

Actions

Bug #15476

closed

Plain timestamps in "Web" > "List"?

Added by Christian Trabold over 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2006-01-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

If you select

"Web" > "List" > "a page" > "List only this table" and "Set fields" [tstamp] + [crdate]"

the timestamps are shown in plain values. Prior 4.0 the values were formated date values.

Same for tt_content-records + [tstamp].

Info Module shows "correct" formated values.

$TYPO3_CONF_VARS['SYS']['ddmmyy'] = 'j.m.y';

and

$TYPO3_CONF_VARS['SYS']['hhmm'] = 'H:i';

are ignored.
(issue imported from #M2347)


Files

linkUrlMail.diff (941 Bytes) linkUrlMail.diff Administrator Admin, 2006-01-22 20:11

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #15400: False return-value in class recordList, method linkUrlMailClosedMichael Stucki2006-01-12

Actions
Actions #1

Updated by Stefano Cecere over 18 years ago

i can confirm it (4.0 beta 2), worked in 3.8.1

Actions #2

Updated by Peter Niederlag over 18 years ago

I guess this is due to some changes that took place on the return value in

recordList->linkUrlMail () from file typo3/class.db_list.inc

Dont knwo what is going on there, mybe mr.stucki knows about it better.

Actions #3

Updated by Michael Stucki over 18 years ago

The attached patch fixes the problem.

Actions #4

Updated by Michael Stucki over 18 years ago

Fixed in CVS.

Actions

Also available in: Atom PDF