[koha-commits] main Koha release repository branch master updated. v19.05.00-443-ga6fb4e4

Git repo owner gitmaster at git.koha-community.org
Mon Aug 5 17:12:07 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, master has been updated
       via  a6fb4e4f2af100c867da3434756a82f65c04b971 (commit)
       via  8c517d2f2860c08263f44dfde8d3cadea418694e (commit)
      from  43b0ef8f535bb1bd8341997d25675741b2ad0776 (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 a6fb4e4f2af100c867da3434756a82f65c04b971
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 30 13:52:05 2019 +0000

    Bug 23237: Fix POD and typos
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 8c517d2f2860c08263f44dfde8d3cadea418694e
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat Jun 29 08:55:34 2019 +0200

    Bug 23237: Plugin allow [% INCLUDE %] from template
    
    From a plugin template it is useful to be able to include other templates with
    [% INCLUDE %] directives. But TT module is used by Koha with absolute paths.
    Relative paths are forbidden for security reasons. A new param [% PLUGIN_DIR %]
    allow plugin templates to know where to find plugin home directory.
    
    How to test:
    
    1. Install kitchen-sink plugin.
    
    2. Find tool-step1.tt file, and add this at the begining of the file:
       [% INCLUDE "$PLUGIN_DIR/header.tt" %]
       It ask to include a template header.tt which doesn't exit.
    
    3. Run kitchen-sink plugin tool. You must have this error message:
    
       Template process failed: file error - _path to plugin
       directory_/Koha/Plugin/Com/ByWaterSolutions/KitchenSink/header.tt: not found
    
       quod erat demonstrandum
    
    Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 Koha/Plugins/Base.pm |   48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list