[koha-commits] main Koha release repository branch master updated. v3.20.00-920-gd1ea23e

Git repo owner gitmaster at git.koha-community.org
Tue Oct 27 15:56:18 CET 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, master has been updated
       via  d1ea23e9046c378e90b6e35e403840cf81aba6a0 (commit)
       via  9a9e1d7d802cd6b21a48adce17c7964b74651f6e (commit)
       via  1f67c42bbebbd194b67d5e82eede524c856918d1 (commit)
      from  75cd02c0488a613210bc1b66c086c4d5e4b40914 (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 d1ea23e9046c378e90b6e35e403840cf81aba6a0
Author: Winona Salesky <wsalesky at gmail.com>
Date:   Wed Sep 16 12:37:54 2015 -0400

    Bug 14734: Enhance 264 display in OPAC and Staff XSLT.
    
    Makes 264 repeatable, prefer 264 over 260. If 264/ind1=3 is present in the
    record the xslt uses ind1 to determine latest 264, if no ind1=3 then all
    264 fields are displayed.
    
    Test Plan:
    1) Apply this patch
    2) Ensure you are using the default XSLT setting for the staff and opac record details
    3) Find or create a record with multiple MARC tags 264
    4) Perform a search that would show the record in the search results.
    5) Review results for correct 264 display.
    6) Click title to review record details.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. 260 not showed when 264 exists, tested with multiple
    records. If ind1=3 is present shows the current/latest data
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9a9e1d7d802cd6b21a48adce17c7964b74651f6e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 27 11:44:43 2015 -0300

    Bug 15069: DBRev 3.21.00.042
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 1f67c42bbebbd194b67d5e82eede524c856918d1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 27 14:29:29 2015 +0000

    Bug 15069: Update items_search_fields.authorised_values_category to varchar(32)
    
    This is a follow-up for bug 13379.
    items_search_fields.authorised_values_category is now a varchar(32) but
    the updatedatabase.pl did not modify it (changed only on
    kohastructure.sql)
    
    Test plan:
      SHOW CREATE TABLE items_search_fields
    before and after this patch.
    items_search_fields.authorised_values_category should be a varchar(32)
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 Koha.pm                                            |    2 +-
 installer/data/mysql/updatedatabase.pl             |   10 +++
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   66 +++++++---------
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   62 +++++++--------
 .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |   79 ++++++++-----------
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |   82 +++++++++-----------
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   58 +++++++-------
 .../bootstrap/en/xslt/MARC21slimUtils.xsl          |   82 +++++++++-----------
 8 files changed, 204 insertions(+), 237 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list