#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: | no | UI/UX: | no |
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)
by , 19 years ago
Attachment: | rss-pubdate.diff added |
---|
by , 19 years ago
Attachment: | rss-pubdate.2.diff added |
---|
comment:1 by , 19 years ago
Component: | Core framework → RSS framework |
---|
comment:2 by , 19 years ago
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 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed version that deals with get_pubdate_cb being None.