Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
node.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2013 at 21:27 UTC
Updated:
29 Jul 2014 at 21:47 UTC
This is a follow up to #1838918: Add 'published' timestamp to nodes and is dependent on that patch being committed.
Listing articles by creation date doesn't account for articles which are held in draft form for a time while being readied for publication. The new published date is a more appropriate basis for sorting nodes in lists.
Change all default node lists, including the front page listing, to use the published date instead of the created date.
When author info is displayed on a node, the publication date will be shown, instead of the changed date. Sorting of node listings will be altered accordingly.
None.
Comments
Comment #1
jstollerThis task has now been rolled into the patch at #1838918: Add 'published' timestamp to nodes.
Comment #1.0
jstollerAdded related issue #1892762