git: 72720abc0cde - main - www/elgg: Update to 6.3.0

From: Wen Heping <wen_at_FreeBSD.org>
Date: Thu, 18 Sep 2025 03:27:04 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72720abc0cdeb84434507503f2cf789e163de484

commit 72720abc0cdeb84434507503f2cf789e163de484
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2025-09-18 03:25:48 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2025-09-18 03:26:55 +0000

    www/elgg: Update to 6.3.0
---
 www/elgg/Makefile  |  2 +-
 www/elgg/distinfo  |  6 ++--
 www/elgg/pkg-plist | 88 +++++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 81 insertions(+), 15 deletions(-)

diff --git a/www/elgg/Makefile b/www/elgg/Makefile
index ba5d2d338ca9..49a5858aafc2 100644
--- a/www/elgg/Makefile
+++ b/www/elgg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	elgg
-PORTVERSION=	6.2.3
+PORTVERSION=	6.3.0
 CATEGORIES=	www
 MASTER_SITES=	http://elgg.org/download/
 
diff --git a/www/elgg/distinfo b/www/elgg/distinfo
index cd2fa3650326..37c414072e38 100644
--- a/www/elgg/distinfo
+++ b/www/elgg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1753359904
-SHA256 (elgg-6.2.3.zip) = fb44422760333aba401a01d4b6cbcc0378b444da96d4b8a43d1cf17b6d3ecce8
-SIZE (elgg-6.2.3.zip) = 47985039
+TIMESTAMP = 1758164372
+SHA256 (elgg-6.3.0.zip) = a041bdbf8c638d9560913ffdac01b11159d6ad558e33e24c4ea15227ad062f0b
+SIZE (elgg-6.3.0.zip) = 49150607
diff --git a/www/elgg/pkg-plist b/www/elgg/pkg-plist
index f569b1173c99..d0e23cfbb917 100644
--- a/www/elgg/pkg-plist
+++ b/www/elgg/pkg-plist
@@ -159,6 +159,8 @@
 %%WWWDIR%%/mod/bookmarks/views/default/forms/bookmarks/save.php
 %%WWWDIR%%/mod/bookmarks/views/default/groups/profile/module/bookmarks.php
 %%WWWDIR%%/mod/bookmarks/views/default/object/bookmarks.php
+%%WWWDIR%%/mod/bookmarks/views/default/object/bookmarks/full.php
+%%WWWDIR%%/mod/bookmarks/views/default/object/bookmarks/summary.php
 %%WWWDIR%%/mod/bookmarks/views/default/resources/bookmarks/add.php
 %%WWWDIR%%/mod/bookmarks/views/default/resources/bookmarks/all.php
 %%WWWDIR%%/mod/bookmarks/views/default/resources/bookmarks/bookmarklet.php
@@ -337,6 +339,7 @@
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/actions.php
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/events.php
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/menus.php
+%%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/notifications.php
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/routes.php
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/seeders.php
 %%WWWDIR%%/mod/developers/views/default/admin/develop_tools/inspect/services.php
@@ -408,6 +411,7 @@
 %%WWWDIR%%/mod/externalpages/classes/Elgg/ExternalPages/Menus/ExPages.php
 %%WWWDIR%%/mod/externalpages/classes/Elgg/ExternalPages/Menus/Footer.php
 %%WWWDIR%%/mod/externalpages/classes/Elgg/ExternalPages/Menus/WalledGarden.php
+%%WWWDIR%%/mod/externalpages/classes/ElggExternalPage.php
 %%WWWDIR%%/mod/externalpages/composer.json
 %%WWWDIR%%/mod/externalpages/elgg-plugin.php
 %%WWWDIR%%/mod/externalpages/languages/ca.php
@@ -514,6 +518,10 @@
 %%WWWDIR%%/mod/friends/classes/Elgg/Friends/Menus/Topbar.php
 %%WWWDIR%%/mod/friends/classes/Elgg/Friends/Menus/UserHover.php
 %%WWWDIR%%/mod/friends/classes/Elgg/Friends/Notifications.php
