[koha-commits] main Koha release repository branch master updated. v16.05.00-24-g567a1a9

Git repo owner gitmaster at git.koha-community.org
Fri Jun 3 08:22:58 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  567a1a9021aaea3bf42b19f493b79f682ed9042b (commit)
       via  da94410ab5022c3bd97fba1878673149802db584 (commit)
       via  72bd06e3a88f62fcfe8710773091447ebafebcb3 (commit)
      from  e0143f3205ebbf07aa479b89d8ba8aab426496b2 (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 567a1a9021aaea3bf42b19f493b79f682ed9042b
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Tue May 31 14:16:07 2016 +0200

    Bug 16504: [QA Follow-up] Make koha-qa happy with two newlines
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit da94410ab5022c3bd97fba1878673149802db584
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 14:43:52 2016 +0100

    Bug 16504: (follow-up for bug 15163) Do not remove attributes of other patrons
    
    Simple patch for a silly error, this single line is going to fix a
    critical bug.
    If a patron attribute is limited to a library, all the values for that attributes
    for every patrons will be deleted.
    
    Test plan:
    Create a patron attribute limited to a library
    Set the the attribute for a patron
    Set the the attribute for another patron
    => Without this patch applied, the attribute's value for the first
    patron is deleted
    => With this patch applied, the 2 values exist in the DB after the
    second edition
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 72bd06e3a88f62fcfe8710773091447ebafebcb3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 13 14:42:52 2016 +0100

    Bug 16504: Add regression tests
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 C4/Members/Attributes.pm            |    4 +++-
 t/db_dependent/Members/Attributes.t |   34 +++++++++++++++++++++++++++++++++-
 2 files changed, 36 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list