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

Git repo owner gitmaster at git.koha-community.org
Fri Jul 27 02:16:40 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  2623de76ec607e7ed28eafa2b85374b3b230937d (commit)
       via  3982e9f35b88be13ffb0c836c0fe20d2b08dd2f5 (commit)
      from  7de33d3773d9b85739f437d1f822b0775d388c6b (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 2623de76ec607e7ed28eafa2b85374b3b230937d
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Jul 26 11:49:36 2012 -0400

    Bug 8204: fix UNIMARC display
    
    UNIMARC display of authorities in the OPAC wasn't working due to
    changes in the BuildSummary function since the code was originally
    developed.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 3982e9f35b88be13ffb0c836c0fe20d2b08dd2f5
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu May 31 07:24:29 2012 -0400

    Bug 8204: Add user friendly authority view to OPAC
    
    Up until now, the only authority view in the OPAC was a
    rather-unfriendly expanded MARC view. This patch adds a user-friendly
    view similar to the biblio details view.
    
    Specific features to be aware of:
    * Right-to-left text in the MARC21 880 field will show up in the
      appropriate location with the appropriate alignment and wrapping
    * There is very little CSS styling. Any suggestions for how to make
      the display more attractive would be gratefully received.
    
    To test:
    1) Do a search for an authority in the OPAC.
    2) Choose an authority record to view.
    3) Observe that the view is more user-friendly and polished.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works very nicely now. The old view is still available, but the
    user is presented with a nicer non-MARC view first.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |  204 +++++++++++--------
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   13 ++-
 .../en/includes/authorities-search-results.inc     |    2 +-
 .../prog/en/modules/opac-auth-MARCdetail.tt        |    2 +
 .../opac-tmpl/prog/en/modules/opac-auth-detail.tt  |  173 +++++++++++++++++
 opac/opac-authoritiesdetail.pl                     |  152 ++++++++--------
 6 files changed, 382 insertions(+), 164 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list