Bugzilla – Attachment 164758 Details for
Bug 30897
Gracefully reload Koha after plugin install/upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30897: (QA follow-up) Enable graceful restart by default
Bug-30897-QA-follow-up-Enable-graceful-restart-by-.patch (text/plain), 1.46 KB, created by
Martin Renvoize (ashimema)
on 2024-04-11 14:39:08 UTC
(
hide
)
Description:
Bug 30897: (QA follow-up) Enable graceful restart by default
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-11 14:39:08 UTC
Size:
1.46 KB
patch
obsolete
>From 8b2c9dabe03a3cb3efa164f0cdab1df5a09d9e8b Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 11 Apr 2024 16:37:29 +0200 >Subject: [PATCH] Bug 30897: (QA follow-up) Enable graceful restart by default > >This patch enabled the restart by default. > >After a poll at hackfest24 we opted to enable this by default and the RM >requested I add the patch to the bug so we don't forget ;) >--- > 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 b4e3c71ba21..bb53ce3c83b 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -409,7 +409,7 @@ __END_SRU_PUBLICSERVER__ > <dev_install>0</dev_install> > <strict_sql_modes>0</strict_sql_modes> > <plugins_restricted>1</plugins_restricted> >- <plugins_restart>0</plugins_restart> >+ <plugins_restart>1</plugins_restart> > <plugin_repos> > <!-- > <repo> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index bcdd959c12b..0272c110a9e 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -228,7 +228,7 @@ > <dev_install>0</dev_install> > <strict_sql_modes>0</strict_sql_modes> > <plugins_restricted>1</plugins_restricted> >- <plugins_restart>0</plugins_restart> >+ <plugins_restart>1</plugins_restart> > <plugin_repos> > <repo> > <name>ByWater Solutions</name> >-- >2.44.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 30897
:
164587
|
164588
|
164654
|
164655
|
164657
|
164658
|
164660
|
164661
|
164662
|
164663
|
164735
|
164736
|
164737
|
164738
| 164758