[koha-commits] main Koha release repository branch master updated. v16.05.00-526-g68407f4

Git repo owner gitmaster at git.koha-community.org
Mon Aug 22 13:42:11 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  68407f4cf06b4063241582183c65cc66278f2c37 (commit)
       via  7a33e3ba75cdfdf60e3c1403ecc542f084ffc851 (commit)
       via  5c2f4cc7e08f5be6bbaabc6c86e87050189472cc (commit)
       via  1016139132000fbbb44ded12eda279d676f260f9 (commit)
      from  29b4ee5c74949d9706387b1d02b858cd697a57d6 (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 68407f4cf06b4063241582183c65cc66278f2c37
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 19 13:39:35 2016 +0100

    Bug 16960: Delete previous patron modifications
    
    If a patron edit his/her details a second time, we need to delete the
    first ones to avoid a "duplicate entry for key PRIMARY" error.
    
    Test plan:
    Log in at the OPAC
    Edit your details
    Edit them again
    => Without this patch, Koha will crash
    => With the patch applied, everything should work as expected
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7a33e3ba75cdfdf60e3c1403ecc542f084ffc851
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Aug 8 13:46:43 2016 +0100

    Bug 16960: Fix error on validating the registration
    
    Followed steps in comment #14, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 5c2f4cc7e08f5be6bbaabc6c86e87050189472cc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 5 11:43:52 2016 +0100

    Bug 16960: Update 1 missing occurrence of GetModifications
    
    Signed-off-by: Bob Birchall <bob at calyx.net.au>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1016139132000fbbb44ded12eda279d676f260f9
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Jul 22 16:50:50 2016 +0000

    Bug 16960 - Patron::Modifications should be fixed
    
    The changes from opac-memberentry do not reach the table, since the
    Patron::Modifications object does not work well.
    
    Test Plan:
    1) Apply this patch
    2) Create some patron modification requests
    3) Ensure you can approve and deny modifications
    4) Ensure patron self registration works
    
    Signed-off-by: Bob Birchall <bob at calyx.net.au>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron/Modification.pm                        |   36 +++-
 Koha/Patron/Modifications.pm                       |  218 +-------------------
 circ/circulation.pl                                |    3 +-
 .../prog/en/modules/circ/circulation.tt            |    2 +-
 mainpage.pl                                        |    3 +-
 members/members-home.pl                            |    2 +-
 members/members-update-do.pl                       |   10 +-
 members/members-update.pl                          |    2 +-
 opac/opac-memberentry.pl                           |   25 ++-
 opac/opac-registration-verify.pl                   |   13 +-
 t/db_dependent/Koha_borrower_modifications.t       |  137 +++++-------
 11 files changed, 127 insertions(+), 324 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list