+%%WWWDIR%%/mod/friends/classes/Elgg/Friends/Notifications/AcceptFriendRequestHandler.php
+%%WWWDIR%%/mod/friends/classes/Elgg/Friends/Notifications/AddFriendHandler.php
+%%WWWDIR%%/mod/friends/classes/Elgg/Friends/Notifications/DeclineFriendRequestHandler.php
+%%WWWDIR%%/mod/friends/classes/Elgg/Friends/Notifications/FriendRequestHandler.php
 %%WWWDIR%%/mod/friends/classes/Elgg/Friends/Relationships.php
 %%WWWDIR%%/mod/friends/classes/Elgg/Friends/Widgets.php
 %%WWWDIR%%/mod/friends/composer.json
@@ -612,6 +620,9 @@
 %%WWWDIR%%/mod/groups/classes/Elgg/Groups/Menus/Title.php
 %%WWWDIR%%/mod/groups/classes/Elgg/Groups/Menus/Topbar.php
 %%WWWDIR%%/mod/groups/classes/Elgg/Groups/Middleware/LimitedGroupCreation.php
+%%WWWDIR%%/mod/groups/classes/Elgg/Groups/Notifications/AddMembershipEventHandler.php
+%%WWWDIR%%/mod/groups/classes/Elgg/Groups/Notifications/InviteMembershipEventHandler.php
+%%WWWDIR%%/mod/groups/classes/Elgg/Groups/Notifications/RequestMembershipEventHandler.php
 %%WWWDIR%%/mod/groups/classes/Elgg/Groups/Relationships.php
 %%WWWDIR%%/mod/groups/classes/Elgg/Groups/Widgets.php
 %%WWWDIR%%/mod/groups/composer.json
@@ -808,6 +819,7 @@
 %%WWWDIR%%/mod/members/views/default/resources/members/popular.php
 %%WWWDIR%%/mod/members/views/default/resources/members/search.php
 %%WWWDIR%%/mod/messageboard/actions/messageboard/add.php
+%%WWWDIR%%/mod/messageboard/classes/Elgg/MessageBoard/Notifications/CreateMessageboardNotificationHandler.php
 %%WWWDIR%%/mod/messageboard/classes/Elgg/MessageBoard/Widgets.php
 %%WWWDIR%%/mod/messageboard/composer.json
 %%WWWDIR%%/mod/messageboard/elgg-plugin.php
@@ -846,6 +858,7 @@
 %%WWWDIR%%/mod/messages/classes/Elgg/Messages/Menus/Title.php
 %%WWWDIR%%/mod/messages/classes/Elgg/Messages/Menus/Topbar.php
 %%WWWDIR%%/mod/messages/classes/Elgg/Messages/Menus/UserHover.php
+%%WWWDIR%%/mod/messages/classes/Elgg/Messages/Notifications/SendMessageHandler.php
 %%WWWDIR%%/mod/messages/classes/Elgg/Messages/User.php
 %%WWWDIR%%/mod/messages/classes/ElggMessage.php
 %%WWWDIR%%/mod/messages/composer.json
@@ -1292,6 +1305,8 @@
 %%WWWDIR%%/mod/thewire/views/default/forms/thewire/add.mjs
 %%WWWDIR%%/mod/thewire/views/default/forms/thewire/add.php
 %%WWWDIR%%/mod/thewire/views/default/object/thewire.php
+%%WWWDIR%%/mod/thewire/views/default/object/thewire/full.php
+%%WWWDIR%%/mod/thewire/views/default/object/thewire/summary.php
 %%WWWDIR%%/mod/thewire/views/default/plugins/thewire/settings.php
 %%WWWDIR%%/mod/thewire/views/default/resources/thewire/all.php
 %%WWWDIR%%/mod/thewire/views/default/resources/thewire/friends.php
