Bugzilla – Attachment 29018 Details for
Bug 5672
Add RSS feeds to catalog search history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 5672 Gives RSS icons to catalog search history placed to the left of saved searches
SIGNED-OFF-Bug-5672-Gives-RSS-icons-to-catalog-sea.patch (text/plain), 4.76 KB, created by
Nicole C. Engard
on 2014-06-19 13:21:58 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 5672 Gives RSS icons to catalog search history placed to the left of saved searches
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2014-06-19 13:21:58 UTC
Size:
4.76 KB
patch
obsolete
>From 9eae3b50df1e8871b8fab79bdccdbdbf1c021afd Mon Sep 17 00:00:00 2001 >From: Viktor Sarge <viktor.sarge@regionhalland.se> >Date: Thu, 19 Jun 2014 10:13:14 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 5672 Gives RSS icons to catalog search history placed to the left of saved searches > >Test plan: >* Verify that there is no RSS icons for saved searches in opac >* Install the patch >* Verify that there is no RSS icons for saved searches and searches for the current session in Opac. >* Test that the RSS links produce the expected result. > >Note: I left out authority searches since I have very little experience with authority searches and didn't feel I could test it properly. >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../bootstrap/en/modules/opac-search-history.tt | 8 ++------ > 1 files changed, 2 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >index a440e80..a22d8ba 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >@@ -53,7 +53,6 @@ > <thead> > <tr> > <th>Date</th> >- <th>Subscribe</th> > <th>Search</th> > <th>Results</th> > </tr> >@@ -62,8 +61,7 @@ > [% FOREACH s IN current_biblio_searches %] > <tr> > <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> >- <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td> >- <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> >+ <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> > <td>[% s.total %]</td> > </tr> > [% END %] >@@ -83,7 +81,6 @@ > <thead> > <tr> > <th>Date</th> >- <th>Subscribe</th> > <th>Search</th> > <th>Results</th> > </tr> >@@ -92,8 +89,7 @@ > [% FOREACH s IN previous_biblio_searches %] > <tr> > <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td> >- <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td> >- <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> >+ <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&[% s.query_cgi |html %]&count=[% countrss |html %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a> <a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td> > <td>[% s.total %]</td> > </tr> > [% END %] >-- >1.7.2.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5672
:
28881
|
28905
|
28983
|
28984
|
28985
|
29010
|
29011
| 29018