[koha-commits] main Koha release repository branch master updated. v16.05.00-1305-g23f4830

Git repo owner gitmaster at git.koha-community.org
Wed Nov 2 11:58:45 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  23f4830095d64d9a421a458fe5582930aa229aa7 (commit)
      from  d6de78624e61d602de2ed60f48951af3e4947949 (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 23f4830095d64d9a421a458fe5582930aa229aa7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 31 14:40:51 2016 +0000

    Bug 17524: Fix datepicker check for iso dates
    
    Iso dates are yyyy-mm-dd, the is_valid JS function
    expects \d{2}-\d{2}-\d{4} when it should be \d{4}-\d{2}-\d{2}
    
    Test plan:
    Switch DateFormat to iso
    Set a due date using the datepicker
    => Should work as expected
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/calendar.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list