[koha-commits] main Koha release repository branch master updated. v16.05.00-200-g0c476f1

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 15:50:13 CEST 2016


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  0c476f15082893cb2ee66271009fb09d3f698c23 (commit)
      from  6524e6d95726c70b7ff6088b31692216a1956110 (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 0c476f15082893cb2ee66271009fb09d3f698c23
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu May 19 09:41:24 2016 -0400

    Bug 16557 - Remove the use of "onclick" from several include files
    
    This patch modifies several include files, removing "onclick" attributes
    in favor of defining events in JavaScript.
    
    A reusable "toggle" function has been added to the global JS file so
    that clicking elements with the class "toggle_element" will toggle the
    display of elements as defined in the click target's "data-element"
    attribute.
    
    Also changed: In subtypes_unimarc.inc some capitalization errors have
    been fixed and label/id pairs corrected.
    
    To test, apply the patch and clear your browser cache if necessary.
    
    - On the Acquisitions home page, click the "Orders search" header search
      tab. Clicking the [+] link should expand and collapse the additional
      search fields.
    
    - On the checkout or patron detail page, view the "Restrictions" tab.
      Click to add a restriction and use the datepicker to select a date.
      Clicking the "Clear date" link should clear the date.
    
    - Trigger the help window on any page. Clicking the "close window"
      button should work correctly.
    
    - Go to Administration -> Patron categories -> Edit. Checking and
      unchecking messaging preference options should work correctly. The "do
      not notify" checkbox should clear other checkboxes in that row and
      vice versa.
    
    - In Serials, from a subscription detail page, clicking the "Renew"
      button should trigger the renew popup.
    
    - Go to Acquisitions -> Vendor -> Add to basket -> From a subscription.
      Clicking the "Advanced search" link in the left hand sidebar should
      toggle the sidebar search form.
    
    - In a UNIMARC system, view the advanced search page. Clicking the "Show
      coded information filters" link should show additional search fields.
      (I tested in my MARC21 system by temporarily moving line 174 of
      advsearch.tt to line 172).
    
    Signed-off-by: Claire Gravely <c.gravely at arts.ac.uk>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/acquisitions-search.inc       |    4 +-
 .../prog/en/includes/borrower_debarments.inc       |    7 +-
 .../intranet-tmpl/prog/en/includes/help-bottom.inc |    2 +-
 .../prog/en/includes/messaging-preference-form.inc |   26 ++++---
 .../prog/en/includes/serials-toolbar.inc           |    2 +-
 .../prog/en/includes/subscriptions-search.inc      |    2 +-
 .../prog/en/includes/subtypes_unimarc.inc          |   73 +++++++++++---------
 koha-tmpl/intranet-tmpl/prog/js/staff-global.js    |    6 ++
 8 files changed, 72 insertions(+), 50 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list