[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.00-8-g9c3ebb7

Git repo owner gitmaster at git.koha-community.org
Wed May 27 10:11:46 CEST 2015


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.20.x has been updated
       via  9c3ebb73c8ad33673b8e697e76b7c87ff6eb9035 (commit)
       via  69f3ad1b4563918fee487adc6b2e6538416c618d (commit)
      from  598a1525e5150d793b7e504ce61b9cbaa8bf80a2 (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 9c3ebb73c8ad33673b8e697e76b7c87ff6eb9035
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Wed Apr 29 21:28:50 2015 +0200

    Bug 14025: Fix 865u-links in the OPAC for NORMARC
    
    The display of links found in 856$u for NORMARC has not been keeping up with
    the one for MARC21, and several sysprefs have not been implemented. This
    patch tries to fix that.
    
    Affected sysprefs:
    - OPACURLOpenInNewWindow
    - URLLinkText
    - OPACDisplay856uAsImage
    - OPACTrackClicks
    
    To test:
    - Make sure you have a record with a URL in 856$u and marcflavor = NORMARC.
      (It does not have to be a full NORMARC setup or a NORMARC record, just make
      sure you are viewing the record through the NORMARC XSLT files.)
    - View the record both in a result list and in detail view
    - Check that the 4 involved sysprefs affect the display in the expected ways
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Tested on NORMARC setup and XSLTs
    Works as described, each syspref works
    No koha-qa errors
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Since it only affects NORMAC, I trust in Magnus :)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    
    (cherry picked from commit 9b1241ecfca68c104d9adbb5d05a7547b5761e17)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 69f3ad1b4563918fee487adc6b2e6538416c618d
Author: Indranil Das Gupta <indradg at gmail.com>
Date:   Fri May 15 01:12:11 2015 +0530

    Bug 14203: Message for non-existent lang removal
    
    A trivial string patch to update the error message displayed to
    user if koha-translate is used to attempt removal of a language
    that is not installed.
    
    Test plan
    =========
    
    1/ attempt to remove a non-existent language by
       <installdir>/debian/scripts/koha-translate --remove <langcode>
    2/ it should show "Error: the selected language is not already
       installed."
    3/ apply patch
    4/ repeat step 1; it should show "Error: the selected language is
       not installed."
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d7dc11e61fea5dcc3f0087e46b6eee8d74c21c63)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 debian/scripts/koha-translate                      |    2 +-
 .../bootstrap/en/xslt/NORMARCslim2OPACDetail.xsl   |   52 +++++++++++++++-----
 .../bootstrap/en/xslt/NORMARCslim2OPACResults.xsl  |   50 +++++++++++++++++++
 3 files changed, 90 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list