[koha-commits] main Koha release repository branch master updated. v16.05.00-87-gf38a992

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 19:40:41 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, master has been updated
       via  f38a9927a3d27709173564848bda4a4a61abeadb (commit)
       via  ce979300168fc7a885463a1a2be519562319844a (commit)
      from  8631ebaf9f634976b076958707af355baf78cc2f (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 f38a9927a3d27709173564848bda4a4a61abeadb
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>

commit ce979300168fc7a885463a1a2be519562319844a
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>

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

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