Bugzilla – Attachment 184995 Details for
Bug 39740
[Follow-up of 36932] Split dev_install into git_install and debug_mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39740: Adjust koha-conf.xml
Bug-39740-Adjust-koha-confxml.patch (text/plain), 2.82 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-08-01 12:13:59 UTC
(
hide
)
Description:
Bug 39740: Adjust koha-conf.xml
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-08-01 12:13:59 UTC
Size:
2.82 KB
patch
obsolete
>From cc68805101bf7e685aef2b2c6a3c52cb18ebccdd Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Thu, 24 Jul 2025 15:08:36 +0200 >Subject: [PATCH] Bug 39740: Adjust koha-conf.xml > >Test plan: >Look at changes in this patch. >Note that we already tested these settings with former patches. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/templates/koha-conf-site.xml.in | 12 ++++++++---- > etc/koha-conf.xml | 12 ++++++++---- > 2 files changed, 16 insertions(+), 8 deletions(-) > >diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in >index afc23a98cc9..2c54b885b98 100644 >--- a/debian/templates/koha-conf-site.xml.in >+++ b/debian/templates/koha-conf-site.xml.in >@@ -409,12 +409,16 @@ __END_SRU_PUBLICSERVER__ > <!-- Encryption key for crypted password or sensitive data --> > <encryption_key>__ENCRYPTION_KEY__</encryption_key> > >- <!-- flag for development purposes >- dev_install is used to adjust some paths specific to dev installations >- strict_sql_modes should not be used in a production environment >+ <!-- flags for development purposes >+ git_install is used to adjust some paths specific to git installations (fka dev_install) >+ test_system is used to differentiate production from test systems (see for example koha-plack) --> >+ <git_install>0</git_install> >+ <test_system>0</test_system> >+ >+ <!-- strict_sql_modes should not be used in a production environment > developers use it to catch bugs related to strict SQL modes --> >- <dev_install>0</dev_install> > <strict_sql_modes>0</strict_sql_modes> >+ > <plugins_restricted>1</plugins_restricted> > <plugins_restart>1</plugins_restart> > <plugin_repos> >diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml >index 33768161a22..5141a84df64 100644 >--- a/etc/koha-conf.xml >+++ b/etc/koha-conf.xml >@@ -228,12 +228,16 @@ > <!-- Encryption key for crypted password or sensitive data --> > <encryption_key>__ENCRYPTION_KEY__</encryption_key> > >- <!-- flag for development purposes >- dev_install is used to adjust some paths specific to dev installations >- strict_sql_modes should not be used in a production environment >+ <!-- flags for development purposes >+ git_install is used to adjust some paths specific to git installations (fka dev_install) >+ test_system is used to differentiate production from test systems (see for example koha-plack) --> >+ <git_install>0</git_install> >+ <test_system>0</test_system> >+ >+ <!-- strict_sql_modes should not be used in a production environment > developers use it to catch bugs related to strict SQL modes --> >- <dev_install>0</dev_install> > <strict_sql_modes>0</strict_sql_modes> >+ > <plugins_restricted>1</plugins_restricted> > <plugins_restart>1</plugins_restart> > <plugin_repos> >-- >2.50.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 39740
:
184187
|
184432
|
184798
|
184799
|
184800
|
184801
|
184802
|
184803
|
184804
|
184873
|
184874
|
184920
|
184989
|
184990
|
184991
|
184992
|
184993
|
184994
| 184995 |
184996
|
184997
|
184998