Bugzilla – Attachment 79875 Details for
Bug 21352
Allow plugins to add CSS and Javascript to Staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21352: Use the raw filter for plugin hooks, both opac and staff side
Bug-21352-Use-the-raw-filter-for-plugin-hooks-both.patch (text/plain), 2.29 KB, created by
Tomás Cohen Arazi (tcohen)
on 2018-10-03 13:25:07 UTC
(
hide
)
Description:
Bug 21352: Use the raw filter for plugin hooks, both opac and staff side
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-10-03 13:25:07 UTC
Size:
2.29 KB
patch
obsolete
>From a67a0513c06a3a0b5763e3066cbfad6cc4fb55ef Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutiosn.com> >Date: Thu, 20 Sep 2018 15:30:49 -0400 >Subject: [PATCH] Bug 21352: Use the raw filter for plugin hooks, both opac and > staff side > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 2 +- > koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >index 0cd6b7ea38..84d32eb073 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc >@@ -25,7 +25,7 @@ > [% END %] > [% IF ( IntranetUserCSS ) %]<style type="text/css">[% IntranetUserCSS | $raw %]</style>[% END %] > >-[% KohaPlugins.get_plugins_intranet_head | html %] >+[% KohaPlugins.get_plugins_intranet_head | $raw %] > > [% UNLESS ( footerjs ) %] > [% INCLUDE js_includes.inc %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >index cfbf362c7a..d7d75bb300 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc >@@ -72,5 +72,5 @@ > [% jsinclude | $raw # Parse the page template's JavaScript block if necessary %] > [% END %] > </body> >-[% KohaPlugins.get_plugins_intranet_js | html %] >+[% KohaPlugins.get_plugins_intranet_js | $raw %] > </html> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >index 480b5a545e..22160e92de 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc >@@ -56,4 +56,4 @@ > [% Asset.js("lib/modernizr.min.js") | $raw %] > [% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %] > [% PROCESS 'html_helpers.inc' %] >-[% KohaPlugins.get_plugins_opac_head | html %] >+[% KohaPlugins.get_plugins_opac_head | $raw %] >-- >2.19.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21352
:
78877
|
79185
|
79186
|
79440
|
79441
|
79754
|
79755
|
79756
|
79873
| 79875 |
79876