[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.07-25-g8d9a484

Git repo owner gitmaster at git.koha-community.org
Thu Jun 16 09:52:16 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, 3.22.x has been updated
       via  8d9a4841e4be97f53c94282f08f0e53bdaf6487f (commit)
       via  ea598df62484d62db140f988002ae2cbcf16d98e (commit)
       via  fc2776a5c9ca3015b86de2db763de1c8fe59d249 (commit)
      from  26cd82e15c912785a035cae12a06e090620d4acf (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 8d9a4841e4be97f53c94282f08f0e53bdaf6487f
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>
    (cherry picked from commit 567a1a9021aaea3bf42b19f493b79f682ed9042b)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 5712275a4645d4d899815120fe79e730edf1034e)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit ea598df62484d62db140f988002ae2cbcf16d98e
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>
    (cherry picked from commit da94410ab5022c3bd97fba1878673149802db584)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 247bd55876a4e930934419070fc926a656a0d9d7)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit fc2776a5c9ca3015b86de2db763de1c8fe59d249
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>
    (cherry picked from commit 72bd06e3a88f62fcfe8710773091447ebafebcb3)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 5949faae071c317c029c9c89320c52d73cd7a362)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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