View Issue Details

IDProjectCategoryView StatusLast Update
1631ComposrGeneral / Uncategorisedpublic2014-04-30 12:30
ReporterJason Verhagen Assigned ToGuest  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary1631: 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.
Attach Tags
Attached Files
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2014-04-30 12:30

administrator   ~2131

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

Chris Graham

2014-04-30 13:26

administrator   ~2132

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   ~2133

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/).

Issue History

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