[koha-commits] main Koha release repository branch master updated. v3.14.00-637-g06026a7

Git repo owner gitmaster at git.koha-community.org
Wed Mar 26 20:02:46 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  06026a7e297c8537c7a4a7cb9c7720b482f26eba (commit)
      from  e634a5ad82e9fa0aef96ae5a23bb5b389d1704e7 (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 06026a7e297c8537c7a4a7cb9c7720b482f26eba
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Mar 4 08:19:57 2014 -0500

    Bug 11878 - Eliminate use of deprecated jQuery .toggle() method usage
    
    jQuery's .toggle() method can no longer be used to trigger a pair of
    specified functions. .toggle() can only be used to change the visibility
    of an element. This patch fixes a few places in Koha where the
    deprecated functionality was used.
    
    To test, apply the patch and clear your browser cache.
    
    - View the system preferences page in the staff client. Clicking a
      heading ("Appearance" under OPAC preferences, for instance) should
      collapse that section. Clicking again should expand it.
    
    - View the MARC detail page for a record in the OPAC. Clicking the "view
      plain" link should display the plain MARC view. Clicking the "view
      labeled" view should return to the original view. Test in both prog
      and bootstrap themes.
    
    Signed-off-by: wajasu <matted-34813 at mypacks.net>
    
    Followed test plan. Works fine.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script, works as described.
    No Javascript errors found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/js/pages/preferences.js  |   14 ++++-----
 .../bootstrap/en/modules/opac-MARCdetail.tt        |   33 +++++++++++---------
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |   33 +++++++++++---------
 3 files changed, 43 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list