[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.05-85-g4bf61cb

Git repo owner gitmaster at git.koha-community.org
Fri Nov 9 16:24:15 CET 2018


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, 18.05.x has been updated
       via  4bf61cb595fe1848913df9c5bcf8c481288b886c (commit)
       via  0f01f6ef4654dd946d1bd96ab2522a1e0ec91538 (commit)
       via  88447cf997e72f15aadc59220f2f6f9cccdb5317 (commit)
       via  32261b1e44faf61468ad1a74fcdb7fc4c4d213d6 (commit)
      from  5cdb3634e41008cfd2d23c727199593438e1777f (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 4bf61cb595fe1848913df9c5bcf8c481288b886c
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Fri Oct 26 18:13:10 2018 +0300

    Bug 14716: Fix more unencoded url parameters.
    
    Fixes issues found during QA and unifies the SubfieldSelect function across the utils xsl's.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit bffd0d8f11fd68e7706e57c571c9b29d15d800ea)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 0f01f6ef4654dd946d1bd96ab2522a1e0ec91538
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Sat Sep 15 01:32:07 2018 +0300

    Bug 14716: URI-encode URLs in NORMARC xsl templates.
    
    https://bugs.koha-community.org/show_bug.cgi?id=14716
    
    Test plan:
    
    1. Catalog a record with series name "Series & more"
    2. Find the record
    3. Make sure clicking the "Series & more" link works and the ampersand is properly encoded in the URL.
    
    Signed-off-by: Magnus Enger <magnus at libriotech.no>
    Works as advertised.
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit a140843721de52477c6460ccca0c1bf0d0aafcfd)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 88447cf997e72f15aadc59220f2f6f9cccdb5317
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Feb 22 15:37:25 2018 +0200

    Bug 14716: URI-encode URLs in UNIMARC xsl templates.
    
    https://bugs.koha-community.org/show_bug.cgi?id=14716
    
    Test plan:
    
    1. Catalog a record with series name "Series & more"
    2. Find the record
    3. Make sure clicking the "Series & more" link works and the ampersand is properly encoded in the URL.
    4. Also try the attached test records and make sure their links work.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8bdde434657121e884103048d64cfde86a57bf8b)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 32261b1e44faf61468ad1a74fcdb7fc4c4d213d6
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Feb 22 15:37:25 2018 +0200

    Bug 14716: URI-encode URLs in MARC21 xsl templates.
    
    https://bugs.koha-community.org/show_bug.cgi?id=14716
    
    Test plan:
    
    1. Catalog a record with series name "Series & more"
    2. Find the record
    3. Make sure clicking the "Series & more" link works and the ampersand is properly encoded in the URL.
    4. Also try the attached test records and make sure their links work.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 217c8a656f8ba46aa12e5e21f3d0d86132950788)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl |    2 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   71 ++++++++++++--------
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |    9 +--
 .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |   30 ++++++---
 .../prog/en/xslt/NORMARCslim2intranetDetail.xsl    |   42 ++++++------
 .../prog/en/xslt/NORMARCslim2intranetResults.xsl   |   27 ++++----
 .../prog/en/xslt/NORMARCslimUtils.xsl              |   26 +++++--
 .../prog/en/xslt/UNIMARCslim2intranetResults.xsl   |    2 +-
 .../prog/en/xslt/UNIMARCslimUtils.xsl              |   21 ++++--
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   70 +++++++++++--------
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |    2 +-
 .../bootstrap/en/xslt/MARC21slimUtils.xsl          |   30 ++++++---
 .../bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl   |   46 +++++++------
 .../bootstrap/en/xslt/NORMARCslim2OPACResults.xsl  |   12 ++--
 .../bootstrap/en/xslt/NORMARCslimUtils.xsl         |   27 ++++++--
 .../bootstrap/en/xslt/UNIMARCslim2OPACResults.xsl  |    2 +-
 .../bootstrap/en/xslt/UNIMARCslimUtils.xsl         |   27 +++++---
 17 files changed, 277 insertions(+), 169 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list