[koha-commits] main Koha release repository branch master updated. v3.14.00-635-g330e903

Git repo owner gitmaster at git.koha-community.org
Wed Mar 26 19:56:55 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  330e903e798c22d041a0378ce4a806c3cdebd2bd (commit)
      from  cb62a47bbf6fde22ac3bc4e33481c403b8c2c193 (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 330e903e798c22d041a0378ce4a806c3cdebd2bd
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 28 14:48:36 2014 -0500

    Bug 11877 - Eliminate use of deprecated jQuery .live() method
    
    As of jQuery 1.9 the .live() method has been removed. A few templates
    contain JavaScript which uses it. It can be easily replaced with .on().
    This patch makes the correction.
    
    To test, apply the patch and test the following pages:
    
    - In the staff client, Administration -> OAI sets configuration:
      Define mappings for an existing set. You should be able to add rows by
      clicking the "OR" button. You should be able to delete or clear any
      line by clicking the "Delete" link.
    
    - In the staff client, view the details for any patron and click the
      "Change password" button: In the change password form click the link
      to fill the password fields with a random password. This link should
      work correctly.
    
    - If necessary enable OpacRenewalAllowed in system preferences. Log in
      to the OPAC as a patron who has checkouts. On the patron summary page
      (opac-user.pl) look for the "renew selected" and "renew all" links at
      the top of the table of checkouts. Both these links should work
      correctly. Test in prog and bootstrap themes.
    
    Followed test plan. Same behaviour as without patch, i.e. patch OK
    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 Javasript errors found.
    
    Note: The buttons on the form show up, even if no item shows the
    checkbox. In my case the problem was that I had 0 renewals allowed
    in the circulation rules. Maybe we could hide them, if no item
    can be renewed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt   |    9 +++++----
 .../intranet-tmpl/prog/en/modules/members/member-password.tt  |    7 ++++---
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt         |    6 ++++--
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt              |    4 ++--
 4 files changed, 15 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list