@@ -1320,6 +1335,7 @@
 %%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/ConfirmController.php
 %%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Menus/AdminUsersBulk.php
 %%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Menus/UserUnvalidated.php
+%%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Notifications/ValidateEmailHandler.php
 %%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Response.php
 %%WWWDIR%%/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/User.php
 %%WWWDIR%%/mod/uservalidationbyemail/composer.json
@@ -1807,7 +1823,9 @@
 %%WWWDIR%%/vendor/css-crush/css-crush/docs/plugins/property-sorter.md
 %%WWWDIR%%/vendor/css-crush/css-crush/docs/plugins/svg-gradients.md
 %%WWWDIR%%/vendor/css-crush/css-crush/docs/plugins/svg.md
-%%WWWDIR%%/vendor/css-crush/css-crush/index.js
+%%WWWDIR%%/vendor/css-crush/css-crush/js/index.d.ts
+%%WWWDIR%%/vendor/css-crush/css-crush/js/index.js
+%%WWWDIR%%/vendor/css-crush/css-crush/jsconfig.json
 %%WWWDIR%%/vendor/css-crush/css-crush/lib/CssCrush/BalancedMatch.php
 %%WWWDIR%%/vendor/css-crush/css-crush/lib/CssCrush/Collection.php
 %%WWWDIR%%/vendor/css-crush/css-crush/lib/CssCrush/Color.php
@@ -1845,6 +1863,7 @@
 %%WWWDIR%%/vendor/css-crush/css-crush/misc/property-sorting.ini
 %%WWWDIR%%/vendor/css-crush/css-crush/package-lock.json
 %%WWWDIR%%/vendor/css-crush/css-crush/package.json
+%%WWWDIR%%/vendor/css-crush/css-crush/phpstan.neon
 %%WWWDIR%%/vendor/css-crush/css-crush/plugins/aria.php
 %%WWWDIR%%/vendor/css-crush/css-crush/plugins/canvas.php
 %%WWWDIR%%/vendor/css-crush/css-crush/plugins/ease.php
@@ -2210,6 +2229,7 @@
 %%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/HoursField.php
 %%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MinutesField.php
 %%WWWDIR%%/vendor/dragonmantank/cron-expression/src/Cron/MonthField.php
+%%WWWDIR%%/vendor/elgg/elgg/.editorconfig
 %%WWWDIR%%/vendor/elgg/elgg/.github/ISSUE_TEMPLATE/bug_report.yml
 %%WWWDIR%%/vendor/elgg/elgg/.github/ISSUE_TEMPLATE/config.yml
 %%WWWDIR%%/vendor/elgg/elgg/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -2380,6 +2400,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/docs/appendix/upgrade-notes/5.x-to-6.0.rst
 %%WWWDIR%%/vendor/elgg/elgg/docs/appendix/upgrade-notes/6.0-to-6.1.rst
 %%WWWDIR%%/vendor/elgg/elgg/docs/appendix/upgrade-notes/6.1-to-6.2.rst
+%%WWWDIR%%/vendor/elgg/elgg/docs/appendix/upgrade-notes/6.2-to-6.3.rst
 %%WWWDIR%%/vendor/elgg/elgg/docs/conf.py
 %%WWWDIR%%/vendor/elgg/elgg/docs/contribute/code.rst
 %%WWWDIR%%/vendor/elgg/elgg/docs/contribute/core/index.rst
