[koha-commits] updated branch master (3e248810b2b9ccbaf1228255156aebe6678a7c9a)

Koha Gitosis gitosis at git.koha.org
Tue Sep 15 18:31:41 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  3e248810b2b9ccbaf1228255156aebe6678a7c9a (commit)
       via  486a9496defc2955c8c57382c6e7b66805aeebab (commit)
      from  f6aaac4119b0fef2163d7b7b1b098399b5a9046b (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 3e248810b2b9ccbaf1228255156aebe6678a7c9a
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Sep 15 21:37:45 2009 -0400

    DB rev 058->059 - add DisplayOPACiconsXSLT syspref
    
    Pushing new new system preference DisplayOPACiconsXSLT created per bug 3545
    as DB rev 059
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 486a9496defc2955c8c57382c6e7b66805aeebab
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Sun Aug 23 15:58:55 2009 -0400

    Bug 3098, Bug 3108, Bug 3545 -- Make MARC21 XSLT obey sysprefs in OPAC
    
    The MARC21slim2OPACDetail.xsl and MARC21slim2OPACResults.xsl XSLT
    stylesheets do not obey any of the OPAC sysprefs, OPACURLOpenInNewWindow,
    URLLinkText, or a new one added for Bug 3545, DisplayOPACiconsXSLT.
    Modified C4/XSLT.pm based on code written by Fréric Demians (thanks!) to
    pass the values of the sysprefs to the .xsl files.  Modified the .xsl
    files to implement them.  If the respective sysprefs are set, the OPAC
    results and display pages will/will not display the format/material
    type/audience icons, will/will not open URLs in new browser windows,
    and will/will not use the text entered in URLLinkText as generic link
    text when there is no value in the 856 subfield y, 3, or z.  (Note that
    if subfields y, 3, or z do contain text, the first match is what will be displayed.)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/XSLT.pm                                         |    9 +++
 admin/systempreferences.pl                         |    1 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    3 +-
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 .../ru-RU/mandatory/system_preferences_optimal.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    8 ++
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   70 +++++++++++++++-----
 .../prog/en/xslt/MARC21slim2OPACResults.xsl        |   47 +++++++++++--
 kohaversion.pl                                     |    2 +-
 9 files changed, 114 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list