[koha-commits] main Koha release repository branch master updated. v3.22.00-984-gcd20b61

Git repo owner gitmaster at git.koha-community.org
Thu Mar 24 17:07:29 CET 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, master has been updated
       via  cd20b61a7c845110e518e6dedc12ac50efebe4aa (commit)
      from  92fbb1f3d0f2bdb070a1b647c96edbce5b28a377 (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 cd20b61a7c845110e518e6dedc12ac50efebe4aa
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>

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

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