[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.04-46-g78e5271

Git repo owner gitmaster at git.koha-community.org
Fri Sep 29 15:49:42 CEST 2017


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, 17.05.x has been updated
       via  78e527129b0b547eff7311c3f25a4b1f679d2a97 (commit)
       via  65e09b28dbbe43772b9104ffcafa1f81441c4d70 (commit)
      from  9f96a3bb39c8fcb246a3caeeb2d7a24f46da7153 (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 78e527129b0b547eff7311c3f25a4b1f679d2a97
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Aug 4 16:44:51 2017 +0200

    Bug 18754: [QA Follow-up] Tiny corrections
    
    Converted one INCLUDE directive to PROCESS; we are not changing variables here. (The PROCESS directive is slightly faster than INCLUDE because it avoids the need to localise (i.e. copy) the variable stash before processing the template.)
    
    Removed one vim inserted letter i.
    
    Error in [% IF ( XISBN.publicationyear ) _ ', ' _ XISBN.publicationyear %][% END %] The concatenation became part of the condition.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit ff591f2c77a2a3c1de4a0e7167ccfeba08c2f128)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 65e09b28dbbe43772b9104ffcafa1f81441c4d70
Author: Marc Véron <veron at veron.ch>
Date:   Fri Jun 9 15:43:36 2017 +0200

    Bug 18754: Translatability: Get rid of exposed tt directives in opac-detail.tt
    
    The file opac-detail.tt exposes a lot of template directives to translation where translators should not be confronted with.
    
    Some examples from po file are:
    
    $[% SUBFIELD.code %] [% SUBFIELD.value %]
    
    %s [%% INCLUDE \"openlibrary-readapi.inc\" bib = { normalized_isbn => "
    "normalized_isbn, lccn => lccn, normalized_oclc => normalized_oclc } %%]
    
    See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END "
    "%]
    
    To test:
    - Apply patch
    - Do a search in OPAC that has more than 1 results
    - Go to the detail page of one of the items found
    - Verify that the details display as before and that you can
      browse the results with Previous and Next
    - In staff client, change OPACXSLTDetailsDisplay from 'default' to
      empty for "no xslt" and repeat steps above
    - In staff client, set HTML5MediaEnabled to 'OPAC' or 'OPAC and staff client'
    - Verify that media catalogued in field 856 still work
    - Create a new translation for a 'language' aa-AA (perl translate create aa-AA)
    - Verify that template directives ar no longer exposed in aa-AA-opac-bootstrap.po
    
    Followed test plan which works as intended
    
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 752aef4593f1aa2d64700bf9738e7e03907eb1cd)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   86 ++++++++++----------
 1 file changed, 42 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list