[koha-commits] main Koha release repository branch master updated. v16.05.00-beta-14-g0073a0c

Git repo owner gitmaster at git.koha-community.org
Mon May 23 19:13:19 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  0073a0c3f88276f6f5fac7b63ef6254cb8770e6b (commit)
      from  3c80b7c19e07ae2c19a45949d91b78ac339a30e9 (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 0073a0c3f88276f6f5fac7b63ef6254cb8770e6b
Author: Hector Castro <hector.hecaxmmx at gmail.com>
Date:   Thu Apr 28 13:34:13 2016 -0600

    Bug 16343: 7XX XSLT subfields displaying out of order
    
    This patch respect previous css classes
    .authordates and .relatorcode but also include .titleportion
    
    .authordates {display: none;}
    .titleportion {display: none;}
    .relatorcode {display: none;}
    
    To test:
    - Stage the two record attached with titles:
      - Surface & coatings technology.
      - Women crime writers.
    - Reindex zebra (necessary to Opac and Itranet results)
    - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs
    - Go to the new records in OPAC and Intranet detail page
    - See the wrong display of dates
    - Apply patch and refresh the page
    - Test in OPACUserCSS and IntranetUserCSS the css stated before
    - Play deleting or adding the classes
    - Test with multiple records with 700 (with and without dates, etc;
      710 and 711)
    
    NOTE: dates in 710 and 711 can be hidden with .titleportion class;
    dates in this kind of heading go with another data for example:
    Catholic Church. Plenary Council of Baltimore (2nd : 1866)
    Patch rebased some typos fixed in comments
    
    Signed-off-by: Dani Elder <danielle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |  220 +++++++++++++++-----
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |   78 +++++--
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |  160 ++++++++++++--
 .../bootstrap/en/xslt/MARC21slim2OPACResults.xsl   |   80 +++++--
 4 files changed, 437 insertions(+), 101 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list