[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.06-54-ga1d3c8d

Git repo owner gitmaster at git.koha-community.org
Wed Dec 19 13:12:24 CET 2018


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.05.x has been updated
       via  a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e (commit)
      from  f0b6ec9e3934badb1a9b6c8a165a3a4012d83186 (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 a1d3c8d83b64d870dcf1a8f4ef418765c3effa7e
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Nov 28 13:41:53 2018 -0500

    Bug 21905: Plugin hook intranet_catalog_biblio_enhancements_toolbar_button incorrectly filtered
    
    The new plugin hook intranet_catalog_biblio_enhancements_toolbar_button is rendered useless due to the outputted html being escaped using the html filter. It should be using the raw filter instead.
    
    Test Plan:
    1) Enable plugins
    2) Download and install the latest version of the Kitchen Sink plugin
       https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases/download/v2.1.21/koha-plugin-kitchen-sink-v2.1.21.kpz
    3) Browse to catalogue/detail.pl for a record
    4) Note you see the raw html of the plugin output in the toolbar
    5) Apply this patch
    6) Restart all the things
    7) Reload the page
    8) Note the html is now correctly rendered as a button
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit ed22c5fc0f65cc3736a8dbabb159b6b4b9b2f7c4)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 55e807c287f2da9f5c031847ccecc7a9554f60d7)
    
    Signed-off-by: Jesse Maseto <jesse at bywatersolution.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list