pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/php-concrete-cms



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 15 14:43:34 UTC 2025

Modified Files:
        pkgsrc/www/php-concrete-cms: Makefile PLIST distinfo

Log Message:
www/php-concrete-cms: update to 9.4.4

9.4.4 (2025-09-02)

New Features

* Renamed "Automated Logout" Dashboard page to "Logout Options"; added
  options to the Dashboard page to control whether users see an explicit
  logout message when they log out.
* Added an option to log stack traces of uncaught exceptions, available in
  the Logging Settings Dashboard page (thanks mlocati)

Behavioral Improvements

* We now do a better job of keeping the current page in edit mode while
  you're actively making changes to the page without it timing out (thanks
  mlocati)
* Improvements to Page List blocks when dealing with large data sets of
  pages and not ignoring permissions (thanks hissy)
* Improvements to button display in composer form and page versions panel
  when a page version has already been submitted to workflow (thanks hissy).
* Images placed in the Hero Image block will now preload with a <link> tag
  in the header, improving performance scores in webmaster tools (thanks
  hissy)

Bug Fixes

* Fixed bug where a user encounters an error when attempting to add a Form
  to a page via the Express Form block (thanks mlocati)
* Fixed: Express Entry Detail Block not returning results in version 9.4.3
  (thanks mlocati)
* Fixed bug where certain web server configurations coupled with
  non-standard web requests could result in pages rendering with incorrect
  JS/CSS paths.  Coupled with full page caching and a request could result
  in a cached page with broken assets.
* Fixed: Default HTTP client options found in config/app.php were old and
  mostly not properly honored. Now new proper config options and default
  values are provided (thanks ArniPL)
* Fixed display bug in Chrome and possibly other browsers where the first
  click on a block in a page would briefly highlight the block with an
  opaque color, instead of the semi-transparent green it should.
* Fixed PHP warnings in Text encoding service (thanks mlocati)
* Fixed bug where filtering users by certain groups could return incorrect
  users if the group names were similar (thanks mlocati)
* Fix the behavior of sitemap selector not working for level 3 and lower
  when working with the selectFromSitemap or selectMultipleFromSitemap
  methods in the PageSelector class (thanks parasek)
* Fixed: multiple instances of the Social Links attribute do not work on a
  user profile page.
* Fixed: Folder Name is not sorted correctly in document library (thanks
  SashaMcr)
* Fixed many bugs and inconsistencies when importing and export attributes
  as CIF XML (thanks mlocati)
* Fixed avaScript error in Express Search Form: $(...).datepicker is not a
  function when using a date/time attribute with an Express List block
  (thanks hissy)
* Fixed bug where "Display in browser" option was still forcing files to
  download when using the Document Library (thanks hissy)
* Fixed: LinkAbstractor::export does not export concrete-picture element
  collectly (thanks hissy)
* Avoid multiline comments in i18n comments (thanks mlocati)
* Fixed: "undefined" text shown in confirmation modal when removing
  permissions in bulk via Page Search


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/php-concrete-cms/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/php-concrete-cms/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/php-concrete-cms/distinfo

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-concrete-cms/Makefile
diff -u pkgsrc/www/php-concrete-cms/Makefile:1.12 pkgsrc/www/php-concrete-cms/Makefile:1.13
--- pkgsrc/www/php-concrete-cms/Makefile:1.12   Mon Aug 11 16:14:33 2025
+++ pkgsrc/www/php-concrete-cms/Makefile        Mon Sep 15 14:43:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/08/11 16:14:33 taca Exp $
+# $NetBSD: Makefile,v 1.13 2025/09/15 14:43:34 taca Exp $
 #
 
 DISTNAME=      concrete-cms-${GITHUB_RELEASE}
@@ -6,7 +6,7 @@ PKGNAME=        ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=concretecms/}
 GITHUB_PROJECT=        concretecms
-GITHUB_RELEASE=        9.4.3
+GITHUB_RELEASE=        9.4.4
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/php-concrete-cms/PLIST
diff -u pkgsrc/www/php-concrete-cms/PLIST:1.8 pkgsrc/www/php-concrete-cms/PLIST:1.9
--- pkgsrc/www/php-concrete-cms/PLIST:1.8       Sat Jul 26 06:53:53 2025
+++ pkgsrc/www/php-concrete-cms/PLIST   Mon Sep 15 14:43:34 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/07/26 06:53:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/09/15 14:43:34 taca Exp $
 ${CC_DOCDIR}/README
 ${CC_WEBDIR}/LICENSE.TXT
 ${CC_WEBDIR}/application/bootstrap/app.php
