From a6257338852ecb9e2445b31c725cb592f5858cda Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 10 Sep 2019 14:23:36 +0200 Subject: [PATCH 1/2] :construction_worker: Jenkins : fix jenkinsfile filename case --- jenkinsfile => Jenkinsfile | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename jenkinsfile => Jenkinsfile (100%) diff --git a/jenkinsfile b/Jenkinsfile similarity index 100% rename from jenkinsfile rename to Jenkinsfile From 5fce2a2c1cb13abf5322c69922ac31dcb32918d4 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Mon, 23 Dec 2019 11:27:56 +0100 Subject: [PATCH 2/2] Setup : fix MySQL TLS wiki URL --- setup/setuputils.class.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup/setuputils.class.inc.php b/setup/setuputils.class.inc.php index e77bd4cf9..7b918abbb 100644 --- a/setup/setuputils.class.inc.php +++ b/setup/setuputils.class.inc.php @@ -919,6 +919,9 @@ class SetupUtils $oPage, $bAllowDBCreation, $sDBServer, $sDBUser, $sDBPwd, $sDBName, $sDBPrefix, $bTlsEnabled, $sTlsCA, $sNewDBName = '' ) { + $sWikiVersion = '2_6_0'; + $sMysqlTlsWikiPageUrl = 'https://wiki.openitop.org/doku.php?id='.$sWikiVersion.':install:php_and_mysql_tls'; + $oPage->add(''); $oPage->add('
Database Server Connection'); $oPage->add(''); @@ -935,7 +938,7 @@ class SetupUtils $sTlsCaDisabled = $bTlsEnabled ? '' : ' disabled'; $oPage->add(''); $oPage->add(''); - $oPage->add(''); + $oPage->add(''); $oPage->add(''); $oPage->add(''); $oPage->add('
Before configuring MySQL with TLS encryption, read the documentation on Combodo\'s Wiki
Before configuring MySQL with TLS encryption, read the documentation on Combodo\'s Wiki
SSL CA: