Bug #34219

Story #63815: Reduce communication between server and client

Don't modify SYS_LASTCHANGED when changing something in a workspaces

Added by Ingo Pfennigstorf over 3 years ago. Updated about 1 month ago.

Status:Resolved Start date:2012-02-24
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:Workspaces Spent time: -
Target version:7.5
TYPO3 Version:4.6 Is Regression:No
PHP Version:5.3 Sprint Focus:
Complexity:

Description

Currently I have a small TypoScript that displays the last changed date of a page

lib.lastChanged = TEXT
lib.lastChanged {
    data = page:SYS_LASTCHANGED
    strftime = %d.%m.%Y
}

When some content or data of the page is changed in a workspace the SYS_LASTCHANGED field of the table unfortunatly gets updated to avoid confusion or displaying false information in that case.


Related issues

related to Core - Bug #42158: Menu/Sitemap for "recently updated pages" shows pages not... Resolved 2012-10-19

History

#1 Updated by Michael Stucki over 1 year ago

  • Category changed from Bugs to Workspaces

#2 Updated by Michael Stucki over 1 year ago

  • Project changed from Workspaces & Versioning to Core
  • Category changed from Workspaces to Workspaces

#3 Updated by Alexander Opitz 8 months ago

  • Parent task set to #63815
  • Is Regression set to No

#4 Updated by Mathias Schreiber 6 months ago

  • Target version set to 7.5

#5 Updated by Markus Klein about 1 month ago

  • Status changed from New to Resolved

Resolved with #42158 according to Ingo.

Also available in: Atom PDF