[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-59-gb8c64ec

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 11:22:38 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  b8c64ec224bb9fae1f855bda015000ec70763a05 (commit)
       via  5844ed5b59a3e68578e06bf1abec4e4275264c1d (commit)
      from  17ed90f215656dd201fdf434ecd8fe7ea888e97a (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 b8c64ec224bb9fae1f855bda015000ec70763a05
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri May 27 10:50:00 2016 +0200

    Bug 16608 - Missing entity nbsp in some XML files
    
    The special character "non breaking space"   is not contained in XML
    syntax by default.  So we add it in the file header :
    <!DOCTYPE stylesheet [<!ENTITY nbsp " " >]>
    
    Even if the source code files do no contain this character, it can be that
    translated files contain it.  French for example "Titre :".
    
    This entity is missing in all files in koha-tmpl/intranet-tmpl/prog/en/data/
    and in some files of koha-tmpl/intranet-tmpl/prog/en/xslt.
    
    Test plan :
      - generate French templates:
        cd misc/translator
        ./translate install fr-FR
        cd ../..
      - run test:
        prove -v t/00-valid-xml.t
        you get failing error message
      - apply this patch
      - translate again
      - run test again: it passes
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described following test plan
    Tes pass, no errors.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit f38a9927a3d27709173564848bda4a4a61abeadb)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 0cc550dcc3d0c05b9688bb590a827671f5f8ee95)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 5844ed5b59a3e68578e06bf1abec4e4275264c1d
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Fri May 27 10:46:44 2016 +0200

    Bug 16608 - Add xsd extension to t/00-valid-xml.t
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit ce979300168fc7a885463a1a2be519562319844a)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit e6d820ade3821d7f2561babd5abfb3b29de43ace)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_006.xml           |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_008.xml           |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/data/marc21_field_CF.xsd            |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2MADS.xsl            |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslim2intranetDetail.xsl |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/xslt/NORMARCslimUtils.xsl           |    3 +++
 .../intranet-tmpl/prog/en/xslt/UNIMARCslim2intranetResults.xsl      |    3 +++
 t/00-valid-xml.t                                                    |    2 +-
 8 files changed, 22 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list