[koha-commits] main Koha release repository branch master updated. v16.05.00-1172-g239b81c

Git repo owner gitmaster at git.koha-community.org
Thu Oct 27 16:04:45 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  239b81c1dd0cfa2e5e1f720ba9b8554536a9bc44 (commit)
       via  87f21ae2452b4fbeddcc26f8ff2a7427add3710c (commit)
       via  65ed212fae5fca9d4ce4efe32e373fe5bea10d3c (commit)
      from  9b34b07d62588713405f31481cb363661b1a5d0c (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 239b81c1dd0cfa2e5e1f720ba9b8554536a9bc44
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 27 14:02:19 2016 +0000

    Bug 14874 - DBRev 16.06.00.038
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 87f21ae2452b4fbeddcc26f8ff2a7427add3710c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Oct 4 12:57:13 2016 +0100

    Bug 14874: Set default DefaultPatronSearchFields
    
    just in case...
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 65ed212fae5fca9d4ce4efe32e373fe5bea10d3c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Sun May 15 10:44:48 2016 -0400

    Bug 14874 - Add ability to search for patrons by date of birth from checkout and patron quick searches
    
    This patch adds a new syspef 'DefaultPatronSearchFields' which defines
    the fields that should be used when searching for a patron if none are
    defined.
    
    To test:
    1 - Aply patch, updatedatabase
    2 - Ensure patron search has not changed
    3 - Add dateofbirth to new pref
    4 - Ensure things work wll
    5 - Experiment with adding and removing other fields from borrowers
    table
    6 - prove t/db_dependent/Utils/Datatables_Members.t
    
    Tested together with followup. Works as described.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Bug 14874 (QA Followup)
    
        Fix atomicupdate file name
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Utils/DataTables/Members.pm                     |   16 +-
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   10 +
 .../en/includes/circ-patron-search-results.inc     |    2 +
 .../prog/en/modules/admin/preferences/patrons.pref |    4 +
 t/db_dependent/Utils/Datatables_Members.t          |  251 ++++++++++++--------
 7 files changed, 179 insertions(+), 107 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list