@@ -2575,6 +2596,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/CachePurgeCommand.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/Command.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/CronCommand.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/CronLogHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/DatabaseSeedCommand.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/DatabaseSeedersCommand.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Cli/DatabaseUnseedCommand.php
@@ -2859,11 +2881,21 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/CreateCommentEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/CreateContentEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/EnqueueEventHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/AddUser.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/AdminValidation.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/BanUser.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/ChangeUserPassword.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/ConfirmEmailChange.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/ConfirmPasswordChange.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/RequestUserPassword.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/ResetUserPassword.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Handlers/ValidateUser.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/InstantNotificationEvent.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/InstantNotificationEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/MakeAdminUserEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/MentionsEnqueueEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/MentionsEventHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/NonConfigurableNotificationEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/Notification.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/NotificationEvent.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Notifications/NotificationEventHandler.php
@@ -2991,7 +3023,6 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/UploadService.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/UserCapabilities.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/Accounts.php
-%%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/BanUserNotificationHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/CleanupPersistentLoginHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/EmailChangeController.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/classes/Elgg/Users/Settings.php
@@ -3057,6 +3088,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/constants.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/context.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/deprecated-6.1.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/lib/deprecated-6.3.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/elgglib.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/entities.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/lib/events.php
@@ -3145,6 +3177,8 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/BaseIntegrationTestCase.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/BaseTestCase.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Cache/BaseCacheUnitTestCase.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Cli/ExecuteCommandIntegrationTestCase.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Cli/ExecuteCommandUnitTestCase.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/EventTesting.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/Actions/Admin/UpgradeTestBatch.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/Application/FooController.php
@@ -3171,6 +3205,8 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/ElggObjectWithExposableAttributes.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/EventsServiceTestInvokable.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/MethodMatcherTestObject.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/Notifications/TestNotificationHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/SeededElggObject.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/TestEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/TestEventResultsHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/classes/Elgg/Helpers/Upgrade/InvalidBatch.php
@@ -3647,9 +3683,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/engine/tests/test_files/xxe/request.xml
 %%WWWDIR%%/vendor/elgg/elgg/engine/theme.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/upgrades.php
-%%WWWDIR%%/vendor/elgg/elgg/engine/vendor_classes/CssCrush/BalancedMatch.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/vendor_classes/CssCrush/Process.php
-%%WWWDIR%%/vendor/elgg/elgg/engine/vendor_classes/CssCrush/StringObject.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/vendor_classes/Laminas/Mime/Mime.php
 %%WWWDIR%%/vendor/elgg/elgg/engine/views.php
 %%WWWDIR%%/vendor/elgg/elgg/index.php
@@ -3843,6 +3877,8 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/forms/bookmarks/save.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/groups/profile/module/bookmarks.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/object/bookmarks.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/object/bookmarks/full.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/object/bookmarks/summary.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/resources/bookmarks/add.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/resources/bookmarks/all.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/bookmarks/views/default/resources/bookmarks/bookmarklet.php
@@ -4021,6 +4057,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/actions.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/events.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/menus.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/notifications.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/routes.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/seeders.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/developers/views/default/admin/develop_tools/inspect/services.php
@@ -4092,6 +4129,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/classes/Elgg/ExternalPages/Menus/ExPages.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/classes/Elgg/ExternalPages/Menus/Footer.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/classes/Elgg/ExternalPages/Menus/WalledGarden.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/classes/ElggExternalPage.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/composer.json
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/elgg-plugin.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/externalpages/languages/ca.php
@@ -4198,6 +4236,10 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Menus/Topbar.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Menus/UserHover.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Notifications.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Notifications/AcceptFriendRequestHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Notifications/AddFriendHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Notifications/DeclineFriendRequestHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Notifications/FriendRequestHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Relationships.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/classes/Elgg/Friends/Widgets.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/friends/composer.json
@@ -4296,6 +4338,9 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Menus/Title.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Menus/Topbar.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Middleware/LimitedGroupCreation.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Notifications/AddMembershipEventHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Notifications/InviteMembershipEventHandler.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Notifications/RequestMembershipEventHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Relationships.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/classes/Elgg/Groups/Widgets.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/groups/composer.json
@@ -4492,6 +4537,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/members/views/default/resources/members/popular.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/members/views/default/resources/members/search.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/actions/messageboard/add.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/classes/Elgg/MessageBoard/Notifications/CreateMessageboardNotificationHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/classes/Elgg/MessageBoard/Widgets.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/composer.json
 %%WWWDIR%%/vendor/elgg/elgg/mod/messageboard/elgg-plugin.php
