[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-26-g11ba213

Git repo owner gitmaster at git.koha-community.org
Thu Apr 7 06:59:14 CEST 2016


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.22.x has been updated
       via  11ba21369dc99ba2b1ae4d4fbe4af572e6af40e4 (commit)
       via  eba74c8e51a52432362150c38d674f661a6228e8 (commit)
      from  3779c5a70966a5bfac95f1b69406e197f8a790e8 (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 11ba21369dc99ba2b1ae4d4fbe4af572e6af40e4
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Apr 6 16:12:16 2016 +0200

    Bug 16214: Fix typo 'To.jon' -> 'To.json'
    
    Bug 15722 introduces a regression in serials patron search results,
    causing the surname to not be displayed
    
    To reproduce:
    1. Create a routing list for a subscription
    2. Click on "Add recipients" button
    3. Run a search
    4. Check that surname is not displayed
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit e916ded09756ba4902a25e9e68fe536614419c87)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit eba74c8e51a52432362150c38d674f661a6228e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 8 14:09:09 2016 +0000

    Bug 15722: Escape patron infos for JSON in patron searches
    
    If patron infos contain invalid JSON chars (\t for instance), the
    results won't appear.
    The solution is to escape these info.
    
    Test plan:
    Edit patron infos in DB (update borrowers set surname="foobar\t" where
    borrowernumber=42)
    Search for foobar (you should have more than 1 result)
    Without this patch, DT retrieves a bad formatted JSON and the results
    won't appear.
    With this patch, the table result appears
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>
    (cherry picked from commit cd20b61a7c845110e518e6dedc12ac50efebe4aa)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/acqui/tables/members_results.tt    |    2 +-
 .../intranet-tmpl/prog/en/modules/members/tables/members_results.tt  |    2 +-
 .../prog/en/modules/patroncards/tables/members_results.tt            |    2 +-
 .../intranet-tmpl/prog/en/modules/serials/tables/members_results.tt  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list