Bug 10862: Add search history to the intranet interface
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 2 Sep 2013 15:02:02 +0000 (17:02 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 03:06:33 +0000 (03:06 +0000)
commita6a954efa83a4d87eee8a8b1a0864b60f01eaa7f
tree3cbb0af45d99176a8cb4db0d4dee5e247f2b3af0
parentb16336caf8132d73ae71d78b4efe38df56029b81
Bug 10862: Add search history to the intranet interface

Like OPAC, the search history is now available for intranet.  This
is controlled by the EnableSearchHistory system preference.

Test plan:
 1/ Switch on the 'EnableSearchHistory' syspref.
 3/ Launch some biblio and authority searches.
 4/ Go on your search history page (top right, under "Set library").
 5/ Check that all yours searches are displayed.
 6/ Click on some links and check that results are consistent.
 7/ Delete your biblio history searches.
 8/ Delete your authority searches history searches.
 9/ Launch some biblio and authority searches
10/ Play with the 4 delete links (current / previous and biblio /
authority).

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Auth.pm
authorities/authorities-home.pl
catalogue/search-history.pl [new file with mode: 0755]
catalogue/search.pl
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/includes/header.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt [new file with mode: 0644]