[koha-commits] main Koha release repository branch master updated. v16.05.00-853-g8a74bb2

Git repo owner gitmaster at git.koha-community.org
Mon Sep 12 18:39:05 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  8a74bb24f521b2112979325fd3b6342d48788951 (commit)
       via  85288b8f157c7699ccb7e4e1bc277d5200582f65 (commit)
       via  38422f1af6501e3777d647cd28f38aa5d92e1d6f (commit)
      from  9707a439cbf152752f9f39ebee17c6976f6f7dc6 (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 8a74bb24f521b2112979325fd3b6342d48788951
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 12 15:38:46 2016 +0000

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

commit 85288b8f157c7699ccb7e4e1bc277d5200582f65
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Apr 23 16:37:26 2016 +0100

    Bug 16274: Limit the patron self registration to some libraries
    
    Currently a patron can select a home library in the list of all
    libraries defined in the system.
    However some of these libraries might not accept self registration.
    This patch adds a new pref to display only the allowed libraries.
    
    Test plan:
    0/ Apply the patch, do not fill the new pref
    1/ Self register a new patron
    => All the libraries defined should be displayed in the "Home library"
    dropwdown list
    2/ Fill the pref PatronSelfRegistrationLibraryList with some of the
    branchcode defined in the system
    => Self register a new patron and confirm that the dropdown list has
    been filtered.
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 38422f1af6501e3777d647cd28f38aa5d92e1d6f
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Apr 23 16:17:06 2016 +0100

    Bug 16274: Add the new pref PatronSelfRegistrationLibraryList
    
    Sponsored-by: BULAC - http://www.bulac.fr/
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                                      |    2 +-
 installer/data/mysql/sysprefs.sql                            |    1 +
 installer/data/mysql/updatedatabase.pl                       |   10 ++++++++++
 .../prog/en/modules/admin/preferences/opac.pref              |    5 +++++
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt |    8 +++++++-
 opac/opac-memberentry.pl                                     |    7 +++++++
 6 files changed, 31 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list