[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.06-40-g0b278ea

Git repo owner gitmaster at git.koha-community.org
Thu Nov 8 22:10:54 CET 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  0b278eabd73056711901bbb169531d97b4344b06 (commit)
       via  782cbd572c091b4706aacf7fc6a9d6ee4390f50e (commit)
       via  bd90fba35b59ff3f75e98d938b7334b32f73afcd (commit)
       via  8ca539e8fb8bc6466c3068f8ab489cf6914f6149 (commit)
      from  71164aa14e9b1323c68f6bc79d374ca4a55e060e (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 0b278eabd73056711901bbb169531d97b4344b06
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 4 13:34:51 2012 +0200

    Bug 8872: Changes for intranet showmarc
    
    Simplifies template (eliminating intranet-bottom include).
    Makes encoding for card view more consistent with approach in Templates module.
    Rearranges a few lines in script for consistency and performance.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Passed-QA-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 782cbd572c091b4706aacf7fc6a9d6ee4390f50e
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 4 13:40:51 2012 +0200

    Bug 8872: Changes for opac-showmarc
    
    Simplifies template (eliminating opac-bottom include).
    Makes encoding for card and html view more consistent with approach in Templates module.
    Rearranges a few lines in script for consistency and performance.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Passed-QA-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit bd90fba35b59ff3f75e98d938b7334b32f73afcd
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 4 12:05:10 2012 +0200

    Bug 8872 Add UTF-8 encoding to opac xslt files
    
    Does also fix head and body tags in MARC21slim2OPACMARCdetail.xsl.
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Passed-QA-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 8ca539e8fb8bc6466c3068f8ab489cf6914f6149
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Oct 4 12:00:28 2012 +0200

    Bug 8872: Add UTF-8 encoding to intranet xslt files
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Passed-QA-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 catalogue/showmarc.pl                              |   65 ++++++++------------
 .../prog/en/modules/catalogue/showmarc.tt          |    4 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2ATOM.xsl |    2 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2DC.xsl   |    2 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2MODS.xsl |    2 +-
 .../prog/en/xslt/MARC21slim2OAIDC.xsl              |    2 +-
 .../prog/en/xslt/MARC21slim2RDFDC.xsl              |    2 +-
 .../prog/en/xslt/MARC21slim2RDFDC.xsl.1            |    2 +-
 .../intranet-tmpl/prog/en/xslt/MARC21slim2RSS2.xsl |    2 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 .../prog/en/xslt/MARC21slim2intranetResults.xsl    |    2 +-
 .../prog/en/xslt/MARC21slim9522852.xsl             |    2 +-
 .../prog/en/xslt/NORMARCslim2OAIDC.xsl             |    2 +-
 .../prog/en/xslt/NORMARCslim2intranetDetail.xsl    |    2 +-
 .../prog/en/xslt/NORMARCslim2intranetResults.xsl   |    2 +-
 .../intranet-tmpl/prog/en/xslt/UNIMARC_compact.xsl |    2 +-
 .../prog/en/xslt/UNIMARCslim2OAIDC.xsl             |    2 +-
 .../prog/en/xslt/UNIMARCslim2intranetDetail.xsl    |    2 +-
 .../prog/en/xslt/UNIMARCslim2intranetResults.xsl   |    2 +-
 .../prog/en/xslt/oilsMARC21slim2HTML.xsl           |    2 +-
 .../opac-tmpl/prog/en/modules/opac-showmarc.tt     |    8 ++-
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |    2 +-
 .../prog/en/xslt/MARC21slim2OPACMARCdetail.xsl     |    7 ++-
 .../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 +-
 opac/opac-showmarc.pl                              |   43 ++++++-------
 29 files changed, 82 insertions(+), 93 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list