[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.09-15-gb1d1aa4

Git repo owner gitmaster at git.koha-community.org
Tue Sep 17 21:46:34 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  b1d1aa4a2a9d3a6d928901b01c59828029603bb5 (commit)
       via  99ea979bd68663824d6962be0703bdbd09ae323e (commit)
      from  f97c2951abb8561a9922790a2c7eb1b8b587fc90 (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 b1d1aa4a2a9d3a6d928901b01c59828029603bb5
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>
    (cherry picked from commit a6fb4e4f2af100c867da3434756a82f65c04b971)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit f50b0ba0541ab656598f78fcd577e35a1ff4ebea)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 99ea979bd68663824d6962be0703bdbd09ae323e
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>
    (cherry picked from commit 8c517d2f2860c08263f44dfde8d3cadea418694e)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 57e9d113b65e1f0ff1717ce288a771cfe618326e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.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