[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-67-gf90516a

Git repo owner gitmaster at git.koha-community.org
Tue Jul 30 00:26:39 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.8.x has been updated
       via  f90516a5382541d20393d5c31d5b5bfe3d95700d (commit)
       via  08ad9caf505bb0e2dfd69b3d656263c3cb2d9748 (commit)
       via  a84d6a228a2bc572164b06927da2440d8486e36d (commit)
       via  d4cad06ab2effb1e6589dda296db4e848807ffa6 (commit)
       via  b36778ee098dc292e823e0e4b19271b539758269 (commit)
      from  d8d1d2eb66f9f0509fc05d79fc199e482f2ce9e2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f90516a5382541d20393d5c31d5b5bfe3d95700d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jul 29 17:23:38 2013 +0000

    bump up version numbers for 3.8.16 release
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 08ad9caf505bb0e2dfd69b3d656263c3cb2d9748
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Jul 29 17:23:17 2013 +0000

    release notes for 3.8.16
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit a84d6a228a2bc572164b06927da2440d8486e36d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Jul 28 19:42:51 2013 +0000

    move Auth_ParseSearchHistoryCookie.t to db_dependent directory
    
    The actual tests in this script are not dependent on the database,
    but simply loading C4::Auth requires a valid(ish) koha-conf.xml
    and database.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d4cad06ab2effb1e6589dda296db4e848807ffa6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Jul 28 02:48:44 2013 +0000

    do some validation of the KohaOpacRecentSearches cookie
    
    Add validation of the value of the KohaOpacRecentSearches.  In
    particular, this patch avoids the generation of an internal server
    error when the OPAC is presented with an old cookie that uses the
    old Storable-based serialization.
    
    This patch also moves parsing of the cookie value into a
    new routine in C4::Auth, ParseSearchHistoryCookie, and adds
    a test case.
    
    To test (in conjunction with the previous patch):
    
    Exercise the OPAC search history functionality, after
    turning on the EnableOpacSearchHistory syspref:
    
    - As an anonymous user, conduct a variety of searches,
      including ones that include non-ASCII characters
    - Check the search history and verify that all searches
      are listed
    - Apply this patch and the previous one.
    - Do *not* clear the KohaOpacRecentSearches cookie
    - Check the search history and verify that no searches
      are listed any more
    - As an anonymous user, conduct a variety of searches,
      including ones that include non-ASCII characters
    - Check the search history and verify 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 at esilibrary.com>

commit b36778ee098dc292e823e0e4b19271b539758269
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Jul 25 16:50:30 2013 +0000

    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 at esilibrary.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 C4/Auth.pm                                         |   31 +++---
 installer/data/mysql/updatedatabase.pl             |    5 +
 kohaversion.pl                                     |    2 +-
 ...e_notes_3_8_x.tmpl => release_notes_3_8_16.txt} |  115 ++++++++++++--------
 opac/opac-search-history.pl                        |   12 +--
 opac/opac-search.pl                                |   23 ++---
 t/db_dependent/Auth_ParseSearchHistoryCookie.t     |   43 ++++++++
 7 files changed, 145 insertions(+), 86 deletions(-)
 copy misc/release_notes/{release_notes_3_8_x.tmpl => release_notes_3_8_16.txt} (52%)
 create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list