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

Git repo owner gitmaster at git.koha-community.org
Wed May 21 10:57:31 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  0092cd702e706a3564bcfd1dcdc1457615c09bb1 (commit)
      from  c9057046766fc695385449766d29e011d08de574 (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 0092cd702e706a3564bcfd1dcdc1457615c09bb1
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Feb 21 09:22:50 2014 -0500

    Bug 10751: standardize validation of title in staff purchase suggestions form
    
    The form for adding a new purchase suggestion in the staff client
    indicates that the title field is 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 Acquisitions ->
    Suggestions -> New purchase suggestion. Try submitting the form without
    entering a title. Doing so should trigger a validation warning.
    
    Submission of the form with valid data should work correctly. Editing an
    existing suggestion should also work correctly.
    
    The patch displays a message 'Required' near the title field.
    After submitting a empty title it changes to 'This field is required'
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    The title field is required since commit
    d565fb02e9fca2ac9c506e4e7d44fd8b0d66f06a
    This one makes it more consistent with formatting. It makes sense.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 59b9078a3f7cf240bd814ee611e8f553d043491e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/suggestion/suggestion.tt     |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list