@@ -4530,6 +4576,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/Elgg/Messages/Menus/Title.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/Elgg/Messages/Menus/Topbar.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/Elgg/Messages/Menus/UserHover.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/Elgg/Messages/Notifications/SendMessageHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/Elgg/Messages/User.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/classes/ElggMessage.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/messages/composer.json
@@ -4976,6 +5023,8 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/forms/thewire/add.mjs
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/forms/thewire/add.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/object/thewire.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/object/thewire/full.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/object/thewire/summary.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/plugins/thewire/settings.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/resources/thewire/all.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/thewire/views/default/resources/thewire/friends.php
@@ -5004,6 +5053,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/ConfirmController.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Menus/AdminUsersBulk.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Menus/UserUnvalidated.php
+%%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Notifications/ValidateEmailHandler.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/Response.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/classes/Elgg/UserValidationByEmail/User.php
 %%WWWDIR%%/vendor/elgg/elgg/mod/uservalidationbyemail/composer.json
@@ -5313,6 +5363,7 @@
 %%WWWDIR%%/vendor/elgg/elgg/views/default/graphics/favicon-64.png
 %%WWWDIR%%/vendor/elgg/elgg/views/default/graphics/favicon.ico
 %%WWWDIR%%/vendor/elgg/elgg/views/default/graphics/favicon.svg
+%%WWWDIR%%/vendor/elgg/elgg/views/default/graphics/maintenance.jpg
 %%WWWDIR%%/vendor/elgg/elgg/views/default/graphics/walled_garden.jpg
 %%WWWDIR%%/vendor/elgg/elgg/views/default/group/default.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/group/elements/summary.php
@@ -5525,6 +5576,8 @@
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/header_logo.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/html.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/importmap.json.php
+%%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/maintenance/body.php
+%%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/maintenance/header.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/messages.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/owner_block.php
 %%WWWDIR%%/vendor/elgg/elgg/views/default/page/elements/page_menu.php
@@ -12952,6 +13005,7 @@
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json
+%%WWWDIR%%/vendor/guzzlehttp/guzzle/package-lock.json
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizer.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php
 %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php
@@ -13065,6 +13119,7 @@
 %%WWWDIR%%/vendor/hackzilla/password-generator/Generator/PasswordGeneratorInterface.php
 %%WWWDIR%%/vendor/hackzilla/password-generator/Generator/PronounceablePasswordGenerator.php
 %%WWWDIR%%/vendor/hackzilla/password-generator/Generator/RequirementPasswordGenerator.php
+%%WWWDIR%%/vendor/hackzilla/password-generator/LICENSE
 %%WWWDIR%%/vendor/hackzilla/password-generator/Makefile
 %%WWWDIR%%/vendor/hackzilla/password-generator/Model/CharacterSet.php
 %%WWWDIR%%/vendor/hackzilla/password-generator/Model/Option/BooleanOption.php
@@ -13102,6 +13157,14 @@
 %%WWWDIR%%/vendor/hackzilla/password-generator/composer.json
 %%WWWDIR%%/vendor/hackzilla/password-generator/phpunit.xml.dist
 %%WWWDIR%%/vendor/hackzilla/password-generator/travis.phpunit.xml
+%%WWWDIR%%/vendor/htmlawed/htmlawed/LICENSE-GPL2
+%%WWWDIR%%/vendor/htmlawed/htmlawed/LICENSE-LGPL3
+%%WWWDIR%%/vendor/htmlawed/htmlawed/README.md
+%%WWWDIR%%/vendor/htmlawed/htmlawed/composer.json
+%%WWWDIR%%/vendor/htmlawed/htmlawed/htmLawed.php
+%%WWWDIR%%/vendor/htmlawed/htmlawed/htmLawed_README.htm
+%%WWWDIR%%/vendor/htmlawed/htmlawed/htmLawed_README.txt
+%%WWWDIR%%/vendor/htmlawed/htmlawed/htmLawed_TESTCASE.txt
 %%WWWDIR%%/vendor/imagine/imagine/CHANGELOG.md
 %%WWWDIR%%/vendor/imagine/imagine/LICENSE
 %%WWWDIR%%/vendor/imagine/imagine/README.md
