From 10d8b78b70d98d5456326fdf513e8a40ffac63a7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 22 Feb 2022 08:55:39 +0100 Subject: [PATCH 1/7] =?UTF-8?q?Supprimer=20le=20theme=20admin=20de=20la=20?= =?UTF-8?q?page=20accueil=20du=20theme=20Num=C3=A9rotation=20de=20la=20ver?= =?UTF-8?q?sion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 6 ++++++ README.md | 2 +- core/core.php | 2 +- core/module/theme/view/index/index.css | 3 --- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 24071d45..9e88e7ea 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog + +## Version 11.3.03 +### Modifications : + - Suppression de l'application du thème administration à la page d'accueil du thème. + + ## Version 11.3.02 ### Corrections : - Importation d'une police sur cdnFonts impossible, nom de fonction incorrect. diff --git a/README.md b/README.md index e0b99379..e9bdad61 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ZwiiCMS 11.3.02 +# ZwiiCMS 11.3.03 Zwii est un CMS sans base de données (flat-file) qui permet de créer et gérer facilement un site web sans aucune connaissance en programmation. diff --git a/core/core.php b/core/core.php index 816184b3..9e72dd9f 100644 --- a/core/core.php +++ b/core/core.php @@ -45,7 +45,7 @@ class common { // Numéro de version const ZWII_UPDATE_URL = 'https://forge.chapril.org/ZwiiCMS-Team/update/raw/branch/master/'; - const ZWII_VERSION = '11.3.02'; + const ZWII_VERSION = '11.3.03'; const ZWII_UPDATE_CHANNEL = "v11"; public static $actions = []; diff --git a/core/module/theme/view/index/index.css b/core/module/theme/view/index/index.css index 9d32a5a3..d7c3bdc8 100755 --- a/core/module/theme/view/index/index.css +++ b/core/module/theme/view/index/index.css @@ -12,9 +12,6 @@ */ -/** NE PAS EFFACER -* admin.css -*/ #bar, #site, From fe7017522116b2ed32c09fabef640d41d471fe2a Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 22 Feb 2022 16:29:47 +0100 Subject: [PATCH 2/7] Liste des pages dans extra --- core/module/page/view/edit/edit.js.php | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/core/module/page/view/edit/edit.js.php b/core/module/page/view/edit/edit.js.php index 2ed3eade..fea6735b 100644 --- a/core/module/page/view/edit/edit.js.php +++ b/core/module/page/view/edit/edit.js.php @@ -239,10 +239,12 @@ $( document ).ready(function() { */ if ($("#pageEditExtraPosition").val() == 1 ) { var positionDOM = $("#pageEditPosition"); + var positionInitial = getData(['page',$this->getUrl(2),"position"]); ?>; positionDOM.empty().append( $("