Opened 17 years ago
Closed 17 years ago
#4887 closed defect (bug) (fixed)
wp-app.php Patch
Reported by: | rubys | Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | 2.3 |
Component: | General | Keywords: | atompub |
Focuses: | Cc: |
Description
This path was written by Pete Lacey, and QA'ed by Sam Ruby. It does the following:
- Removes use_quesrystring code
- Fixes the regex for parsing the URI path
- Fixes rel="self" links for pages > 1
- Makes last page of paginated feed contain only entries not seen on previous page
- Implements a content sniffing algorithm for setting type and content for Atom entry title, content, and summary elements
It also factors out the redundant code for creating an entry document and some other code cleanup.
Results of running Tim Bray's APE can be found here:
http://intertwingly.net/stories/2007/09/ape/report.html
Results of running Joe Gregorio's apptestsuite can be found here:
http://intertwingly.net/stories/2007/09/ape/apptestsuite.out
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Patch written by Pete Lacey