[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.02-114-g55a24f880d

Git repo owner gitmaster at git.koha-community.org
Fri Jul 31 23:59:32 CEST 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, 20.05.x has been updated
       via  55a24f880d69ed6627e8dc4cbc429d0eb167c96e (commit)
      from  7d67e541e752a561e04f3682abf9f8471aa4c3fb (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 55a24f880d69ed6627e8dc4cbc429d0eb167c96e
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Wed Jul 8 16:54:51 2020 -0300

    Bug 25961: Add hooks for plugins to inject variables to OPAC XSLT
    
    This patch adds the following plugin hooks:
    - opac_results_xslt_variables
    - opac_detail_xslt_variables
    
    This hooks will inject variables returned by the plugin in the form of a
    hashref, into the ones that are passed to the XSLT processing code.
    
    To test:
    1. Apply the 'DO NOT PUSH' commit
    2. Install the Kitchensink plugin
    3. Restart all
    4. Search biblios in the OPAC
    => SUCCESS: A text is injected in front of the biblio title
    5. Enter the detail page of any of the results
    => SUCCESS: A text is injected in front of the biblio title
    6. Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 9676f537a448d50770c90d9d5a8b420a1f302444)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 opac/opac-detail.pl | 28 ++++++++++++++++++++++++++++
 opac/opac-search.pl | 25 +++++++++++++++++++++++++
 2 files changed, 53 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list