Summary: | OPAC: Display RSS icon on list of recent comments | ||
---|---|---|---|
Product: | Koha | Reporter: | Marc Véron <veron> |
Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, kyle, mirko, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 13826 - OPAC: Display RSS icon on list of recent comments
Bug 13826 - OPAC: Display RSS icon on list of recent comments [Signed-off] Bug 13826 - OPAC: Display RSS icon on list of recent comments [PASSED QA] Bug 13826 - OPAC: Display RSS icon on list of recent comments |
Description
Marc Véron
2015-03-12 06:48:03 UTC
Created attachment 36826 [details] [review] Bug 13826 - OPAC: Display RSS icon on list of recent comments This patch adds RSS icon to OPAC page 'Recent comments' To test: 1) Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) 2) In OPAC, go to Home > Recent comments 3) Verify that there is a link in the head part of the HTML source code (<link rel="alternate" type="application/rss+xml"....), but no RSS icon on the pate itself (like in search results). 4) Apply patch Result: Icon with link to RSS feed is displayed next to title. Created attachment 36842 [details] [review] Bug 13826 - OPAC: Display RSS icon on list of recent comments This patch adds RSS icon to OPAC page 'Recent comments' To test: 1) Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) 2) In OPAC, go to Home > Recent comments 3) Verify that there is a link in the head part of the HTML source code (<link rel="alternate" type="application/rss+xml"....), but no RSS icon on the pate itself (like in search results). 4) Apply patch Result: Icon with link to RSS feed is displayed next to title. Bug 13826 - Follow-Up: Close </h3> There was a slash missing. Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Created attachment 36843 [details] [review] [Signed-off] Bug 13826 - OPAC: Display RSS icon on list of recent comments This patch adds RSS icon to OPAC page 'Recent comments' To test: 1) Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) 2) In OPAC, go to Home > Recent comments 3) Verify that there is a link in the head part of the HTML source code (<link rel="alternate" type="application/rss+xml"....), but no RSS icon on the pate itself (like in search results). 4) Apply patch Result: Icon with link to RSS feed is displayed next to title. Bug 13826 - Follow-Up: Close </h3> There was a slash missing. Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by for the Follow Up: Marc Véron <veron@veron.ch> Created attachment 36849 [details] [review] [PASSED QA] Bug 13826 - OPAC: Display RSS icon on list of recent comments This patch adds RSS icon to OPAC page 'Recent comments' To test: 1) Enable display of 'Recent comments' in OPAC (Syspref OpacShowRecentComments) 2) In OPAC, go to Home > Recent comments 3) Verify that there is a link in the head part of the HTML source code (<link rel="alternate" type="application/rss+xml"....), but no RSS icon on the pate itself (like in search results). 4) Apply patch Result: Icon with link to RSS feed is displayed next to title. Bug 13826 - Follow-Up: Close </h3> There was a slash missing. Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> Signed-off-by for the Follow Up: Marc Veron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Patch pushed to master. Thanks Marc! Pushed to 3.18.x will be in 3.18.6 |