[koha-commits] main Koha release repository branch master updated. v3.20.00-745-g56ede58

Git repo owner gitmaster at git.koha-community.org
Thu Oct 8 16:00:19 CEST 2015


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  56ede58a86274e0f70fc27c0907cd14f03dd77c4 (commit)
       via  790ef7052b1f0068892081b2280bbd6d78ab0783 (commit)
       via  9ff81d0e3f1217e780b070b651e00642e6c83b8a (commit)
      from  cc87d60b4afd274b6282dfd2e79ce8ffa845ef1f (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 56ede58a86274e0f70fc27c0907cd14f03dd77c4
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 8 09:52:27 2015 +0100

    Bug 14890: Simplify processing to display a date with hours
    
    The KohaDates plugin does that, it's not necessary to split the output.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 790ef7052b1f0068892081b2280bbd6d78ab0783
Author: Marc Véron <veron at veron.ch>
Date:   Wed Sep 23 10:19:42 2015 +0200

    Bug 14890: Remove C4::Dates from circ/bookcount.pl
    
    This patch removes deprecated C4::Dates from circ/bookcount.pl
    
    To test:
    - Search for biblio with an item that has been checked out several
      times and that has been transferred
    - In left navigation click on 'Items'
    - In list of items click on 'View item's checkout history'
    - Verify that dates in 'Date arrived at current library' and in
      column 'Last seen' display properly.
    
    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: Tomas Cohen Arazi <tomascohen at theke.io>

commit 9ff81d0e3f1217e780b070b651e00642e6c83b8a
Author: Marc Véron <veron at veron.ch>
Date:   Tue Sep 29 17:32:56 2015 +0200

    Bug 14924: Remove C4::Dates from members/memberentry.pl
    
    This patch removes C4::Dates from members/memberentry.pl
    
    To test:
    - Apply patch
    - Add and edit patrons with and without birthdate as
      mandatory field (syspref BorrowerMandatoryField)
    - Verify that dates (birtdate, registration, expiration)
      display and are stored correctly
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Tested with syspref BorrowerMandatoryField and
    table borrowers.dateofbirth
    
    Bug 14924 - (follow-up) Add date validation using eval
    
    This patch adds a date validation (see comment #3).
    
    To test:
    
    - Apply patch
    - Create a new user or edit an existing user
    - Try valid dates for date of birth
    - Try invalid dates as 0000-00-00 or 32/01/1970. You can can
      copy/paste such strings to the date field, ignore the warning
      message and submit. Verify that after submit you get a message
      "Date of birth is invalid"
    - Try the same with enrollement /expiry dates
    
    Signed-off-by: Hector Castro <hector.hecaxmmx at gmail.com>
    Works as advertised. Tested with invalid dates.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: I have splitted them to make them much more readable
    (some lines were removed then added).
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 circ/bookcount.pl                                  |   20 +++------------
 .../prog/en/modules/circ/bookcount.tt              |    5 ++--
 members/memberentry.pl                             |   26 +++++++++-----------
 3 files changed, 18 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list