@@ -1958,9 +1958,9 @@ ${CC_WEBDIR}/concrete/controllers/single
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/permissions/workflows.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/authentication.php
-${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/automated_logout.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/deactivation.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/global_password_reset.php
+${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/logout.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/open.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/password_requirements.php
 ${CC_WEBDIR}/concrete/controllers/single_page/dashboard/system/registration/postlogin.php
@@ -7090,9 +7090,9 @@ ${CC_WEBDIR}/concrete/single_pages/dashb
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/permissions/workflows.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/authentication.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/authentication/form.php
-${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/automated_logout.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/deactivation.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/global_password_reset.php
+${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/logout.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/open.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/password_requirements.php
 ${CC_WEBDIR}/concrete/single_pages/dashboard/system/registration/postlogin.php
@@ -9213,6 +9213,7 @@ ${CC_WEBDIR}/concrete/src/Logging/Menu.p
 ${CC_WEBDIR}/concrete/src/Logging/Processor/ConcretePageProcessor.php
 ${CC_WEBDIR}/concrete/src/Logging/Processor/ConcreteUserProcessor.php
 ${CC_WEBDIR}/concrete/src/Logging/Processor/ServerInfoProcessor.php
+${CC_WEBDIR}/concrete/src/Logging/Processor/StackTraceProcessor.php
 ${CC_WEBDIR}/concrete/src/Logging/Search/ColumnSet/Available.php
 ${CC_WEBDIR}/concrete/src/Logging/Search/ColumnSet/Column/ChannelColumn.php
 ${CC_WEBDIR}/concrete/src/Logging/Search/ColumnSet/Column/LevelColumn.php
@@ -9562,6 +9563,7 @@ ${CC_WEBDIR}/concrete/src/Page/Search/Co
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/DatePublicColumn.php
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/PageIDColumn.php
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/PageTemplateColumn.php
+${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/RandomColumn.php
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/SitemapDisplayOrderColumn.php
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/Column/UrlPathColumn.php
 ${CC_WEBDIR}/concrete/src/Page/Search/ColumnSet/ColumnSet.php
@@ -10714,6 +10716,7 @@ ${CC_WEBDIR}/concrete/src/Updater/Migrat
 ${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20241210181033.php
 ${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20241217194138.php
 ${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20250227155410.php
+${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20250827152432.php
 ${CC_WEBDIR}/concrete/src/Updater/Migrations/RepeatableMigrationInterface.php
 ${CC_WEBDIR}/concrete/src/Updater/Migrations/Routine/AddPageDraftsBooleanTrait.php
 ${CC_WEBDIR}/concrete/src/Updater/RemoteApplicationUpdate.php
@@ -12098,6 +12101,7 @@ ${CC_WEBDIR}/concrete/vendor/concretecms
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/doctrine/orm/UnitOfWork-createEntity-continue.patch
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/doctrine/orm/access-array-offset-on-null.patch
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/egulias/email-validator/access-array-offset-on-null.patch
+${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/gettext/gettext/fix-wrong-conversion.patch
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/gettext/gettext/php8-compatibility.patch
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/laminas/laminas-code/php8.1-compatibility.patch
 ${CC_WEBDIR}/concrete/vendor/concretecms/dependency-patches/lcobucci/jwt/php8-compatibility.patch

Index: pkgsrc/www/php-concrete-cms/distinfo
diff -u pkgsrc/www/php-concrete-cms/distinfo:1.10 pkgsrc/www/php-concrete-cms/distinfo:1.11
--- pkgsrc/www/php-concrete-cms/distinfo:1.10   Mon Aug 11 16:14:33 2025
+++ pkgsrc/www/php-concrete-cms/distinfo        Mon Sep 15 14:43:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/08/11 16:14:33 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/09/15 14:43:34 taca Exp $
 
-BLAKE2s (concrete-cms-9.4.3.zip) = 08e3858fbeec6870e7f0aa5a01dadd48329d0c4056e31efb4066d89c5084780b
-SHA512 (concrete-cms-9.4.3.zip) = 3da96631c9eeef1b590c311856c9ea27dcc8060f876b0c4569654b74d5fc67777a360acde3b7322e9c0757e204e1d667092decd146452f7fb5fc517cc3819ffa
-Size (concrete-cms-9.4.3.zip) = 76770161 bytes
+BLAKE2s (concrete-cms-9.4.4.zip) = 4beb6630f7a1144a8a3715c9571e65ce425f25ab9d28698319740bc2ec6952e3
+SHA512 (concrete-cms-9.4.4.zip) = 6caaeaf639a67b3713d45e67084d8f1c37a07fadecde57bf6f4f4e22c2c2e74891e78d06a010663efa1de111097d6ae091432b9aea4d34611bfce5b7d08687fb
+Size (concrete-cms-9.4.4.zip) = 76777963 bytes



Home | Main Index | Thread Index | Old Index