Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#5434 closed enhancement (fixed)

Supporting the Atom Threading Extensions

Reported by: peaceablewhale's profile peaceablewhale Owned by: westi's profile westi
Milestone: 2.5 Priority: normal
Severity: normal Version:
Component: General Keywords: Atom, Atom Thread, Feed, Comment Feed has-patch
Focuses: Cc:

Description

Currently, Atom feeds generated by WordPress do not have any "replies" link or any attribute and element of the Atom Threading Extensions, although the extensions' XML namespace is declared. I think WordPress should support/use the Atom Threading Extensions, by having the following features.

Each Atom feed entry should contain two "replies" links, one to the HTML comment page and one to the Atom comment feed of that entry. Each link should have a thr:count attribute to indicate the number of comments and a thr:updated attribute to indicate the last-modified time of the latest comment, if possible.

A thr:total element should be added as a child of atom:entry to indicate the total number of comments.

Attachments (2)

demo_entry.atom (783 bytes) - added by peaceablewhale 17 years ago.
Demo of my description
5434.patch (685 bytes) - added by rubys 17 years ago.
patch

Download all attachments as: .zip

Change History (7)

@peaceablewhale
17 years ago

Demo of my description

#1 @lloydbudd
17 years ago

  • Milestone changed from 2.4 to 2.5

#2 @westi
17 years ago

  • Cc rubys joesphscott added
  • Owner changed from anonymous to westi
  • Status changed from new to assigned

@rubys
17 years ago

patch

#3 @rubys
17 years ago

This patch appears to be low risk, and was readily assembled using existing parts.

#4 @Nazgul
17 years ago

  • Keywords has-patch added
  • Milestone changed from 2.5 to 2.4

#5 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [6369]) Support atom threading. Props rubys. fixes #5434

Note: See TracTickets for help on using tickets.