RSS links borked (EL-142)
RSS is severely borked.
In this commit, I fixed a cosmetic bug where there was two slashes in a URL: http://github.com/openaustralia/electionleaflets/commit/e902b272830d79031066713b7fa5cb56c6d865e8
That's broken RSS links on all pages bar the one it fixed it for, eg. RSS links on http://www.electionleaflets.org.au/parties/liberal_party_of_australia
However, simply reverting this breaks RSS links on paginated Latest pages: http://www.electionleaflets.org.au/leaflets/?page=2
We need to fix the way rss_link is built in docs/leaflets.php
Issue details imported from Jira:
| Detail | Value |
|---|---|
| Assignee | Unassigned |
| Reporter | Henare Degan |
| Created | 2010-08-03 14:28:11 |
| Updated | 2011-03-14 16:35:37 |
:paperclip: Jira attachments: https://tickets.openaustraliafoundation.org.au/attachments/EL/EL-142
Imported Jira Comments
Henare Degan - 2010-08-10 23:13:48
I've reverted the commit that broke things, as this fixes more than it breaks: http://github.com/openaustralia/electionleaflets/commit/9e5a9871701f770b1ba1144386d39bdf1b378969
Things still broken:
- RSS links on paginated Latest pages: http://www.electionleaflets.org.au/leaflets/?page=2
- Cosmetic double-slashes on latest page RSS
As per the original description, we need to fix the way rss_link is built in docs/leaflets.php
Henare Degan - 2010-08-17 09:27:23
The attached patch fixes the main issue but I found another whilst hacking.
The attacked party URLs have never worked as they're not pretty-afied (see also EL-141), I'd like to fix this before merging this change.
Henare Degan - 2010-11-28 18:32:43
Lowering the priority as it's not causing major issues right now.