Bugzilla – Attachment 73077 Details for
Bug 20275
Add comment to let users know they can define multiple plugindirs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20275: Add comment to let user know they can define multiple plugindirs
Bug-20275-Add-comment-to-let-user-know-they-can-de.patch (text/plain), 1.77 KB, created by
Katrin Fischer
on 2018-03-18 21:45:18 UTC
(
hide
)
Description:
Bug 20275: Add comment to let user know they can define multiple plugindirs
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-03-18 21:45:18 UTC
Size:
1.77 KB
patch
obsolete
>From dfbedf1077616d92cda2946fe25d3d90a9c93283 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 22 Feb 2018 16:46:19 +0000 >Subject: [PATCH] Bug 20275: Add comment to let user know they can define > multiple plugindirs > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > debian/templates/koha-conf-site.xml.in | 2 +- > etc/koha-conf.xml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index 85b54a9ec5..6056ee2140 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -258,7 +258,7 @@ __END_SRU_PUBLICSERVER__ > <biblioservershadow>1</biblioservershadow> > <authorityserver>authorities</authorityserver> > <authorityservershadow>1</authorityservershadow> >- <pluginsdir>__PLUGINS_DIR__</pluginsdir> >+ <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories --> > <enable_plugins>0</enable_plugins> > <upload_path>__UPLOAD_PATH__</upload_path> > <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 268175dc67..b615b433a5 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -90,7 +90,7 @@ __PAZPAR2_TOGGLE_XML_POST__ > <biblioservershadow>1</biblioservershadow> > <authorityserver>authorities</authorityserver> > <authorityservershadow>1</authorityservershadow> >- <pluginsdir>__PLUGINS_DIR__</pluginsdir> >+ <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories --> > <enable_plugins>0</enable_plugins> > <upload_path></upload_path> > <intranetdir>__INTRANET_CGI_DIR__</intranetdir> >-- >2.14.1
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 20275
:
72093
|
72838
|
72866
| 73077