[koha-commits] main Koha release repository branch 3.6.x updated. v3.06.11-23-g35221a9

Git repo owner gitmaster at git.koha-community.org
Tue Jul 30 00:30:36 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.6.x has been updated
       via  35221a910a5bed093d89488fe8e7533995892700 (commit)
       via  9c27e64c1729de2a892e14c049643c135dc7e2a1 (commit)
       via  0700abd542584f996e333e07f227822bbd4e9f90 (commit)
       via  b7cbf8b53101824243b32ead096f6756400cc479 (commit)
       via  73fc8f439fcaeb790f96dffe0a8f99aed194e311 (commit)
      from  c169ac6882ca8b9a96592047f9233faee52cda20 (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 35221a910a5bed093d89488fe8e7533995892700
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jul 29 12:34:25 2013 -0400

    Add release notes for 3.6.12

commit 9c27e64c1729de2a892e14c049643c135dc7e2a1
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Jul 29 08:49:55 2013 -0400

    Increment version for 3.6.12 security release
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 0700abd542584f996e333e07f227822bbd4e9f90
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>
    (cherry picked from commit b12c7b2ea01a01c2bd300e553d8ad39a1f201297)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit b7cbf8b53101824243b32ead096f6756400cc479
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>
    (cherry picked from commit 2932860374670ac2656261db15e3375c6ed2e9f1)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 73fc8f439fcaeb790f96dffe0a8f99aed194e311
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>
    (cherry picked from commit a18b097b000428b143ee1647124566cc8a70f2b6)
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Auth.pm                                     |   32 ++--
 installer/data/mysql/updatedatabase.pl         |    4 +-
 kohaversion.pl                                 |    2 +-
 misc/release_notes/release_notes_3_6_12.txt    |  263 ++++++++++++++++++++++++
 opac/opac-search-history.pl                    |   12 +-
 opac/opac-search.pl                            |   24 +--
 t/db_dependent/Auth_ParseSearchHistoryCookie.t |   43 ++++
 7 files changed, 338 insertions(+), 42 deletions(-)
 create mode 100644 misc/release_notes/release_notes_3_6_12.txt
 create mode 100644 t/db_dependent/Auth_ParseSearchHistoryCookie.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list