[koha-commits] main Koha release repository branch master updated. v3.14.00-519-g15ad306

Git repo owner gitmaster at git.koha-community.org
Mon Mar 10 16:07:40 CET 2014


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, master has been updated
       via  15ad3061b2fb11df6ecf5601d5b7d49d7792ba9f (commit)
      from  19e83d9b9fd9c06211ce7738f3e0d9c428462a34 (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 15ad3061b2fb11df6ecf5601d5b7d49d7792ba9f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 20 11:38:53 2014 -0500

    Bug 11794 - restore functioning of opacSerialDefaultTab
    
    The opacSerialDefaultTab system preference should control whether to
    show the holdings or subscriptions tab by default on the detail page for
    a serial. This behavior was broken when we last updated jQueryUI because
    of a change in the jQueryUI active tab class name.
    
    This patch corrects the class on the detail page and removes the old
    class from the authorities detail page (where it was unnecessary
    anyway).
    
    To test, view a serial record in the OPAC under various settings of the
    opacSerialDefaultTab preference. The default tab should correctly follow
    the preference.
    
    Test in prog and Bootstrap themes.
    
    Edit: Rebased on current master. Note that the change to
    opac-auth-detail.tt is because the page never has more than one tab,
    hence doesn't need the "active" designation.
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Tested in prog and bootstrap.
    All tests and QA script pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt |    2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt      |    6 +++---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth-detail.tt      |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt           |    6 +++---
 4 files changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list