[koha-commits] main Koha release repository branch master updated. v3.16.00-453-gc8bedf3

Git repo owner gitmaster at git.koha-community.org
Thu Aug 21 14:56:47 CEST 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  c8bedf394fced7ceff550ae488d42233843fa52c (commit)
       via  eccc2f25a9c8906e56d6f983ea28b5f3a5d9978e (commit)
       via  086c5be7dace7051aeb9460e702e39025853547e (commit)
       via  eb81090c1bddc0887ba8900947b74438e01f79e6 (commit)
      from  59fc1f5b4106a312d3d1e75d127e6c5a19373075 (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 c8bedf394fced7ceff550ae488d42233843fa52c
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Aug 21 13:34:38 2014 +0200

    Bug 1561: Typo gut was not good; should be get !
    
    The form method gut does not yet exist, even in Germany :)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eccc2f25a9c8906e56d6f983ea28b5f3a5d9978e
Author: Yohann Dufour <dufour.yohann at gmail.com>
Date:   Tue Aug 19 11:02:47 2014 +0200

    Bug 12784: Patron cannot change his personal details
    
    This patch fixes the regression introduced by the bug 12623 : a patron cannot change his personal details from OPAC.
    
    Test plans :
    In order to test this patch, first you have to apply the patch of bug 12781
    
    a1/ Login with a user in OPAC
    a2/ Request some modification (surname for example)
    a3/ Repeat 2/
    a4/ There are no errors
    
    b1/ Register a new user from OPAC with the syspref :
    PatronSelfRegistrationVerifyByEmail with the value "Require"
    b2/ There are no errors
    
    Followed test plan. Patch behaves as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Patch works as expected, passes tests and QA script.
    
    Note: The second patron modification request
    of one patron will overwrite his/her first request.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 086c5be7dace7051aeb9460e702e39025853547e
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 13:11:42 2014 -0300

    Bug 12781: DBIx::Class schema update 08/2014
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit eb81090c1bddc0887ba8900947b74438e01f79e6
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Aug 18 13:10:06 2014 -0300

    Bug 12781: update_dbix_class_files.pl should use the preserve_case option
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Changes make sense, tested by confirming that a patron
    modification request for B_<columns> no longer results in
    an error message.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Borrower/Modifications.pm                     |    4 +-
 Koha/Schema/Result/Borrower.pm                     |   94 +++++++++++++-------
 Koha/Schema/Result/BorrowerModification.pm         |   94 +++++++++++++-------
 Koha/Schema/Result/BranchTransferLimit.pm          |   44 ++++++---
 Koha/Schema/Result/Category.pm                     |   16 ++--
 Koha/Schema/Result/Collection.pm                   |   52 +++++++----
 Koha/Schema/Result/CollectionsTracking.pm          |   16 ++--
 Koha/Schema/Result/Deletedborrower.pm              |   94 +++++++++++++-------
 Koha/Schema/Result/OldReserve.pm                   |   11 +--
 Koha/Schema/Result/Reserve.pm                      |   11 +--
 Koha/Schema/Result/Suggestion.pm                   |   17 ++--
 .../prog/en/modules/cataloguing/z3950_search.tt    |    2 +-
 misc/devel/update_dbix_class_files.pl              |    2 +-
 13 files changed, 304 insertions(+), 153 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list