[koha-commits] main Koha release repository branch master updated. v3.22.00-625-g768e8cc

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 04:29:58 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  768e8cc6d4af9fe7c5d0d71bd4f3367786d475a1 (commit)
       via  0a39acec824b8156d414cb9c9effc48b3dfb953a (commit)
      from  44c522ce53c239b5c0f4f6e58fa122a5c2a14a8d (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 768e8cc6d4af9fe7c5d0d71bd4f3367786d475a1
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Feb 22 11:09:37 2016 +0000

    Bug 15828: Remove the required class on label
    
    Otherwise the label is red and a bit agressive :)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 0a39acec824b8156d414cb9c9effc48b3dfb953a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Feb 16 12:49:02 2016 -0500

    Bug 15828: Upload patron images is hard to read
    
    The styling of the patron image upload form causes the text to be
    smaller than it should be for the main body of a page. This patch
    revises the form style and cleans up the markup a bit.
    
    This patch also adds client-side validation of the form so that a file
    upload is required, and a card number is required if an image file is
    selected.
    
    To test, apply the patch and go to Tools -> Upload patron images.
    
    1. Confirm that the text in the form is the correct size.
    2. With "Zip file" selected, confirm that submitting the form is blocked
       and the file upload marked as required.
    3. With "Image file" selected, confirm that submitting the form
       with an empty card number field is blocked and the card number
       field is marked as required.
    4. Confirm that uploading zip files and single images still works
       correctly.
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 .../prog/en/modules/tools/picture-upload.tt        |   47 ++++++++++++++------
 1 file changed, 33 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list