[koha-commits] main Koha release repository branch master updated. v3.14.00-636-ge634a5a

Git repo owner gitmaster at git.koha-community.org
Wed Mar 26 19:58:49 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  e634a5ad82e9fa0aef96ae5a23bb5b389d1704e7 (commit)
      from  330e903e798c22d041a0378ce4a806c3cdebd2bd (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 e634a5ad82e9fa0aef96ae5a23bb5b389d1704e7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Feb 20 16:08:02 2014 -0500

    Bug 11806 - Use validation plugin when creating new OAI set
    
    The form for adding a new OAI indicates that two fields are
    required but does nothing to enforce this rule. This can be
    handled client-side with HTML5 validation attributes and Koha's built-in
    validation plugin. This patch implements this.
    
    To test, apply the patch and go to Administration -> OAI sets
    configuration -> New set. Try submitting the form without entering a
    setSpec and/or setName. Doing so should trigger a validation warning.
    
    Submission of the form with valid data should work correctly. Editing an
    existing set should also work correctly.
    
    Followed test plan. Patch behaves as expected.
    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.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list