[koha-commits] main Koha release repository branch master updated. v3.14.00-565-g6e10045

Git repo owner gitmaster at git.koha-community.org
Tue Mar 11 15:44:08 CET 2014


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  6e1004544cce61822d03062645fb5460cb606a7c (commit)
       via  f10ee65d88c64c23cbcf7fdf9417229b8d159d24 (commit)
      from  26cdaaae777dd21314df90177fe070730575fb85 (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 6e1004544cce61822d03062645fb5460cb606a7c
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Mar 11 15:06:04 2014 +0000

    Bug 11751: DBrev 3.15.00.022
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f10ee65d88c64c23cbcf7fdf9417229b8d159d24
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 12 16:34:01 2014 +0100

    Bug 11751: remove dead code related to handling members of institution patrons
    
    This patch removes some dead code concerning the handling of patrons
    that are members of other, institutional patrons.  This code did not
    work; removing it clears the field if somebody wants to do a better
    implementation of such relationships between patrons.
    
    This patch:
    
    [1] Removes the memberofinstitution system preference.
    [2] Removes the following routines:
    
        C4::Members::get_institutions()
        C4::Members::add_member_orgs() (and removing this routine
        removes a reference to a borrowers_to_borrowers table that
        does not exist).
    
    There should be no changes whatsoever to system functionality with this
    patch (with the trivial exception of the absence of the
    memberofinstitution system preference).
    
    Test plan:
    
    [1] Look at the code and use grep, git grep, etc. verify this patch
        does not remove something in use.
    [2] Verify that there are no regressions upon adding or editing
        a patron record.
    [3] Verify that the memberofinstitution system preference has been
        removed
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Members.pm                                      |   47 --------------------
 circ/circulation.pl                                |   22 ---------
 installer/data/mysql/sysprefs.sql                  |    1 -
 installer/data/mysql/updatedatabase.pl             |    9 ++++
 .../prog/en/modules/admin/preferences/patrons.pref |    6 ---
 kohaversion.pl                                     |    2 +-
 members/memberentry.pl                             |   29 ------------
 7 files changed, 10 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list