From 1c57e8dd1d2c39077789a27e8e70eef25cb14bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 8 Oct 2024 15:23:58 +0200 Subject: [PATCH] 13.5.00 Blog 7.12 --- CHANGES.md | 3 +- module/blog/blog.php | 2 +- module/blog/changes.md | 6 +- module/blog/enum.json | 2 +- module/blog/view/index/index.php | 114 +++++++++++++++---------------- 5 files changed, 65 insertions(+), 62 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9a7b2c5e..8165c7f6 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,13 @@ # Notes de mises à jour ## Versions 13.5.00 -** Améliorations : ** +**Améliorations :** - Optimisation du chargement des variables de classe. - Suppression de redondance de déclaration des charset. **Corrections : ** - Corrige un bug de changement de mot de passe pour les comptes non admins. +- Blog 7.12, corrige un bug d'affichage des articles lorsque le thème Moderne est sélectionné. ## Versions 13.4.00 ** Améliorations :** diff --git a/module/blog/blog.php b/module/blog/blog.php index 257ca8f8..eaa590b1 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -16,7 +16,7 @@ class blog extends common { - const VERSION = '7.11'; + const VERSION = '7.12'; const REALNAME = 'Blog'; const DELETE = true; const UPDATE = '0.0'; diff --git a/module/blog/changes.md b/module/blog/changes.md index de53c9b3..20335b41 100755 --- a/module/blog/changes.md +++ b/module/blog/changes.md @@ -1,6 +1,8 @@ -# Versions 7.11 +# Version 7.12 +- Corrige un bug d'affichage des articles lorsque le thème Moderne est sélectionné. +# Version 7.11 - Le sélecteur de fichier affiche par défaut le chemin vers le fichier présent dans le champ. -# Versions 7.10 +# Version 7.10 - Empêche la validation d'un commentaire lorsque le contenu est vide. # Versions 7.8 - 7.9 - Le flux RSS ne fonctionne pas si les méta de la page sont vides. diff --git a/module/blog/enum.json b/module/blog/enum.json index 686560ce..ad09f845 100644 --- a/module/blog/enum.json +++ b/module/blog/enum.json @@ -1 +1 @@ -{"name":"blog","realName":"Blog","version":"7.10","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file +{"name":"blog","realName":"Blog","version":"7.12","update":"0.0","delete":true,"dataDirectory":""} \ No newline at end of file diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index c4d81860..6af48310 100755 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -95,70 +95,70 @@ - - -
- -
- getData(['module', $this->getUrl(0), 'posts', $articleId, 'picture'])); - $thumb = 'mini_' . $parts['basename']; - // Créer la miniature si manquante - if (!file_exists(self::FILE_DIR . 'thumb/' . $thumb)) { - $this->makeThumb( - self::FILE_DIR . 'source/' . $article['picture'], - self::FILE_DIR . 'thumb/' . $thumb, - self::THUMBS_WIDTH - ); - } - ?> - - <?php echo $article['picture']; ?> - -
-
- -
- -

- - - -

-
- - - - 'left']); ?> - + +
+ + -
- - - signature($this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'userId'])); ?> - - getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI) . ' ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI); ?> -
-
- getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) : 500 ?> -

'), 0, $lenght); ?>... -

+
+ +
+ +

- + + +

+ +
+ + + signature($this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'userId'])); ?> + + getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI) . ' ' . helper::dateUTF8($module::$timeFormat, $this->getData(['module', $this->getUrl(0), 'posts', $articleId, 'publishedOn']), self::$i18nUI); ?> +
+
+ getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module', $this->getUrl(0), 'config', 'articlesLenght']) : 500 ?> +

'), 0, $lenght); ?>... +

+
-
+
- - + +