pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-dotclear



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Mon Sep 19 03:34:15 UTC 2022

Modified Files:
        pkgsrc/www/php-dotclear: Makefile PLIST distinfo

Log Message:
dotclear: Update to 1.23.1

upstream changes
----------------
Dotclear 2.23.1 - 2022-08-13
===========================================================
  * Fix: Adding a new comment was buggy (front/back)

Dotclear 2.23 - 2022-08-13
===========================================================
  * PHP 7.4+ is required, PHP 8.0/8.1 compliance
  * Remove Iconset management
  * Admin UI: Harmonize font size on different support (laptop, tablet, mobile)
  * Admin UX: Group more logically buttons on CKEditor toolbar
  * Core: New constant DC_DEFAULT_THEME, set to 'berlin'
  * Core: Use predefined constants for post statuses (dcBlog::POST_*)
  * Core: Use predefined constants for comment statuses (dcBlog::COMMENT_*)
  * Core: Deprecated global $core (or $GLOBALS['core']), use dcCore::app() instead
  * Core: Deprecated global $_ctx, use dcCore::app()->ctx instead
  * Core: Deprecated global $_lang, use dcCore::app()->lang instead
  * Core: Deprecated global $mod_files, use dcCore::app()->cache['mod_files'] instead
  * Core: Deprecated global $mod_ts, use dcCore::app()->cache['mod_ts'] instead
  * Core: Deprecated global $_menu, use dcCore::app()->menu instead
  * Core: Deprecated global $__resources, use dcCore::app()->resources instead
  * Core: REST server now accepts JSON format (experimental)
  * Fix: Use relative URL for attachments as far as possible
  * Fix: Remove select hiding mechanism when help is displayed
  * Fix: Loading of modules (plugins/themes) in safe mode
  * Fix: Message position on Quick entry submit (dashboard)
  * Fix: Select appearance on Safari (webkit engine)
  * Lib: Update CKEditor to 4.19.1
  * Lib: Update Codemirror to 5.65.7
  * Various bugs, a11y concerns and typos fixed
  * Some locales and cosmetic adjustments
  * Warning: Internet Explorer is not more officially supported (may still work weirdly)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/php-dotclear/Makefile \
    pkgsrc/www/php-dotclear/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/php-dotclear/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/php-dotclear/Makefile
diff -u pkgsrc/www/php-dotclear/Makefile:1.6 pkgsrc/www/php-dotclear/Makefile:1.7
--- pkgsrc/www/php-dotclear/Makefile:1.6        Tue Aug  2 20:09:00 2022
+++ pkgsrc/www/php-dotclear/Makefile    Mon Sep 19 03:34:15 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/08/02 20:09:00 triaxx Exp $
+# $NetBSD: Makefile,v 1.7 2022/09/19 03:34:15 triaxx Exp $
 
-DISTNAME=      dotclear-2.22
-PKGREVISION=   1
+DISTNAME=      dotclear-2.23.1
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  https://download.dotclear.org/latest/ \
Index: pkgsrc/www/php-dotclear/distinfo
diff -u pkgsrc/www/php-dotclear/distinfo:1.6 pkgsrc/www/php-dotclear/distinfo:1.7
--- pkgsrc/www/php-dotclear/distinfo:1.6        Tue Aug  2 20:09:00 2022
+++ pkgsrc/www/php-dotclear/distinfo    Mon Sep 19 03:34:15 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2022/08/02 20:09:00 triaxx Exp $
+$NetBSD: distinfo,v 1.7 2022/09/19 03:34:15 triaxx Exp $
 
-BLAKE2s (dotclear-2.22.tar.gz) = fa449f18fdd2614b6c0c7c99b203aaf33ad635fd80094b548ba156c7f020998e
-SHA512 (dotclear-2.22.tar.gz) = c3a77d284b9df0e78669c349ae5765de57ec1224bf6edfc7e4c119301bfd0e824044357a2d83de710adf872aa38bcdfcf04f7ac98cfc3eaf74424069a1142011
-Size (dotclear-2.22.tar.gz) = 3035079 bytes
+BLAKE2s (dotclear-2.23.1.tar.gz) = 737a6cb776bf5f6bb768e86132a3e4cfc0a2d67f06934f2c864e4b58890997ce
+SHA512 (dotclear-2.23.1.tar.gz) = 48f64f609f71e90540f58a7111c128103dea654c919f6ffc63c355f48ce5f30f9bceee911437ee913941e6dbf92ad23736a42a9dd4aec8be04d011efa353a212
+Size (dotclear-2.23.1.tar.gz) = 2875941 bytes
 SHA1 (patch-admin_install_index.php) = 038d7aed4ca4384fc6902b18a31db92fe3746be1
 SHA1 (patch-admin_install_wizard.php) = 5847ec3f7b3d5407a90194479a1a1d5819ab9f24
 SHA1 (patch-inc_config.php.in) = 14010e990adf5825b7611c1c76fa64cf233c41df

Index: pkgsrc/www/php-dotclear/PLIST
diff -u pkgsrc/www/php-dotclear/PLIST:1.3 pkgsrc/www/php-dotclear/PLIST:1.4
--- pkgsrc/www/php-dotclear/PLIST:1.3   Thu May 26 21:08:37 2022
+++ pkgsrc/www/php-dotclear/PLIST       Mon Sep 19 03:34:15 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/05/26 21:08:37 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/19 03:34:15 triaxx Exp $
 share/dotclear/admin/_charte.php
 share/dotclear/admin/auth.php
 share/dotclear/admin/blog.php
@@ -89,7 +89,8 @@ share/dotclear/admin/images/menu/update-
 share/dotclear/admin/images/menu/update.svg
 share/dotclear/admin/images/menu/user-pref.svg
 share/dotclear/admin/images/menu/users.svg
-share/dotclear/admin/images/module.png
+share/dotclear/admin/images/module-dark.svg
+share/dotclear/admin/images/module.svg
 share/dotclear/admin/images/noscreenshot.png
 share/dotclear/admin/images/outgoing-link.svg
 share/dotclear/admin/images/pagination/first.svg
@@ -863,7 +864,6 @@ share/dotclear/plugins/dcCKEditor/js/cke
 share/dotclear/plugins/dcCKEditor/js/ckeditor/lang/vi.js
 share/dotclear/plugins/dcCKEditor/js/ckeditor/lang/zh-cn.js
 share/dotclear/plugins/dcCKEditor/js/ckeditor/lang/zh.js
-share/dotclear/plugins/dcCKEditor/js/ckeditor/package-lock.json
 share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
 share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
 share/dotclear/plugins/dcCKEditor/js/ckeditor/plugins/a11yhelp/dialogs/lang/af.js



Home | Main Index | Thread Index | Old Index