[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.07-49-g6465c6f968

Git repo owner gitmaster at git.koha-community.org
Thu Feb 6 22:41:36 CET 2020


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, 19.05.x has been updated
       via  6465c6f9680c138430b31cc71024d545b9f412ca (commit)
       via  5aed3545f3871cfe0ba94ec6efbe3cb216b7e0a2 (commit)
      from  b6baccee51f14b22cc6f2bfb152d811c591207b2 (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 6465c6f9680c138430b31cc71024d545b9f412ca
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu May 2 15:51:30 2019 -0300

    Bug 22834: Add Koha::Plugins::Base->bundle_path
    
    This patch adds a 'bundle_path' method that return the base path for
    assets included in the plugin. The idea is that it will be used for
    calculation of the absolute path in the filesystem for static content.
    
    To test:
    - Apply the unit tests patch
    - Run:
      $ kshell
     k$ prove t/db_dependent/Plugins.t
    => FAIL: The method is not implemented
    - Apply this patch
    - Run:
     k$ prove t/db_dependent/Plugins.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.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 0cca2795cdae643a6a94b95ad7879c363006cfed)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 5aed3545f3871cfe0ba94ec6efbe3cb216b7e0a2
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Thu May 2 15:51:17 2019 -0300

    Bug 22834: Add tests for Koha::Plugins::Base->bundle_path
    
    Signed-off-by: Arthur Suzuki <arthur.suzuki at biblibre.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 4adb1791c66a3577d32f10c417e4953a86f5769f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Plugins/Base.pm     | 16 ++++++++++++++++
 t/db_dependent/Plugins.t | 22 +++++++++++++++++++++-
 2 files changed, 37 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list