[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-41-gcb7f8d1

Git repo owner gitmaster at git.koha-community.org
Sat Sep 8 11:15:50 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  cb7f8d1a7fc888f668fa45439e31d5cd2bf92b17 (commit)
       via  e71a78b878b5f16aa1ce0aa782822fe77b8d66af (commit)
      from  74e9afafce8226ebb1ddc86c0f34b95083aa8606 (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 cb7f8d1a7fc888f668fa45439e31d5cd2bf92b17
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Aug 23 12:27:49 2012 -0400

    Bug 8678: XSLT stylesheets output XML, but HTML is needed
    
    Because we are embedding the results of XSLT stylesheets in HTML, we
    need to output HTML instead of XML. Outputting XML results in
    non-standard-compliant (or at least non-Firefox-compliant) markup.
    
    To test:
    View a variety of XSLT-rendered pages on the OPAC and intranet, and
    confirm that all look as expected.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit e71a78b878b5f16aa1ce0aa782822fe77b8d66af
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Aug 27 09:03:30 2012 -0400

    Bug 8204 follow-up: don't display OpacNav on auth details
    
    Based on the way we handle the bib details page, it seems we should
    not be displaying OpacNav on the authority details pages on the OPAC.
    This patch removes them.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |    2 +-
 .../prog/en/xslt/NORMARCslim2intranetDetail.xsl    |    2 +-
 .../prog/en/xslt/NORMARCslim2intranetResults.xsl   |    2 +-
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    |    2 +-
 .../prog/en/xslt/UNIMARCslim2intranetResults.xsl   |    2 +-
 .../prog/en/modules/opac-auth-MARCdetail.tt        |    8 +-------
 .../opac-tmpl/prog/en/modules/opac-auth-detail.tt  |    8 +-------
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    2 +-
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |    2 +-
 .../prog/en/xslt/NORMARCslim2OPACDetail.xsl        |    2 +-
 .../prog/en/xslt/NORMARCslim2OPACResults.xsl       |    2 +-
 .../prog/en/xslt/UNIMARCslim2OPACDetail.xsl        |    2 +-
 .../prog/en/xslt/UNIMARCslim2OPACResults.xsl       |    2 +-
 14 files changed, 14 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list