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: Sun May 12 16:40:58 UTC 2024
Modified Files:
pkgsrc/www/php-concrete-cms: PLIST distinfo
Log Message:
www/php-concrete-cms: update to 9.2.9
(I've accidently update Makefile while dropping php80 support.)
9.2.9 2024-05-08
Enhancements:
* Notifications: Added notifications in the interface about the new
marketplace coming in Concrete CMS 9.3.0.
* File Upload Limits: Increased the upload limit for drag-and-drop file
uploads to 4GB (subject to PHP configuration limits).
* System Help: Removed “concrete5” from the system help messages.
Bug Fixes:
* Dashboard Permissions: Fixed the issue where Add Pages/Navigate Sitemap
icons were displayed in the Dashboard to users without permission to
perform these operations.
* Page List Filtering: Addressed the issue with Page List Custom Topics
Category Filtering not working after version 9.2.2.
* Multisite Form Submission: Fixed the issue where form submissions execute
on incorrect pages when multisite is enabled.
* Calendar Block: Corrected errors when using the calendar block in lightbox
mode with non-lightbox supporting themes.
* Date Time Widget: Ensured the Date Time Widget is correctly translated.
* Email Validation: Fixed bugs preventing user email validation prompts when
required.
* Deprecation Error: Addressed the "Decrement on bool" deprecation error in
page statistics.
* Miscellaneous Fixes: Various minor fixes for PHP 8 compatibility,
including removal of obsolete lines and fixing typos in configurations.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/php-concrete-cms/PLIST
cvs rdiff -u -r1.3 -r1.4 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/PLIST
diff -u pkgsrc/www/php-concrete-cms/PLIST:1.2 pkgsrc/www/php-concrete-cms/PLIST:1.3
--- pkgsrc/www/php-concrete-cms/PLIST:1.2 Sun Apr 7 13:59:05 2024
+++ pkgsrc/www/php-concrete-cms/PLIST Sun May 12 16:40:58 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/07 13:59:05 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/05/12 16:40:58 taca Exp $
${CC_DOCDIR}/README
${CC_WEBDIR}/LICENSE.TXT
${CC_WEBDIR}/application/bootstrap/app.php
@@ -2141,6 +2141,7 @@ ${CC_WEBDIR}/concrete/elements/dashboard
${CC_WEBDIR}/concrete/elements/dashboard/health/report/finding/message/search/details.php
${CC_WEBDIR}/concrete/elements/dashboard/marketplace_connect_failed.php
${CC_WEBDIR}/concrete/elements/dashboard/marketplace_project_page.php
+${CC_WEBDIR}/concrete/elements/dashboard/marketplace_upgrade.php
${CC_WEBDIR}/concrete/elements/dashboard/mobile_menu.php
${CC_WEBDIR}/concrete/elements/dashboard/navigation/breadcrumb.php
${CC_WEBDIR}/concrete/elements/dashboard/navigation/mobile.php
@@ -3172,6 +3173,8 @@ ${CC_WEBDIR}/concrete/images/logo.svg
${CC_WEBDIR}/concrete/images/logo_menu.png
${CC_WEBDIR}/concrete/images/marketplace_more_fade.png
${CC_WEBDIR}/concrete/images/marketplace_review_quote.png
+${CC_WEBDIR}/concrete/images/marketplace_upgrade_addon.png
+${CC_WEBDIR}/concrete/images/marketplace_upgrade_theme.png
${CC_WEBDIR}/concrete/images/newsflow_logo_welcome_back.png
${CC_WEBDIR}/concrete/images/newsflow_logo_welcome_first_run.png
${CC_WEBDIR}/concrete/images/newsflow_next.png
@@ -7110,6 +7113,7 @@ ${CC_WEBDIR}/concrete/src/Announcement/C
${CC_WEBDIR}/concrete/src/Announcement/Controller/ControllerInterface.php
${CC_WEBDIR}/concrete/src/Announcement/Controller/Traits/SingleSlideTrait.php
${CC_WEBDIR}/concrete/src/Announcement/Controller/Update/Version920Controller.php
+${CC_WEBDIR}/concrete/src/Announcement/Controller/Update/Version929Controller.php
${CC_WEBDIR}/concrete/src/Announcement/Controller/WelcomeController.php
${CC_WEBDIR}/concrete/src/Announcement/Icon/AbstractIcon.php
${CC_WEBDIR}/concrete/src/Announcement/Icon/IconInterface.php
@@ -10576,6 +10580,7 @@ ${CC_WEBDIR}/concrete/src/Updater/Migrat
${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20231207100748.php
${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20240119210413.php
${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20240122172319.php
+${CC_WEBDIR}/concrete/src/Updater/Migrations/Migrations/Version20240506191622.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
@@ -12191,12 +12196,9 @@ ${CC_WEBDIR}/concrete/vendor/doctrine/co
${CC_WEBDIR}/concrete/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ExpressionBuilder.php
${CC_WEBDIR}/concrete/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
${CC_WEBDIR}/concrete/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
-${CC_WEBDIR}/concrete/vendor/doctrine/common/.doctrine-project.json
${CC_WEBDIR}/concrete/vendor/doctrine/common/LICENSE
${CC_WEBDIR}/concrete/vendor/doctrine/common/docs/en/index.rst
${CC_WEBDIR}/concrete/vendor/doctrine/common/docs/en/reference/class-loading.rst
-${CC_WEBDIR}/concrete/vendor/doctrine/common/phpstan.neon.dist
-${CC_WEBDIR}/concrete/vendor/doctrine/common/psalm.xml
${CC_WEBDIR}/concrete/vendor/doctrine/common/src/ClassLoader.php
${CC_WEBDIR}/concrete/vendor/doctrine/common/src/CommonException.php
${CC_WEBDIR}/concrete/vendor/doctrine/common/src/Comparable.php
@@ -19624,6 +19626,7 @@ ${CC_WEBDIR}/concrete/vendor/symfony/ser
${CC_WEBDIR}/concrete/vendor/symfony/service-contracts/ServiceSubscriberInterface.php
${CC_WEBDIR}/concrete/vendor/symfony/service-contracts/ServiceSubscriberTrait.php
${CC_WEBDIR}/concrete/vendor/symfony/service-contracts/Test/ServiceLocatorTest.php
+${CC_WEBDIR}/concrete/vendor/symfony/service-contracts/Test/ServiceLocatorTestCase.php
${CC_WEBDIR}/concrete/vendor/symfony/stopwatch/LICENSE
${CC_WEBDIR}/concrete/vendor/symfony/stopwatch/Section.php
${CC_WEBDIR}/concrete/vendor/symfony/stopwatch/Stopwatch.php
Index: pkgsrc/www/php-concrete-cms/distinfo
diff -u pkgsrc/www/php-concrete-cms/distinfo:1.3 pkgsrc/www/php-concrete-cms/distinfo:1.4
--- pkgsrc/www/php-concrete-cms/distinfo:1.3 Sun Apr 7 13:59:05 2024
+++ pkgsrc/www/php-concrete-cms/distinfo Sun May 12 16:40:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/04/07 13:59:05 taca Exp $
+$NetBSD: distinfo,v 1.4 2024/05/12 16:40:58 taca Exp $
-BLAKE2s (concrete-cms-9.2.8.zip) = 413b77d973b4fe0fd85decc9fdf94ccc18aacef7fc691d86d7eb0a4d52011e05
-SHA512 (concrete-cms-9.2.8.zip) = 932df86c9ebdbcd1074a9cc87ab803eff91024d80861b953841629dd9ec0dcea0aeeaaba79d78f463e2f5680fa5a2744f1127a8a1b48173b501213ff52062a09
-Size (concrete-cms-9.2.8.zip) = 76118976 bytes
+BLAKE2s (concrete-cms-9.2.9.zip) = d21df43e58ea5142fd47964dd4ca31a9d95c3934d94ce456d5840de12f1b24b0
+SHA512 (concrete-cms-9.2.9.zip) = a5bd50f36e37f5bf21325b6f429bb0df73b3274daa7f11a6d74ab98a6ae49ce0a5ab5f312d9894146f3016b1c38193c2db1db9b51deac1c55af20b93efae373f
+Size (concrete-cms-9.2.9.zip) = 76209485 bytes
Home |
Main Index |
Thread Index |
Old Index