[koha-commits] main Koha release repository branch master updated. v16.05.00-1169-g9b34b07

Git repo owner gitmaster at git.koha-community.org
Thu Oct 27 15:19:47 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  9b34b07d62588713405f31481cb363661b1a5d0c (commit)
       via  12167c57d0608637504a011627a0256e28e515cd (commit)
      from  33ff59173151dae282a3c787742128991a656290 (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 9b34b07d62588713405f31481cb363661b1a5d0c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 4 11:55:25 2016 +0100

    Bug 17375: Search by dateofbirth - handle invalid dates
    
    Prevent internal software error when searching patron with invalid birth date
    
    To reproduce:
    
    - Go to Home > Patron
    - Expand patron search (click on + at the left of the search button)
    - In drop down 'Search fields', select 'Date of birth'
    - Enter a valid date (e.g. 11.02.1995 if syspref 'dateformat' is set to dmydot)
    Result: Search works OK
    - Enter an invalid date, e.g. 11.02 or abcd...
    Result: Internal server error
    
    - Do a patron search with many results
    - Use filter on results screen, select 'Date of birth' as search field and
      enter an invalid date to search (e.g. 'a')
    Result: Endless message 'Processing'
    
    To test:
    - Apply patch
    - Repeat steps above
    - In both cases, you should get "No results"
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Lucio Moraes <lmoraes at catalyst.net.nz>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 12167c57d0608637504a011627a0256e28e515cd
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 4 11:55:02 2016 +0100

    Bug 17375: Search by dateofbirth - Add tests
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Utils/DataTables/Members.pm            |   31 +++++++++++++++++++----------
 members/member.pl                         |    4 ----
 svc/members/search                        |    4 ----
 t/db_dependent/Utils/Datatables_Members.t |   23 ++++++++++++++++++---
 4 files changed, 41 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list