[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.07-75-g9ec8efe

Git repo owner gitmaster at git.koha-community.org
Wed Jun 18 17:12:26 CEST 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, 3.14.x has been updated
       via  9ec8efe6b9f52369389b14567441d7a91499d92e (commit)
      from  a82eebc4a72e650627114945f6e15a31cc518161 (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 9ec8efe6b9f52369389b14567441d7a91499d92e
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>
    (cherry picked from commit 06026a7e297c8537c7a4a7cb9c7720b482f26eba)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.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