[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.13-3-gf508096

Git repo owner gitmaster at git.koha-community.org
Mon Dec 19 11:43:47 CET 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  f508096d926d2e09b26f462ad8d5ff9a52af0ec8 (commit)
       via  8156e86a3050773b1e9741650a93a3b5773bb810 (commit)
       via  aa1b200857c3583ff117fae03cce51154814007e (commit)
      from  2618afd8bb9f72b29c36b0d49da9c0f51b6fb7fd (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 f508096d926d2e09b26f462ad8d5ff9a52af0ec8
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Fri Nov 4 12:18:57 2016 -0300

    Bug 17494: (QA followup) Fix exception name
    
    This patch changes the exception name to match the package name. And
    also adds a test for the thrown exception message.
    
    Also creates a general Koha::Exception::Patron::Modification exception
    to make the new one inherit from it, following the common use in the codebase.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 9a301836714924581b806cd7c728695625ddf3cc)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 8156e86a3050773b1e9741650a93a3b5773bb810
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 31 11:15:02 2016 +0000

    Bug 17494: Prevent duplicate tokens from getting stored
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit d76cd8a63946572508f4a7d8b8ee8d06c63ddb09)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit aa1b200857c3583ff117fae03cce51154814007e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Oct 27 10:04:30 2016 +0200

    Bug 17494: Make sure the same verification token won't be generated twice
    
    Well, this patch does not enforce the unique constraint but mimic what
    is already done in C4::ImportExportFramework and Koha::Upload where
    md5_hex is used.
    
    Test plan:
    Have a look at the code and confirm that it adds more randomness to the
    hashed string
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    (cherry picked from commit 5f160f675b1de4a12db6717b297c3d7b0a7a5d3d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha/AudioAlert.pm                           |   23 ++++++++++++++++++++++-
 Koha/Exceptions/Patron/Modification.pm       |   16 ++++++++++++++++
 opac/opac-memberentry.pl                     |    7 ++++++-
 t/db_dependent/Koha_borrower_modifications.t |   21 +++++++++++++++++++--
 4 files changed, 63 insertions(+), 4 deletions(-)
 create mode 100644 Koha/Exceptions/Patron/Modification.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list