[koha-commits] main Koha release repository branch master updated. v3.22.00-1452-g1069409

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 17:37:21 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  10694092dd01b7b70840b58d39e49f2743864549 (commit)
      from  fef8129588ee6715931c5565a6e493104b5e48c0 (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 10694092dd01b7b70840b58d39e49f2743864549
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 20 09:36:20 2016 -0400

    Bug 16308 - Remove the use of "onclick" from Z39.50/SRU servers template
    
    This patch removes the use of event attributes in the markup in favor of
    attaching events in JavaScript.
    
    This patch also revises the SRU search fields mapping template
    considerably while correcting multiple HTML validation issues:
    
    - Corrected label/id pairs.
    - Corrected incorrect capitalization.
    - Removed redundant <legend>
    - Restructured form so that it displays in two columns.
    
    Also changed in the z3950 servers template: Replaced empty [%
    script_name %] variable with actual path.
    
    To test, apply the patch and go to Administration -> Z39.50/SRU servers/
    
    - In the list of servers, select Actions -> Delete. You should be
      prompted to confirm your choice. Test both confirming and cancelling.
    - Create or edit an SRU server.
      - After entering text in the server name field, moving to the next
        field should trigger transformation of that text to upper case.
      - On the SRU Search fields mapping line, clicking the "Modify" button
        should trigger a popup.
        - In the "Modify SRU search fields mapping" popup:
          - The fields should display in two columns.
          - All labels should be correctly associated with corresponding
            inputs.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/admin/sru_modmapping.tt        |   98 +++++++++++---------
 .../prog/en/modules/admin/z3950servers.tt          |   39 +++++---
 2 files changed, 76 insertions(+), 61 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list