[koha-commits] main Koha release repository branch master updated. v19.05.00-1130-gd3444b3

Git repo owner gitmaster at git.koha-community.org
Thu Oct 31 12:47:07 CET 2019


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  d3444b3728200358b9c2d7ef6da6d0db0dc9753c (commit)
       via  1d54596bd3edd296061cdb5526d17eb266e6939d (commit)
       via  dffa5d9ba8d16ee10794617dacb3c985c690775b (commit)
      from  58da3de84ada910098024e535a7d2bbaf6caf84b (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 d3444b3728200358b9c2d7ef6da6d0db0dc9753c
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Oct 31 11:22:09 2019 +0000

    Bug 22706: (RM follow-up) Add unit tests
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 1d54596bd3edd296061cdb5526d17eb266e6939d
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Oct 31 10:50:07 2019 +0000

    Bug 22706: (RM follow-up) Restore ability to create disabled accounts
    
    The patchset inadvertantly disabled the ability to create disabled user
    accounts when any check_password plugin was installed.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dffa5d9ba8d16ee10794617dacb3c985c690775b
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Thu Oct 31 10:11:07 2019 +0000

    Bug 22706: (RM follow-up) Remove use of Koha::Plugins::Handler
    
    Using both Koha::Plugins and Koha::Plugins::Handler inside the same
    class causes issues for runtime module loading which in turn caused all
    the plugins tests to fail.
    
    This patch converts this patchset to use the direct call style used
    elsewhere in Koha removing the need for Koha::Plugins::Handler.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Patron.pm            |   40 +++++++++++++++++++---------------------
 t/lib/Koha/Plugin/Test.pm |   15 +++++++++++++++
 2 files changed, 34 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list