Ticket #1089 (closed defect (bug): fixed)

Opened 7 years ago

Last modified 5 years ago

Feeds do not have immutable GUID

Reported by: skippy Owned by: matt
Priority: normal Milestone:
Component: Administration Version: 1.6
Severity: major Keywords:
Cc:

Description

Every time someone upgrades to WordPress 1.5, their feeds shoot into my aggregator even though I read (most) of them from before the upgrade.

Phil Ringnalda points out that this is because WordPress is using the post permalink as the unique identifier for the feeds:  http://www.sacarny.com/blog/2005/03/11/apologies/#comment-6994  http://philringnalda.com/blog/2005/03/003320.php

Change History

  • Patch set to No

comment:2   ryan7 years ago

  • Owner changed from anonymous to matt
  • Status changed from new to assigned

comment:3   matt7 years ago

  • Status changed from assigned to closed
  • fixed_in_version set to 1.5
  • Resolution changed from 10 to 70

This was fixed in 1.5

  • Status changed from closed to reopened
  • Resolution invalid deleted
  • Version changed from 1.5 to 1.6
  • Milestone set to 2.0

RSS2 feed still uses permalink for GUID.

The GUID is saved by 1.5 (that is the fix mentioned above), but was never used by the RSS2 feed (verify this at  http://trac.wordpress.org/file/branches/1.5/wp-rss2.php).

The correct code is currently (1.5 & 2.0) used in the Atom feed:

<?php the_guid(); ?>

comment:6   matt6 years ago

  • Status changed from reopened to closed
  • Resolution set to fixed
  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.