]> git.koha-community.org Git - koha.git/commit
use JSON rather than Storable for the OPAC search history cookie
authorGalen Charlton <gmc@esilibrary.com>
Thu, 25 Jul 2013 16:50:30 +0000 (16:50 +0000)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Sun, 28 Jul 2013 20:56:40 +0000 (17:56 -0300)
commitd45fff48ae85741d8bfb2c0a52ac504858ac238f
tree12bcafd60a78c17627c6d1b691ffc3051f86aa63
parent0e43c8ac1bfbbbb7f7c524628f5395628aa9b596
use JSON rather than Storable for the OPAC search history cookie

To test:

Exercise the OPAC search history functionality, after
turning on the EnableOpacSearchHistory syspref:

- Clear the KohaOpacRecentSearches cookie
- As an anonymous user, conduct a variety of searches,
  including ones that include non-ASCII characters
- Check the search history and verified that all searches
  are listed
- Log into the OPAC
- Verify that current and past searches are listed in
  search history.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit c6c001b8ff94f60c60de428053b107105fb589de)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit c6c001b8ff94f60c60de428053b107105fb589de)
C4/Auth.pm
opac/opac-search-history.pl
opac/opac-search.pl