[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-48-g8fed0f8

Git repo owner gitmaster at git.koha-community.org
Mon May 19 16:25:01 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  8fed0f89d59cc8a7c32bcec6a3b8b8c7b8313c60 (commit)
      from  f0d2331759cc2a868e9ce114b6051081b0ce47a5 (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 8fed0f89d59cc8a7c32bcec6a3b8b8c7b8313c60
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 14 14:29:47 2014 -0500

    Bug 11767 - Use validation plugin when creating new authority framework tag
    
    The page for adding a new tag to an authority framework includes some
    custom form validation JavaScript which can be removed in favor of HTML5
    validation attributes and Koha's built-in validation plugin. This patch
    does so.
    
    The patch also moves some tag markup out of the script and into the
    template where it belongs.
    
    To test, apply the patch and go to Administration -> Authority types ->
    MARC structure -> New tag. Try submitting the form without entering a
    tag number. This should trigger a validation warning.
    
    Submission of the form with valid data should work correctly. Editing an
    existing tag should also work correctly.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 5ee8268a8df6ac193aa0500f4b801a3d359c1838)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/auth_tag_structure.pl                        |    6 +-
 .../prog/en/modules/admin/auth_tag_structure.tt    |   61 ++++++--------------
 2 files changed, 19 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list