@@ -14017,6 +14080,7 @@
 %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Registry.php
 %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
 %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/SignalHandler.php
+%%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Test/MonologTestCase.php
 %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Test/TestCase.php
 %%WWWDIR%%/vendor/monolog/monolog/src/Monolog/Utils.php
 %%WWWDIR%%/vendor/npm-asset/cropperjs/LICENSE
@@ -15018,7 +15082,9 @@
 %%WWWDIR%%/vendor/php-di/php-di/src/Invoker/DefinitionParameterResolver.php
 %%WWWDIR%%/vendor/php-di/php-di/src/Invoker/FactoryParameterResolver.php
 %%WWWDIR%%/vendor/php-di/php-di/src/NotFoundException.php
+%%WWWDIR%%/vendor/php-di/php-di/src/Proxy/NativeProxyFactory.php
 %%WWWDIR%%/vendor/php-di/php-di/src/Proxy/ProxyFactory.php
+%%WWWDIR%%/vendor/php-di/php-di/src/Proxy/ProxyFactoryInterface.php
 %%WWWDIR%%/vendor/php-di/php-di/src/functions.php
 %%WWWDIR%%/vendor/php-di/php-di/support.md
 %%WWWDIR%%/vendor/phpfastcache/phpfastcache/CHANGELOG.md
@@ -15368,12 +15434,15 @@
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/LICENSE
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/README.md
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/composer.json
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSElement.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/AtRuleBlockList.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/CSSBlockList.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/CSSList.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/CSSListItem.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/Document.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/CSSList/KeyFrame.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Comment/Comment.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Comment/CommentContainer.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Comment/Commentable.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/OutputFormat.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/OutputFormatter.php
@@ -15384,16 +15453,20 @@
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/SourceException.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedEOFException.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Parsing/UnexpectedTokenException.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Position/Position.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Position/Positionable.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/AtRule.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/CSSNamespace.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/Charset.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/Import.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/KeyframeSelector.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/Selector.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Property/Selector/SpecificityCalculator.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Renderable.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Rule/Rule.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/RuleSet/AtRuleSet.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/RuleSet/DeclarationBlock.php
+%%WWWDIR%%/vendor/sabberworm/php-css-parser/src/RuleSet/RuleContainer.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/RuleSet/RuleSet.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Settings.php
 %%WWWDIR%%/vendor/sabberworm/php-css-parser/src/Value/CSSFunction.php
@@ -16131,13 +16204,6 @@
 %%WWWDIR%%/vendor/symfony/var-dumper/Test/VarDumperTestTrait.php
 %%WWWDIR%%/vendor/symfony/var-dumper/VarDumper.php
 %%WWWDIR%%/vendor/symfony/var-dumper/composer.json
-%%WWWDIR%%/vendor/vanilla/htmlawed/.github/workflows/ci.yml
-%%WWWDIR%%/vendor/vanilla/htmlawed/CHANGELOG.md
-%%WWWDIR%%/vendor/vanilla/htmlawed/LICENSE.md
-%%WWWDIR%%/vendor/vanilla/htmlawed/README.md
-%%WWWDIR%%/vendor/vanilla/htmlawed/composer.json
-%%WWWDIR%%/vendor/vanilla/htmlawed/src/Htmlawed.php
-%%WWWDIR%%/vendor/vanilla/htmlawed/src/htmLawed/htmLawed.php
 %%WWWDIR%%/vendor/webmozart/assert/CHANGELOG.md
 %%WWWDIR%%/vendor/webmozart/assert/LICENSE
 %%WWWDIR%%/vendor/webmozart/assert/README.md