Closed Bug 412153 Opened 17 years ago Closed 17 years ago

Planet should not re-publish (at the top of planet) posts that are updated

Categories

(Websites :: planet.mozilla.org, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: alqahira, Assigned: reed)

Details

I made some small link changes tonight to my "Requiem for a Rendering Engine" post from last week, causing WordPress to gain (or change, perhaps) the updated tag on the post.  All of the sudden, Sam yells at me that the post is at the top of planet.m.o :(

Planet needs to be smart enough to update posts "in situ" if they're still on display when they're updated, but not take the updated tag/date to mean "hey, this is a new post, display it at the top of planet.m.o".
 
Relevant snippet of my feed:

		<entry>
		<author>
			<name>Smokey</name>
						<uri>http://www.ardisson.org</uri>
					</author>
		<title type="html"><![CDATA[Requiem for a rendering engine]]></title>
		<link rel="alternate" type="text/html" href="http://www.ardisson.org/afkar/2008/01/01/requiem-for-a-rendering-engine/" />
		<id>http://www.ardisson.org/afkar/2008/01/01/requiem-for-a-rendering-engine/</id>
		<updated>2008-01-13T06:08:31Z</updated>
		<published>2008-01-02T02:57:52Z</published>
IIRC, some blog software allows tweaking the update behavior on the edit form (so you can have stuff go to the top if you think it's worthy of rereading and not otherwise), planet allows a per feed option to ignore the update time, and that option is used for some pmo feeds.
Jeremy is correct. Would you like for us to ignore updates from your blog for old posts (as far as time/date goes)?
OS: Mac OS X → All
Hardware: Macintosh → All
WordPress has an option to change the "post timestamp" (which seems to correspond to the "published" key), but nothing (that I can find) to suppress changing the value of the "updated" key.

I really think planet should be able to be smarter about this as a whole, but if it'll keep me from spamming planet when I fix broken things, ignoring updates on old posts in my feed seems a workable compromise.
The behavior is correct.  We can ignore the value of updated in your feed by using:

ignore_in_feed = updated

We do this for several already.

The other option is to use RSS.  

This is a feature in Atom, not a bug.  To let you know when a post is updated.
Assignee: asa → reed
Added |ignore_in_feed = updated| to your blog.

Sending        config.ini
Transmitting file data .
Committed revision 9737.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.