Closed (won't fix)
Project:
Atom
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2008 at 13:32 UTC
Updated:
7 May 2009 at 14:18 UTC
The feed shouldn't show an update just because the comment option in the story page is changed from read/write to read only. The feed should only be updated, or only show an updated date, when the actual text is updated, not the story record.
Comments
Comment #1
deekayen commentedThere are only two timestamps to identify the status of a node in the node table: created and changed. It so happens that you did change the node, just not the content part. If I broke from Drupal's definition of "change" to write some sort of nodeapi change un-doer, then I'd have someone file a bug about how their atom feed didn't update when they turned on comments or how atom is breaking update timestamps.