[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.05-99-g0d5d14935a

Git repo owner gitmaster at git.koha-community.org
Fri May 8 23:01:37 CEST 2020


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, 19.11.x has been updated
       via  0d5d14935aa6749ff02ac885e3b3697a3a08f29f (commit)
       via  ab5c115d088665b41d3ae03b57fb801f1a63aca3 (commit)
      from  8641888fa3c2dd460a1cf62855dc65bc1448682c (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 0d5d14935aa6749ff02ac885e3b3697a3a08f29f
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Wed Dec 4 21:51:16 2019 -0300

    Bug 25257: Preserve prolog on translated XML files
    
    This patch fix the missing xml prolog in translated
    files, XML or TT.
    
    Is fixed teaching C4::TTParse not to ignore <?..?> constructs,
    then teaching xgettext.pl to ignore those strings. Net result is
    that they are copied in the translated file.
    
    To test:
    1) Update & install your preferred language,
    (cd misc/translator/; perl translate update xx-YY; perl translate install xx-YY )
    
    2) Compare the first lines (head -2) of:
    koha-tmpl/opac-tmpl/bootstrap/en/xslt/compact.xsl
    koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-opensearch.tt
    koha-tmpl/intranet-tmpl/prog/en/xslt/plainMARC.xsl
    and
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/xslt/compact.xsl
    koha-tmpl/opac-tmpl/bootstrap/xx-YY/modules/opac-opensearch.tt
    koha-tmpl/intranet-tmpl/prog/xx-YY/xslt/plainMARC.xsl
    
    Check the missing prolog
    
    3) Install this patch, repeat 1 and 2, now the prolog is present
    on translated files.
    
    Signed-off-by: David Nind <david at davidnind.com>
    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: Joy Nelson <joy at bywatersolutions.com>

commit ab5c115d088665b41d3ae03b57fb801f1a63aca3
Author: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
Date:   Tue Apr 21 17:41:29 2020 +0000

    Bug 25224: Show large print format in search results XSLT
    
    To test:
    1: find a bib with 008 type Book
    (Leader position 6 = 'a' and leader position 7 = 'm' -- use bib number 1 in master data)
    2: set 008 position 23 to 'd' for large print
    3: check your book record in opac and intranet search results, note that your change is not reflected in the "format" note in line with material type
    4: find a bib with 008 type Continuing Resource
    (Leader position 6 = 'a' and leader position 7 = 's' -- use bib number 44 in master data)
    5: set 008 position 23 to 'd' for large print
    6: check your continuing resource record in opac and intranet search results, note that your change is not reflected in the "format" note in line with material type
    7: apply patch, restart_all
    8: reload search results from steps 3 and 6, confirm they now say "format: large print"
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    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: Joy Nelson <joy at bywatersolutions.com>

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

Summary of changes:
 C4/TTParser.pm                                                 | 10 ++++++++++
 .../intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl  |  3 +++
 .../opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl     |  3 +++
 misc/translator/xgettext.pl                                    |  1 +
 4 files changed, 17 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list