[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.08-5-gf50f4b3

Git repo owner gitmaster at git.koha-community.org
Wed Dec 26 21:43:03 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  f50f4b314f90233d7b0f42bea497e95cc6ee8cb6 (commit)
       via  a2860b15f3aebf306490bb2ee650f5b38495a064 (commit)
       via  c626c3c36b244a89dc93bb69484a0590d4e2dd5f (commit)
       via  4b56d8451e6ca6f86c3c71510a0f8cdaf9d33650 (commit)
       via  74fcfe7a7e430d2d0707558dda37841ad3e7581f (commit)
      from  4cf4e11faa42af3636305e8ba348f46c5e6a9b32 (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 f50f4b314f90233d7b0f42bea497e95cc6ee8cb6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Nov 29 11:32:52 2012 -0500

    Bug 9169 - Wrap relator code in <span> to allow for CSS customization
    
    This patch adds <span class="relatorcode"> around the display of
    relator codes in the OPAC and the staff client, and adds a space
    before the bracket (" [relatorcode]") for readability.
    
    To test, add custom CSS to OPACUserCSS and IntranetUserCSS and
    view a record which includes relator code data. Suggested:
    
    .relatorcode {
        background-color: rgb(230, 240, 242);
        border-radius: 3px 3px 3px 3px;
        color: rgb(51, 51, 51);
        display: inline-block;
        font-size: 75%;
        font-weight: normal;
        margin-left: 0.4em;
        padding: 0.1em 0.4em;
    }
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit a2860b15f3aebf306490bb2ee650f5b38495a064
Author: Chris Hall <chrish at catalyst.net.nz>
Date:   Wed Nov 28 12:41:28 2012 +1300

    Bug 9158: correcting whitespace in series (440) display
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Patch changes 'first; second; third.' to 'first ; second ; third.'
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit c626c3c36b244a89dc93bb69484a0590d4e2dd5f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Dec 12 15:47:55 2012 -0500

    Bug 9278 - Remove unused OPAC CSS file sanop.css
    
    This patch removes an unused CSS file, sanop.css, included in both OPAC
    themes even though it is referenced by neither.
    
    To test, apply the patch and listen for the unhappy protestations of
    libraries whose OPACs now look different. If there are none, the
    patch works.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    According to Paul's answer (on the mailing list), I sign off this
    patch.
    
    Signed-off-by: Elliott Davis <elliott at bywatersolutions.com>
    Seems to work as advertised
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 4b56d8451e6ca6f86c3c71510a0f8cdaf9d33650
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 4 16:56:54 2012 +0100

    Bug 9140: Followup removes the useless variable $message
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 74fcfe7a7e430d2d0707558dda37841ad3e7581f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Nov 26 09:24:28 2012 -0500

    Bug 9140 - Untranslatable strings in item circulation history
    
    This patch removes the text of a message from the script
    to the template. The lastmove sub now returns either the date
    or 0, and the template displays the "no transfers" message
    if the date doesn't exist.
    
    To test, view the circulation history for items which
    do and do not have a transfer history. A date should be displayed
    for items which have a transfer history. A messages should
    be displayed for those which do not.
    
    This patch also adds a <span> around the text "Never" which
    was not getting picked up by the translation script. To test
    this change, run "perl translate update <lang>" from misc/translator,
    then check if the string shows up in the po file. (Thanks kf!)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 circ/bookcount.pl                                  |   16 +-
 .../prog/en/modules/circ/bookcount.tt              |    5 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |   10 +-
 koha-tmpl/opac-tmpl/prog/en/css/sanop.css          | 2013 --------------------
 .../prog/en/xslt/MARC21slim2OPACDetail.xsl         |   10 +-
 5 files changed, 21 insertions(+), 2033 deletions(-)
 delete mode 100644 koha-tmpl/opac-tmpl/prog/en/css/sanop.css


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list