[koha-commits] main Koha release repository branch master updated. v16.05.00-677-geab75d0

Git repo owner gitmaster at git.koha-community.org
Thu Sep 8 15:03:58 CEST 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  eab75d0aa48759e8f2ec017b643e0ca6f985c937 (commit)
       via  61d819caef44700b2b1a85c9c27e47913a165a4f (commit)
       via  08653cca9bd9d5185293c56326ec35a6e875550c (commit)
       via  db3df548b6a6385ea17d2db49f49f8d4c9f2969f (commit)
       via  26fdc96c5ea824b5529da846b63a8e4e62d486e8 (commit)
       via  edd555df4dc40f9ee3f8625240564fcc65c2935f (commit)
       via  363e45a5eb89b25e47165bb815d6dc901744f977 (commit)
       via  2a3966946131992ceeb125be3a852b9893bfd708 (commit)
       via  d53fb6db6a0cb0d239e7849c902a3dce4966c709 (commit)
       via  f91ed3d8bf19533a4a92e67c0b1fe394e84e67bf (commit)
      from  451fd67dd15b967471983c7c8dc601e0d1f65228 (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 eab75d0aa48759e8f2ec017b643e0ca6f985c937
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 6 12:58:31 2016 +0100

    Bug 14060: Improve regex to limit year to 4 integers
    
    01/01/01984 should not be considered as a valid date.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 61d819caef44700b2b1a85c9c27e47913a165a4f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Sep 5 09:16:02 2016 +0100

    Bug 14060: Consider an empty string as a valid date
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 08653cca9bd9d5185293c56326ec35a6e875550c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 30 09:56:46 2016 +0100

    Bug 14060: Add the datepicker class to dateofbirth
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit db3df548b6a6385ea17d2db49f49f8d4c9f2969f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 30 09:54:55 2016 +0100

    Bug 14060: Force leading zeros on date
    
    If a date does not contain leading zeros for day and month, the date
    will be refused.
    parseDate function considers 1/1/1990 as a valid date, but our perl code
    does not. We must refuse it.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 26fdc96c5ea824b5529da846b63a8e4e62d486e8
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 26 08:44:06 2016 +0100

    Bug 14060: Display date format pattern instead of date format name
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit edd555df4dc40f9ee3f8625240564fcc65c2935f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 4 11:03:43 2016 +0000

    Bug 14060: Add support for dmydot
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 363e45a5eb89b25e47165bb815d6dc901744f977
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Dec 1 17:33:15 2015 +0000

    Bug 14060: Force the input to contain a valid date
    
    Before this patch, the user was still allowed to enter a valid date.
    Now, if the date is not valid, the input is emptied.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2a3966946131992ceeb125be3a852b9893bfd708
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 27 10:42:51 2015 +0200

    Bug 14060: Display the date format on the warning popup
    
    The date format is now displayed on the warning popup.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d53fb6db6a0cb0d239e7849c902a3dce4966c709
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 27 10:39:14 2015 +0200

    Bug 14060: Add OnClose event on missing datepicker
    
    The "suspend until" inputs (hold list on circ/circulation.pl and
    members/moremember.pl) were not set in the same way.
    The minDate option should be set for both (bug 10703 removed it for
    circ/circulation.pl).
    This patch reintroduces the option and add the OnClose event on both.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit f91ed3d8bf19533a4a92e67c0b1fe394e84e67bf
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Apr 24 15:36:34 2015 +0200

    Bug 14060: Remove readonly attributes on date inputs
    
    In order to remove accessibility issues due to the readonly attributes
    on date inputs, this patch will remove them and introduce a javascript
    validation on them.
    
    This patch is not perfect for some reason:
    I didn't manage to force the user to select a valid date. One solution
    would be to reopen the datepicker plugin until a valid date is inserted.
    But it could be annoying for users (and for me: I did not manage to
    implement this solution).
    You will note that input is emptied if the date is not valid. This is a
    quick and efficient solution to prevent submitting invalid date and make
    Koha explodes. A proper solution would be to implement the check server
    side send a friendly message to the user.
    
    Test plan:
    For all inputs, try an invalid and a valid date.
     1/ Debar a patron
     2/ On the checkout tables (circulation and moremember), add a renewal
    due date (at the bottom of the tables)
     3/ On the checkout page, specify a due date
     4/ On the return page, specify a return date
     5/ On the invoice page (acquisition module), enter a shipment and
    billing date
     6/ On the invoice search page (invoices.pl) use filters shipment and
    billing dates
     7/ On the offline circ page, specify a due date
     8/ On the edit patron page (memberentry), add a debarment
     9/ On the reserve page (reserve/request.pl), use the date inputs to
    suspend until a defined date
    10/ Edit patrons in a batch (tools/modborrowers.pl) and use the
    registration and expiry date inputs
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/includes/borrower_debarments.inc       |    2 +-
 .../intranet-tmpl/prog/en/includes/calendar.inc    |   64 +++++++++++++++++++-
 .../prog/en/includes/checkouts-table-footer.inc    |    2 +-
 .../intranet-tmpl/prog/en/modules/acqui/invoice.tt |    4 +-
 .../prog/en/modules/acqui/invoices.tt              |    4 +-
 .../prog/en/modules/circ/circulation.tt            |   26 ++++++--
 .../intranet-tmpl/prog/en/modules/circ/offline.tt  |   10 ++-
 .../intranet-tmpl/prog/en/modules/circ/returns.tt  |    8 ++-
 .../prog/en/modules/members/memberentrygen.tt      |    4 +-
 .../prog/en/modules/members/moremember.tt          |   15 +++--
 .../prog/en/modules/reserve/request.tt             |    6 +-
 .../prog/en/modules/tools/modborrowers.tt          |    5 +-
 .../intranet-tmpl/prog/js/pages/circulation.js     |   13 +++-
 13 files changed, 132 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list