[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.07-49-g87cc3e2

Git repo owner gitmaster at git.koha-community.org
Tue Jul 30 00:28:55 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.10.x has been updated
       via  87cc3e27534c39c65024cc942822f3489de28074 (commit)
       via  810e6f7c26e4c2cf47ae5998f00cc0b7df39429e (commit)
       via  bb3b1cc0a78b6f06cdaaab55f27c59e641522ad4 (commit)
       via  df13c5e14cc987c078d403323661224c1462f7e6 (commit)
       via  d45fff48ae85741d8bfb2c0a52ac504858ac238f (commit)
      from  0e43c8ac1bfbbbb7f7c524628f5395628aa9b596 (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 87cc3e27534c39c65024cc942822f3489de28074
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Jul 28 19:00:53 2013 -0300

    Database update for 3.10.9 release

commit 810e6f7c26e4c2cf47ae5998f00cc0b7df39429e
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sun Jul 28 18:57:50 2013 -0300

    Update release notes for 3.10.9 release

commit bb3b1cc0a78b6f06cdaaab55f27c59e641522ad4
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 3a5e64cd916d415a4ffde2be921419d4cfaab33f)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 3a5e64cd916d415a4ffde2be921419d4cfaab33f)

commit df13c5e14cc987c078d403323661224c1462f7e6
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 89792b97cacb01fc6f7d2380a4c8f21703d79e72)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 89792b97cacb01fc6f7d2380a4c8f21703d79e72)

commit d45fff48ae85741d8bfb2c0a52ac504858ac238f
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 c6c001b8ff94f60c60de428053b107105fb589de)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit c6c001b8ff94f60c60de428053b107105fb589de)

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

Summary of changes:
 C4/Auth.pm                                     |   31 +++--
 installer/data/mysql/updatedatabase.pl         |    7 +
 kohaversion.pl                                 |    2 +-
 misc/release_notes/release_notes_3_10_9.txt    |  181 ++++++++++++++++++++++++
 opac/opac-search-history.pl                    |   12 +-
 opac/opac-search.pl                            |   23 +--
 t/db_dependent/Auth_ParseSearchHistoryCookie.t |   43 ++++++
 7 files changed, 260 insertions(+), 39 deletions(-)
 create mode 100644 misc/release_notes/release_notes_3_10_9.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