View Issue Details

IDProjectCategoryView StatusLast Update
0001631Composr[All Projects] General / Uncategorisedpublic2014-04-30 12:30
ReporterJason VerhagenAssigned To 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0001631: Edited date always displays current date instead of actual edited date for some edited content.
DescriptionI found five templates (possibly more?) with an incorrect {$DATE} usage causing the edited date for the content to always display the current date instead of the actual edited date. The affected templates:

CATALOGUE_DEFAULT_ENTRY_SCREEN.tpl
COMCODE_PAGE_SCREEN.tpl
IOTD_ENTRY_SCREEN.tpl
NEWS_ENTRY_SCREEN.tpl
POLL_SCREEN.tpl

If the undocumented parameters for {$DATE} aren't reordered to put the timestamp parameter first, then the templates should have this:

{$DATE*,{EDIT_DATE_RAW}}

changed to this:

{$DATE*,,,,{EDIT_DATE_RAW}}
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2014-04-30 12:30

administrator   ~0002131

Ah, thank you :). CALENDAR_EVENT_SCREEN.tpl too.

Chris Graham

2014-04-30 13:26

administrator   ~0002132

Automated response: Edited date displays current date instead of real edited date

Edited date always displays current date instead of actual edited date for some edited content.

Chris Graham

2014-04-30 13:26

administrator   ~0002133

A hotfix (a TAR of files to upload) have been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

hotfix-1631, 2014-04-30 2pm.tar (20,992 bytes)

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised