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:           Sat Jul 26 06:53:53 UTC 2025

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

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

9.4.2 (2025-07-01)

Behavioral Improvements

* File Chooser will now remember the last tab you had selected (in addition
  to the current behavior of allowing site-wide setting of Recent Files or
  File Manager as the default option.)
* Updated certain color values in Atomik theme skins to make them conform
  better to accessibility guidelines.
* Updated certain Dashboard interfaces to look better in Dark mode.
* SVG thumbnails and detail images are now properly displayed in the File
  Manager (thanks mnakalay)
* When a block that is exported has custom design properties, we now only
  include the values that are set, rather than a potentially large amount of
  empty XML nodes (thanks mlocati)
* Added the ability to disable automatic board regeneration using Board
  Settings.

Bug Fixes

* Fixed errors that would occur when attempting to regenerate or schedule
  custom board elements without new Board Instance Logging enabled.
* Fixed fatal error that would occur if OpenGraph support is enabled but
  rendered on a view where no page is present (thanks mlocati)
* Searching file sets in the bulk add to file set dialog not works again.
* File Tracker feature now correctly notes when files are referenced in rich
  text content (thanks mlocati)
* Fixed bug where stack menu in the Dashboard didn’t show up on mobile
  (thanks SashaMcr)
* Fixed weird padding on add pages menu item on mobile in the Dashboard.
* Fixed appearance glitches in certain dialogs due to the way that jQuery UI
  dialog changed appending CSS classes to HTML elements.
* Fixed error where a page without an active version appearing in the Top
  Navigation Bar would cause a sitewide error.
* Fixed links not appearing properly in Concrete dialogs.
* Fixed error where files identified by a UUID would not be exported
  properly when using the Migration Tool (thanks mlocati)
* Fixed: Express Form - admin can check off notifications and not enter an
  email address (thanks danklassen)
* Fixed occasional, unexplained errors when saving the Tags block.
* Tags block now shows the tag selector again when applying tags to the
  target page when choosing a specific page.
* Reverted page list performance improvement that actually degraded
  performance under certain conditions.
* Fixed: Scheduled Publication of a page leads to an error in the Top
  Navigation block controller
* Bug fixes to exported output of the Feature block type, Feature block type
  now uses the standard Destination Picker component for selecting link
  (thanks mlocati)
* Fixed Uncaught Exception: Could not convert database value to 'object' as
  an error was triggered by the unserialization: 'Return type of
  Concrete\Core\Entity\Board\InstanceLogEntry::jsonSerialize() should either
  be compatible with JsonSerializable::jsonSerialize(): mixed, or the
  #[\ReturnTypeWillChange] attribute should be used to temporarily suppress
  the notice' under certain conditions (thanks ahukkanen)

Developer Updates

* Classmap symbols files used by IDEs for Concrete development are now
  excluded from Composer (which will result in Composer reporting fewer
  errors when running) (thanks mlocati)
* Allow defining custom parent dir for VolatileDirectory by passing
  $parentDirectory (thanks mlocati)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/php-concrete-cms/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/php-concrete-cms/PLIST
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/www/php-concrete-cms/Makefile:1.11
--- pkgsrc/www/php-concrete-cms/Makefile:1.10   Thu Jun  5 13:54:35 2025
+++ pkgsrc/www/php-concrete-cms/Makefile        Sat Jul 26 06:53:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/06/05 13:54:35 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/07/26 06:53:53 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.1
+GITHUB_RELEASE=        9.4.2
 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.7 pkgsrc/www/php-concrete-cms/PLIST:1.8
--- pkgsrc/www/php-concrete-cms/PLIST:1.7       Thu Jun  5 13:54:35 2025
+++ pkgsrc/www/php-concrete-cms/PLIST   Sat Jul 26 06:53:53 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2025/06/05 13:54:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/07/26 06:53:53 taca Exp $
 ${CC_DOCDIR}/README
 ${CC_WEBDIR}/LICENSE.TXT
 ${CC_WEBDIR}/application/bootstrap/app.php
@@ -8810,6 +8810,7 @@ ${CC_WEBDIR}/concrete/src/File/StorageLo
 ${CC_WEBDIR}/concrete/src/File/StorageLocation/StorageLocationInterface.php
 ${CC_WEBDIR}/concrete/src/File/StorageLocation/Type/Type.php
 ${CC_WEBDIR}/concrete/src/File/Tracker/FileTrackableInterface.php
+${CC_WEBDIR}/concrete/src/File/Tracker/RichTextExtractor.php
 ${CC_WEBDIR}/concrete/src/File/Tracker/UsageTracker.php
 ${CC_WEBDIR}/concrete/src/File/Type/Inspector/FlvInspector.php
 ${CC_WEBDIR}/concrete/src/File/Type/Inspector/ImageInspector.php
@@ -10363,6 +10364,8 @@ ${CC_WEBDIR}/concrete/src/Support/JSCons
 ${CC_WEBDIR}/concrete/src/Support/Less/TreeCallColor.php
 ${CC_WEBDIR}/concrete/src/Support/Manager.php
 ${CC_WEBDIR}/concrete/src/Support/ShortTagExpander.php
+${CC_WEBDIR}/concrete/src/Support/Symbol/CheckerGenerator.php
+${CC_WEBDIR}/concrete/src/Support/Symbol/CheckerGenerator/Method.php
 ${CC_WEBDIR}/concrete/src/Support/Symbol/ClassSymbol/ClassSymbol.php
 ${CC_WEBDIR}/concrete/src/Support/Symbol/ClassSymbol/MethodSymbol/MethodSymbol.php
 ${CC_WEBDIR}/concrete/src/Support/Symbol/MetadataGenerator.php

Index: pkgsrc/www/php-concrete-cms/distinfo
diff -u pkgsrc/www/php-concrete-cms/distinfo:1.8 pkgsrc/www/php-concrete-cms/distinfo:1.9
--- pkgsrc/www/php-concrete-cms/distinfo:1.8    Thu Jun  5 13:54:35 2025
+++ pkgsrc/www/php-concrete-cms/distinfo        Sat Jul 26 06:53:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2025/06/05 13:54:35 taca Exp $
+$NetBSD: distinfo,v 1.9 2025/07/26 06:53:53 taca Exp $
 
-BLAKE2s (concrete-cms-9.4.1.zip) = 668cca0ac0ae9e19ff01189f0dc601c14882b0aae970b1bfb67cedd930bbe051
-SHA512 (concrete-cms-9.4.1.zip) = 57ff7b2d254ec5d15f3b8ddd1673f9e45f3d62c6cceb717e1ca5e0bfda6331dcb1903e25402fef8c49fbff55b248f1077730f15142903454884c89ee7daa4073
-Size (concrete-cms-9.4.1.zip) = 76747904 bytes
+BLAKE2s (concrete-cms-9.4.2.zip) = e0d1e5bf11cc8f8a306115dbe72167ec37957fdde512a662e140f9eed731545b
+SHA512 (concrete-cms-9.4.2.zip) = bb79500906262f36f2d133d3153eb3daee40eb08d369d0d9da26ccbcbe4fa11b18af579fbed7e9db4b4b332ce05c2b8ca8ad37e3d2662d1399c3b8b905f1033b
+Size (concrete-cms-9.4.2.zip) = 76758499 bytes



Home | Main Index | Thread Index | Old Index