[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.07-54-g7665edd

Git repo owner gitmaster at git.koha-community.org
Fri Jul 26 17:44:37 CEST 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, 18.11.x has been updated
       via  7665edd38f143bc0dfcd9b59d4281bf76096aa9b (commit)
       via  bf8f38ebce943e15ed2a11c97d8405f1011bf6f0 (commit)
       via  bd2e6c6734fcefc84a88c484b4cbae741c423ed2 (commit)
      from  b78fc7961d3228df8b93af21cc9fcc2ad386fbd4 (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 7665edd38f143bc0dfcd9b59d4281bf76096aa9b
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Wed Jul 3 02:35:16 2019 +0000

    Bug 23230: (follow-up) Fix broken tests
    
    Before patch, the new tests don't run.
    After patch, they do.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 288cc505557fdcb167737f1894cee581526b4741)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit af7c25d2493bb3ef4f3f198c1181b98e8f1025f6)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bf8f38ebce943e15ed2a11c97d8405f1011bf6f0
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 1 11:42:51 2019 -0300

    Bug 23230: Make _version_compare OO context aware
    
    On using _version_compare in plugins development, it would be nice if it
    was able to be called as an object method. This way we don't need to
    fully qualify it like this:
    
        Koha::Plugins::Base::_version_compare
    
    and we can do
    
        $self->_version_compare
    
    instead.
    
    This patch implements this behavior change. It is backwards compatible
    so plugins using the 'old way' don't break.
    
    To test:
    - Apply the unit tests patch
    - Run:
      $ kshell
     k$ prove t/db_dependent/Plugins.t
    => FAIL: Tests fail
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/Plugins.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 90acef7a9b860e70631ff243c21b435a7d081a16)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 6c208a09619d2326bfa608cd3afee343cd4f4c33)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bd2e6c6734fcefc84a88c484b4cbae741c423ed2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jul 1 11:33:41 2019 -0300

    Bug 23230: Unit tests
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2ff5f9fb633e6f3786b093d2a2f202a66db7b3d0)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 5232a6263932556eaa3220f4b771c16c7a735b3c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Plugins/Base.pm     |   10 ++++++++--
 t/db_dependent/Plugins.t |   27 +++++++++++++++++++--------
 2 files changed, 27 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list