[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.03-64-g10bc07e

Git repo owner gitmaster at git.koha-community.org
Tue Aug 14 23:20:29 CEST 2012


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.8.x has been updated
       via  10bc07eda58f881d6aea50bda2c116c7600c496c (commit)
       via  9f4df0d786ec0cc97a6f7a81799459dac12f4f8b (commit)
      from  f79b0bf480e8aa4d7695f3bdd0c2cb946db25d26 (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 10bc07eda58f881d6aea50bda2c116c7600c496c
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Aug 4 11:36:35 2012 -0400

    Bug 6617: Improve MARC21 enhanced contents display (intranet)
    
    The display of "Enhanced" 505 (contents) fields in the MARC21
    XSLT is very poor, resulting in large, unreadable blocks of text,
    and -- for some series -- so much unnecessary duplication in the
    Notes tab that important information is entirely obscured. This
    patch reformats "enhanced" contents fields (MARC21 505 fields with
    $t and $r) so as to be more readable by breaking up entries on
    separate lines and making titles bold (to make them stand out more).
    
    This patch does not address duplication of information in the Notes
    tab, per discussion on the #koha IRC channel.
    
    To test:
    1) View record with enhanced 505 field before applying patch. Observe
    it is very unfriendly.
    2) Apply patch.
    3) View same record, note that display is much improved.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Display in staff and OPAC is consistent and improved after
    applying the patch.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 9f4df0d786ec0cc97a6f7a81799459dac12f4f8b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Jul 28 22:58:31 2012 -0400

    Bug 6617: Improve MARC21 enhanced contents display
    
    The display of "Enhanced" 505 (contents) fields in the MARC21
    XSLT is very poor, resulting in large, unreadable blocks of text,
    and -- for some series -- so much unnecessary duplication in the
    Notes tab that important information is entirely obscured. This
    patch reformats "enhanced" contents fields (MARC21 505 fields with
    $t and $r) so as to be more readable by breaking up entries on
    separate lines and making titles bold (to make them stand out more).
    
    This patch does not address duplication of information in the Notes
    tab, per discussion on the #koha IRC channel.
    
    To test:
    1) View record with enhanced 505 field before applying patch. Observe
       it is very unfriendly.
    2) Apply patch.
    3) View same record, note that display is much improved.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    This first patch works as advertised. It formats the table of
    contents on the opac detail display in a cleaner format.
    
    I recommend that future follow ups fix the staff client to match
    and update the title notes tabs on the opac and staff client
    to also match the cleaner format for table of contents.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../intranet-tmpl/prog/en/css/staff-global.css     |   27 +++++++++
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   56 ++++++++++---------
 .../intranet-tmpl/prog/en/xslt/MARC21slimUtils.xsl |   20 +++++++
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   27 +++++++++
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   36 +++++++------
 .../opac-tmpl/prog/en/xslt/MARC21slimUtils.xsl     |   20 +++++++
 6 files changed, 143 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list