[koha-commits] main Koha release repository branch master updated. v3.22.00-592-g004727f

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 03:08:46 CET 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  004727fbbf396382a3b3217969928207e75906d7 (commit)
      from  ad63a6b8da1cd91f2e03ec4093d76b00cd3045d2 (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 004727fbbf396382a3b3217969928207e75906d7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jan 28 10:20:07 2016 -0500

    Bug 15692 - Move some patron entry form JavaScript into members.js
    
    We should strive to keep as much JavaScript as possible out of templates
    in order to keep things modular and maximize the benefits of browser
    caching. This patch moves JavaScript out of the patron entry template
    
    Two other minor edits: Missing semicolons added on the advice of JSHint.
    
    To test, apply the patch and confirm that the following interactions
    still work on the patron entry form:
    
    1. clear_entry(): With ExtendedPatronAttributes enabled, the "Clear"
       link next to any attribute form field should work to clear the field.
    
    2. clone_entry(): With ExtendedPatronAttributes enabled and a repeatable
       attribute defined, it should be possible to click the "New" link to
       add another instance of that attribute's entry field.
    
    3. update_category_code(): With ExtendedPatronAttributes enabled and an
       attribute defined which is limited to a single patron category,
       changing the patron category selection should correctly show or hide the
       attribute entry form.
    
    4. select_user(): When adding or editing a patron with a "Child"
       category it should be possible to search for and select a guarantor
       to add to the record by clicking the "Set to patron" button.
       Selecting a new guarantor should change the text of the button from
       "Set to patron" to "Change."
    
    5. noEnterSubmit(): This function should be correctly preventing you
       from hitting "ENTER" in any form field to submit the form.
    
    6. guarantordelete(): When adding or editing a patron with a "Child"
       category, it should be possible to clear existing guarantor
       information by clicking the "Delete" button. Clicking the "Delete"
       button should change the text of the adjacent button to "Set to
       patron."
    
    7. select_city(): With one or more cities defined it should be possible
       to use the drop-down menu of cities to populate the city, state, zip,
       and country fields.
    
    8. Date of birth entry should have a maximum date limit of yesterday.
       The drop-down menu of years should go back 100 years.
    
    9. Client-side validation rules should be in effect, requiring that a
       valid email address be entered in the primary email, secondary email,
       and alternate address email fields.
    
    10.When editing a patron, the "Add manual restriction" link should
       display the form for adding a manual restriction, and clicking the
       "Cancel" link should hide it.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/members.js      |  135 +++++++++++++++++++-
 .../prog/en/modules/members/memberentrygen.tt      |  131 +------------------
 2 files changed, 136 insertions(+), 130 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list