#447 closed enhancement (fixed)
[PATCH] Add pubdate elements to RSS feeds.
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.syndication | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | UI/UX: |
Description
The attached patch adds a get_pubdate_cb to the RSS feed configuration that allows the resulting feed to have pubdate elements.
Attachments (3)
Change History (7)
Changed 13 years ago by
Attachment: | rss-pubdate.diff added |
---|
Changed 13 years ago by
Attachment: | rss-pubdate.2.diff added |
---|
comment:1 Changed 13 years ago by
Component: | Core framework → RSS framework |
---|
comment:2 Changed 13 years ago by
milestone: | → Version 1.0 |
---|
I think this should go in the 1.0 release - it's a simple patch with very usefull functionality.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed version that deals with get_pubdate_cb being None.