[DRAFT] Drupal 11 Full Changelog (11.1.0.0)
Generated: 2025-11-18 14:31:21
Repository: git@github.com:YCloudYUSA/yusaopeny.git Comparing:
- 10.5.0.1 (Jul 14, 2025)- 11.1.0.0-beta4 (Nov 17, 2025)
Summary
- Total Changes: 161
- Added Packages: 59
- Updated Packages: 90
- Removed Packages: 12
- Unchanged Packages: 0
Changes by Category
Drupal Core:
- Added: 0
- Updated: 2
- Removed: 2
Drupal Contributed Module:
- Added: 42
- Updated: 30
- Removed: 9
PHP Library:
- Added: 17
- Updated: 58
- Removed: 1
Changes by Persona
These changes are organized by the user personas most likely to care about them.
Quick Navigation:
✏️ For Content Editors
Creates and manages content, builds pages, and uses components on the YMCA website
drupal/core (10.5.1 → 11.1.9)
- Bug affecting visibility of newly added menu links, impacting content editors' ability to see menu items before publishing; developers need to fix it.
a77e5ed3
- Adds validation constraints to system date fields, affecting content editors and developers.
4053f045
- Provided Config Action to add new blocks to navigation from recipes, usable by editors and developers.
90406aa4
- Introduced an icon management API for content editors to use icons, while developers added the API.
a9db6605
- Removes the createCopy action from EntityDisplayBase, affecting content editors' UI for copying entities and an API change.
80341a8c
- Stops calling node_add_body_field() from NodeTypeForm, altering default fields in new content types used by content editors and a code change.
d518cd48
- Adds default vertical-align for table cells, improving UI consistency for content editors and affecting site builder styling.
9f5dc888
- Changes toolbar configuration action to avoid duplicate items, impacting UI components for editors and site builders; also a developer change.
cdac41d0
- Added form class to summary in contact.module, affecting UI of forms for content editors.
fa4d1993
- Added 'Is empty' and 'Is not empty' operators for filtering, useful for content editors.
75ae0d4d
- Updates spell-check configuration, impacting content editing and developer settings.
b425ccb3
- Fixes navigation logo issue affecting UI and site configuration.
ebc77b09
- Adds missing label key to navigation layouts YAML, impacting layout UI and site configuration.
ca4e5f23
- Fixes large gap of white space in Claro CSS for dropbutton items, affecting UI appearance.
5b061c9f
- Adds new recipe and default content subsystems, providing new UI components for editors, requiring configuration for site builders, code changes for developers, and platform capabilities for decision makers.
8cab4c34
- Corrects padding on child menu items, UI issue for content editors and code change for developers.
3ea5423d
- Bug in Views UI action buttons causing layout shift; affects content editors using Views and developers fixing the issue.
afa13181
- Added validation constraints to core.menu.schema.yml; impacts menu creation for content editors and developers.
a8aec03f
- Fixes label and description likely affect UI elements seen by content editors; also a bug fix in code.
98ca9a14
- Validation constraints on image settings affect content editors' configuration and are a developer change.
d0cc36ec
- Ensures published entities in a workspace return the workspace-specific revision, improving content management.
4c89783a
- Translations not visible in admin content overview, impacting content editors and requiring code fix
9d302e5d
- CKEditor toolbar config issue affecting UI for content editors, needs code adjustment
15a01f56
- Linking behavior in CKEditor 5 affects content editing experience; requires fix
d4c8c21b
- Bug fix preventing content creation with images in a workspace, affecting editors and requiring code changes.
62ccc2af
- Adds a Drupal Support link in the Olivero theme welcome text, improving UI for editors and requiring theme code changes.
fdda4128
- UI enhancement adding outline to active buttons; affects theme configuration and requires developer work.
87416478
- Adding owner field to BlockContent entity type introduces new content management capability; developers, content editors, site builders, and decision makers benefit.
c4e09053
- Creates header component for Umami with JS, new UI component.
13a680ce
- Creates new SDC component for Umami Banner, new UI component.
7186f7f9
drupal/admin_toolbar (3.6.1 → 3.6.2)
- Fixes MacOS keyboard shortcuts used by editors; code change.
0412425d
drupal/advanced_help_block (1.0.7 → 1.0.8)
- Adds missing dependency for Advanced Help Block requiring the Help module, enabling content editors to use the block, requiring site builders to install the module, and constitutes a developer-level bug fix.
a9d90031
drupal/better_exposed_filters (6.0.6 → 7.1.0-beta4)
- Adds option to hide exposed field labels, useful for content editors and implemented by developers.
278c293d
- Adds minimum length validation, useful for content editors editing forms and implemented by developers.
2b3287f0
- Adds RTL support for slider filters, helpful for content editors and implemented by developers.
939d0c50
- Ensures title info only added if form element not empty, improving UI for content editors and code by developers.
c56869ed
- Adds accessibility improvements to form labels, enhancing user experience for editors; involves code changes affecting UI components.
dca6c148
- Repositions the JS range slider for cleaner UI and easier content editing; requires code adjustments to front‑end behavior.
c9fd8966
drupal/inline_entity_form (2.0.0-rc10 → 3.0.0-rc21)
- Adds an accessibility label to a UI field used by content editors, and involves code changes.
23cd78d5
- Fixes incorrect bundle form display for users with limited permissions, affecting editor UI and requiring code adjustments.
d8419f6d
drupal/metatag (2.1.1 → 2.2.0)
- Introduces SVG icon meta tag enabling content editors to specify icons.
b6d61dea
- Adds placeholder <none> to clear inherited values, improving metadata control.
aa44d4ba
- Allows optional suffix after trimmed meta tags, enhancing flexibility.
85dfe411
drupal/openy_carnation (3.2.1 → 4.0.0-beta4)
- Introduces Bootstrap jQuery migrate tools, enabling new UI components; developers build features, site builders configure, content editors use components, decision makers see strategic improvement.
353e0d80
drupal/webform (6.3.0-beta3 → 6.3.0-beta5)
- Visual alignment issue affecting UI for forms, content editors and site builders
7227446b
- Add access check for notes operation, permission change impacting content editors
144913a0
- Autocomplete for date element improves accessibility UI, relevant to content editors and developers
7874e214
- Adds link option to Terms of Service element, UI feature for editors and code change.
174cea37
- Justify content settings for WebformFlexbox element, UI improvement and code change.
7595248c
- Option to add CSS class to fieldset legend element, UI tweak for editors and code update.
9ffede30
- Bug affecting submission list rendering; content editors see broken links, developers fix.
1cffb051
- Allows customizing file limit error messages; useful for content editors, implemented by developers.
9eb1fb52
- Bug where values not shown in submission display; affects content editors and requires developer fix.
afcb7fa9
- Issue disabling text format that cannot be reenabled; impacts content editors, fixed by developers.
0f9db91e
- Conditional checkbox logic bug affecting form building; content editors notice, developers fix.
392af8d1
- Confusing file upload message when limit enabled; UI issue for content editors, fixed by developers.
c167ee6d
- File element with button option incorrectly invalidates uploads; affects content editors, requires developer fix.
af56ea0e
- Introduces Bootstrap theme support, affecting UI components, configuration, implementation, and platform capabilities.
d27c98d4
- Fixes entity reference field creation for taxonomy when only one bundle is selected; impacts developers and content editors using these fields.
7b8b76b1
- Changes duplicate submission permissions to allow editing own submissions; affects content editors, permission setup, implementation, and platform capabilities.
48fc5079
- Fixes title display options for Date List element, impacting UI usage by content editors and code implementation.
3112ba15
- Overrides wizard previous/next labels to improve UI consistency; relevant to developers and content editors.
d6f7a56e
- Fixes error inconsistencies when deleting form elements after reordering, affecting form usage by content editors and code implementation.
f6681335
- Fixes telephone validation affecting form fields used by content editors; involves code changes.
d4dc5e73
- Adds US ZIP code validation for advanced address element, useful for forms created by content editors and requires code updates.
e2f907f5
- Ensures minimum items rule is respected in multi-value elements, impacting form configuration for content editors and code logic.
84dfe5c0
- Ensures submissions are deleted when a webform is removed, affecting content management and requiring backend changes.
36247b0c
- Introduces new permission for filtering and bulk actions on overview page; relevant to role configuration, code changes, and strategic feature assessment.
256f810b
- Allows immediate purging of submissions after submission, useful for content editors managing data and involves backend logic.
dba0924f
- Same as commit 256f810b: new permission for filter and bulk action on overview page, affecting roles, code, and feature strategy.
03af8298
- Fixes bulk deletion failure due to random row order; impacts content editors using bulk delete and requires code fix.
3598f6b8
- Updates controller to support paragraph-based references, impacting code architecture and content reference handling.
57c24e6b
- Improves batch import of webform submissions, relevant for developers, deployment setup, and content editors using imports.
a91016d1
- Adds error message for SymfonyMailer plugin usage, affecting developer integration, site configuration, and form notifications.
708da243
- Ensures variants do not override title/description, impacting content editors' form variants and developer code.
ed35905e
- Performance improvement for field removal, affecting code performance, deployment, and content editors manipulating forms.
36e87386
drupal/ymca_sync (10.0.6 → 11.0.0)
- Major Drupal core upgrade introduces new platform capabilities, requiring updates for developers, site builders, content editors, and strategic planning.
3e63f504
drupal/responsive_favicons (2.0.1 → 3.0.1)
- General improvements and fixes likely affect UI, content management, and underlying code.
e1f8ff8e
- New option for removing existing files in the upload folder is useful for content editors and involves code changes.
7eb319f1
- Option to keep tags even if icon files are missing affects content management UI and underlying logic.
018b7483
- Adding a project logo enhances the visual component for content editors; also requires code updates.
e29ee00e
- Warning message about cache-busting parameters removal is a UI improvement for editors and involves code changes.
4218e94e
drupal/lb_hero (1.5.0 → 1.5.4)
- Adds link attribute support, enabling content editors to customize links and developers modified the component code.
b8935699
ycloudyusa/yusaopeny (10.5.0.1 → 11.1.0.0-beta4)
- Adds inline_entity_form component for content editing; affects UI and development.
7ca36b94
- Updates media directories, impacting content management UI and backend code.
994a248a
- Fixes a UI issue in the MediaLibrary dialog that content editors rely on for media management.
4c71bf31
- Bug fix for adding camp menu block, directly impacting content editors using blocks.
27139832
- Missing field in Layout Builder media addition affects content editors using layout builder.
80a40369
- Updating activity finder component enhances content editor functionality and requires developer updates.
ec6240c0
symfony/mailer (v6.4.23 → v7.4.0-RC1)
- Support for translatable subject in TwigBridge enabling content editors to set translated email subjects.
5c4bb1cb
- Same as above: support for translatable subject in TwigBridge.
08d9a42a
symfony/validator (v6.4.23 → v7.4.0-RC1)
- Adds Indonesian translations for UI messages, useful for content editors and maintained by developers.
448b9923
- Polish translation for word count validation message improves UI localization for content editors and is maintained by developers.
865d5e5e
- Japanese translation for Twig template validator improves user-facing validation messages used by content editors.
297a24dc
- Adding min/max in LengthValidator error messages enhances UX for content editors and is a developer change.
25e8c167
- Same improvement as above, affecting both developers and content editors.
77ab6ecc
- Bug fix for required options in validator affects validation behavior seen by content editors and is a developer fix.
8d5f3780
sebastian/diff (4.0.6 → 5.1.1)
- Link to security policy added, content usage and code change
2c9aad82
commerceguys/addressing (v1.4.2 → v2.2.4)
- Added address line 3 expands form fields; relevant to UI components used by content editors and API consumers (developers).
5db4c30b
- Show additional name field for patronymic countries introduces new UI element for content editors and developers.
0e0ab2b7
- Allows default values in address formats, affecting how address fields appear on pages and forms used by content editors.
f9007af0
- Adds option to disable postal code validation in AddressFormatConstraint, impacting form behavior for content editors.
74edab28
- Adds missing Indonesian provinces to address data, useful for content editors using address components.
431b0794
- Updates India subdivision names in the updater, ensuring accurate data for content editors.
fd8c6ce9
- Corrects Chile administrative area terminology from provinces to regions, affecting address data used by content editors.
975a6528
solarium/solarium (6.3.7 → 6.4.1)
- Introduces vector filters, a feature that can be used by content editors to filter content and by developers to implement the filtering logic.
02a3b688
ycloudyusa/y_lb (3.10.7 → 4.0.6-rc4)
- Upgrading y_camp for Drupal 11 compatibility impacts component usage by developers and content editors, and enhances platform functionality.
37f71e10
- Adding support for lb_claro introduces new UI/theme components relevant to developers, decision makers, and content editors.
6aed1a9a
- Option to override styles per node empowers content editors, requires developer implementation, and offers strategic customization capability.
f01e6bdf
- Entity builders in form build allow new info saving, affecting developers, deployment (site builder), and content editors using forms.
9791b7de
ezyang/htmlpurifier (v4.18.0 → v4.19.0)
- Adds safe iframe hosts option useful for content editors embedding iframes, enhances platform security, and is a developer change.
b5cbf0cc
- Adds CSS direction support for RTL languages, enabling content editors to set text direction and improving platform features.
63e631eb
- Expands default image width allowances, affecting content editors who upload images.
00a07484
- Defines option URI.AllowedSymbols, useful for content editors customizing URLs and platform configuration.
77ebd086
ycloudyusa/useless_machines (1.2 → 2.0.4)
- Removing the panel button from CKEditor alters the editor UI used by content editors, requires configuration changes for site builders, impacts developer code and overall platform feature set.
2472719c
ycloudyusa/y_lb_demo_content (3.4.5 → 4.0.0-beta4)
- Adds icon components to the Media Library UI, improving content editor experience while involving code changes.
24071476
🔧 For Site Builders
Installs, configures, and deploys YMCA Website Services platform
drupal/core (10.5.1 → 11.1.9)
- Ensures config entity langcode property does not change, impacting site configuration and deployment.
48ec1302
- Updated the update API to prevent major version upgrades from 10.4.0 to 11.0.0, affecting deployment and code.
2b1e0890
- Adds default vertical-align for table cells, improving UI consistency for content editors and affecting site builder styling.
9f5dc888
- Changes toolbar configuration action to avoid duplicate items, impacting UI components for editors and site builders; also a developer change.
cdac41d0
- Issue #3346707 involves significant changes in core; likely affecting developers and site builders.
66e74c95
- Adds revolt/event-loop dependency to core, a major architectural change impacting developers, site builders, and strategic decision makers.
d5a6567a
- Removed deprecated document.all in tabledrag.js, a bug fix affecting JavaScript functionality.
b008e50c
- Dependency update (open-telemetry/sem-conv) introduces deprecation breaking daily dependency runs.
47899c48
- Breaking changes in sebastianbergmann/comparator library for Drupal, requiring code adjustments.
de0c8701
- JavaScript files added by AJAX responses are only optimized in maintenance mode; affects performance.
1791c83a
- Twig/twig 3.11.0 introduces breaking changes for Drupal templating engine.
87f4dfdc
- PECL UUID implementation can return invalid UUIDs; bug impacting system stability.
4d37577e
- New throbber SVG images lack xmlns attribute; bug fix.
9bd4b2a6
- Adds validation constraints to system.logging, affecting code and configuration.
5c08461f
- Adds validation constraints to language.content_settings.., affecting configuration and code.
1b8cedce
- Creates flexible configuration, a feature relevant to deployment and strategic planning.
0e39184c
- Adds support for recipes to drupal/recommended-project and legacy-project, affecting developers and deployment.
72abc007
- Fixes navigation logo issue affecting UI and site configuration.
ebc77b09
- Adds static caching to layout temp store repository for performance improvements.
0e1da736
- Adds missing label key to navigation layouts YAML, impacting layout UI and site configuration.
ca4e5f23
- Adds validation constraints to image.style.*, affecting API and configuration.
49de33ad
- Adds zlib to required extensions for runtime requirement checks, impacting deployment.
58aafb87
- Removes deprecated moved_files entries in core, cleaning up code and config.
768b30e9
- Corrects mis-implementation of moved_files syntax in core.libraries.yml.
7402887b
- Removes remaining deprecated code from Drupal 11, cleaning up legacy code.
5fe90bbf
- Adds composer dependency on ext-zlib for runtime requirements.
64057821
- Adds new recipe and default content subsystems, providing new UI components for editors, requiring configuration for site builders, code changes for developers, and platform capabilities for decision makers.
8cab4c34
- Adds configuration setting to reposition comment form, relevant for site setup and developers.
4dccbe9f
- Adds PHP 8.3 requirement for Drupal 11.0.x, affecting deployment and code compatibility.
b6331db0
- Introduces lazy database creation for sessions, affecting deployment and performance.
e7017f6a
- New workspace should auto-switch; affects site configuration and requires implementation
c4d64828
- Adding packageManager key to core/package.json for corepack, relevant to deployment setup
cbc6c5e5
- Validation constraints added to search.settings affect site configuration and require code changes
9e7182f3
- Adds a Drupal Support link in the Olivero theme welcome text, improving UI for editors and requiring theme code changes.
fdda4128
- UI enhancement adding outline to active buttons; affects theme configuration and requires developer work.
87416478
- Adds configuration validation for weights used in blocks and filters, impacting site builder setup and code.
27a54eb6
- Adds an interface for operators() on Views, impacting developers using Views and potentially site builders.
6290bae4
- Removal of deprecated code from taxonomy module affects core system; developers maintain code and site builders need to be aware of changes for deployment.
efc03b35
- Deprecated code removal in system module impacts core functionality; relevant for developers and site builders during updates.
8da7cd4c
- Adding owner field to BlockContent entity type introduces new content management capability; developers, content editors, site builders, and decision makers benefit.
c4e09053
- Mechanism to skip processing entity types in workspaces enhances workflow control; developers, site builders, and decision makers find it useful.
ff7343d4
- Ensuring config installer sync status during field_field_config_create improves system stability; relevant for developers and site builders.
499d8e77
- Require array argument for AddCssCommand changes API usage; developers must adjust code, site builders need to update configurations.
846e584e
- Adding details to MigrateSkipRowException messages improves migration debugging; developers and site builders benefit.
10bd4b94
- Removal of deprecated non_lazy_route_enhancer and non_lazy_route_filter cleans core system; relevant for developers and site builders.
4ba1c840
- Removing deprecated ContextProvidersPass updates core architecture; developers and site builders need to be aware.
5ead2a17
- Removal of empty IE11 polyfill stub simplifies codebase; developers and site builders benefit from cleaner system.
6645ac94
- Removes deprecated code from block content module, system update.
41f4ce1f
- Adjusts Database API to remove deprecated Drupal 10 code in Drupal 11.
8cde52c9
- Removes deprecated code from Diff component, system update.
795e72a5
- Adds void returns for Symfony 7, system update.
02f2bb34
- Adds a new data type 'bytes' to the configuration schema, affecting how configurations are stored and used by developers and site builders.
191e88b5
drupal/core-composer-scaffold (10.5.6 → 11.1.9)
- Adds support for recipe files in drupal/recommended-project and drupal/legacy-project, enabling site builders to configure new setups, developers to extend or use recipes, and decision makers to see platform capability expansion.
79e3fcb1
drupal/admin_toolbar (3.6.1 → 3.6.2)
- Removes Core Update routes affecting configuration and deployment.
1e71df02
drupal/advanced_help_block (1.0.7 → 1.0.8)
- Adds missing dependency for Advanced Help Block requiring the Help module, enabling content editors to use the block, requiring site builders to install the module, and constitutes a developer-level bug fix.
a9d90031
drupal/libraries (4.1.0 → 4.1.1)
- Adds PHP 8.4 compatibility by addressing deprecation of implicit nullable default values, impacting platform deployment and maintenance.
e67c53a0
drupal/better_exposed_filters (6.0.6 → 7.1.0-beta4)
- Adds warning to status page about missing nouislider library, informs site builders and developers.
20fa1cca
- Adds composer.libraries.json for 7.x, relevant to site builders installing dependencies and developers customizing.
34a31a4b
- Creates mirror for external library dependency for composer support, relevant to site builders and developers.
381c81ab
- Same as previous commit; creates mirror for external library dependency for composer support.
9c0cd6a6
drupal/media_library_form_element (2.1.2 → 2.1.4)
- Deprecation of RenderElement in Drupal core affects code maintenance and deployment updates.
98b4d01a
drupal/csv_serialization (3.0.1 → 4.0.1)
- Fixes deprecated method usage in CSV serialization library, improving code compatibility with PHP 8.1.
11f675ba
- Replaces deprecated League\Csv\ByteSequence::BOF_UTF8 constant to avoid warnings, ensuring code stability.
feed0f8b
- Removes PHP 8.1 deprecated function warning by updating code, maintaining compatibility.
5322d4f7
drupal/openy_carnation (3.2.1 → 4.0.0-beta4)
- Adds jquery_legacy library for legacy scripts; developers implement code and site builders may update deployment/config.
a37f190c
- Introduces Bootstrap jQuery migrate tools, enabling new UI components; developers build features, site builders configure, content editors use components, decision makers see strategic improvement.
353e0d80
drupal/openy_gtranslate (1.0.8 → 2.0.0)
- Fixes Google Translate functionality in the legacy Carnation theme, requiring code changes (developer) and potential deployment of updated theme (site builder).
84deeef8
drupal/scheduler (2.2.1 → 2.2.2)
- Adds rules to trigger scheduler jobs on commit/merge request, affecting configuration and automation capabilities.
5e9592e4
drupal/webform (6.3.0-beta3 → 6.3.0-beta5)
- Adds minified flag to libraries.yml, affecting asset pipeline and deployment
1285584a
- Visual alignment issue affecting UI for forms, content editors and site builders
7227446b
- Performance loss due to cascading effect, affects deployment and performance
afa51110
- Removal of Add-ons feature; platform capability impact, deployment changes, strategic consideration.
893122a6
- Excessive memory usage during dynamic library build; concerns developers and site builders during deployment.
3b9c7f7c
- Improved remote_post handler to exclude inaccessible fields; relevant for developers, site builders configuring, and decision makers evaluating platform security.
d3b3fd6a
- Introduces Bootstrap theme support, affecting UI components, configuration, implementation, and platform capabilities.
d27c98d4
- Adds a new 'group_relation' entity type, requiring implementation, configuration, and strategic evaluation.
33c935de
- Changes duplicate submission permissions to allow editing own submissions; affects content editors, permission setup, implementation, and platform capabilities.
48fc5079
- Fixes schema mismatch between submission tables; developers need to adjust code, site builders may handle database migrations.
9d52f3c6
- Upgrade from 6.2.x to 6.3.x removes webform_shortcuts causing missing-module errors; site builders must manage upgrade, developers adjust code, decision makers evaluate upgrade impact.
2afb544f
- Introduces new permission for filtering and bulk actions on overview page; relevant to role configuration, code changes, and strategic feature assessment.
256f810b
- Same as commit 256f810b: new permission for filter and bulk action on overview page, affecting roles, code, and feature strategy.
03af8298
- Ensures data-options don't override existing config, affecting API behavior and configuration.
2bbf12a2
- Improves batch import of webform submissions, relevant for developers, deployment setup, and content editors using imports.
a91016d1
- Adds error message for SymfonyMailer plugin usage, affecting developer integration, site configuration, and form notifications.
708da243
- Fixes undefined function error in webform token handling, important for developers and deployment stability.
5b0d49e2
- Ensures variants do not override title/description, impacting content editors' form variants and developer code.
ed35905e
- Addresses warning in translation manager, relevant to developers and site configuration.
92d18cdf
- Performance improvement for field removal, affecting code performance, deployment, and content editors manipulating forms.
36e87386
drupal/openy_pef_gxp_sync (1.1.10 → 2.0.1)
- Adds a new dependency to composer.json which affects installation and code integration.
8a953b4e
- Adds drupal/openy_mappings as a dependency, impacting deployment and development work.
e3827a0c
drupal/ymca_sync (10.0.6 → 11.0.0)
- Composer.json update affects package dependencies, impacting build and deployment.
23b20c69
- Major Drupal core upgrade introduces new platform capabilities, requiring updates for developers, site builders, content editors, and strategic planning.
3e63f504
ycloudyusa/yusaopeny (10.5.0.1 → 11.1.0.0-beta4)
- Feature adjusts Drupal 11 compatibility, affecting core version and deployment.
bdda671b
- Introduces ws_outsiders module, enhancing platform capabilities and deployment configuration.
8d06f605
- Moves Drupal features to a fork within ws_outsiders, changing architecture and deployment setup.
13ebee60
- Forces specific Drupal core version; impacts deployment and development configuration.
3e5022ac
- Uses local_drupal11 branch from project, affecting deployment and development environment.
d209049c
- Removes failing or non-existent modules; cleanup for deployment and development.
64f13920
- Adds Drupal 11 development features; affects deployment and developer workflow.
87acb545
- Dependency update affecting system configuration.
9a64babc
- Updated version of ycloudyusa/y_lb dependency.
e0cdec71
- Added Drupal core composer scaffold component.
44770558
- Updated open-y-subprojects/openy_custom subproject.
20dafec6
- Bug fix patch for migrate_tools.
30edd6fa
- Added drupal/features component.
77786d83
- Removed symfony/dom-crawler dependency.
4882be5d
- Updated carnation subproject.
8db90769
- Updated carnation subproject (duplicate update).
68692b73
- Core Drupal upgrade affects system configuration, API compatibility, and overall platform capabilities.
6730ebc2
- Provides an upgrade path to Drupal 11, impacting deployment strategy and platform evolution.
3ea5e1b5
- Adds jquery-migrate to core jQuery, affecting front‑end compatibility and deployment dependencies.
13528e9e
symfony/polyfill-intl-grapheme (v1.31.0 → v1.33.0)
- Adds a new API function grapheme_str_split in Symfony's Intl polyfill, useful for developers handling Unicode strings. Site builders may need to update dependencies to support PHP 8.4 compatibility.
14c74360
symfony/dependency-injection (v6.4.23 → v7.4.0-RC2)
- Bug fix adding a custom autoloader for missing config classes impacts code and deployment
d1f7528f
- Feature enabling arrays or config-builders from config files changes API for developers and configuration handling for site builders
942cea70
- Adds ability to tag resources in any config format, affecting code and deployment configuration
5dc302bf
- Introduces JSON schema for validating YAML config files, a major feature relevant to developers, site builders, and decision makers
2d38f116
- Same as above – JSON schema for validating YAML config files, a major feature
e9c51de0
- Removal of deprecated SplObjectStorage calls cleans up code and may affect deployment
900da8a4
symfony/filesystem (v6.4.24 → v7.4.0-RC1)
- Removed backward compatibility layers for new methods and parameters; affects code architecture and deployment.
900b2f14
- Changed temporary file creation from uniqid() to safer approach; technical improvement requiring deployment updates.
c46c178f
symfony/http-foundation (v6.4.24 → v7.4.0-RC1)
- Adds global lower bounds to dependencies in CI, affecting build configuration.
3a978ec5
symfony/http-kernel (v6.4.23 → v7.4.0-RC2)
- Adds new share directory config and API method, useful for developers and site builders configuring deployments.
de4e609f
symfony/error-handler (v6.4.23 → v8.0.0-RC1)
- Adds CLI command to dump static error pages, useful for site builders during deployment and for developers customizing error handling; also a platform capability improvement.
f344b88b
symfony/var-dumper (v6.4.23 → v8.0.0-RC1)
- Update required PHP version; impacts deployment and platform compatibility.
ab6d26bc
- Remove Twig 2 support; impacts compatibility and deployment.
bcc3a2bc
symfony/mailer (v6.4.23 → v7.4.0-RC1)
- DSN param 'auto_tls' allows disabling STARTTLS in SMTP configuration; developers adjust code and site builders may configure this setting.
87877980
- Configuration added for DKIM and S/MIME signers, affecting deployment config.
871cf21c
- DSN param to enforce TLS/STARTTLS in mailer, config change.
879d6df4
- Adding MicrosoftGraph API transport; developer and site builder may need to configure.
7bde58cb
- CI dependency bounds change affecting deployment environment.
676b5e67
doctrine/lexer (2.1.1 → 3.0.1)
- Dropping PHP <8.1 support changes the platform's runtime requirements, impacting deployment configurations (site builder), code compatibility and architecture decisions (developer), and overall platform capabilities for strategic planning (decision maker).
c4f371c0
symfony/routing (v6.4.24 → v7.4.0-RC2)
- Adds JSON schema for validating and autocompleting YAML config files, improving configuration and platform capability.
23627610
- Same as above: adds JSON schema for YAML config validation, enhancing configuration and platform capability.
29106470
- Auto-register routes from attributes on controller services, a major feature for developers and site builders.
ec13b221
- Allows environment-specific route configuration in RoutesConfig trees, affecting configuration and deployment.
ba77be3a
symfony/serializer (v6.4.24 → v7.4.0-RC1)
- Adds JSON schema for validating YAML config files, impacting configuration setup
6837bf9e
symfony/validator (v6.4.23 → v7.4.0-RC1)
- JSON schema for YAML config validation aids site builders in configuration, developers add tooling, decision makers see improved configurability.
74e760ca
symfony/process (v6.4.24 → v7.4.0-RC1)
- Adds Laravel Herd PHP detection path, affecting deployment configuration and platform setup.
85dc2723
twig/twig (v3.20.0 → v3.22.0)
- Code change that reduces deprecation warnings, improving runtime behavior and deployment stability.
155d0faa
- Feature adding configuration keys for CommonMark extensions, enhancing API flexibility and deployment options, relevant to developers, site builders, and strategic planning.
5f2b1ee6
- Bug fix preventing errors when template info is guessed, enhancing runtime stability and deployment reliability.
98b664a0
guzzlehttp/psr7 (2.7.1 → 2.8.0)
- Adds PHP 8.5 support, impacting code compatibility for developers, deployment requirements for site builders, and platform capability considerations for decision makers.
b0b99b85
masterminds/html5 (2.9.0 → 2.10.0)
- Adds PHP 8.4 to CI config, affecting deployment and testing environment
dc8be119
pear/archive_tar (1.5.0 → 1.6.0)
- Adds support for older PHP5.4, affecting deployment compatibility and code adjustments.
bb299860
- Removes old PHP5 support and adds PHP8, impacting platform compatibility and development requirements.
bc24cf89
mck89/peast (v1.17.2 → v1.17.4)
- The commit marks a new release, which is relevant for deployment and strategic planning.
5440ff13
sebastian/diff (4.0.6 → 5.1.1)
- Dropped PHP 8.0 support, platform compatibility update
aa6da0de
- Added security policy, major platform feature
9e6751a8
commerceguys/addressing (v1.4.2 → v2.2.4)
- Bumping GitHub Actions checkout version updates CI/CD pipeline configuration.
3493cda8
doctrine/annotations (1.14.4 → 2.0.2)
- PHP version bump requires environment configuration changes, affects deployment and platform compatibility.
5ccddc60
- Adding psalm.xml to .gitattributes configures static analysis, relevant to deployment and developer tooling.
523bc8e7
doctrine/inflector (2.0.10 → 2.1.0)
- Introduces a new website schema validation workflow, requiring configuration/deployment and improving platform quality.
a0e4cd4b
ycloudyusa/y_lb (3.10.7 → 4.0.6-rc4)
- Updating dependencies to support y_lb 4 and Drupal 11 affects platform installation, code compatibility, and strategic platform capabilities.
a643ae9d
- Entity builders in form build allow new info saving, affecting developers, deployment (site builder), and content editors using forms.
9791b7de
ycloudyusa/yusaopeny_activity_finder (5.3.0 → 6.0.0)
- Replacing deprecated node-sass with sass updates the build dependency, impacting deployment and code compilation.
e2ce493c
- Adds Drupal 11 support to activity finder modules, affecting deployment on new platform versions and enhancing platform capabilities.
90605c24
ezyang/htmlpurifier (v4.18.0 → v4.19.0)
- PHP 8.4 support ensures compatibility for deployment and strategic decisions.
ff005f6e
- Docker files for dev environment aid site builders in setup; developers use them.
bdabc9b6
- Docker files ignored during installation help site builders avoid unnecessary files.
9f99c615
- PHP 8.5 support ensures compatibility for deployment and strategic planning.
1eb05d98
- Release commit indicates a new platform version; site builders need to update deployments, developers may pull the updated code.
b287d2a1
ycloudyusa/useless_machines (1.2 → 2.0.4)
- Uninstalling redundant Drupal modules reduces system overhead, improves configuration and stability; affects developers' code architecture, site builders' deployment setup, and decision makers' platform performance considerations.
d703f518
- Removing the panel button from CKEditor alters the editor UI used by content editors, requires configuration changes for site builders, impacts developer code and overall platform feature set.
2472719c
- Uninstalling unsupported modules improves system reliability and maintenance; relevant to site builders' configuration, developers' code base, and decision makers' platform stability.
fe59e491
ycloudyusa/y_lb_demo_content (3.4.5 → 4.0.0-beta4)
- Fixes a migration bug for partners block demo content, affecting deployment correctness and requiring developer fixes.
0a12d9f9
💻 For Developers
Builds features, contributes code, and customizes YMCA Website Services
drupal/core (10.5.1 → 11.1.9)
- Bug affecting visibility of newly added menu links, impacting content editors' ability to see menu items before publishing; developers need to fix it.
a77e5ed3
- Adds a new API for modules, enhancing platform capabilities; relevant for developers and decision makers evaluating strategic value.
fcc49e3b
- Adds a hook for altering entity form modes, an API change useful for developers.
fcafca2b
- Adds validation constraints to system date fields, affecting content editors and developers.
4053f045
- Fixes SQLite connection options conversion bug, affecting database internals.
fce26f74
- Ensures config entity langcode property does not change, impacting site configuration and deployment.
48ec1302
- Adjusts EntityAccessControlHandler behavior, a core security feature.
73a97cf5
- Resets default revision flag on duplicate content entities, affecting content management logic.
b2de8152
- Allows modules to hook into top of content section of new core navigation, a UI extension point.
6d278495
- Adds render caching for navigation render array, improving performance.
cacbe74b
- Fixes runtime error related to unspecified issue (likely bug).
2cfaabae
- Adds a maintainer to the serialization subsystem, a developer role.
f81963fe
- Fixes fatal TypeError in Extension system, a core bug.
0372fb2b
- Adds void return type to procedural alter hooks, improving code consistency.
3c751f06
- Deprecated method in views plugins replaced to maintain compatibility.
37d224d5
- Added return types to hook_update_N implementations for type safety.
1d629fe1
- Updated the update API to prevent major version upgrades from 10.4.0 to 11.0.0, affecting deployment and code.
2b1e0890
- Removed deprecated "spaceless" filter in core templates.
754ced85
- Implemented procedural hook short circuit per module or file for better code architecture.
c351bb37
- Caught potential exception when calling Request::create() in PathBasedBreadcrumbBuilder.
ed4d2ac5
- Provided Config Action to add new blocks to navigation from recipes, usable by editors and developers.
90406aa4
- Added array return to all hook_views_data and hook_field_views_data implementations.
4bcb237b
- Introduced an icon management API for content editors to use icons, while developers added the API.
a9db6605
- Added void return to all pageAttachments, pageTop and pageBottom hook implementations.
fc537128
- Adds filecache to OOP hook attribute parsing, an internal API improvement.
0b3e06f7
- Same as above; adds filecache to OOP hook attribute parsing.
b3803559
- Removes the createCopy action from EntityDisplayBase, affecting content editors' UI for copying entities and an API change.
80341a8c
- Stops calling node_add_body_field() from NodeTypeForm, altering default fields in new content types used by content editors and a code change.
d518cd48
- Adds last() function to ItemInterface/ItemList, an API enhancement for developers.
1cd878a8
- Provides a way for other modules to flag something (likely blocks or content), an API change for developers and possibly site builders.
a1db8ccf
- Adds a trait for forms that collect input on behalf of a recipe, an API feature for form developers.
2f638cb0
- Adds void return type to all hook_cron implementations, a coding style change for developers.
9acafe2c
- Adds missing @return types for StringTranslationTrait methods, improving API documentation for developers.
f99d1329
- *Adds void return type to all _alter hook implementations, a coding style change for developers.
919089fb
- Adds return type hints to hook_schema implementations, improving API type safety and code quality.
8201fc3a
- Adds void return type to all preprocess hook implementations, enhancing API consistency.
a28ce055
- Adds filecache to OOP hook attribute parsing, improving code architecture.
f0843d43
- Adds return types to UserCreationTrait, strengthening API type safety.
cb324402
- Converts procedural hook implementations to Hook classes, refactoring code architecture.
3a31a596
- Adds int return type to all hook_update_last_removed implementations, enhancing API consistency.
a5d57126
- Adds void return type to various hook_form_alter implementations, improving code quality.
87e523b2
- Adds void return type to all hook_entity_type_alter implementations, strengthening API consistency.
8a55e0d0
- Updates Implements hook comments for accuracy or adds missing ones, improving documentation.
8e4e9839
- Adds array return type to all hook_removed_post_updates implementations, enhancing API consistency.
8dfa661d
- Fixes deprecated OOP hooks handling in ModuleHandler, a core API bug relevant to developers.
18f89ca0
- Corrects return type on HookCollectorPass::collectAllHookImplementations(), affecting developers working with hook collections.
67720198
- Changes toolbar configuration action to avoid duplicate items, impacting UI components for editors and site builders; also a developer change.
cdac41d0
- Adds return typehint to DeprecatedServicePropertyTrait::__get(), improving core dependency injection API for developers.
b0db4fa1
- Fixes hook_module_implements_alter cache_flush procedural requirement, a core bug relevant to developers.
3be754e4
- Adds array return type to all hook_theme implementations, enhancing API consistency for developers.
9ef2ea71
- Adds void return type to hook_install and hook_uninstall implementations, a core API change for developers.
3aa87e67
- Issue #3346707 involves significant changes in core; likely affecting developers and site builders.
66e74c95
- Adds revolt/event-loop dependency to core, a major architectural change impacting developers, site builders, and strategic decision makers.
d5a6567a
- Removed deprecated document.all in tabledrag.js, a bug fix affecting JavaScript functionality.
b008e50c
- Dependency update (open-telemetry/sem-conv) introduces deprecation breaking daily dependency runs.
47899c48
- Breaking changes in sebastianbergmann/comparator library for Drupal, requiring code adjustments.
de0c8701
- JavaScript files added by AJAX responses are only optimized in maintenance mode; affects performance.
1791c83a
- Twig/twig 3.11.0 introduces breaking changes for Drupal templating engine.
87f4dfdc
- Added form class to summary in contact.module, affecting UI of forms for content editors.
fa4d1993
- PECL UUID implementation can return invalid UUIDs; bug impacting system stability.
4d37577e
- Added 'Is empty' and 'Is not empty' operators for filtering, useful for content editors.
75ae0d4d
- New throbber SVG images lack xmlns attribute; bug fix.
9bd4b2a6
- Adds validation constraints to system.logging, affecting code and configuration.
5c08461f
- Fixes deprecated Entity class references in code.
4ffd3eee
- Adds helper method for generating HTML placeholders, a code utility.
65f5ac35
- Improves exception message in createConnectionOptionsFromUrl(), a bug fix.
4ffe6c00
- Adds validation constraints to language.content_settings.., affecting configuration and code.
1b8cedce
- Removes adding an extension via a URL, a code change.
de8b03d5
- Adds support for recipes to drupal/recommended-project and legacy-project, affecting developers and deployment.
72abc007
- Bug fix: Umami content created in the same second.
324554b9
- Adds a module or feature ("Add m…"), which is a code-level change.
d85745b7
- Introduces validation constraints for the user.mail field, affecting data model and API.
8b65c455
- Requires access block library in BlockContentAccessControlHandler; a backend implementation change.
e72e0fd3
- Adds validation constraints to system.action. entities, modifying core functionality.*
71912c8f
- Adds validation constraints to language.entity.*, a technical update.
17bf277a
- Adds validation constraints to search.page. entities, affecting search functionality.*
c9c2e50d
- Creates an index on locales_location for type and name, a database optimization.
f5a1a23c
- Adds subsystem maintainers for Navigation; a configuration/maintenance change.
c9d05df6
- Adds validation constraints to user.role.*, updating role data model.
ced8f1e9
- Renames ensure_exists to createIfNotExists and camel-cases function names; code refactoring.
15b96a53
- Adds validation component or code change affecting core functionality.
3310b1fa
- Updates spell-check configuration, impacting content editing and developer settings.
b425ccb3
- Likely code modification or bug fix, though message truncated.
1d8507d2
- Bug fix in HtmlOutputLogger, improving logging functionality.
e4e47f2e
- Adds static caching to layout temp store repository for performance improvements.
0e1da736
- Adds support for custom YAML tag in YamlFileLoader, affecting developer code.
5b0b5bf2
- Adds validation constraints to image.style.*, affecting API and configuration.
49de33ad
- Adds zlib to required extensions for runtime requirement checks, impacting deployment.
58aafb87
- Removes deprecated moved_files entries in core, cleaning up code and config.
768b30e9
- Fixes mismatch between implementation and description for Drupal.Message.prototype.remove().
ced77c25
- Corrects mis-implementation of moved_files syntax in core.libraries.yml.
7402887b
- Fixes large gap of white space in Claro CSS for dropbutton items, affecting UI appearance.
5b061c9f
- Removes remaining deprecated code from Drupal 11, cleaning up legacy code.
5fe90bbf
- Adds composer dependency on ext-zlib for runtime requirements.
64057821
- Adds new recipe and default content subsystems, providing new UI components for editors, requiring configuration for site builders, code changes for developers, and platform capabilities for decision makers.
8cab4c34
- Removes deprecated methods in InputStreamUploadedFile, a code refactoring affecting developers.
e39062ed
- Removes incorrectly added method from InputStreamUploadedFile, bug fix for developers.
609ed2cb
- Adds cache tags to taxonomy_tid ViewsArgumentDefault plugin, code change affecting developers.
cf17933b
- Implements chaining for User::addRo…, refactoring code for developers.
dad4106d
- Fixes deprecated ReflectionMethod constructor in PHP 8.4, developer bug fix.
7de22287
- Large multi-author commit likely a bug fix or feature update affecting developers.
87619154
- Corrects padding on child menu items, UI issue for content editors and code change for developers.
3ea5423d
- Large multi-author commit likely a bug fix or feature update affecting developers.
0f7c6345
- Fixes deprecated string array keys in data provider methods, developer refactoring.
a1c0e56b
- Bug in Views UI action buttons causing layout shift; affects content editors using Views and developers fixing the issue.
afa13181
- Added validation constraints to core.menu.schema.yml; impacts menu creation for content editors and developers.
a8aec03f
- Removal of deprecated core code affects system stability and API usage.
78f4e11c
- Deprecated serialization component removed, impacting backend functionality.
1a889afc
- Type hints added to WebAssert methods improve code quality and debugging.
b7a11f6d
- Trait for file upload location enhances field handling in core logic.
67932252
- Fixes label and description likely affect UI elements seen by content editors; also a bug fix in code.
98ca9a14
- Adds configuration setting to reposition comment form, relevant for site setup and developers.
4dccbe9f
- Validation constraints added to image modules improve data integrity in core code.
f96ec551
- Legacy attributes removed and XML fixture naming standardized for module updates.
b136381b
- Alter hook addition modifies core behavior, a developer-level change.
e04c062b
- Validation constraints added to contact settings enhance form data handling.
7017ba13
- Removal of deprecated country call is a technical code change affecting developers.
cf7be165
- Large multi‑contributor issue likely involves bug fixes or feature changes, relevant to developers.
6e727b80
- Creation of enums and deprecation of constants is an API/architecture change for developers.
7e71fba3
- Adding return type hints to Composer‑inherit classes is a technical enhancement for developers.
ceb6154d
- Validation constraints on image settings affect content editors' configuration and are a developer change.
d0cc36ec
- Removal of deprecated SDC code is a maintenance fix for developers.
8b77186b
- Deprecated code removal in comment module is a technical update for developers.
c802640a
- Adding validation constraints to system.diff is an internal developer change.
6944c42f
- Removal of deprecated code in File module is a technical fix for developers.
94bbe550
- Adds support for tagged_iterator to YamlFileLoader, a technical change impacting code functionality.
e6a316b5
- Removes deprecated code from the shortcut module, a refactor that improves code quality.
35aceade
- Adds validation constraints to system.cron, enhancing configuration integrity.
fae8e584
- Adds PHP 8.3 requirement for Drupal 11.0.x, affecting deployment and code compatibility.
b6331db0
- Adds validation constraints to text.settings, improving data handling.
250b776e
- Provides deprecation/bc support for library-overrides when files are moved, a code maintenance change.
a45115a9
- Implements the new access policy API, adding platform capability and affecting strategic planning.
3698610c
- Replaces deprecated help_topics module with an obsolete stub, a code cleanup.
26ed6408
- Ensures published entities in a workspace return the workspace-specific revision, improving content management.
4c89783a
- Adds API requirement for DraggableListBuilderTrait, affecting code usage.
d2745192
- Removes deprecated translation wrapper, cleaning up core APIs.
b167d74a
- Eliminates deprecated node module functions, maintaining code quality.
c841aad1
- Cleans up Extension API by removing obsolete code.
f601a927
- Deletes deprecated ServiceIdHashTrait and related utilities.
74d5726d
- Removes outdated actions from node module, simplifying API.
ff9344c1
- Purges deprecated include file code to improve maintainability.
b52b09f0
- Updates Cache API by removing obsolete components.
86d49119
- Eliminates support for ContainerAwareInterface, streamlining dependency handling.
0f8531cc
- Introduces lazy database creation for sessions, affecting deployment and performance.
e7017f6a
- Bug fix for deprecated jQuery function affecting core code
19a71a3a
- Translations not visible in admin content overview, impacting content editors and requiring code fix
9d302e5d
- New workspace should auto-switch; affects site configuration and requires implementation
c4d64828
- CKEditor toolbar config issue affecting UI for content editors, needs code adjustment
15a01f56
- Linking behavior in CKEditor 5 affects content editing experience; requires fix
d4c8c21b
- Adding packageManager key to core/package.json for corepack, relevant to deployment setup
cbc6c5e5
- Void return added to Container::reset() is a technical API change
fd447f3e
- Creation of interface for overriding definitions, a code architecture change
544a27a0
- Validation constraints added to search.settings affect site configuration and require code changes
9e7182f3
- Removal of deprecated block module code is a technical cleanup
0886458a
- Bug fix preventing content creation with images in a workspace, affecting editors and requiring code changes.
62ccc2af
- Likely a bug or feature fix; no clear UI impact from the message.
611fb344
- Adds a Drupal Support link in the Olivero theme welcome text, improving UI for editors and requiring theme code changes.
fdda4128
- UI enhancement adding outline to active buttons; affects theme configuration and requires developer work.
87416478
- Adds configuration validation for weights used in blocks and filters, impacting site builder setup and code.
27a54eb6
- Creates a new component or feature (likely an API change); no UI impact indicated.
af2ddbad
- Code change or bug fix; message does not indicate UI or deployment changes.
2c2ca6bc
- Removal of deprecated trait is a code cleanup affecting developers only.
1dcdbb9f
- Adds an interface for operators() on Views, impacting developers using Views and potentially site builders.
6290bae4
- Removal of deprecated code from taxonomy module affects core system; developers maintain code and site builders need to be aware of changes for deployment.
efc03b35
- Deprecated code removal in system module impacts core functionality; relevant for developers and site builders during updates.
8da7cd4c
- Adding owner field to BlockContent entity type introduces new content management capability; developers, content editors, site builders, and decision makers benefit.
c4e09053
- Mechanism to skip processing entity types in workspaces enhances workflow control; developers, site builders, and decision makers find it useful.
ff7343d4
- Ensuring config installer sync status during field_field_config_create improves system stability; relevant for developers and site builders.
499d8e77
- Require array argument for AddCssCommand changes API usage; developers must adjust code, site builders need to update configurations.
846e584e
- Adding details to MigrateSkipRowException messages improves migration debugging; developers and site builders benefit.
10bd4b94
- Removal of deprecated non_lazy_route_enhancer and non_lazy_route_filter cleans core system; relevant for developers and site builders.
4ba1c840
- Removing deprecated ContextProvidersPass updates core architecture; developers and site builders need to be aware.
5ead2a17
- Removal of empty IE11 polyfill stub simplifies codebase; developers and site builders benefit from cleaner system.
6645ac94
- Adds file upload lock handling in FileUploadHandler, a technical bug fix.
bbc4baeb
- Adds fallback for DraggableListBuilder::getWeight() to handle NULL weight entities.
1224497e
- Removes deprecated code from block content module, system update.
41f4ce1f
- Adjusts Database API to remove deprecated Drupal 10 code in Drupal 11.
8cde52c9
- Removes deprecated code from Diff component, system update.
795e72a5
- Creates header component for Umami with JS, new UI component.
13a680ce
- Creates new SDC component for Umami Banner, new UI component.
7186f7f9
- Fixes deprecated array_slice usage in code.
302317ad
- Adds void returns for Symfony 7, system update.
02f2bb34
- Adds a new data type 'bytes' to the configuration schema, affecting how configurations are stored and used by developers and site builders.
191e88b5
drupal/core-composer-scaffold (10.5.6 → 11.1.9)
- Adds support for recipe files in drupal/recommended-project and drupal/legacy-project, enabling site builders to configure new setups, developers to extend or use recipes, and decision makers to see platform capability expansion.
79e3fcb1
drupal/admin_toolbar (3.6.1 → 3.6.2)
- Fixes MacOS keyboard shortcuts used by editors; code change.
0412425d
- Removes Core Update routes affecting configuration and deployment.
1e71df02
drupal/advanced_help_block (1.0.7 → 1.0.8)
- Adds missing dependency for Advanced Help Block requiring the Help module, enabling content editors to use the block, requiring site builders to install the module, and constitutes a developer-level bug fix.
a9d90031
drupal/libraries (4.1.0 → 4.1.1)
- Fixes a bug in the Libraries API that affects installation when no install profile is present.
19621134
- Adds PHP 8.4 compatibility by addressing deprecation of implicit nullable default values, impacting platform deployment and maintenance.
e67c53a0
drupal/better_exposed_filters (6.0.6 → 7.1.0-beta4)
- Adds option to hide exposed field labels, useful for content editors and implemented by developers.
278c293d
- Adds warning to status page about missing nouislider library, informs site builders and developers.
20fa1cca
- Adds composer.libraries.json for 7.x, relevant to site builders installing dependencies and developers customizing.
34a31a4b
- Adds minimum length validation, useful for content editors editing forms and implemented by developers.
2b3287f0
- Warns about deprecated Twig filter 'spaceless', relevant to developers updating code.
105dd68c
- Adds RTL support for slider filters, helpful for content editors and implemented by developers.
939d0c50
- Ensures title info only added if form element not empty, improving UI for content editors and code by developers.
c56869ed
- Creates mirror for external library dependency for composer support, relevant to site builders and developers.
381c81ab
- Same as previous commit; creates mirror for external library dependency for composer support.
9c0cd6a6
- Adds a new attribute; likely a technical change affecting code.
65909e19
- Introduces a CSS class for sort elements; mainly a UI tweak handled by developers.
50fc3df2
- Fixes random suffix issue in exposed filters; a bug fix requiring developer intervention.
ae918715
- Corrects session creation on reset button; technical bug resolution.
54de732e
- Adds HTML validation for disallowed attributes; code-level change.
a32a5a0c
- Enables auto-submit for sorts only; a UI behavior tweak handled by developers.
cdeb6297
- Adds warning on missing default value in resetForm(); developer-level feature.
d77a2d53
- Improves BEF multiple select links generation; a significant platform enhancement relevant to decision makers.
fa93f375
- Fixes broken checkboxes; bug fix requiring developer work.
5876c256
- Addresses compatibility issue with older filter definitions; a technical fix.
d7b328c5
- Adds accessibility improvements to form labels, enhancing user experience for editors; involves code changes affecting UI components.
dca6c148
- Repositions the JS range slider for cleaner UI and easier content editing; requires code adjustments to front‑end behavior.
c9fd8966
drupal/media_library_form_element (2.1.2 → 2.1.4)
- Deprecation of RenderElement in Drupal core affects code maintenance and deployment updates.
98b4d01a
- Adds support for integer and array default values, a technical feature relevant to developers building or customizing components.
68eb4ed9
drupal/captcha (2.0.7 → 2.0.9)
- Adds a data-nosnippet attribute around the captcha component to improve SEO and search engine snippet handling.
f40e0f59
drupal/csv_serialization (3.0.1 → 4.0.1)
- Fixes deprecated method usage in CSV serialization library, improving code compatibility with PHP 8.1.
11f675ba
- Replaces deprecated League\Csv\ByteSequence::BOF_UTF8 constant to avoid warnings, ensuring code stability.
feed0f8b
- Removes PHP 8.1 deprecated function warning by updating code, maintaining compatibility.
5322d4f7
drupal/inline_entity_form (2.0.0-rc10 → 3.0.0-rc21)
- Adds an accessibility label to a UI field used by content editors, and involves code changes.
23cd78d5
- Fixes incorrect bundle form display for users with limited permissions, affecting editor UI and requiring code adjustments.
d8419f6d
- Deprecates implicit nullable parameter usage in code, a technical change relevant to developers.
45bc6296
drupal/metatag (2.1.1 → 2.2.0)
- Adds new meta tag for fediverse:creator, enhancing platform capability.
fa211c54
- Introduces SVG icon meta tag enabling content editors to specify icons.
b6d61dea
- Adds placeholder <none> to clear inherited values, improving metadata control.
aa44d4ba
- Allows optional suffix after trimmed meta tags, enhancing flexibility.
85dfe411
drupal/migrate_tools (6.0.5 → 6.1.2)
- Adds ability to use all entity operations on the migration list builder, affecting API and developer usage.
13cae612
- Introduces new parameters in MigrateExecutable constructor, changing API for developers.
8c7029dd
drupal/openy_carnation (3.2.1 → 4.0.0-beta4)
- Adds jquery_legacy library for legacy scripts; developers implement code and site builders may update deployment/config.
a37f190c
- Introduces Bootstrap jQuery migrate tools, enabling new UI components; developers build features, site builders configure, content editors use components, decision makers see strategic improvement.
353e0d80
drupal/openy_gtranslate (1.0.8 → 2.0.0)
- Fixes Google Translate functionality in the legacy Carnation theme, requiring code changes (developer) and potential deployment of updated theme (site builder).
84deeef8
drupal/scheduler (2.2.1 → 2.2.2)
- Adds rules to trigger scheduler jobs on commit/merge request, affecting configuration and automation capabilities.
5e9592e4
- Implements static caching for SchedulerManager::getPlugins(), a code optimization.
89456f77
- Fixes deprecation of autoloading hooks in scheduler.tokens.inc, addressing a bug.
d8aa902f
- Adds caching improvements for SchedulerManager::getPlugins() and getEntityFormIds(), enhancing performance.
58172b63
- Ignores deprecated getSystemData() function, updating code to avoid deprecation warnings.
c4f9af05
drupal/webform (6.3.0-beta3 → 6.3.0-beta5)
- Adds minified flag to libraries.yml, affecting asset pipeline and deployment
1285584a
- Replace deprecated rgba() function, bug fix
04f7ca5f
- Add LegacyModuleImplementsAlter attribute annotation, developer-level change
c06d901d
- Remove deprecated dialogClass, bug fix
a6f2b49a
- Visual alignment issue affecting UI for forms, content editors and site builders
7227446b
- Add access check for notes operation, permission change impacting content editors
144913a0
- Autocomplete for date element improves accessibility UI, relevant to content editors and developers
7874e214
- Avoid addcslashes() deprecation warning during submission preview, bug fix
6a6dc6b9
- Performance loss due to cascading effect, affects deployment and performance
afa51110
- Bug about missing route; technical fix.
da13b381
- Accessibility violation in Tippy.js; code change needed.
12467387
- Dropbutton improvement requiring node/form IDs; technical implementation.
516877dc
- Adds link option to Terms of Service element, UI feature for editors and code change.
174cea37
- Allow custom data-options on elements; developer-level API change.
b085c3af
- Adds "titlecase" to spell-checker word list; internal configuration.
25861d14
- Justify content settings for WebformFlexbox element, UI improvement and code change.
7595248c
- Removal of Add-ons feature; platform capability impact, deployment changes, strategic consideration.
893122a6
- Option to add CSS class to fieldset legend element, UI tweak for editors and code update.
9ffede30
- Adds Spanish words to spell-checker list; internal configuration.
29ae0522
- Bug affecting submission list rendering; content editors see broken links, developers fix.
1cffb051
- Code cleanup removing 'use strict'; only relevant to developers.
1b35c12b
- Allows customizing file limit error messages; useful for content editors, implemented by developers.
9eb1fb52
- Bug where values not shown in submission display; affects content editors and requires developer fix.
afcb7fa9
- Issue disabling text format that cannot be reenabled; impacts content editors, fixed by developers.
0f9db91e
- Excessive memory usage during dynamic library build; concerns developers and site builders during deployment.
3b9c7f7c
- Conditional checkbox logic bug affecting form building; content editors notice, developers fix.
392af8d1
- Confusing file upload message when limit enabled; UI issue for content editors, fixed by developers.
c167ee6d
- File element with button option incorrectly invalidates uploads; affects content editors, requires developer fix.
af56ea0e
- Improved remote_post handler to exclude inaccessible fields; relevant for developers, site builders configuring, and decision makers evaluating platform security.
d3b3fd6a
- Adds a database index for performance improvement, affecting developers and strategic performance considerations.
15d416b2
- Fixes PHP implode error handling in EntityReferenceSelection, a technical code change.
e3f9bf74
- Same as above: PHP implode error fix for EntityReferenceSelection.
ab9be6b5
- Introduces Bootstrap theme support, affecting UI components, configuration, implementation, and platform capabilities.
d27c98d4
- Fixes entity reference field creation for taxonomy when only one bundle is selected; impacts developers and content editors using these fields.
7b8b76b1
- Adds a new 'group_relation' entity type, requiring implementation, configuration, and strategic evaluation.
33c935de
- Changes duplicate submission permissions to allow editing own submissions; affects content editors, permission setup, implementation, and platform capabilities.
48fc5079
- Fixes title display options for Date List element, impacting UI usage by content editors and code implementation.
3112ba15
- Overrides wizard previous/next labels to improve UI consistency; relevant to developers and content editors.
d6f7a56e
- Fixes error inconsistencies when deleting form elements after reordering, affecting form usage by content editors and code implementation.
f6681335
- Fixes telephone validation affecting form fields used by content editors; involves code changes.
d4dc5e73
- Adds US ZIP code validation for advanced address element, useful for forms created by content editors and requires code updates.
e2f907f5
- Ensures minimum items rule is respected in multi-value elements, impacting form configuration for content editors and code logic.
84dfe5c0
- Fixes schema mismatch between submission tables; developers need to adjust code, site builders may handle database migrations.
9d52f3c6
- Upgrade from 6.2.x to 6.3.x removes webform_shortcuts causing missing-module errors; site builders must manage upgrade, developers adjust code, decision makers evaluate upgrade impact.
2afb544f
- Ensures submissions are deleted when a webform is removed, affecting content management and requiring backend changes.
36247b0c
- Introduces new permission for filtering and bulk actions on overview page; relevant to role configuration, code changes, and strategic feature assessment.
256f810b
- Allows immediate purging of submissions after submission, useful for content editors managing data and involves backend logic.
dba0924f
- Same as commit 256f810b: new permission for filter and bulk action on overview page, affecting roles, code, and feature strategy.
03af8298
- Fixes bulk deletion failure due to random row order; impacts content editors using bulk delete and requires code fix.
3598f6b8
- Ensures data-options don't override existing config, affecting API behavior and configuration.
2bbf12a2
- Updates controller to support paragraph-based references, impacting code architecture and content reference handling.
57c24e6b
- Improves batch import of webform submissions, relevant for developers, deployment setup, and content editors using imports.
a91016d1
- Adds error message for SymfonyMailer plugin usage, affecting developer integration, site configuration, and form notifications.
708da243
- Fixes undefined function error in webform token handling, important for developers and deployment stability.
5b0d49e2
- Ensures variants do not override title/description, impacting content editors' form variants and developer code.
ed35905e
- Addresses warning in translation manager, relevant to developers and site configuration.
92d18cdf
- Performance improvement for field removal, affecting code performance, deployment, and content editors manipulating forms.
36e87386
drupal/openy_pef_gxp_sync (1.1.10 → 2.0.1)
- Adds a new dependency to composer.json which affects installation and code integration.
8a953b4e
- Adds drupal/openy_mappings as a dependency, impacting deployment and development work.
e3827a0c
drupal/ymca_sync (10.0.6 → 11.0.0)
- Composer.json update affects package dependencies, impacting build and deployment.
23b20c69
- Major Drupal core upgrade introduces new platform capabilities, requiring updates for developers, site builders, content editors, and strategic planning.
3e63f504
drupal/responsive_favicons (2.0.1 → 3.0.1)
- General improvements and fixes likely affect UI, content management, and underlying code.
e1f8ff8e
- Adding a suffix to icon URLs improves browser caching; mainly a technical code change.
d2d2ad5a
- New option for removing existing files in the upload folder is useful for content editors and involves code changes.
7eb319f1
- Option to keep tags even if icon files are missing affects content management UI and underlying logic.
018b7483
- Adding a project logo enhances the visual component for content editors; also requires code updates.
e29ee00e
- Warning message about cache-busting parameters removal is a UI improvement for editors and involves code changes.
4218e94e
drupal/lb_hero (1.5.0 → 1.5.4)
- Adds link attribute support, enabling content editors to customize links and developers modified the component code.
b8935699
ycloudyusa/yusaopeny (10.5.0.1 → 11.1.0.0-beta4)
- Feature adjusts Drupal 11 compatibility, affecting core version and deployment.
bdda671b
- Adds development-related features; primarily a developer change.
5c91318a
- Introduces ws_outsiders module, enhancing platform capabilities and deployment configuration.
8d06f605
- Adds inline_entity_form component for content editing; affects UI and development.
7ca36b94
- Moves Drupal features to a fork within ws_outsiders, changing architecture and deployment setup.
13ebee60
- Forces specific Drupal core version; impacts deployment and development configuration.
3e5022ac
- Uses local_drupal11 branch from project, affecting deployment and development environment.
d209049c
- Removes failing or non-existent modules; cleanup for deployment and development.
64f13920
- Updates media directories, impacting content management UI and backend code.
994a248a
- Adds Drupal 11 development features; affects deployment and developer workflow.
87acb545
- Dependency update affecting system configuration.
9a64babc
- Updated version of ycloudyusa/y_lb dependency.
e0cdec71
- Added Drupal core composer scaffold component.
44770558
- Updated open-y-subprojects/openy_custom subproject.
20dafec6
- Bug fix patch for migrate_tools.
30edd6fa
- Added drupal/features component.
77786d83
- Removed symfony/dom-crawler dependency.
4882be5d
- Updated carnation subproject.
8db90769
- Updated carnation subproject (duplicate update).
68692b73
- Enabled beta and RC releases for openy_carnation, strategic feature.
f5926031
- Core Drupal upgrade affects system configuration, API compatibility, and overall platform capabilities.
6730ebc2
- Provides an upgrade path to Drupal 11, impacting deployment strategy and platform evolution.
3ea5e1b5
- Fixes a UI issue in the MediaLibrary dialog that content editors rely on for media management.
4c71bf31
- Adds jquery-migrate to core jQuery, affecting front‑end compatibility and deployment dependencies.
13528e9e
- Bug fix for adding camp menu block, directly impacting content editors using blocks.
27139832
- Missing field in Layout Builder media addition affects content editors using layout builder.
80a40369
- Updating activity finder component enhances content editor functionality and requires developer updates.
ec6240c0
symfony/console (v6.4.23 → v7.4.0-RC2)
- Adds missing VERBOSITY_SILENT case in CommandDataCollector, a console API change.
c28ad914
- Adds support for Cursor helper in invokable commands, an API enhancement.
36cbedff
- Feature adds interactive invokable commands with #[Interact] and #[Ask] attributes; enhances platform capabilities for developers and could be evaluated strategically.
cd2f31f1
- Same feature as above, adding interactive command support.
617f500b
- Bug fix ensuring terminal usability after termination signal.
80f8c48c
- Adds optional timeout for human interaction in QuestionHelper, a console helper improvement.
671639a4
- Adds #[Input] attribute to support DTOs in commands, an API change.
525f69f6
- Adds phpdoc for return type of subscribed signals, documentation enhancement.
dc8d57e6
- Bug fix restoring SHELL_VERBOSITY after command execution.
53a85282
- Adds getter for the original command "code" object, a console API change.
263db9fc
- Adds getter for original command code object in Console, a developer-level API change.
123fe4dd
- Same as above, adds getter method to Console, developer-level change.
2169188e
- Improves error messages in Questionhelper, developer-level enhancement.
d3709f93
- Fixes TreeHelper::addChild bug when string provided, developer-level bug fix.
1c43dcd7
- Same as above, bug fix in Console TreeHelper.
b4ee0d4d
- Fixes retry bypass for UnrecoverableExceptionInterface in RunCommandMessageHandler, developer-level bug fix.
0a90e686
symfony/string (v6.4.24 → v8.0.0-RC1)
- Introduces new locale-aware casing methods, enhancing API and platform capabilities.
2172dad9
- Feature implementation of locale-aware casing methods; adds functionality to the library.
0cf71450
- Adds WORD_STRICT mode to truncate method, extending API features.
25ad779f
- Introduces TruncateMode mode to truncate methods, enhancing string manipulation capabilities.
670e18c4
- Bug fix for truncating in WordBefore mode; improves reliability of API.
af689ccf
- Adds Spanish inflector with rules, expanding language support and platform features.
f1f4d05d
- Adds kebab() method to AbstractString, adding new string transformation capability.
8133473e
- Feature implementation of kebab() method; enhances API and platform functionality.
ae7e1061
- Adds pascal() method to AbstractString, providing new string transformation feature.
16341141
- Deprecation of __sleep/wakeup in string implementation affects API usage for developers.
68acca99
- Deprecation of __sleep/wakeup in GenericMetadata implementation impacts developer code.
eb940c91
- Deprecation of __sleep/wakeup in AbstractPart implementation affects developers using Mime classes.
3ba35cbf
symfony/polyfill-intl-grapheme (v1.31.0 → v1.33.0)
- Adds a new API function grapheme_str_split in Symfony's Intl polyfill, useful for developers handling Unicode strings. Site builders may need to update dependencies to support PHP 8.4 compatibility.
14c74360
symfony/dependency-injection (v6.4.23 → v7.4.0-RC2)
- Bug fix adding a custom autoloader for missing config classes impacts code and deployment
d1f7528f
- Feature enabling arrays or config-builders from config files changes API for developers and configuration handling for site builders
942cea70
- Allows multiple AsDecorator attributes, a developer‑level API change
b1c766ee
- Adds ability to tag resources in any config format, affecting code and deployment configuration
5dc302bf
- Introduces JSON schema for validating YAML config files, a major feature relevant to developers, site builders, and decision makers
2d38f116
- Same as above – JSON schema for validating YAML config files, a major feature
e9c51de0
- Removal of deprecated SplObjectStorage calls cleans up code and may affect deployment
900da8a4
- Adds $target argument to registerAliasForArgument, a developer‑level API change
4fdd47eb
- Same as above – adds $target argument to registerAliasForArgument
c1ad4533
- Uses php-serialize to dump container for debug/lint commands, a developer‑level feature
40d1ce56
symfony/var-exporter (v6.4.24 → v8.0.0-RC1)
- Adds type hints to public/protected properties, affecting API usage.
ba8bedec
- Drops support for partially initialized lazy objects, changing API behavior.
a546e8d1
- Allows reinitializing lazy objects with new initializer, an API change.
ea260e7b
- Removes deprecated calls to SplObjectStorage methods, refactoring code.
4cc55530
- Adds support for exporting named closures, extending API functionality.
374e1b00
symfony/event-dispatcher (v6.4.24 → v7.4.0-RC1)
- Adds type hints to public and protected properties, improving code quality and API usage.
c459b40f
- Removes deprecated calls to SplObjectStorage methods, enhancing code reliability for developers.
b0cf3162
- Adds support for union types on AsEventListener, improving event listener API for developers.
899a660f
symfony/filesystem (v6.4.24 → v7.4.0-RC1)
- Removed backward compatibility layers for new methods and parameters; affects code architecture and deployment.
900b2f14
- Added readFile() method to Filesystem API, a developer-facing feature.
40f7a3ad
- Changed temporary file creation from uniqid() to safer approach; technical improvement requiring deployment updates.
c46c178f
symfony/finder (v6.4.24 → v7.4.0-RC1)
- Adds type hints to public/protected properties, a code-level change affecting the library's API.
fa965929
- Improves PHPDoc type information for Finder component, an internal refactoring that impacts developers only.
c1a41e8e
symfony/http-foundation (v6.4.24 → v7.4.0-RC1)
- Adds new API methods to HttpFoundation for overriding HTTP methods.
b49cc7d1
- Introduces a property listing allowed HTTP method overrides in HttpFoundation.
e9b1d43b
- Improves Request::createFromGlobals() by using request_parse_body when possible.
f9b8417c
- Adds a new attribute #[IsSignatureValid] to HttpKernel for signature validation.
155a7afc
- Fixes error handling when a directory path points to a file in HttpFoundation.
034d5d53
- Adds global lower bounds to dependencies in CI, affecting build configuration.
3a978ec5
- Fixes backward compatibility break introduced in #61267 and defines structured suffix formats as constants.
73c7f621
- Adds new MIME type mappings to HttpFoundation's getMimeTypes() method.
034e4829
- Adds support for the QUERY HTTP method across HttpFoundation, HttpKernel, and WebProfilerBundle.
698bc94b
- Deprecation of __sleep/__wakeup methods in AbstractPart affects developers using the HTTP foundation library for custom code.
ce39711e
symfony/http-kernel (v6.4.23 → v7.4.0-RC2)
- Bug fix for StreamedResponse chunk support in HttpKernelBrowser.
a369024f
- Adds new share directory config and API method, useful for developers and site builders configuring deployments.
de4e609f
- Feature to collect dumps during console profiling; relevant to developers.
b762004c
- Bug fix refining Vary header handling; developer focus.
6b9ab1a0
- Removal of signer configuration via IsSignatureValid attribute; developer change.
4e1be73e
- Adds IsSignatureValid attribute for signature validation; developer feature.
e129d986
- Bug fix handling array vary header in HTTP cache store; developer focus.
5be86590
- Bug fix for MapUploadedFile throwing exception on empty files array; developer focus.
50e7be24
- Adds support for QUERY HTTP method in HttpFoundation and WebProfilerBundle; developer feature.
0760fd3d
- Deprecates an API feature for MIME part serialization, impacting developers who use AbstractPart implementations.
2d616d7e
- Deprecates an API feature for validator metadata serialization, affecting developers using GenericMetadata implementations.
af063f57
- Deprecates an API feature for string serialization, impacting developers who use string implementations.
8beb7e94
- Removes deprecated calls to SplObjectStorage methods, a maintenance change that affects developers using this storage class.
d77a209c
symfony/error-handler (v6.4.23 → v8.0.0-RC1)
- Feature adds support for non-empty-string/non-empty-list when patching return types, enhancing error handling capabilities useful for developers and strategic planning.
422c8d8d
- Adds CLI command to dump static error pages, useful for site builders during deployment and for developers customizing error handling; also a platform capability improvement.
f344b88b
symfony/var-dumper (v6.4.23 → v8.0.0-RC1)
- Update required PHP version; impacts deployment and platform compatibility.
ab6d26bc
- Remove backward-compatibility layers; code maintenance.
38f7a35f
- Clean up deprecated code; maintain library.
5651b3b4
- Add type hints for better code quality.
29640583
- Remove Twig 2 support; impacts compatibility and deployment.
bcc3a2bc
- Add default message to dd; improves debugging.
654cb58c
- Feature addition: default message for dd function.
bd5a3025
- Add support for new DOM extension classes; library enhancement.
0950cebe
- Adjust namespaces to accommodate new DOM extension classes.
eb2c4ea3
- Handle new DOM HTMLElement class in var-dumper; code update.
c33d4205
- Adds support for amphp/http-client v5, a technical API change
a9f7f10b
- Adds support for virtual properties in VarDumper
db014dc3
- Feature #57833: adds support for virtual properties in VarDumper
70171f7b
- Adds caster for AddressInfo objects in VarDumper
34035786
- Adds caster for Socket instances in VarDumper
de6124d6
- Adds casters for object-converted resources in VarDumper
f3961425
- Removes deprecated Application::add() methods in Console/FrameworkBundle
01c3819f
- Adds support for adding more default castors to AbstractCloner::addDefaultCasters()
074341c9
- Removes deprecated resource casters in VarDumper
8a73d0be
- Internal refactoring to remove duplicate default caster for Socket in the VarDumper library; developers may need to be aware of API changes.
45827514
- Adds new feature allowing developers to add more default casters via AbstractCloner::addDefaultCasters(); relevant for code customization.
2d19238a
- Cleanup of deprecated calls in SplObjectStorage; a bug fix affecting the library used by developers.
c6cd9248
symfony/mailer (v6.4.23 → v7.4.0-RC1)
- Removal of deprecated code paths cleans up the mailer library; developers maintain the code.
ff357d80
- Adding type hints improves code quality and readability; developers benefit.
52ebf0dc
- Azure bridge adds new mail delivery capability to platform; developers implement API changes, decision makers evaluate the new feature.
19db4292
- Support for Azure/Resend in exception handling enhances error reporting; developer improvement.
2f4ca90d
- DSN param 'auto_tls' allows disabling STARTTLS in SMTP configuration; developers adjust code and site builders may configure this setting.
87877980
- Timestamp added to debug logs improves troubleshooting; developer.
bfccafa8
- Allowing users with recipients defined in EnvelopeListener provides flexibility; developer.
eb2ca0cc
- Mailomat bridge adds new mail delivery integration; developers implement, decision makers consider platform expansion.
92943ae6
- Same as above but flagged feature request; developer and decision maker.
1853eb7d
- Postal mailer implementation introduces new mail delivery method; developer and decision maker.
b2720aa3
- Adds a new mailer implementation (Postal) which introduces significant platform functionality.
8b2fb264
- Introduces a new Sweego Mailer Bridge, expanding email service options.
2cf98fa0
- Adds a Mailtrap bridge, providing another testing email service integration.
c455af38
- Creates accessors to determine usage of SMTPUTF8 extension, improving code flexibility.
eaa68be3
- Implements logic to send messages with SMTPUTF8 when supported, enhancing email compatibility.
75a9583c
- Adds a retry_period option for email transport configuration.
29c39e6d
- Adds an AhaSend Bridge, adding another email service integration.
0f836d77
- Same as above: feature #58698 adds AhaSend Bridge, expanding platform capabilities.
7ec706b6
- Adds missing retry_period DSN option for email transport configuration.
8c391b08
- Adds and uses Dsn::getBooleanOption in notifier, improving code functionality.
3f0bd904
- Technical mailer change adding DSN option for IPv4 binding.
44e73172
- Configuration added for DKIM and S/MIME signers, affecting deployment config.
871cf21c
- DSN param to enforce TLS/STARTTLS in mailer, config change.
879d6df4
- Support for translatable subject in TwigBridge enabling content editors to set translated email subjects.
5c4bb1cb
- Same as above: support for translatable subject in TwigBridge.
08d9a42a
- Adding MicrosoftGraph API transport; developer and site builder may need to configure.
7bde58cb
doctrine/lexer (2.1.1 → 3.0.1)
- Dropping PHP <8.1 support changes the platform's runtime requirements, impacting deployment configurations (site builder), code compatibility and architecture decisions (developer), and overall platform capabilities for strategic planning (decision maker).
c4f371c0
symfony/mime (v6.4.24 → v7.4.0-RC2)
- Adds new functionality for custom MIME encoders, affecting the API.
d0585553
- Same feature as commit d0585553; adds support for custom MIME encoders.
ee360536
- Introduces new accessors to determine SMTPUTF8 usage, an API change.
e6bf54be
- Updates the Address class, likely a bug fix or small API tweak.
9e0e1061
symfony/routing (v6.4.24 → v7.4.0-RC2)
- Removal of backward compatibility layers changes the routing API; developers need to adjust code.
40c7bb5d
- Removal of Doctrine annotations support alters routing capabilities; developers and decision makers should be aware.
73615d30
- New routing syntax
{foo:bar}adds functionality for mapping parameters to request attributes, impacting platform capabilities.91479c48
- Adding UID_RFC9562 constant enhances routing requirement patterns; developers need to use it.
df460a34
- Adding MONGODB_ID regex improves routing requirement patterns; relevant for developers.
5801dd9d
- Adding alias in
{foo:bar}syntax expands routing flexibility, affecting platform capabilities.6accdb7d
- Adds alias syntax in route parameters, a routing API change affecting developers.
5d4973c3
- Allows query-specific parameters via
_queryin UrlGenerator, developer-level feature.c2f19998
- Enables creating request context with parameters directly, a routing API change for developers.
782a740b
- Adds JSON schema for validating and autocompleting YAML config files, improving configuration and platform capability.
23627610
- Same as above: adds JSON schema for YAML config validation, enhancing configuration and platform capability.
29106470
- Auto-register routes from attributes on controller services, a major feature for developers and site builders.
ec13b221
- Allows environment-specific route configuration in RoutesConfig trees, affecting configuration and deployment.
ba77be3a
symfony/serializer (v6.4.24 → v7.4.0-RC1)
- Bug fix in Serializer affecting code behavior
21269417
- Adds a new context option for XML encoder, a technical feature
56d1da3b
- Introduces a new serialization attribute annotation, developer-focused
406d2dcf
- Adds a new serialization attribute annotation, developer-focused
696bbf1c
- Bug fix dealing with asymmetric visibility for properties
0637155b
- Adds JSON schema for validating YAML config files, impacting configuration setup
6837bf9e
- Deprecates __sleep/wakeup on string implementations, a technical change
196fb821
- Bug fix handling invalid mapping type property type in Serializer
91b01d65
- Adds new XML serialization feature (CDATA_WRAPPING_NAME_PATTERN) affecting code that developers use.
c9f75d52
- Same feature as above, adding CDATA wrapping support to XmlEncoder.
ed9ba964
- Extends AttributeLoader prefix recognition, a code-level change relevant to developers.
16cb4ac4
symfony/validator (v6.4.23 → v7.4.0-RC1)
- Adds Indonesian translations for UI messages, useful for content editors and maintained by developers.
448b9923
- Bug fix in validator handling Doctrine-style options; relevant to code maintenance.
94b1a714
- Fixes incorrect value on AbstractComparison constructor; developer concern.
46111e5a
- Polish translation for word count validation message improves UI localization for content editors and is maintained by developers.
865d5e5e
- Deprecates implicit constraint option names in YAML/XML mapping; a change to API usage for developers.
4f9b77c9
- Adds option to allow ANY protocol in Assert\Url constraint; developer feature.
012b1213
- Introduces ExtendsValidationFor attribute for new constraints, enhancing extensibility for developers and strategic platform capabilities.
9cc995d7
- Same feature as above; ExtendsValidationFor adds flexibility to validators.
249bb3b3
- Adds Video constraint for validating video files, expanding platform capabilities and developer functionality.
af2056bc
- JSON schema for YAML config validation aids site builders in configuration, developers add tooling, decision makers see improved configurability.
74e760ca
- Deprecation of __sleep/wakeup on AbstractPart affects API usage for developers.
dfa835d9
- Deprecation of __sleep/wakeup on GenericMetadata changes validator internals, relevant to developers.
0c0fcbda
- Removal of deprecated no-op function calls cleans up code for PHP8.5, a developer concern.
22d2015e
- Deprecation of passing choices as $options to Choice constraint alters validator API, developer focus.
60c962ab
- Japanese translation for Twig template validator improves user-facing validation messages used by content editors.
297a24dc
- Adding min/max in LengthValidator error messages enhances UX for content editors and is a developer change.
25e8c167
- Same improvement as above, affecting both developers and content editors.
77ab6ecc
- Marking UniqueEntity options as deprecated changes validator API, developer concern.
a23b5201
- Bug fix for required options in validator affects validation behavior seen by content editors and is a developer fix.
8d5f3780
- Adds missing Polish plural form for filename length validator, improving validation logic used by developers.
837a2288
- Deprecates handling options in base Constraint class, affecting API usage for developers.
67a846a3
symfony/process (v6.4.24 → v7.4.0-RC1)
- Adds type hints to public and protected properties, improving code quality.
8d97ce8e
- Introduces a new feature that allows ignoring signals during process execution, impacting platform capabilities and deployment behavior.
14730a20
- Bug fix:
ExecutableFinder::addSuffix()has no effect, improving the Process component's functionality.f7456b85
- Security improvement: replaces
uniqid()withrandom_bytes()for identifier generation.bb0a8b77
- Adds Laravel Herd PHP detection path, affecting deployment configuration and platform setup.
85dc2723
- Adds
fromShellCommandlinetoRunProcessMessage, enhancing Messenger Process functionality.2b42be26
- Adds missing return type for docblock Closure, improving code documentation and quality.
7ca8dc2d
symfony/yaml (v6.4.24 → v7.4.0-RC2)
- Adds precise types for Yaml flags, a technical API change relevant to developers.
14a66d35
- Unifies –format handling in commands; major feature affecting platform usage, relevant to developers and decision makers.
4c5e2378
- Adds support for dumping null as empty value via flag; technical API change.
606d725c
- Adds compact nested mapping support to Dumper; technical feature.
b5176af9
- Bug fix for Yaml::DUMP_COMPACT_NESTED_MAPPING not applying to sequences; developer relevant.
491c6ac3
- Adds flag to enforce double quotes on string values; technical API change.
a2f18c22
- Feature adding DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag; major feature for platform capabilities, relevant to developers and decision makers.
54005e38
- Deprecates __sleep/wakeup on AbstractPart; developer relevant.
31cc125a
twig/twig (v3.20.0 → v3.22.0)
- Introduces operator classes replacing arrays, altering API and code architecture.
df877a1d
- Moves operator definitions to objects, improving internal representation.
1ea5ac60
- Adds proper prefix spread operator feature.
3964aeba
- Same as above; adds prefix spread operator.
640b382a
- Re-add mixed return type, a bug fix or API change.
5f6c67f8
- Simplifies Error implementation, refactoring error handling.
d10bcadd
- Code change that reduces deprecation warnings, improving runtime behavior and deployment stability.
155d0faa
- Feature adding configuration keys for CommonMark extensions, enhancing API flexibility and deployment options, relevant to developers, site builders, and strategic planning.
5f2b1ee6
- Code refactoring adding use statements for proper class references, improving code quality and type safety.
8c789527
- Bug fix preventing errors when template info is guessed, enhancing runtime stability and deployment reliability.
98b664a0
guzzlehttp/psr7 (2.7.1 → 2.8.0)
- Adds PHP 8.5 support, impacting code compatibility for developers, deployment requirements for site builders, and platform capability considerations for decision makers.
b0b99b85
masterminds/html5 (2.9.0 → 2.10.0)
- Adds PHP 8.4 to CI config, affecting deployment and testing environment
dc8be119
- Fixes php-cs-fixer remarks, a code style improvement
9e650079
pear/archive_tar (1.5.0 → 1.6.0)
- Adds support for older PHP5.4, affecting deployment compatibility and code adjustments.
bb299860
- Removes old PHP5 support and adds PHP8, impacting platform compatibility and development requirements.
bc24cf89
sebastian/diff (4.0.6 → 5.1.1)
- Removed deprecated attribute, API change
aa4ff791
- Dropped PHP 8.0 support, platform compatibility update
aa6da0de
- Avoid deprecated/removed attributes, code cleanup
720f9b00
- Link to security policy added, content usage and code change
2c9aad82
- Implemented diff line methods, API enhancement
8c8dbdbb
- Implemented IteratorAggregate interface, code feature
8bf1d7fe
commerceguys/addressing (v1.4.2 → v2.2.4)
- Relaxed type hints in a PHP file to fix runtime errors, a technical code change.
5f23f663
- Removed deprecated code from the repository, a cleanup and bug‑fix.
516da8b8
- Corrected administrative area type for France to 'region', updating backend data.
17fcb0ff
- Removed sorting codes from French territories, a code cleanup.
8f1d2d66
- Made the region field required for Turkey in address data, altering backend validation.
242aa104
- Added missing ISO codes for two Taiwan subdivisions, updating address data.
04c8ec7a
- Added four additional subdivisions to KR-50, extending address data.
b2c35fca
- Added Zimbabwe provinces, enhancing the address dataset.
b10f747b
- Added missing Brazilian municipality to the address data.
b0012429
- Further improvements to Philippine subdivisions, fixing #155 in the dataset.
48a0e531
- Updated ISO codes for CN subdivisions improves address accuracy for developers using the API and expands coverage for decision makers.
0f0866b3
- Added subdivisions for Costa Rica (CR) and Estonia (EE) increases country support for developers and strategic coverage for decision makers.
7769755a
- Removed sorting code from BL, NC, RE formats fixes data formatting bug for developers.
b1781653
- Added address line 3 expands form fields; relevant to UI components used by content editors and API consumers (developers).
5db4c30b
- Show additional name field for patronymic countries introduces new UI element for content editors and developers.
0e0ab2b7
- Fixed wrong type hints corrects code type safety; developer only.
2f4cbde6
- Simplified constructors improves code maintainability; developer only.
e521d238
- Added subdivisions for Honduras (HN) expands coverage for developers and decision makers.
003128fb
- Added subdivisions for Barbados (BB), Micronesia (FM), Kiribati (KI), Panama (PA) expands coverage for developers and decision makers.
7aed0770
- Changed administrative area type to region for BY/UA/RU improves data consistency; developer and decision maker.
d2eba5a0
- Removal of administrative area field for specific countries modifies address data model.
4cbd92d1
- Same removal of administrative area field for other country codes, affecting API.
0cf03147
- Adding new administrative areas for Paraguay updates address format and data model.
a10be69d
- Adds punctuation to PY/UY formats per UPU, a code change in formatting logic.
df10ee21
- Allows Symfony 7 for dev dependencies, a framework update affecting backend code.
62af482b
- Uppercasing address lines logic change in formatting code.
861de87d
- Switches locality type to Town/City for New Zealand, affecting data mapping.
de88e596
- Rebuilds address format logic for Kazakhstan, a code refactor.
32ba3776
- Adds subdivisions for Kazakhstan to address data model.
843435b5
- Allows default values in address formats, affecting how address fields appear on pages and forms used by content editors.
f9007af0
- Adds option to disable postal code validation in AddressFormatConstraint, impacting form behavior for content editors.
74edab28
- Adds missing Indonesian provinces to address data, useful for content editors using address components.
431b0794
- Updates India subdivision names in the updater, ensuring accurate data for content editors.
fd8c6ce9
- Corrects Chile administrative area terminology from provinces to regions, affecting address data used by content editors.
975a6528
doctrine/collections (2.3.0 → 2.4.0)
- Adds a cautionary note about using non-scalar values in
matching()expressions, an API change that developers need to be aware of.5765c3c6
- Addresses existing deprecations in the Doctrine Collections library, a code update relevant for developers.
201c66f2
doctrine/annotations (1.14.4 → 2.0.2)
- Removal of deprecated APIs impacts code usage and maintenance.
6d492921
- PHP version bump requires environment configuration changes, affects deployment and platform compatibility.
5ccddc60
- Removing a deprecated method is an API change affecting developers.
7a95b3bf
- Providing hints for using PsrCachedReader improves code usage for developers.
7d2d4e95
- Adding psalm.xml to .gitattributes configures static analysis, relevant to deployment and developer tooling.
523bc8e7
league/csv (9.24.1 → 9.27.1)
- Bug fix ensuring DOMDocument::createTextNode() receives a string.
be8fcb02
- Adds ndjson support in JsonConverter, enhancing data conversion capabilities.
1afbb9a9
- Introduces TabularDataProvider and TabularData support on Converters, expanding API features.
45932246
- Adds TabularDataProvider and TabularData support on Writer, improving data output options.
db834f07
- Improves AbstractCsv::download implementation, a code enhancement.
128e5419
doctrine/inflector (2.0.10 → 2.1.0)
- Adds Esperanto language support to the inflector, a code change that enhances multilingual capability.
8c7ae9c2
- Introduces a new website schema validation workflow, requiring configuration/deployment and improving platform quality.
a0e4cd4b
- Adds Italian inflection rules to the library, a code update affecting multilingual support.
d3a8df8f
- Updates irregular word list with 'alga', a minor code change that refines inflection accuracy.
5256968f
consolidation/annotated-command (4.10.1 → 4.10.4)
- Bug fix affecting fputcsv API, relevant to developers.
0cf112da
solarium/solarium (6.3.7 → 6.4.1)
- Adds CBOR support for update queries, an API-level change affecting code architecture and technical functionality.
321a1ccf
- Introduces vector filters, a feature that can be used by content editors to filter content and by developers to implement the filtering logic.
02a3b688
setasign/fpdi (v2.6.3 → v2.6.4)
- Bug fix in code preventing PHP warning by adding a check for false return value of readBytes()
555d0952
ycloudyusa/y_lb (3.10.7 → 4.0.6-rc4)
- Updating dependencies to support y_lb 4 and Drupal 11 affects platform installation, code compatibility, and strategic platform capabilities.
a643ae9d
- Upgrading y_camp for Drupal 11 compatibility impacts component usage by developers and content editors, and enhances platform functionality.
37f71e10
- Adding support for lb_claro introduces new UI/theme components relevant to developers, decision makers, and content editors.
6aed1a9a
- Option to override styles per node empowers content editors, requires developer implementation, and offers strategic customization capability.
f01e6bdf
- Entity builders in form build allow new info saving, affecting developers, deployment (site builder), and content editors using forms.
9791b7de
ycloudyusa/yusaopeny_activity_finder (5.3.0 → 6.0.0)
- Replacing deprecated node-sass with sass updates the build dependency, impacting deployment and code compilation.
e2ce493c
- Fixes a deprecated exception by adding backward-compatible error logging; purely code-level change.
2767cbb4
- Adds Drupal 11 support to activity finder modules, affecting deployment on new platform versions and enhancing platform capabilities.
90605c24
- Refactors code to use injected logger service instead of deprecated exception; architectural improvement.
aa8b1f27
- Fixes constructor injection for TypedConfigManagerInterface, improving configuration handling in the form base class.
f7c9bbe3
ezyang/htmlpurifier (v4.18.0 → v4.19.0)
- Adds safe iframe hosts option useful for content editors embedding iframes, enhances platform security, and is a developer change.
b5cbf0cc
- Bug fix in preg_replace null parameter; impacts library functionality.
5d154a23
- Adds CSS direction support for RTL languages, enabling content editors to set text direction and improving platform features.
63e631eb
- Expands default image width allowances, affecting content editors who upload images.
00a07484
- Adds warning for misleading option; a bug fix.
b21a5910
- PHP 8.4 support ensures compatibility for deployment and strategic decisions.
ff005f6e
- Docker files for dev environment aid site builders in setup; developers use them.
bdabc9b6
- Defines option URI.AllowedSymbols, useful for content editors customizing URLs and platform configuration.
77ebd086
- Docker files ignored during installation help site builders avoid unnecessary files.
9f99c615
- PHP 8.5 support ensures compatibility for deployment and strategic planning.
1eb05d98
- Release commit indicates a new platform version; site builders need to update deployments, developers may pull the updated code.
b287d2a1
ycloudyusa/useless_machines (1.2 → 2.0.4)
- Uninstalling redundant Drupal modules reduces system overhead, improves configuration and stability; affects developers' code architecture, site builders' deployment setup, and decision makers' platform performance considerations.
d703f518
- Removing the panel button from CKEditor alters the editor UI used by content editors, requires configuration changes for site builders, impacts developer code and overall platform feature set.
2472719c
- Uninstalling unsupported modules improves system reliability and maintenance; relevant to site builders' configuration, developers' code base, and decision makers' platform stability.
fe59e491
ycloudyusa/y_lb_demo_content (3.4.5 → 4.0.0-beta4)
- Adds icon components to the Media Library UI, improving content editor experience while involving code changes.
24071476
- Fixes a migration bug for partners block demo content, affecting deployment correctness and requiring developer fixes.
0a12d9f9
📊 For Decision Makers
Understands the platform, explores features, and evaluates value for strategic planning
drupal/core (10.5.1 → 11.1.9)
- Adds a new API for modules, enhancing platform capabilities; relevant for developers and decision makers evaluating strategic value.
fcc49e3b
- Adds revolt/event-loop dependency to core, a major architectural change impacting developers, site builders, and strategic decision makers.
d5a6567a
- Creates flexible configuration, a feature relevant to deployment and strategic planning.
0e39184c
- Adds pdureau as co-maintainer for Theme API with focus on SDC, a maintenance change.
dc4efd22
- Adds e0ipso as co-maintainer of core theme system with focus on SDC, a maintenance change.
4e051663
- Adds new recipe and default content subsystems, providing new UI components for editors, requiring configuration for site builders, code changes for developers, and platform capabilities for decision makers.
8cab4c34
- Implements the new access policy API, adding platform capability and affecting strategic planning.
3698610c
- Adding owner field to BlockContent entity type introduces new content management capability; developers, content editors, site builders, and decision makers benefit.
c4e09053
- Mechanism to skip processing entity types in workspaces enhances workflow control; developers, site builders, and decision makers find it useful.
ff7343d4
drupal/core-composer-scaffold (10.5.6 → 11.1.9)
- Adds support for recipe files in drupal/recommended-project and drupal/legacy-project, enabling site builders to configure new setups, developers to extend or use recipes, and decision makers to see platform capability expansion.
79e3fcb1
drupal/better_exposed_filters (6.0.6 → 7.1.0-beta4)
- Improves BEF multiple select links generation; a significant platform enhancement relevant to decision makers.
fa93f375
drupal/metatag (2.1.1 → 2.2.0)
- Adds new meta tag for fediverse:creator, enhancing platform capability.
fa211c54
- Introduces SVG icon meta tag enabling content editors to specify icons.
b6d61dea
- Adds placeholder <none> to clear inherited values, improving metadata control.
aa44d4ba
- Allows optional suffix after trimmed meta tags, enhancing flexibility.
85dfe411
drupal/openy_carnation (3.2.1 → 4.0.0-beta4)
- Introduces Bootstrap jQuery migrate tools, enabling new UI components; developers build features, site builders configure, content editors use components, decision makers see strategic improvement.
353e0d80
drupal/scheduler (2.2.1 → 2.2.2)
- Adds rules to trigger scheduler jobs on commit/merge request, affecting configuration and automation capabilities.
5e9592e4
drupal/webform (6.3.0-beta3 → 6.3.0-beta5)
- Removal of Add-ons feature; platform capability impact, deployment changes, strategic consideration.
893122a6
- Improved remote_post handler to exclude inaccessible fields; relevant for developers, site builders configuring, and decision makers evaluating platform security.
d3b3fd6a
- Adds a database index for performance improvement, affecting developers and strategic performance considerations.
15d416b2
- Introduces Bootstrap theme support, affecting UI components, configuration, implementation, and platform capabilities.
d27c98d4
- Adds a new 'group_relation' entity type, requiring implementation, configuration, and strategic evaluation.
33c935de
- Changes duplicate submission permissions to allow editing own submissions; affects content editors, permission setup, implementation, and platform capabilities.
48fc5079
- Upgrade from 6.2.x to 6.3.x removes webform_shortcuts causing missing-module errors; site builders must manage upgrade, developers adjust code, decision makers evaluate upgrade impact.
2afb544f
- Introduces new permission for filtering and bulk actions on overview page; relevant to role configuration, code changes, and strategic feature assessment.
256f810b
- Same as commit 256f810b: new permission for filter and bulk action on overview page, affecting roles, code, and feature strategy.
03af8298
drupal/ymca_sync (10.0.6 → 11.0.0)
- Major Drupal core upgrade introduces new platform capabilities, requiring updates for developers, site builders, content editors, and strategic planning.
3e63f504
ycloudyusa/yusaopeny (10.5.0.1 → 11.1.0.0-beta4)
- Feature adjusts Drupal 11 compatibility, affecting core version and deployment.
bdda671b
- Introduces ws_outsiders module, enhancing platform capabilities and deployment configuration.
8d06f605
- Adds inline_entity_form component for content editing; affects UI and development.
7ca36b94
- Enabled beta and RC releases for openy_carnation, strategic feature.
f5926031
- Core Drupal upgrade affects system configuration, API compatibility, and overall platform capabilities.
6730ebc2
- Provides an upgrade path to Drupal 11, impacting deployment strategy and platform evolution.
3ea5e1b5
symfony/console (v6.4.23 → v7.4.0-RC2)
- Feature adds interactive invokable commands with #[Interact] and #[Ask] attributes; enhances platform capabilities for developers and could be evaluated strategically.
cd2f31f1
- Same feature as above, adding interactive command support.
617f500b
symfony/string (v6.4.24 → v8.0.0-RC1)
- Introduces new locale-aware casing methods, enhancing API and platform capabilities.
2172dad9
- Feature implementation of locale-aware casing methods; adds functionality to the library.
0cf71450
- Adds WORD_STRICT mode to truncate method, extending API features.
25ad779f
- Introduces TruncateMode mode to truncate methods, enhancing string manipulation capabilities.
670e18c4
- Bug fix for truncating in WordBefore mode; improves reliability of API.
af689ccf
- Adds Spanish inflector with rules, expanding language support and platform features.
f1f4d05d
- Adds kebab() method to AbstractString, adding new string transformation capability.
8133473e
- Feature implementation of kebab() method; enhances API and platform functionality.
ae7e1061
- Adds pascal() method to AbstractString, providing new string transformation feature.
16341141
symfony/dependency-injection (v6.4.23 → v7.4.0-RC2)
- Introduces JSON schema for validating YAML config files, a major feature relevant to developers, site builders, and decision makers
2d38f116
- Same as above – JSON schema for validating YAML config files, a major feature
e9c51de0
symfony/error-handler (v6.4.23 → v8.0.0-RC1)
- Feature adds support for non-empty-string/non-empty-list when patching return types, enhancing error handling capabilities useful for developers and strategic planning.
422c8d8d
- Adds CLI command to dump static error pages, useful for site builders during deployment and for developers customizing error handling; also a platform capability improvement.
f344b88b
symfony/var-dumper (v6.4.23 → v8.0.0-RC1)
- Update required PHP version; impacts deployment and platform compatibility.
ab6d26bc
- Remove Twig 2 support; impacts compatibility and deployment.
bcc3a2bc
- Add default message to dd; improves debugging.
654cb58c
- Feature addition: default message for dd function.
bd5a3025
symfony/mailer (v6.4.23 → v7.4.0-RC1)
- Azure bridge adds new mail delivery capability to platform; developers implement API changes, decision makers evaluate the new feature.
19db4292
- Mailomat bridge adds new mail delivery integration; developers implement, decision makers consider platform expansion.
92943ae6
- Same as above but flagged feature request; developer and decision maker.
1853eb7d
- Postal mailer implementation introduces new mail delivery method; developer and decision maker.
b2720aa3
- Adds a new mailer implementation (Postal) which introduces significant platform functionality.
8b2fb264
- Introduces a new Sweego Mailer Bridge, expanding email service options.
2cf98fa0
- Adds a Mailtrap bridge, providing another testing email service integration.
c455af38
- Adds an AhaSend Bridge, adding another email service integration.
0f836d77
- Same as above: feature #58698 adds AhaSend Bridge, expanding platform capabilities.
7ec706b6
doctrine/lexer (2.1.1 → 3.0.1)
- Dropping PHP <8.1 support changes the platform's runtime requirements, impacting deployment configurations (site builder), code compatibility and architecture decisions (developer), and overall platform capabilities for strategic planning (decision maker).
c4f371c0
symfony/routing (v6.4.24 → v7.4.0-RC2)
- Removal of Doctrine annotations support alters routing capabilities; developers and decision makers should be aware.
73615d30
- New routing syntax
{foo:bar}adds functionality for mapping parameters to request attributes, impacting platform capabilities.91479c48
- Adding alias in
{foo:bar}syntax expands routing flexibility, affecting platform capabilities.6accdb7d
- Adds JSON schema for validating and autocompleting YAML config files, improving configuration and platform capability.
23627610
- Same as above: adds JSON schema for YAML config validation, enhancing configuration and platform capability.
29106470
- Auto-register routes from attributes on controller services, a major feature for developers and site builders.
ec13b221
symfony/validator (v6.4.23 → v7.4.0-RC1)
- Introduces ExtendsValidationFor attribute for new constraints, enhancing extensibility for developers and strategic platform capabilities.
9cc995d7
- Same feature as above; ExtendsValidationFor adds flexibility to validators.
249bb3b3
- Adds Video constraint for validating video files, expanding platform capabilities and developer functionality.
af2056bc
- JSON schema for YAML config validation aids site builders in configuration, developers add tooling, decision makers see improved configurability.
74e760ca
symfony/process (v6.4.24 → v7.4.0-RC1)
- Introduces a new feature that allows ignoring signals during process execution, impacting platform capabilities and deployment behavior.
14730a20
symfony/yaml (v6.4.24 → v7.4.0-RC2)
- Unifies –format handling in commands; major feature affecting platform usage, relevant to developers and decision makers.
4c5e2378
- Feature adding DUMP_FORCE_DOUBLE_QUOTES_ON_VALUES flag; major feature for platform capabilities, relevant to developers and decision makers.
54005e38
twig/twig (v3.20.0 → v3.22.0)
- Feature adding configuration keys for CommonMark extensions, enhancing API flexibility and deployment options, relevant to developers, site builders, and strategic planning.
5f2b1ee6
guzzlehttp/psr7 (2.7.1 → 2.8.0)
- Adds PHP 8.5 support, impacting code compatibility for developers, deployment requirements for site builders, and platform capability considerations for decision makers.
b0b99b85
pear/archive_tar (1.5.0 → 1.6.0)
- Adds support for older PHP5.4, affecting deployment compatibility and code adjustments.
bb299860
- Removes old PHP5 support and adds PHP8, impacting platform compatibility and development requirements.
bc24cf89
mck89/peast (v1.17.2 → v1.17.4)
- The commit marks a new release, which is relevant for deployment and strategic planning.
5440ff13
sebastian/diff (4.0.6 → 5.1.1)
- Dropped PHP 8.0 support, platform compatibility update
aa6da0de
- Added security policy, major platform feature
9e6751a8
commerceguys/addressing (v1.4.2 → v2.2.4)
- Updated ISO codes for CN subdivisions improves address accuracy for developers using the API and expands coverage for decision makers.
0f0866b3
- Added subdivisions for Costa Rica (CR) and Estonia (EE) increases country support for developers and strategic coverage for decision makers.
7769755a
- Added subdivisions for Honduras (HN) expands coverage for developers and decision makers.
003128fb
- Added subdivisions for Barbados (BB), Micronesia (FM), Kiribati (KI), Panama (PA) expands coverage for developers and decision makers.
7aed0770
- Changed administrative area type to region for BY/UA/RU improves data consistency; developer and decision maker.
d2eba5a0
doctrine/annotations (1.14.4 → 2.0.2)
- PHP version bump requires environment configuration changes, affects deployment and platform compatibility.
5ccddc60
league/csv (9.24.1 → 9.27.1)
- Adds ndjson support in JsonConverter, enhancing data conversion capabilities.
1afbb9a9
- Introduces TabularDataProvider and TabularData support on Converters, expanding API features.
45932246
- Adds TabularDataProvider and TabularData support on Writer, improving data output options.
db834f07
doctrine/inflector (2.0.10 → 2.1.0)
- Adds Esperanto language support to the inflector, a code change that enhances multilingual capability.
8c7ae9c2
- Introduces a new website schema validation workflow, requiring configuration/deployment and improving platform quality.
a0e4cd4b
- Adds Italian inflection rules to the library, a code update affecting multilingual support.
d3a8df8f
- Updates irregular word list with 'alga', a minor code change that refines inflection accuracy.
5256968f
ycloudyusa/y_lb (3.10.7 → 4.0.6-rc4)
- Updating dependencies to support y_lb 4 and Drupal 11 affects platform installation, code compatibility, and strategic platform capabilities.
a643ae9d
- Upgrading y_camp for Drupal 11 compatibility impacts component usage by developers and content editors, and enhances platform functionality.
37f71e10
- Adding support for lb_claro introduces new UI/theme components relevant to developers, decision makers, and content editors.
6aed1a9a
- Option to override styles per node empowers content editors, requires developer implementation, and offers strategic customization capability.
f01e6bdf
ycloudyusa/yusaopeny_activity_finder (5.3.0 → 6.0.0)
- Adds Drupal 11 support to activity finder modules, affecting deployment on new platform versions and enhancing platform capabilities.
90605c24
ezyang/htmlpurifier (v4.18.0 → v4.19.0)
- Adds safe iframe hosts option useful for content editors embedding iframes, enhances platform security, and is a developer change.
b5cbf0cc
- Adds CSS direction support for RTL languages, enabling content editors to set text direction and improving platform features.
63e631eb
- PHP 8.4 support ensures compatibility for deployment and strategic decisions.
ff005f6e
- Defines option URI.AllowedSymbols, useful for content editors customizing URLs and platform configuration.
77ebd086
- PHP 8.5 support ensures compatibility for deployment and strategic planning.
1eb05d98
ycloudyusa/useless_machines (1.2 → 2.0.4)
- Uninstalling redundant Drupal modules reduces system overhead, improves configuration and stability; affects developers' code architecture, site builders' deployment setup, and decision makers' platform performance considerations.
d703f518
- Removing the panel button from CKEditor alters the editor UI used by content editors, requires configuration changes for site builders, impacts developer code and overall platform feature set.
2472719c
- Uninstalling unsupported modules improves system reliability and maintenance; relevant to site builders' configuration, developers' code base, and decision makers' platform stability.
fe59e491
Significant Package Changes
The following packages had notable changes requiring attention:
drupal/core
- Change Type: Updated
- Reason: Drupal core update
- Version: 10.5.1 → 11.1.9
- Priority: 100
- Project Page: https://www.drupal.org/project/core
- Repository: https://git.drupalcode.org/project/core
drupal/core-composer-scaffold
- Change Type: Updated
- Reason: Drupal core update
- Version: 10.5.6 → 11.1.9
- Priority: 100
- Project Page: https://www.drupal.org/project/core-composer-scaffold
- Repository: https://git.drupalcode.org/project/core-composer-scaffold
drupal/address
- Change Type: Updated
- Reason: Major version update
- Version: 1.12.0 → 2.0.4
- Priority: 90
- Project Page: https://www.drupal.org/project/address
- Repository: https://git.drupalcode.org/project/address
drupal/better_exposed_filters
- Change Type: Updated
- Reason: Major version update
- Version: 6.0.6 → 7.1.0-beta4
- Priority: 90
- Project Page: https://www.drupal.org/project/better_exposed_filters
- Repository: https://git.drupalcode.org/project/better_exposed_filters
drupal/blazy
- Change Type: Updated
- Reason: Major version update
- Version: 2.27.0 → 3.0.15
- Priority: 90
- Project Page: https://www.drupal.org/project/blazy
- Repository: https://git.drupalcode.org/project/blazy
drupal/confi
- Change Type: Updated
- Reason: Major version update
- Version: 3.2.3 → 4.1.1
- Priority: 90
- Project Page: https://www.drupal.org/project/confi
- Repository: https://git.drupalcode.org/project/confi
drupal/csv_serialization
- Change Type: Updated
- Reason: Major version update
- Version: 3.0.1 → 4.0.1
- Priority: 90
- Project Page: https://www.drupal.org/project/csv_serialization
- Repository: https://git.drupalcode.org/project/csv_serialization
drupal/google_tag
- Change Type: Updated
- Reason: Major version update
- Version: 1.8.0 → 2.0.9
- Priority: 90
- Project Page: https://www.drupal.org/project/google_tag
- Repository: https://git.drupalcode.org/project/google_tag
drupal/inline_entity_form
- Change Type: Updated
- Reason: Major version update
- Version: 2.0.0-rc10 → 3.0.0-rc21
- Priority: 90
- Project Page: https://www.drupal.org/project/inline_entity_form
- Repository: https://git.drupalcode.org/project/inline_entity_form
drupal/openy_carnation
- Change Type: Updated
- Reason: Major version update
- Version: 3.2.1 → 4.0.0-beta4
- Priority: 90
- Project Page: https://www.drupal.org/project/openy_carnation
- Repository: https://git.drupalcode.org/project/openy_carnation
drupal/openy_gtranslate
- Change Type: Updated
- Reason: Major version update
- Version: 1.0.8 → 2.0.0
- Priority: 90
- Project Page: https://www.drupal.org/project/openy_gtranslate
- Repository: https://git.drupalcode.org/project/openy_gtranslate
drupal/openy_pef_gxp_sync
- Change Type: Updated
- Reason: Major version update
- Version: 1.1.10 → 2.0.1
- Priority: 90
- Project Page: https://www.drupal.org/project/openy_pef_gxp_sync
- Repository: https://git.drupalcode.org/project/openy_pef_gxp_sync
drupal/ymca_sync
- Change Type: Updated
- Reason: Major version update
- Version: 10.0.6 → 11.0.0
- Priority: 90
- Project Page: https://www.drupal.org/project/ymca_sync
- Repository: https://git.drupalcode.org/project/ymca_sync
drupal/openy_repeat
- Change Type: Updated
- Reason: Major version update
- Version: 2.8.2 → 3.1.0
- Priority: 90
- Project Page: https://www.drupal.org/project/openy_repeat
- Repository: https://git.drupalcode.org/project/openy_repeat
drupal/responsive_favicons
- Change Type: Updated
- Reason: Major version update
- Version: 2.0.1 → 3.0.1
- Priority: 90
- Project Page: https://www.drupal.org/project/responsive_favicons
- Repository: https://git.drupalcode.org/project/responsive_favicons
drupal/nouislider_js
- Change Type: Added
- Reason: New Drupal module added
- Version: 15.8.1
- Priority: 80
- Project Page: https://www.drupal.org/project/nouislider_js
- Repository: https://git.drupalcode.org/project/nouislider_js
drupal/exif_orientation
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.5.0
- Priority: 80
- Project Page: https://www.drupal.org/project/exif_orientation
- Repository: https://git.drupalcode.org/project/exif_orientation
drupal/layout_builder_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.2
- Priority: 80
- Project Page: https://www.drupal.org/project/layout_builder_blocks
- Repository: https://git.drupalcode.org/project/layout_builder_blocks
drupal/layout_builder_operation_link
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.2.0
- Priority: 80
- Project Page: https://www.drupal.org/project/layout_builder_operation_link
- Repository: https://git.drupalcode.org/project/layout_builder_operation_link
drupal/layout_builder_save_and_edit
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/layout_builder_save_and_edit
- Repository: https://git.drupalcode.org/project/layout_builder_save_and_edit
drupal/lb_branch_social_links_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.0.7
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_branch_social_links_blocks
- Repository: https://git.drupalcode.org/project/lb_branch_social_links_blocks
drupal/lb_accordion
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.3.1
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_accordion
- Repository: https://git.drupalcode.org/project/lb_accordion
drupal/lb_carousel
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.1.1
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_carousel
- Repository: https://git.drupalcode.org/project/lb_carousel
drupal/dropzonejs_eb_widget
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.11.0
- Priority: 80
- Project Page: https://www.drupal.org/project/dropzonejs_eb_widget
- Repository: https://git.drupalcode.org/project/dropzonejs_eb_widget
drupal/lb_grid_cta
- Change Type: Added
- Reason: New Drupal module added
- Version: 3.1.3
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_grid_cta
- Repository: https://git.drupalcode.org/project/lb_grid_cta
drupal/lb_modal
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_modal
- Repository: https://git.drupalcode.org/project/lb_modal
drupal/lb_partners_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_partners_blocks
- Repository: https://git.drupalcode.org/project/lb_partners_blocks
drupal/lb_ping_pong
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_ping_pong
- Repository: https://git.drupalcode.org/project/lb_ping_pong
drupal/lb_promo
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_promo
- Repository: https://git.drupalcode.org/project/lb_promo
drupal/lb_related_articles_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_related_articles_blocks
- Repository: https://git.drupalcode.org/project/lb_related_articles_blocks
drupal/y_lb_article
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.3
- Priority: 80
- Project Page: https://www.drupal.org/project/y_lb_article
- Repository: https://git.drupalcode.org/project/y_lb_article
drupal/node_revision_delete
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.0.1
- Priority: 80
- Project Page: https://www.drupal.org/project/node_revision_delete
- Repository: https://git.drupalcode.org/project/node_revision_delete
drupal/lb_related_events_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.4.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_related_events_blocks
- Repository: https://git.drupalcode.org/project/lb_related_events_blocks
drupal/ws_event
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.5.6
- Priority: 80
- Project Page: https://www.drupal.org/project/ws_event
- Repository: https://git.drupalcode.org/project/ws_event
drupal/addtocal_augment
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.2.4
- Priority: 80
- Project Page: https://www.drupal.org/project/addtocal_augment
- Repository: https://git.drupalcode.org/project/addtocal_augment
drupal/date_augmenter
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.2
- Priority: 80
- Project Page: https://www.drupal.org/project/date_augmenter
- Repository: https://git.drupalcode.org/project/date_augmenter
drupal/daterange_compact
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.1.1
- Priority: 80
- Project Page: https://www.drupal.org/project/daterange_compact
- Repository: https://git.drupalcode.org/project/daterange_compact
drupal/smart_date
- Change Type: Added
- Reason: New Drupal module added
- Version: 4.2.4
- Priority: 80
- Project Page: https://www.drupal.org/project/smart_date
- Repository: https://git.drupalcode.org/project/smart_date
drupal/lb_simple_menu
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_simple_menu
- Repository: https://git.drupalcode.org/project/lb_simple_menu
drupal/lb_statistics
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_statistics
- Repository: https://git.drupalcode.org/project/lb_statistics
drupal/lb_table
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_table
- Repository: https://git.drupalcode.org/project/lb_table
drupal/lb_webform
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.1
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_webform
- Repository: https://git.drupalcode.org/project/lb_webform
drupal/menu_item_extras
- Change Type: Added
- Reason: New Drupal module added
- Version: 3.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/menu_item_extras
- Repository: https://git.drupalcode.org/project/menu_item_extras
drupal/ws_colorway_canada
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.3.1
- Priority: 80
- Project Page: https://www.drupal.org/project/ws_colorway_canada
- Repository: https://git.drupalcode.org/project/ws_colorway_canada
drupal/ws_lb_tabs
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/ws_lb_tabs
- Repository: https://git.drupalcode.org/project/ws_lb_tabs
drupal/ws_code_block
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/ws_code_block
- Repository: https://git.drupalcode.org/project/ws_code_block
drupal/y_branch
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.1
- Priority: 80
- Project Page: https://www.drupal.org/project/y_branch
- Repository: https://git.drupalcode.org/project/y_branch
drupal/lb_branch_amenities_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.0.0
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_branch_amenities_blocks
- Repository: https://git.drupalcode.org/project/lb_branch_amenities_blocks
drupal/y_branch_menu
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.1.0
- Priority: 80
- Project Page: https://www.drupal.org/project/y_branch_menu
- Repository: https://git.drupalcode.org/project/y_branch_menu
drupal/y_camp
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.0.1
- Priority: 80
- Project Page: https://www.drupal.org/project/y_camp
- Repository: https://git.drupalcode.org/project/y_camp
drupal/entity_browser_entity_form
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.15.0
- Priority: 80
- Project Page: https://www.drupal.org/project/entity_browser_entity_form
- Repository: https://git.drupalcode.org/project/entity_browser_entity_form
drupal/lb_branch_hours_blocks
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.0.1
- Priority: 80
- Project Page: https://www.drupal.org/project/lb_branch_hours_blocks
- Repository: https://git.drupalcode.org/project/lb_branch_hours_blocks
drupal/y_facility
- Change Type: Added
- Reason: New Drupal module added
- Version: 2.0.0
- Priority: 80
- Project Page: https://www.drupal.org/project/y_facility
- Repository: https://git.drupalcode.org/project/y_facility
drupal/y_program
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.2.0
- Priority: 80
- Project Page: https://www.drupal.org/project/y_program
- Repository: https://git.drupalcode.org/project/y_program
drupal/y_program_subcategory
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.2.0
- Priority: 80
- Project Page: https://www.drupal.org/project/y_program_subcategory
- Repository: https://git.drupalcode.org/project/y_program_subcategory
drupal/ckeditor5_plugin_pack
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.4.1
- Priority: 80
- Project Page: https://www.drupal.org/project/ckeditor5_plugin_pack
- Repository: https://git.drupalcode.org/project/ckeditor5_plugin_pack
drupal/ckeditor5_premium_features
- Change Type: Added
- Reason: New Drupal module added
- Version: 1.6.2
- Priority: 80
- Project Page: https://www.drupal.org/project/ckeditor5_premium_features
- Repository: https://git.drupalcode.org/project/ckeditor5_premium_features
drupal/bartik
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.0.2
- Priority: 70
- Project Page: https://www.drupal.org/project/bartik
- Repository: https://git.drupalcode.org/project/bartik
drupal/jquery_ui_slider
- Change Type: Removed
- Reason: Drupal module removed
- Version: 2.1.0
- Priority: 70
- Project Page: https://www.drupal.org/project/jquery_ui_slider
- Repository: https://git.drupalcode.org/project/jquery_ui_slider
drupal/jquery_ui_datepicker
- Change Type: Removed
- Reason: Drupal module removed
- Version: 2.1.1
- Priority: 70
- Project Page: https://www.drupal.org/project/jquery_ui_datepicker
- Repository: https://git.drupalcode.org/project/jquery_ui_datepicker
drupal/ckeditor5_font
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.1.2-beta1
- Priority: 70
- Project Page: https://www.drupal.org/project/ckeditor5_font
- Repository: https://git.drupalcode.org/project/ckeditor5_font
drupal/color
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.0.3
- Priority: 70
- Project Page: https://www.drupal.org/project/color
- Repository: https://git.drupalcode.org/project/color
drupal/media_library_bulk_upload
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.0.2
- Priority: 70
- Project Page: https://www.drupal.org/project/media_library_bulk_upload
- Repository: https://git.drupalcode.org/project/media_library_bulk_upload
drupal/seven
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.0.0
- Priority: 70
- Project Page: https://www.drupal.org/project/seven
- Repository: https://git.drupalcode.org/project/seven
drupal/yusaopeny_ymca360
- Change Type: Removed
- Reason: Drupal module removed
- Version: 1.0.0-rc4
- Priority: 70
- Project Page: https://www.drupal.org/project/yusaopeny_ymca360
- Repository: https://git.drupalcode.org/project/yusaopeny_ymca360
drupal/features
- Change Type: Removed
- Reason: Drupal module removed
- Version: 5.0.0-alpha1
- Priority: 70
- Project Page: https://www.drupal.org/project/features
- Repository: https://git.drupalcode.org/project/features
Detailed Package Changes
➕ Added Drupal Modules
- drupal/nouislider_js (15.8.1)
- drupal/exif_orientation (1.5.0)
- drupal/layout_builder_blocks (1.1.2)
- drupal/layout_builder_operation_link (2.2.0)
- drupal/layout_builder_save_and_edit (1.1.0)
- drupal/lb_branch_social_links_blocks (1.0.7)
- drupal/lb_accordion (2.3.1)
- drupal/lb_carousel (2.1.1)
- drupal/dropzonejs_eb_widget (2.11.0)
- drupal/lb_grid_cta (3.1.3)
- drupal/lb_modal (1.3.0)
- drupal/lb_partners_blocks (1.1.0)
- drupal/lb_ping_pong (1.3.0)
- drupal/lb_promo (1.3.0)
- drupal/lb_related_articles_blocks (1.3.0)
- drupal/y_lb_article (1.3.3)
- drupal/node_revision_delete (2.0.1)
- drupal/lb_related_events_blocks (1.4.0)
- drupal/ws_event (1.5.6)
- drupal/addtocal_augment (1.2.4)
- drupal/date_augmenter (1.1.2)
- drupal/daterange_compact (2.1.1)
- drupal/smart_date (4.2.4)
- drupal/lb_simple_menu (1.1.0)
- drupal/lb_statistics (2.1.0)
- drupal/lb_table (1.1.0)
- drupal/lb_webform (1.3.1)
- drupal/menu_item_extras (3.1.0)
- drupal/ws_colorway_canada (1.3.1)
- drupal/ws_lb_tabs (2.1.0)
- drupal/ws_code_block (1.1.0)
- drupal/y_branch (1.1.1)
- drupal/lb_branch_amenities_blocks (2.0.0)
- drupal/y_branch_menu (1.1.0)
- drupal/y_camp (2.0.1)
- drupal/entity_browser_entity_form (2.15.0)
- drupal/lb_branch_hours_blocks (2.0.1)
- drupal/y_facility (2.0.0)
- drupal/y_program (1.2.0)
- drupal/y_program_subcategory (1.2.0)
- drupal/ckeditor5_plugin_pack (1.4.1)
- drupal/ckeditor5_premium_features (1.6.2)
🔄 Updated Drupal Modules
drupal/address: 1.12.0 → 2.0.4
drupal/admin_toolbar: 3.6.1 → 3.6.2
📋 Show 4 commits
fixIssue #3527344 by justcaldwell, erutan, dydave: Fixed support for new keyboard shortcuts for MacOS.fixIssue #3532249 by anybody, dydave: Fixed JS error 'Uncaught TypeError: toolbarElement.querySelector(…) is null' when selected HTML IDs are not found in the page.fixIssue #3532010 by phily, dydave, benjifisher: Dropped support for Core Update module routes 'update.module_update' and 'update.theme_update' for Core versions above 11.2.choreIssue #3537721 by dydave: Admin Toolbar Search: Removed dependency on Admin Toolbar Tools.
drupal/advanced_help_block: 1.0.7 → 1.0.8
📋 Show 1 commits
chore3547063: Add missing dependency. Advanced Help Block requires Help module.
drupal/libraries: 4.1.0 → 4.1.1
📋 Show 4 commits
fix[#3367706] fix: Drupal\Component\DependencyInjection\ReverseContainer::generateServiceIdHash(): after installing libraries modulefixRevert "[#3367706] fix: Drupal\Component\DependencyInjection\ReverseContainer::generateServiceIdHash(): after installing libraries module"fix[#3485329] fix: Libraries API fails when no install profile is installed. Add check that install_profile is not false before running getPath on it.feat[#3533910] feat: PHP 8.4 - Implicitly nullable via default value null deprecation
drupal/better_exposed_filters: 6.0.6 → 7.1.0-beta4
📋 Show 120 commits
choreIssue #3210946 by eojthebrave, dxvargas, metallized, joegraduate, heddn, trackleft2, naveenvalecha, mstrelan, Berdir: Remove dependency on jquery_ui_touch_punchchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xchoreMerge branch '6.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xotherD11 + typehintstestTest somethingrefactorRemove const parameterschorerevertfixIssue #3243081 by Graber, smustgrave: Date offsets displayed with date pickerfixIssue #3168035 by damondt, Etroid: hook_better_exposed_filters_filter_widgets_alter not invokedfixexclude select2 autocomplete fieldsdocsIssue #3456465 by FeyP: Use correct library directory name for local nouislider library in READMEfixIssue #3452764 by smustgrave, Lucky723: Reset button deactivated but still therechoreCspell + PHCPSfeatIssue #3462298: Improve theme suggestions to allow finer overridesdocsIssue #3440172 by rodrigoaguilera: Placeholder text not translatable using configuration translationfixCspell fixfeatIssue #3282228 by FeyP, DamienMcKenna, smustgrave, neclimdul, matthewmessmer: Add option to hide exposed field labelsfeatIssue #3466314 by jpieper, larowlan, rlhawk, poker10, greggles, xjm: Inclusion…fixIssue #3024267 by jrochate, gfed: Do not autosubmit view if using a chosen.js search widgetdocsNew attemptchoreupdatefeatExpand coveragedocsPHPSTAN ESTLINTbreakingPHPSTAN Next majorfixIssue #3468358 by andre.bonon: Text fields are auto-submitted twice when…refactorResolve #3427438 "Refactor"docsIssue #3469224: Nondescript error when trying to edit Exposed Form Style settings in viewfixIssue #2756233 by gstivanin, JaceRider, jakub_89: Nested all/none selection weird behaviorchoreUnused filesfixIssue #3469712 by sander wemagine: Remembered filters don't reset with BEFfixIssue #3468358: UPDATE 1 - Text fields are auto-submitted twice when filters are exposed as blockfixResolve #3365381 "Auto submit fires"fixResolve #3472881 "Local lobraries not"styleTypofixANother misseddocsUpdated bef_test view to illustrate how secondary options are displaying…fixon blur of the max input. pass the index of 1.fixResolve #3299687 "Date input triggers"revertRevert "on blur of the max input. pass the index of 1."fix#3477417: Add warning to status page if external library nouislider does not exist.featResolve #3477440 "7.x add composer.libraries.json"docsResolve #3262456 "Add minimum length"fixIssue #3478411: Altering the BEF options propagate properly.fixIssue #3480552 by gaurav gupta: Twig Filter "spaceless" is deprecated warning in upgrade statusfeatAdd support for RTL in slider filtersfixIssue #3485649 by dropa: Autosubmit focuses fields it shouldn'tfix3487805 Ensure title info is only added if form element is not emptyfixUse JS for textfield autosubmit exclusionchoreRemove VERSION from libraries.ymlfixIssue #3484533 by phjou: Reset button not working with Sort, Combine and AJAXdocsIssue #3494833 by liam morland: The README contains invalid linksdocsIssue #3462685 by dieterholvoet, dejan0, smustgrave, Debra, karamveersingh, mike-kelly: The sliders range widget formats values with decimalsdocsIssue #3494220 by jurgenhaas: Create a mirror for external library dependency for composer supportdocsIssue #3494220 by jurgenhaas: Create a mirror for external library dependency for composer supportfixIssue #3498286: Slider behavior reversed?fixIssue #3379736 by smustgrave, erichhaemmerle, mlncn, sarsion, laborouge: Collapsible details element not hidden if "Hide filter, if no options" is selectedfixrestore update functionfixIssue #3501692 by marios anagnostopoulos: Inconsistent behavior when changing slider values from the textarea inputschoreMerge branch '7.0.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.0.xfixIssue #3493882 by thoogend: Filter rewrite never gets applied to values like 0 considered empty by PHPfixRevert "Issue #3493882 by thoogend: Filter rewrite never gets applied to values like 0…"testIssue #3501764: Add basic test coverage for SliderfixIssue #3493882 by smustgrave, thoogend: Filter rewrite never gets applied to values like 0 considered empty by PHPfeatIssue #3503630: Create attributefixIssue #3503638: 7.1.x restrict to 10.3 and use attributesfeatIssue #3501676 by marios anagnostopoulos: Allow themes to alter bef slider optionsfixIssue #3470965 by escuriola, ebremner: Warning: Undefined array key "#type" in Drupal\better_exposed_filters\Plugin\better_exposed_filters\filterDatePickers->exposedFormAlter() (line 65 of /var/www/html/web/modules/contrib/better_exposed_filters/src/Plugin/better_exposed_filters/filter/DatdocsIssue #3475063 by fskreuz, smustgrave: Hide labels for wrapped filtersfeatIssue #3500630 provide a better way of including the nouislider library.featPlaces slider between min/max inputs (3214300).featIssue #3359254 by mdranove, joshf, smustgrave, muriqui, vensires: Enable changing sort_bef_combine parameter keyfixFixdocsAttribute updatefixIssue #3507542 by gsquirrel: Collapsible details element no longer working for…testAuto submit test coveragefixIssue #3470965: Warning: Undefined array key "#type" in…choreMerge branch '7.1.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.1.xfixIssue #3512039 by tbcs: better_exposed_filters/general library depends on, but does not require, core/oncefeatAdd form-item class to sort details/summary elementdocsMinor phpcsfixIssue #3512871 by mxr576, chrisolof: Automatic opening of collapsed filters with selections not working for single checkbox selectionfixIssue #3516547 by dcine: Views exposed filters adds a random suffix with letters and numbersfeatIssue #3265275 by casey: Allow to auto submit elements that have a form attribute and are rendered outside their <form>fix#3520717: Fix alphabetical sorting when no "- Any -" option existsfeatIssue #3489773 by monaw, smustgrave: Single checkbox for "is not empty" filterfixIssue #3515863 by smustgrave, pjotr.savitski: Secondary group is not opened when it has a collapsible filter that has user inputchoreMerge branch '7.1.x' of https://git.drupalcode.org/project/better_exposed_filters into 7.1.xchoreRevert jsstyle3504532 Soft limit for radios/checkboxes and linksfixIssue #2921024: Not possible to unselect the checkboxfixIssue #3519991 by yes_max: WSOD when query parameter emptyrefactorIssue #3529637: Remove redundant code in bef-links.html.twigfixResolve #3531924 "7.1.x"featIssue #3525725 by lus: Custom classes for filter elementsfixResolve #3396769 "7.1.x 404"docsGetting startedfixIssue #3495331 by liquidcms, plopesc: Sort logic is wrongfixResolve #2992372 "When module uninstall"choreClean installfixIssue #3535071 by averagejoe3000: Space key should not auto submit formfixIssue #3540832 by tregonia: Views reset button creates anonymous sessionsfixResolve #3452004 "Disable autosubmit with 7.1.x"fixUpdate bef_links filters widget to stop rendering empty optionsfeat[#3528584] feat: Html validation error due to non allowed attributesfixPrevent fatal error on 404 pages when default 404 path is emptyfeat[#3495503] feat: Allow auto-submit for sorts onlyfeat[#3538204] feat: resetForm() triggers warning when exposed sort elements is missing #default_valuerefactorRefactor somefeat[#3546432] feat: Better Exposed Filters (BEF) multiple select links generate…feat[#3546812] feat: Checkboxes are brokenfeat[#3547366] feat: Issue with changes to filter definitions breaks with older versions.fixResolves "3547871" Fix php8 type errorfixResolve #2935312 "Checkboxes with remember"fixIssue #3493882 by smustgrave, thoogend: Filter rewrite never gets applied to…feat[#3526885] feat: Accessibility: Orphaned form labelfeat[#3534975] feat: Move JS range slider out of the minimum field wrapper (noUISlider)
drupal/blazy: 2.27.0 → 3.0.15
drupal/media_library_form_element: 2.1.2 → 2.1.4
📋 Show 8 commits
fixRestore modifications from RenderElementBasefixIssue #3469293: RenderElement is deprecated in drupal:10.3.0 and is removed from drupal:12.0.0fixIssue #3498513: Outdated local tooling package-lock.json – Trivy Scan reports security updateschoreResolve #3458296 "Completely remove build step"featIssue #3537789: Add support for integer and array default valueschoreDescription in webform is overridden by description (#3522726)feat[#3321051] feat: Replace README.txt with README.mddocsCheck for description before evaluating [#3522726]
drupal/captcha: 2.0.7 → 2.0.9
📋 Show 6 commits
testIssue #3497314 by murat_kekic, dlevchik: Tests are failing for Drupal 11.1fixIssue #3489166 by jordik, feyp: Image captcha reload produces a JSON errordocsIssue #3221197 by jaydarnell, adriancruz, anybody, mrdrewkeller, simon georges: Captcha Math question needs to be more accessiblefixIssue #3507522 by jurgenhaas, anybody: Insert captcha widget even if placement is NULLdocsIssue #3536050 by grevil, anybody: Add data-nosnippet around captchafixIssue #3538311 by grevil: Fix test regression causes through issue 3221197
drupal/confi: 3.2.3 → 4.1.1
📋 Show 2 commits
fixfix: break drupal 10 compatibility and fix code in tests section by rectorfixRemove drupal/features integration from confi module
drupal/csv_serialization: 3.0.1 → 4.0.1
📋 Show 8 commits
fixIssue #3402274: Call to deprecated method setNewline()docsIssue #3405366: Resolve issues reported by PHPCS, PHPStanfeatIssue #3192772 by Aerzas: Allow to override encoder settingsdocsIssue #3385335 by devad, markdorison, Shane Birley: [D10] Ludwig integration needs an updatefixIssue #3455761 by markdorison, david.muffley: Replace deprecated usage of League\Csv\ByteSequence::BOF_UTF8featIssue #3451668 by david.muffley: Use constructor property promotionfixIssue #3389415 by ericgsmith: PHP 8.1 deprecated function warningfixIssue #3429690 by claudiu.cristea: Automated Drupal 11 compatibility fixes for csv_serialization
drupal/openy_mappings: 1.1.0 → 1.1.1
📋 Show 1 commits
docsOpeny mappings 3537349
drupal/editor_advanced_link: 2.3.1 → 2.3.3
📋 Show 4 commits
fix[#3495882] fix: Remove VERSION from libraries.ymlfix[#3534704] fix: Fix CI issues and unit testsrefactorIssue #3534699 by jannakha: Refactor custom JS for CKEditor5 v45+docsEdit AdvancedLink.php
drupal/google_tag: 1.8.0 → 2.0.9
drupal/inline_entity_form: 2.0.0-rc10 → 3.0.0-rc21
📋 Show 19 commits
fixPatch #9 applied, Issue #2855627choreIssue #3410055 by Nikolay Shapovalov, dcam, Anjali Mehta, dww: Adopt GitlabCifixIssue #3325698 by dcam, geek-merlin, dsnopek, podarok: Using 'migrate' without 'migrate_plus' leads to fatal PHP errorfeatIssue #3311501 by dcam, edmund.dunn, geek-merlin: Add label to weight select field for accessibilitydocsIssue #3204518 by stefan.korn: Change type hints in inline_entity_form.api.php to align with Drupal corefixIssue #3359875 by dcam, tte, geek-merlin, Sophie.SK: Memory allocation errorfixIssue #3315720 by gauravjeet, geek-merlin, podarok, dcam: TypeError: krsort(): Argument #1 ($array) must be of type array, null given in krsort()featIssue #3224955 by rp7, geek-merlin: Allow themes to alter inline entity formsperfIssue #3209349 by Spokje, geek-merlin: Speed up FunctionalJavascriptTests testsfixIssue #3358281 by bkosborne, geek-merlin: Wrong bundle form is displayed if user has permissions to create only of the available bundlesfixIssue #3144002 by shivam_tiwari, geek-merlin, kbriand, Chris Matthews: Field permissions access overridefixFixup Issue #3144002 by shivam_tiwari, geek-merlin, kbriand, Chris Matthews: Field permissions access overriderevertRevert "Fixup Issue #3144002 by shivam_tiwari, geek-merlin, kbriand, Chris Matthews: Field permissions access override"revertRevert "Issue #3144002 by shivam_tiwari, geek-merlin, kbriand, Chris Matthews: Field permissions access override"fixIssue #3362087 by Nikolay Shapovalov, urvashi_vora, Prem Suthar, Anjali Mehta, apaderno, geek-merlin, podarok, dww, dcam: Fix the issues reported by phpcsfixIssue #3144002 by shivam_tiwari, geek-merlin, kbriand, Chris Matthews: Field permissions access overridefixtask: #3149783: Remove hardcoded word 'entities' in EntityInlineForm::getEntityTypeLabels()fixResolve #3438428 "Automated drupal 11"fixIssue #3511502 by jakegibs617: Implicitly marking parameter $entity as nullable is deprecated
drupal/link_attributes: 2.1.1 → 2.1.2
📋 Show 1 commits
fixIssue #3545260 by valery.suslov, larowlan: Optgroups on select attribute are not supported
drupal/metatag: 2.1.1 → 2.2.0
📋 Show 22 commits
chorePreparing for further changes.featReplace annotations with attributes.revertRevert "Replace annotations with attributes."fixIssue #3531026 by wengerk, damienmckenna: V2UpdatesTest::doSelectionTest() must be compatible with parent UpdatePathTestBase::doSelectionTestfixIssue #3541868: Fix styleint test failures.fixIssue #3541868 by DamienMcKenna: Fix styleint test failures.fixIssue #3541896 by damienmckenna: Field API changed in 11.2, broke MetatagFieldTestBase::testFieldCanBeAdded().fixIssue #3332769 by damienmckenna: Rework random string usage to be safer, fixes erratic Views test failure.fixIssue #3529741 by damienmckenna, jchatard: Fixed UTF-8 character handling in meta tag tidy().fixIssue #3543538 by damienmckenna: Remove redundant MetatagTokenStatusTest.choreReleasing v2.1.2.chorePreparing for further changes.featIssue #3458724 by damienmckenna, rachel_norfolk, pacproduct, petr illek: Add support for fediverse:creator.docsIssue #3535155 by feyp, damienmckenna: Add SVG icon meta tag.fixIssue #3541817 by damienmckenna: Replace annotation plugins with attribute plugins, require core 10.3+.docsIssue #3272202 by anybody, damienmckenna, grevil: Add <none> placeholder to clear / unset inherited value.featIssue #3545780 by damienmckenna: Optionally add suffix after meta tags are trimmed.fixIssue #3545780 by damienmckenna: Follow-up to correct a config var name.refactorIssue #3545784 by damienmckenna: Rework MetaTagCustomTag to extend MetaNameBase.featIssue #3336142 by damienmckenna, pooja_sharma, sidharth_soman, jvbrian, schillerm, admirlju: List the total number of plugins on the reports page.featIssue #3488276 by monaw, naveenvalecha, gillesbailleux, damienmckenna, eleonel: Custom Meta tags: Support multiple attributes.choreReleasing v2.2.0.
drupal/migrate_plus: 6.0.7 → 6.0.8
📋 Show 1 commits
fixIssue #3535862 by xurizaemon, evac9, bogdan.dinu, heddn: drush migrate:status throws error for migrations using XML dataparser
drupal/migrate_tools: 6.0.5 → 6.1.2
📋 Show 13 commits
docsIssue #3256236 by lazysoundsystem, benjifisher, heddn: Use of unsupported exclamation mark placeholdersfixIssue #3411051 by jeremy1606, heddn: Fix PHPCS issuesfixIssue #3497145 by fjgarlin, mjpa, heddn: Remove the old migrate_tools_sync state entrychoreIssue #3498688 by scott_euser, heddn: PHPCS fixes for MigrateToolsCommandsfixIssue #3331137 by benabaird, heddn: Shared configuration not available when using migrate plus config entitiesfeatIssue #3412074 by peacog, heddn: Drush command to disable a migrationfixIssue #3273978 by martin_klima, heddn: Drush migrate:rollback should skip disabled migrationsfixIssue #3104268 by scott_euser, heddn, robertom, ahebrank, nicxvan, jrockowitz, mikelutz, jrockowitz: Sync is too strict during id comparison and can roll back everythingfeatIssue #3452721 by codebymikey, divyansh.gupta, heddn: Provide the ability to use all available entity operations on the Migration list builderperfIssue #3534606 by peterwcm, heddn, d.fisher, tstoeckler: hook_config_schema_info_alter injected optional migrate_plus config schemafixIssue #3125378 by ergonlogic, spiderman, divyansh.gupta, heddn: MigrationGroup shared configuration breaks UIdocsIssue #3534844: MigrateExecutable and MigrateBatchExecutable should use TranslationInterfacefeatIssue #3536657 by heddn, mrshowerman: New parameters introduced in MigrateExecutable class constructor
drupal/openy_carnation: 3.2.1 → 4.0.0-beta4
📋 Show 6 commits
fix[Drupal 11] fix: add jquery_legacy librarydocsРедагувати openy_carnation.info.ymlfixfix: typofixfix: remove references to openy_rosefeatfeat: add bootstrap jquery migrate toolsfixFix navbar menu item color
drupal/openy_gtranslate: 1.0.8 → 2.0.0
📋 Show 1 commits
fixFix Google Translate functionality on legacy Carnation theme
drupal/scheduler: 2.2.1 → 2.2.2
📋 Show 22 commits
choreIssue #3356800 by jonathan1055: Pipeline enhancements - workflow, collapse phpstan summary, show eslint files, testgroupsfeatAdd ECA to test_dependencies in .info.ymlrevertRevert "Add ECA to test_dependencies in .info.yml"choreIssue #3510926 by jonathan1055: Remove tempoary D11 alternative composer.jsonfixIssue #3495229 by jonathan1055: Restore Workbench Moderation testchoreIssue #3356800 by jonathan1055: Pipeline enhancements - remove mink_driver_args_webdriver and services, cater for single test groupsdocsIssue #3356800 by jonathan1055: Extra assertions in SchedulerJavascriptDefaultTimeTest.phpdocsIssue #3356800 by jonathan1055: Read build.env using export to cater for spacesdocsIssue #3356800 by jonathan1055: Improvments to variables output and phpunit matrixchoreIssue #3356800 by jonathan1055: Pipeline rules, allow concurrent=0 in Next Minor, phpcs.xml extensionsfixIssue #3527579 by jonathan1055: Ignore 3-party deprecations in phpunit testing at 11.2.xfixIssue #3446881: Undefined array key "translatable" when Language is enabled but not Content TranslationdocsIssue #3527579: Add #[Group] attributes for Core 11.2 and PHPUnit 11featIssue #3356800 by jonathan1055: Add rules to run jobs on commit and in MR, defaulting to manualfixIssue #3155034 by jonathan1055: Delete unused missingAction() functionfeatIssue #3533739 by jsacksick: Implement static caching around SchedulerManager::getPlugins()feat[#3527579] feat: Add #[Group] and #[DataProvider] attributes to test classes for PHPUnit 11feat[#3356800] feat: Do not revert .deprecations-ignore.txt in Test-only jobfix[#3514380] fix: Autoloading hooks in the file scheduler.tokens.inc is deprecated D11.2feat[#3545432] feat: Improve caching around SchedulerManager::getPlugins() and SchedulerManager::getEntityFormIds()feat#3507012 Dependency injection instead of \Drupal calls (part 1)docs#3553242 Ignore deprecated getSystemData()
drupal/webform: 6.3.0-beta3 → 6.3.0-beta5
📋 Show 113 commits
docsIssue #3133280: Remove obsolete commentchoreIssue #3537579: Restore use of legacy SanitizePluginInterfacefixIssue #3441905: Correct name of FunctionalJavascript directoryfixIssue #3538392: Fix test failure in WebformElementCaptchaTestdocsIssue #3523478: Addminified: trueto files in webform.libraries.ymlstyleIssue #3541370: Replace deprecated rgba()docsIssue #3487957: Add LegacyModuleImplementsAlter attribute annotationrefactorIssue #3538392: Make @dataProvider methods statictestIssue #3538392: Update tests to handle differences in Drupal 11docsIssue #3538392: Use XPath in WebformElementValidateRequiredTestfixIssue #3517902: Remove deprecated dialogClassfixIssue #3541440 by eric.vvf, liam morland, jrockowitz: Visual alignment issue: .webform-addons-summary floats beside warning messages instead of appearing abovefixIssue #3532527 by divyansh.gupta, majid.ali, jrockowitz, norman.lol, thamas: All errors should have role alert for better accessibility when using client side validationfeatIssue #3516134: Add access check for "notes" operationchoreIssue #3542169: Remove fix checkbox via dialog/off-canvas trayfixIssue #3524067 by tom konda: strpos($a, $b) which compares with FALSE or 0 should replace with str_contains($a, $b) or str_starts_with($a, $b) if possiblefixIssue #3542319: array_intersect(): Argument #1 ($array) must be of type array, null givenfixIssue #3204456 by jrockowitz, angrytoast, berdir, liam morland, heinvdb, catch: getParagraphWebformsRecursive causes slow load timesfixIssue #3279642 by matthijs: Duplicate default element callbacksfeatIssue #3538042: Add autocomplete for date element to be a11y complianttestIssue #3514708 by jrockowitz, mandclu: Add a test for the Likert "average" formatterfixIssue #3473834 by liam morland, jrockowitz: Remove JS shims for Internet Explorer (IE)fixIssue #3508995 by jrockowitz, ryanrobinson_wlu, cilefen: Column Not Found: user.namefixIssue #3523961 by marthinal, jwilson3: Avoid addcslashes() deprecation warning during Webform submission previewfixIssue #3526756 by huzooka, liam morland, jrockowitz, dxvargas: Exception thrown when trying to submit element / wrapper attributes with invalid stringfixIssue #3466356 by damienmckenna, liam morland: WebformElementStates::buildConditionRow() has faulty codefixIssue #3542583: Date test values can be out of range in case of maximum and no minimum datefixIssue #3452423 by jrockowitz, tichris59: Mode test - Date list restriction not appliedfixIssue #3488049 by jrockowitz, berdir: Delay discovery/init logic in WebformHelpManagerfixIssue #3443385 by arno_vgh, cilefen, jrockowitz: Update remote_post Webform handler name & descriptionfixIssue #3537938 by n-m-daz, eric.vvf, jrockowitz, liam morland, divya.sejekan: The placeholder text in the filter submissions field is cropped and not fully visibleperfIssue #3456597: Cascading effect creates loss of performancefixIssue #3473153 by jrockowitz, rraney, flyke, cilefen, s3b0un3t, rajeevk, carma03, anurag_2711, lukey: Route "webform.addons" does not existfixIssue #3538258 by jrockowitz, andrew.wang: "You have unsaved changes." prompt does not display when "Required" checkboxes are clickedfixIssue #3477308 by jrockowitz, anybody, gogowitsch: Access denied when using webform dialog as anonymous userfixIssue #3526888 by liam morland, occupant, jrockowitz, jeeva r: Unable to install webform_node module via recipefeatIssue #3469200: Allow to use rendered entities (in selected view mode) as webform entity checkboxes / radios optionsfixIssue #3500627 by jrockowitz, albertho425, girish_lnweb, cilefen: Drupal 10 webform validation issue when using checkboxesfixIssue #3533744 by apparatchik: Allow Signature Element To Notify Value Changes And Work With Webform ConditionsdocsIssue #3531961 by jrockowitz, imranbcc, avpaderno: Unnecessary element access properties in yamlfixIssue #3516047 by marthinal, jwilson3: Accessibility violation: Tippy.js adds aria-expanded to <span> with role="tooltip"featIssue #3524488 by jrockowitz, martonlaci, liam morland: Activate Title case input mask optionfeatIssue #3458484 by jrockowitz, abhijith s, nupur badola, cilefen, luke.leber: Provide option to disable default Js validation on Telephone elementfixIssue #3504078 by liam morland, milosr, jrockowitz, crutch, ivan616: Operations Dropbutton improvement, need webform node id/class or form id for a webform nodefixIssue #3466750 by chrisolof, liam morland: Date-time strings in log messages generated by webform_scheduled_email lack important timezone informationfeatIssue #3487468: Extend "Terms of service" element with the option to add a linkfeatIssue #3493832: Allow custom data-options to added to elements JavaScript optionsfixIssue #3522507 by jrockowitz, liam morland: SchemaIncompleteException for webform.settings:ui.description_help_disabledfeatIssue #3524488 by jrockowitz, martonlaci, liam morland: Activate Title case input mask optionfixIssue #3520508: Maxlength on text format field causes TypeErrorfixIssue #3537919: Crash after update requestfixIssue #3462726 by jrockowitz, Ana Bozhilova, cskeers, liam morland: Webform Export Option "Separate, with each possible option value in its own column" Doesn't Show Values for Specific OptionsfeatAdd "titlecase" to cspell project words listfixIssue #3524877 by yovince, liam morland: Remove return value from WebformSubmissionDevelGenerate::generateSubmissions()featIssue #3483410: Add justify content settings in WebformFlexbox ElementfixIssue #3471061 by jrockowitz, adhershmnair, regina.meow, cilefen: "Filter webforms" not working after using browser's back buttonfixIssue #3413266 by danflanagan8, jrockowitz, cilefen, tinny: Uncaught GuzzleHttp\Exception\ConnectException in remote post handerfixIssue #3542964: Remove Add-ons featurefeatIssue #3439662 by jrockowitz, arno_vgh: Allow a WebformEmailHandler to specify the language of an email messagefixIssue #3524216 by jrockowitz, robijntje94, liam morland, pepeprawn, anpri31, cilefen, cp_dev, dmitrii puiandaikin, abramm, daletrexel: jQuery timepicker setting is not respectedfixIssue #3337640 by jrockowitz, tgoeg, kensuke-imamura: drush wfi does not import data exported with wfxfixIssue #3534519 by jrockowitz, khiminrm: Warnings when exporting submissions with empty composite elementfeatIssue #3449523 by jrockowitz, nicholosophy, cilefen: Add option to add css class to fieldset legend elementfixIssue #3543591: The validateUnique() and validateUniqueMultiple() functions don't evaluate #unique = false correctlydocsIssue #3424031 by jrockowitz, alex20001111: Report of Issue with Options/Checkbox Limit in Custom Option SVG ModulefixRemove excluded children from containersfixIssue #3414361: UX regression / error when duplicating webform in D10.2featAdd Spanish words to cspell project word listfixIssue #3380667: Remote post handler triggers session related error messages when remote post failsfeat[#3441600] feat: Webform might create invalid link renderable arrays on submission list.feat[#3513032] feat: Remove "use strict" statements from JS where cited by eslintfeat[#3543014] feat: Make form_file_limit error message configurablefeat[#3449370] feat: Values not shown on submission display when multiple items and UL usedfeat[#3510410] feat: Disabled webform text format – unable to reenablefeat[#3497954] feat: Excessive memory use when building dynamic library definitionsfeat[#3440309] feat: First option of required checkboxes/checkboxes other become required under conditional state while wrapper type set to 'form element'choreLintingfixIssue #3497954 by weseze, catch, heddn, cilefen, jrockowitz, liam morland: Excessive memory use when building dynamic library definitions. Minor Fix.feat[#3432428] feat: Information message for file uploads is confusing when form limit is enabledfeat[#3484772] feat: Managed file element using "button" option appears to incorrectly invalidate valid uploadsfeat[#3449549] feat: Webform 'remote_post' handler doesn't exclude fields without accessfeat[#3315197] feat: [Performance] Add an index on webform_submission_data name and propertyfixIssue #3497954 by weseze, catch, heddn, cilefen, jrockowitz, liam morland: Excessive memory use when building dynamic library definitions. Minor Fix.fixIssue #3497954 by weseze, catch, heddn, cilefen, jrockowitz, liam morland: Excessive memory use when building dynamic library definitions. Minor Fix.feat[#3487061] feat: Fix coding standardsfeat[#3397048] feat: PHP Implode error array vs string, EntityReferenceSelectionrevertRevert "[#3397048] feat: PHP Implode error array vs string, EntityReferenceSelection"feat[#3397048] feat: PHP Implode error array vs string, EntityReferenceSelectionfeat[#3464731] feat: webform_bootstrap: Bootstrap Theme vs. Bootstrap Framework (e.g. Radix)feat[#3490096] feat: Entity reference field fails to create entities that don't exist for taxonomy when only one target bundle selectedfeat[#3515391] feat: There's no 'group_relation' entity type.feat[#3501983] feat: Duplicate Submission should allow 'edit own' instead of 'edit any'feat[#3495192] feat: Date List element title display options not applying.feat[#3468142] feat: Wizard previous and next label not overriddenfeat[#3517077] feat: Error and inconcistency when deleting form element after reorderingfeat[#3519674] feat: Telephone validation issues when using states and pagesfeat[#3520969] feat: Validate US ZIP codes in the Advanced Address elementfeat[#3512775] feat: Minimum items not respected when multi-value element is requiredfeat[#3462738] feat: webform_submission and webform_submission_data schema don't match for sidfix[#3544435] feat: Upgrade 6.2.x → 6.3.x removes webform_shortcuts → causes missing-module errors during updb/cimfeat[#3257570] feat: Ensure that submission are deleted when a webform is deletedfeat[#3487530] feat: New permission for filter and bulk action on overview pagefeat[#3440133] feat: Submissions can be purged immediately after submissionfeat[#3487530] feat: New permission for filter and bulk action on overview pagefeat[#3426141] feat: Deleting submissions using webform_submission_bulk_form fails because row order is randomfeat[#3546716] feat: data-options doesn't override existing configfeatfeat: Update WebformNodeReferencesListController to support paragraph-based webform referencesfeat[#3414928] feat: Webform submission import: failed to import a lot of records executed in multiple batchesfeat[#3423775] feat: Error message when using SymfonyMailer pluginfeat[#3546389] feat: Error: Call to undefined function Drupal\webform\Hook_webform_token_get_submission_value()feat[#3504274] feat: Variants do not override the title and descriptionfeat[#3491104] feat: Warning: foreach() argument must be of type array|object, null given in Drupal\webform\WebformTranslationLingotekManagerfeat[#3484204] feat: [Performance] Timeout when removing a webform field
drupal/openy_pef_gxp_sync: 1.1.10 → 2.0.1
📋 Show 4 commits
choreUpgrade to Drupal 11featfeat: add drupal/groupexpro as depsfeatfeat: add drupal/openy_mappings as deps in composer.jsondocsРедагувати openy_pef_gxp_sync.info.yml
drupal/ymca_sync: 10.0.6 → 11.0.0
📋 Show 4 commits
featAdd replace to composer.jsonfixFix name modulefeatfeat: update to drupal 11docsApply 1 suggestion(s) to 1 file(s)
drupal/openy_repeat: 2.8.2 → 3.1.0
📋 Show 4 commits
fixConvert uri to querychoreUpdate versionfixFix location querychoreDrupal 11 upgrade: staged changes
drupal/responsive_favicons: 2.0.1 → 3.0.1
📋 Show 20 commits
fixIssue #3434213: Automated Drupal 11 compatibility fixes for responsive_faviconsfixVarious improvements and fixesfixSmall fixdocsIssue #3510938 by mably: Add suffix to icons URLs for better browser cache handlingfeatIssue #3347629 by mably: Support the domain modulefixIssue #3511062 by mably: Add a new option to allow removal of existing files in the upload folderrefactorCache handling tweaksfixIssue #3335794 by stevewilson, mably: Fast 404s no longer configured in settings.phpfixConf validation error with boolean typechoreIssue #3238269 by mably: Default favicon output in maintenance modefixIssue #3360451 by mably: Conflict with PWA module - show warningfeatIssue #3076051 by arun ak, artem_bosenko, mably: Provide an option to alter icon image pathsfeatIssue #3045218 by mably: Enable external public:// rootfeatIssue #3511771 by mably: Add an option to keep tags even if icon files are not availablefixIssue #3152918 by driskell, mably: Cache-control header is missing so Drupal is hit every time for faviconfeatIssue #3511883 by mably: Add a project logo for Responsive FaviconsfixIssue #3513205 by mably, w01f: Update constructor for DefaultFavicons to ModuleHandlerInterfacefixIssue #3513941 by mably: DOMDocument::loadHTML(): Argument #1 ($source) must not be emptychoreIssue #3522855 by ioana apetri, mably: Compatibility with redirect moduledocsIssue #3526761 by mably, sd123, natts: Add warning message that cache-busting parameters should be removed from URLs.
drupal/ws_small_y: 1.2.1 → 1.2.2
📋 Show 2 commits
choreUpdate drupal/openy_gtranslate to 2.0.0choreMerge branch 'update/openy_gtranslate-2.0.0' into '1.0.x'
drupal/lb_cards: 2.2.0 → 2.2.1
📋 Show 1 commits
fixfix: [#3551909] Update template to render description field
drupal/lb_hero: 1.5.0 → 1.5.4
📋 Show 4 commits
featIssue #3543157: Improve Local Video styles in Frame variantfixfix: [#3551562] Render description field and update templatedocsUpdated docblock with clear description of the update actionfeatfeat: [#3557695] Allow attributes on links
drupal/lb_staff_members_blocks: 1.3.0 → 1.3.1
📋 Show 1 commits
feat[#3550036] Generate images with relative path.
➖ Removed Drupal Modules
- drupal/bartik (was 1.0.2)
- drupal/jquery_ui_slider (was 2.1.0)
- drupal/jquery_ui_datepicker (was 2.1.1)
- drupal/ckeditor5_font (was 1.1.2-beta1)
- drupal/color (was 1.0.3)
- drupal/media_library_bulk_upload (was 1.0.2)
- drupal/seven (was 1.0.0)
- drupal/yusaopeny_ymca360 (was 1.0.0-rc4)
- drupal/features (was 5.0.0-alpha1)
➕ Added PHP Libraries
- symfony/polyfill-php85 (v1.33.0)
- symfony/polyfill-php84 (v1.33.0)
- revolt/event-loop (v1.0.7)
- ycloudyusa/fontyourface (4.0.0)
- doctrine/reflection (1.2.2)
- laminas/laminas-diactoros (2.11.1)
- laminas/laminas-escaper (2.9.0)
- laminas/laminas-feed (2.15.0)
- stack/builder (v1.0.6)
- symfony-cmf/routing (2.3.4)
- symfony/debug (v4.4.31)
- symfony/http-client-contracts (v2.5.0)
- symfony/translation (v4.4.34)
- typo3/phar-stream-wrapper (v3.1.7)
- consolidation/output-formatters (4.7.0)
- drush/drush (13.7.0-rc1)
- ycloudyusa/lb_claro (2.0.2)
🔄 Updated PHP Libraries
symfony/console: v6.4.23 → v7.4.0-RC2
📋 Show 123 commits
fix[Console] Remove a redundant local variable in the console Application class.fixfix mergefixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Console] Fix signal handlers not being cleared after command terminationfixMerge branch '7.3' into 7.4fix[Console] Add missing VERBOSITY_SILENT case in CommandDataCollectorrefactorMove readonly keyword from class to propertiesperf[Console] Optimize mostRecentlyEnteredValue() methodchoreMerge branch '7.3' into 7.4fix[Console] ensureSHELL_VERBOSITYis always restored properlyfeat[Console] Add support forCursorhelper in invokable commandsfeatminor #61978 [Console] Fine-tuning the interactive#[Ask]attribute (yceruto)fix[Console] Fine-tuning the interactive Ask attributechoreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fixskip hidden question tests on Windowsfixfixup! [Console] Specify types of interactive question choicesdocs[Console] Update CHANGELOG to reflect attribute name changes for interactive invokable commandsfeatfeature #61748 [Console] Add support for interactive invokable commands with#[Interact]and#[Ask]attributes (yceruto)feat[Console] Add support for interactive invokable commands with#[Interact]and#[Ask]attributesfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61861 [Console] Ensure terminal is usable after termination signal (johnstevenson)fix[Console] Ensure terminal is usable after termination signalfeat[Console] Rename#[Input]to#[MapInput]fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixdo not pass the empty string to ord()fixfix transient Console output related testfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3feat[Console] Specify types of interactive question choicesfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3feat[Console][QuestionHelper] add optional timeout for human interactionfix[Console] Fix handling of\Ein Bash completionfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Console] Don’t append a new line to test inputs ending with an EOTfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Console] Don’t automatically append EOT to multiline test inputsfixminor #61672 [Console] Fix test after #61308 (vrana)fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Console] Fix test after #61308feat[Console] Add #[Input] attribute to support DTOs in commandsfixuse the empty string instead of null as an array offsetfix[Console] Harden array type for test-related user inputsdocs[Console] Add phpdoc for return type of subscribed signalsfix[DI]: removed unnecessary checks onDefinitions andAliasesfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61033 [Console] RestoreSHELL_VERBOSITYafter a command is ran (lyrixx)feat[Console] Add getter for the original command "code" objectfeatfeature #61078 [Console] Add getter for the original command "code" object (weitzman)feat[Console] Add getter for the original command "code" objectfix[Console] Fix testing multiline questionfixbug #61367 [Console] Fix name/alias/usages when an invokable command has an alias (weitzman)fix[Console] Fix name/alias/usages when an invokable command has an aliasdocsUse <info> for options in command descriptionchoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)chorechore: PHP CS Fixer - update heredoc handlingfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)testminor #61390 run tests with PHPUnit 12.3 (xabbuh)testrun tests with PHPUnit 12.3chorechore: heredoc indentation as of PHP 7.3fix[Console] Restore SHELL_VERBOSITY after a command is ranfeatfeature #61308 [Console] Adding more helpful error messages to the Questionhelper (mamazu)refactorRemove some unneeded var annotationsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Console][Table] Don't split grapheme clustersrefactorreplace PHPUnit annotations with attributesfixAdding more helpful error messages to the Questionhelpertestrun tests using PHPUnit 11.5fixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fix[Console][Table] Fix unnecessary wrappingfix[Console][Table] Fix invalid UTF-8 due to text wrappingfixMerge branch '7.3' into 7.4fixbug #61080 [Console] FixTreeHelper::addChildwhen providing a string (jtattevin)fix[Console] FixTreeHelper::addChildwhen providing a stringfixminor #61227 Fix typos (nicolas-grekas)fixFix typosfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2chore[Console] cleanupfix[Console] Fix JSON description for negatable input flagschoreMerge branch '6.4' into 7.2fixMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fix[Console] Windows Test Error - change completecar for windows for passing testfix[Console] Fix mergefixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fix[Console] fix profiler with overriddenrun()methodfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2perfoptimizein_arraycallsfixFix @var phpdocchoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2fixCS fixesfixVarious CS fixeschoreminor #61040 chore: PHP CS Fixer fixes (keradus)chorechore: PHP CS Fixer fixeschoreMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixbug #60507 [Console][Messenger] Fix: AllowUnrecoverableExceptionInterfaceto bypass retry inRunCommandMessageHandler(santysisi)fixFix testsfixFix typos in documentation and code commentsfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2
symfony/deprecation-contracts: v3.5.1 → v3.6.0
📋 Show 2 commits
perfmake test case classes compatible with PHPUnit 10+choreMerge branch '7.1' into 7.2
symfony/service-contracts: v3.5.1 → v3.6.1
📋 Show 12 commits
featuse constructor property promotionfixMerge branch '7.1' into 7.2stylePrefix all sprintf() callsfeatAdd more precise types in reusable test casesperfmake test case classes compatible with PHPUnit 10+fixRemove calls to getExpectedException()choreMerge branch '7.1' into 7.2fixFix ServiceMethodsSubscriberTrait for nullable servicefixFix ServiceMethodsSubscriberTrait for nullable servicefixCS fixesfixFix @var phpdocfixMerge branch '6.4' into 7.2
symfony/string: v6.4.24 → v8.0.0-RC1
📋 Show 145 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0featMerge branch '6.4' into 7.0feat[Components] Convert to native return typesdocsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertiesfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0feat[String] New locale aware casing methodsfeatfeature #52198 [String] New locale aware casing methods (bram123)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featLeverage ReflectionFunction::isAnonymous()style[String] Use CPPfixMove & adapt "emoji code" from Intl into its own componentfixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featfeature #53096 [Intl] [Emoji] Move emoji data in a new component (smnandre)chorebump version for symfony/emojifeat[String] Leverage Randomizer::getBytesFromString()chorechore: CS fixesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callschoreMerge branch '6.4' into 7.0chorechore: CS fixeschoreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2feat[String] Add WORD_STRICT mode to truncate methodchoreMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2featfeature #57243 [String] AddTruncateModemode totruncatemethods (Korbeil)docsUpdate .gitattributesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fixfix truncating in WordBefore mode with length after last spacedocsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1docsMerge branch '7.1' into 7.2fixbug #57778 [String] fix truncating in WordBefore mode with length after last space (xabbuh)refactorRemove useless codefixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[String] Add Spanish inflector with some rulesfeatfeature #58228 [String] Add Spanish inflector with some rules (dennistobar)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2feat[String] Add theAbstractString::kebab()methodfeatfeature #58385 [String] Add theAbstractString::kebab()method (alexandre-daubois)fixRemove always true/false occurrencesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[String] AddAbstractString::pascal()methodfixFix typochorechore: PHP CS Fixer - allow header validatorchoreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3featAllow Symfony ^8.0choreBump Symfony 8 to PHP >= 8.4refactorRemove deadcode after the bump to PHP >= 8.4feat[String] Leverage grapheme_str_split()fixMerge branch '7.4' into 8.0fixVarious CS fixeschoreMerge branch '7.4' into 8.0choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3perfoptimizein_arraycallsrefactorMerge branch '7.4' into 8.0fixFix typoschoreMerge branch '7.4' into 8.0testrun tests using PHPUnit 11.5choreMerge branch '7.4' into 8.0refactorreplace PHPUnit annotations with attributeschoreMerge branch '7.4' into 8.0fixRemove some implicit bool type jugglingfixMerge branch '7.4' into 8.0chorechore: heredoc indentation as of PHP 7.3testrun tests with PHPUnit 12.3choreMerge branch '7.4' into 8.0choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)choreMerge branch '7.4' into 8.0chore[String] Deprecate implementing__sleep/wakeup()on string implementationsrefactor[Validator] Deprecate implementing__sleep/wakeup()on GenericMetadata implementationsrefactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationsrefactorMerge branch '7.4' into 8.0perf[HttpKernel][Mime][Serializer][String][Validator] Replace__sleep/wakeup()by__(un)serialize()fixspecific fix to avoid 'outag' when inflecting 'outages'fixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4refactorMerge branch '7.4' into 8.0docs[String] Fix issues singularfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0fix[String] Fix nodes singularfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fix[String][Inflector] Fix edge caseschoreMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0fixuse the empty string instead of null as an array offsetfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fix[PhpUnitBridge] Fix gathering deprecation in phptfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0
symfony/polyfill-intl-grapheme: v1.31.0 → v1.33.0
📋 Show 3 commits
feat[PHP 8.4][Intl] Addgrapheme_str_splitfixfix typofixFix registrering grapheme_str_split()
symfony/polyfill-intl-normalizer: v1.31.0 → v1.33.0
symfony/dependency-injection: v6.4.23 → v7.4.0-RC2
📋 Show 109 commits
choreMerge branch '7.3' into 7.4feat[DependencyInjection] Call default index method when index is not provided by tagfixMerge branch '7.3' into 7.4fixbug #62304 [DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classes (yoeunes)fix[DependencyInjection] Fix lazy proxy creation for interfaces aliased to final classesfix[DependencyInjection] Fix merging explicit tags and #[AsTaggeditem]refactor[DependencyInjection] Include return type in AppReference shapeperf[DependendcyInjection] Improve shape for "from_callable" definitionsfixMerge branch '7.3' into 7.4fix[DependencyInjection] Fix PHPDoc syntax for InstantiatorInterfacedocsclean up legacy groups in testsfix[DependencyInjection] Fix FC layer with Config v8fix[DependencyInjection] Fix FC with Config v8feat[FrameworkBundle] Auto-generateconfig/reference.phpto assist in writing and discovering app's configurationtestAddTEST_GENERATE_FIXTURES=1to generate fixtures in testsdocs[Config][DependencyInjection] Deprecate the fluent PHP format for semantic configurationrefactor[DependencyInjection] Split ImportsConfig and ParametersConfig out of ServicesConfigfix[DependencyInjection][Routing] Fix nested config imports when returning PHP arraysfeat[DependencyInjection][Routing] Define array-shapes to help writing PHP configs using yaml-like arraysfixfix deprecation versionfeatbug #61940 [DependencyInjection] Register a custom autoloader to generate*Configclasses when they don't exist yet (alexandre-daubois)feat[DependencyInjection] Register a custom autoloader to generate*Configclasses when they don't exist yetchore[DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace()chore[DependencyInjection][Routing] Deprecate XML configuration formatdocs[DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml fileschore[DependencyInjection][Config][Routing] Deprecate using$thisor the internal scope of the loader from PHP config filesfeatfeature #61885 [DependencyInjection] Handle returning arrays and config-builders from config files (nicolas-grekas)chore[DependencyInjection] Handle returning arrays and config-builders from config filesdocsdo not use deprecated PHPUnit featuresdocs[DependencyInjection] Improve services.schema.jsonfixMerge branch '6.4' into 7.3refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfeatUse>=operator in#[RequiresPhp]attributes to allow compatible versionsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3feat[DependencyInjection] AllowClass::function(...)andglobal_function(...)closures in PHP DSL for factoriesfixuse the empty string instead of null as an array offsetrefactor[DependencyInjection][Validator] Remove needless codechoreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4test[DependencyInjection] Add test case to ensure XML parse exception message includes filename and positionchore[DependencyInjection] Minor optimsfix[DependencyInjection] Fix optimizing ClassExistenceResourcefixMerge branch '7.3' into 7.4refactor[DependencyInjection] OptimizeAutowireRequiredMethodsPassfeatfeature #61575 [DependencyInjection] Allow multiple#[AsDecorator]attributes (Jean-Beru)chore[DependencyInjection] Allow multiple#[AsDecorator]attributesrefactor[DependencyInjection] Parse attributes found on abstract classes for resource definitionsfeatfeature #61536 [DependencyInjection] Allow adding resource tags using any config formats (nicolas-grekas)chore[DependencyInjection] Allow adding resource tags using any config formatsfix[DI]: removed unnecessary checks onDefinitions andAliasesrefactor[DependencyInjection] Respect original service class when a proxy is definedfeatfeature #61282 [DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config files (nicolas-grekas)docs[DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config filesfixMerge branch '7.3' into 7.4perfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernchore[DependencyInjection] Don’t autowire excluded serviceschoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)chorechore: PHP CS Fixer - update heredoc handlingfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixRemove deprecated calls to deprecated methods of SplObjectStoragechoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetsfixFix testschoreRun high-deps tests on PHP 8.4chorechore: heredoc indentation as of PHP 7.3fixRemove some implicit bool type jugglingfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixminor #61280 [DependencyInjection] Dump XML using plain PHP, no DOM needed (nicolas-grekas)fixFix wrong boolean valuesfixminor #61299 replace PHPUnit annotations with attributes (xabbuh)refactorreplace PHPUnit annotations with attributeschoreMerge branch '7.3' into 7.4testrun tests using PHPUnit 11.5choreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2chore[DependencyInjection] Escape parameters before resolving env placeholdersrefactor[DependencyInjection] Dump XML using plain PHP, no DOM neededchore[DependencyInjection] Deprecate registering a service without a class when its id is a non-existing FQCNrefactor[DependencyInjection] UpdateResolveClassPassto check class existencefix[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()fixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixminor #61103 Fix various bool-type coercions (Girgias)fixFix various bool-type coercionsfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixMerge branch '7.3' into 7.4perfoptimizein_arraycallsfix[DependencyInjection] Fix proxying services defined with an abstract class and a factoryfixFix @var phpdocchoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2fixCS fixesfixMerge branch '7.3' into 7.4chore[DependencyInjection] CS fixfixVarious CS fixesfix[FrameworkBundle] fixlint:containercommandfeatfeature #60910 [DependencyInjection] Add argument$targettoContainerBuilder::registerAliasForArgument()(nicolas-grekas)feat[DependencyInjection] Add argument$targettoContainerBuilder::registerAliasForArgument()featfeature #60597 [DependencyInjection][FrameworkBundle] Use php-serialize to dump the container for debug/lint commands (nicolas-grekas)docsMerge branch '7.3' into 7.4docsMerge branch '7.2' into 7.3docsMerge branch '6.4' into 7.2
symfony/var-exporter: v6.4.24 → v8.0.0-RC1
📋 Show 100 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0feat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0fix[VarDumper] Remove obsolete PHP version checkfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fix[VarExporter] Drop support for partially initialized lazy objectfixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixfix mergechoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0perf[VarExporter] Improve performance when creating lazy objectsfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2docsUpdate .gitattributesrefactorRemove unused code and unnecessaryelsebranchesstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)fix[VarExporter] Allow reinitializing lazy objects with a new initializerdocsCS: re-applytrailing_comma_in_multilinechoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fix[VarExporter] Fix phpdoc ofLazyGhostTraitandLazyProxyTraitrefactorReduce common control flowsrefactorminor #58566 Reduce common control flows (alexandre-daubois)fixMerge branch '6.4' into 7.2fixMerge branch '6.4' into 7.2chorechore: PHP CS Fixer fixesfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3choreVarious cleanupsfeat[VarExporter] Leverage native lazy objectschoreMerge branch '6.4' into 7.2choreRemove unneeded use statementsfixMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3featMerge branch '6.4' into 7.2docsMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3featAllow Symfony ^8.0choreBump Symfony 8 to PHP >= 8.4refactorRemove deadcode after the bump to PHP >= 8.4fix[VarExporter] RemoveLazyGhostTraitandLazyProxyTraitin favor of native lazy objectsfixVarious CS fixesfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3testrun tests using PHPUnit 11.5choreMerge branch '7.4' into 8.0refactorreplace PHPUnit annotations with attributeschoreMerge branch '7.4' into 8.0chorechore: heredoc indentation as of PHP 7.3choreMerge branch '7.4' into 8.0fixRemove deprecated calls to deprecated methods of SplObjectStoragefixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fix[VarExporter] Fix serializing classes with __serialize() returning unprefixed private propertiesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4refactorMerge branch '7.4' into 8.0feat[VarExporter] Add support for exporting named closuresfixMerge branch '7.4' into 8.0featUse>=operator in#[RequiresPhp]attributes to allow compatible versionschore-refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3choreMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0fix[VarExporter] Fixes phpdoc syntax in LazyObjectRegistry
symfony/event-dispatcher: v6.4.24 → v7.4.0-RC1
📋 Show 38 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0feat[Components] Convert to native return typesrefactor[EventDispatcher] Revert native return types on EventSubscriberInterfacefixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertiesfixMerge branch '6.4' into 7.0featLeverage ReflectionFunction::isAnonymous()docs[Console][EventDispatcher][Security][Serializer][Workflow] Add PHPDoc to attribute classes and propertiesdocsminor #51974 [Console][EventDispatcher][Security][Serializer][Workflow] Add PHPDoc to attribute classes and properties (alexandre-daubois)refactor[Dotenv][ErrorHandler][EventDispatcher] Use CPPfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callsdocsUpdate .gitattributesstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2refactorreplace assertEmpty() with stricter assertionsfixDon't enable tracing unless the profiler is enabledfeatAllow Symfony ^8.0testrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributesperfrun tests with PHPUnit 12.0 on PHP >= 8.3fixRemove deprecated calls to deprecated methods of SplObjectStoragefixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4featAdd support for union types on AsEventListenerrefactor[EventDispatcher][FrameworkBundle] Rework union types on#[AsEventListener]
symfony/event-dispatcher-contracts: v3.5.1 → v3.6.0
📋 Show 2 commits
perfmake test case classes compatible with PHPUnit 10+choreMerge branch '7.1' into 7.2
symfony/filesystem: v6.4.24 → v7.4.0-RC1
📋 Show 67 commits
chore[7.0] Bump to PHP 8.2 minimumchoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0refactorRemove BC layers related to new methods and new parametersfeat[Components] Convert to native return typesdocsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixSetstrictparameter ofin_arrayto true where possiblerefactorCode updatesfixminor #53073 Setstrictparameter ofin_arrayto true where possible (alexandre-daubois)perf[Filesystem][Finder][Form] Use CPPfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1feat[Filesystem] Add the readFile() methoddocsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixfix tests on WindowsrefactorRemove unnecessary empty usagesfixMerge branch '6.4' into 7.0choreupdate constraintchoreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callsfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2docsUpdate .gitattributestestdo not use uniqid() in testsfixstop using uniqid() to create temporary filesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2styleCS: clean some whitespaces/indentationchoreMerge branch '6.4' into 7.1fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2featAllow Symfony ^8.0fixMerge branch '6.4' into 7.2fixMerge branch '7.3' into 7.4fixFix typostestrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributeschorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetsfix[Filesystem] Unify logic for isAbsolute() in PathfixMerge branch '7.3' into 7.4
symfony/finder: v6.4.24 → v7.4.0-RC1
📋 Show 61 commits
chore[7.0] Bump to PHP 8.2 minimumfeat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0refactorclean up method argument handlingfixMerge branch '6.4' into 7.0docsDX: re-apply CSperf[Filesystem][Finder][Form] Use CPPchorechore: CS fixeschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixRemove extra space after full stop.stylePrefix all sprintf() callschorechore: CS fixesdocsUpdate .gitattributesfixReplaceTestCase::assertTrue(true)withTestCase::expectNotToPerformAssertions()styleUse CPP where possiblefixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2docsminor #57795 Use CPP where possible (alexandre-daubois)styleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixstop using TestCase::iniSet()choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixRemove always true/false occurrenceschorechore: PHP CS Fixer fixesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '7.2' into 7.3featAllow Symfony ^8.0choreMerge branch '6.4' into 7.2perfoptimizein_arraycallsfixMerge branch '6.4' into 7.2fixMerge branch '7.3' into 7.4testrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributesfixRemove some implicit bool type jugglingchorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschorechore(finder): add better type information using phpdocfixdon't use a fixed date fixture when assertions depend on relative timesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4refactor[Finder] Make method calls explicit in ExcludeDirectoryFilterIterator
symfony/http-foundation: v6.4.24 → v7.4.0-RC1
📋 Show 66 commits
test[HttpFoundation] Fix testsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[HttpFoundation] Fix RequestTest insulationfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[HttpFoundation] Fix AcceptHeader overwrites items with different parametersfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixMerge branch '5.4' into 6.4fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[HttpFoundation] Fix parsing hosts and schemes in URLsfix[HttpFoundation] Fix parsing pathinfo with no leading slashchore[HttpFoundation] Deprecate null $format argument to Request::setFormat()fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3feat[HttpFoundation] Allow Request::setFormat() to override predefined formatsfixMerge branch '7.3' into 7.4fix[HttpFoundation] Fix issue where ServerEvent with "0" data is not sentdocsUse standard MONGODB_URI for test configurationfixforbid HTTP method override of GET, HEAD, CONNECT and TRACEchore[HttpFoundation] Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACEfeatfeature #61979 [HttpFoundation] AddRequest::set/getAllowedHttpMethodOverride()to list which HTTP methods can be overridden (nicolas-grekas)feat[HttpFoundation] AddRequest::$allowedHttpMethodOverrideto list which HTTP methods can be overriddenrefactor[HttpFoundation] MakeRequest::createFromGlobals()userequest_parse_bodywhen possiblechore[HttpFoundation] Deprecate Request::get() in favor of using properties ->attributes, query or request directlyfixFix various typofixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixFix ord()-related PHP 8.5 deprecationsfixreplace HTTP response status code constants with their valuesfeat[HttpKernel] Add#[IsSignatureValid]attributefix[HttpFoundation] Handle error when directory is a filechorechore(http-foundation): add better type information using phpdocfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixuse the empty string instead of null as an array offsetfeatAdd global lower bounds to deps on the CIfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixSQLSRV: Change column type from TEXT to STRINGfix[HttpFoundation] Fix BC Break introduces in#61267and structured suffix formats as constantfixuse PHPUnit's native expectUserDeprecationMessage() methodfixFix low-deps testsfixminor #61471 [HttpFoundation] Don’t check suffix on empty MIME type (MatTheCat)fix[HttpFoundation] Don’t check suffix on empty MIME typefixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixfix session cookie options assertions on PHP 8.5feat[HttpFoundation] Add new MIME type mappings to `getMimeTypes()``feat[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for theQUERYHTTP methodrefactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationschoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschoreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)testrun tests with PHPUnit 12.3chorechore: heredoc indentation as of PHP 7.3fixRemove some implicit bool type jugglingrefactorreplace PHPUnit annotations with attributestestrun tests using PHPUnit 11.5fixfix deprecation messagedocsSimplify UriSigner::verify to use matchperfoptimizein_arraycallschoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2
symfony/http-kernel: v6.4.23 → v7.4.0-RC2
📋 Show 106 commits
choreUpdate VERSION for 7.4.0-RC2fix[HttpKernel] Conflict with symfony/flex < 2.10choreBump Symfony version to 7.4.0choreUpdate VERSION for 7.4.0-RC1fixMerge branch '7.3' into 7.4fixfix mergefixMerge branch '7.3' into 7.4fixbug #62036 [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser (wuchen90)fix[HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowserchoreBump Symfony version to 7.3.8choreUpdate VERSION for 7.3.7choreBump Symfony version to 7.3.7choreUpdate VERSION for 7.3.6fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[HttpFoundation] Fix parsing hosts and schemes in URLschoreBump Symfony version to 7.4.0choreUpdate VERSION for 7.4.0-BETA2refactor[HttpKernel] Make Kernel::getShareDir() nullablechoreBump Symfony version to 7.3.6choreUpdate VERSION for 7.3.5choreBump Symfony version to 6.4.28choreUpdate VERSION for 6.4.27choreBump Symfony version to 7.4.0choreUpdate VERSION for 7.4.0-BETA1feat[HttpKernel] AddKernelInterface::getShareDir(),APP_SHARE_DIRand%kernel.share_dir%to store application data that are shared between all front-end serversfeatfeature #62027 [DebugBundle][HttpKernel] Collect dumps when console profiling is enabled (HypeMC)fix[HttpKernel] Fix FC layer with DI/Config v8choreMerge branch '7.3' into 7.4fix[Console] ensureSHELL_VERBOSITYis always restored properlyfeat[HttpKernel][DebugBundle] Collect dumps when console profiling is enabledchore[HttpFoundation] Deprecate HTTP method override for methods GET, HEAD, CONNECT and TRACEchore[HttpFoundation] Deprecate Request::get() in favor of using properties ->attributes, query or request directlyfixEnsure branch 7.4 will remain compatible with 8.0 once XML loaders are removedchore[DependencyInjection] Deprecate ExtensionInterface::getXsdValidationBasePath() and getNamespace()choreBump Symfony version to 7.3.5choreUpdate VERSION for 7.3.4choreBump Symfony version to 6.4.27choreUpdate VERSION for 6.4.26fix[HttpKernel] Remove legacy BC layerfeat[WebProfilerBundle][HttpKernel] Display runner class in the profiler toolbarfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61368 [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' istrueinCacheAttributeListener(santysisi)refactor[HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' istrueinCacheAttributeListenerfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixdrop the ability to configure a signer with the IsSignatureValid attributefeat[HttpKernel] Add#[IsSignatureValid]attributefixbug #61518 [HttpKernel] Handle an array vary header in the http cache store for write (philpichet)feat[HttpKernel] Handle an array vary header in the http cache store for writerefactor[HttpKernel] Refine ControllerEvent::getAttributes() and ControllerArgumentsEvent::getAttributes() return typeschoreMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfeatAdd global lower bounds to deps on the CIchoreBump Symfony version to 7.3.4choreUpdate VERSION for 7.3.3choreBump Symfony version to 6.4.26choreUpdate VERSION for 6.4.25fix[DI]: removed unnecessary checks onDefinitions andAliasesfixFix low-deps testsfixMerge branch '7.3' into 7.4fixbug #61381 [HttpKernel] #[MapUploadedFile] throws http exception on empty files array if argument not nullable nor has default value (hwawshy)fix[HttpKernel] #[MapUploadedFile] throws http exception on empty files array if argument not nullable nor has default valuefeat[HttpFoundation][HttpKernel][WebProfilerBundle] Add support for theQUERYHTTP methodrefactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationsrefactor[Validator] Deprecate implementing__sleep/wakeup()on GenericMetadata implementationschore[String] Deprecate implementing__sleep/wakeup()on string implementationsrefactor[HttpKernel] Deprecate__sleep/wakeup()on kernels and data collectors and makeProfilefinalperfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixRemove deprecated calls to deprecated methods of SplObjectStoragechoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschorechore: heredoc indentation as of PHP 7.3fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixFix wrong boolean valuesrefactorreplace PHPUnit annotations with attributeschoreBump Symfony version to 7.3.3choreUpdate VERSION for 7.3.2choreBump Symfony version to 6.4.25testrun tests using PHPUnit 11.5choreUpdate VERSION for 6.4.24fixFix typosdocs[HttpKernel] Remove outdated phpdocdocs[HttpKernel] Update phpdoc descriptionfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixFix various bool-type coercionsrefactorminor #61112 [HttpKernel][Security] Refactor: usegetAttributeswith argument (santysisi)refactor[HttpKernel][Security] Refactor: usegetAttributeswith argumentperfoptimizein_arraycallschoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2fixCS fixesfixVarious CS fixesfix[HttpKernel] Avoid memory leaks cache attribute, profiler listenerchoreBump Symfony version to 7.3.2choreUpdate VERSION for 7.3.1choreBump Symfony version to 7.2.9choreUpdate VERSION for 7.2.8choreBump Symfony version to 6.4.24
symfony/error-handler: v6.4.23 → v8.0.0-RC1
📋 Show 151 commits
chore[7.0] Bump to PHP 8.2 minimumfix[Lock] 7.0 remove deprecations in Lock Componentrefactor[7.0] Remove remaining deprecated code pathsfeatMerge branch '6.4' into 7.0feat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixDo not use hyphens in exception messagedocsFx README filesfixFix typodocsDX: re-apply CSdocsMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1refactor[Dotenv][ErrorHandler][EventDispatcher] Use CPPfixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featCS: enable ordered_types.null_adjustment=always_lastfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fix[HttpKernel] Increase log level to "error" at least for all PHP errorsfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixminor #54046 [HttpKernel] Increase log level to "error" at least for all PHP errors (lyrixx)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1docsUpdate the hyphenate characterstyleminor #52511 [ErrorHandler] Do not use hyphens in exception message (jkrzefski, javiereguiluz)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callschoreMerge branch '6.4' into 7.0chorechore: CS fixeschoreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2docsUpdate .gitattributesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2styleUse CPP where possiblefixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fix[ErrorHandler] FixE_STRICTlogging levelfixMerge branch '7.1' into 7.2fixFix multiple CS errorsstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)styleUse Stringable whenever possibledocsminor #58094 Use Stringable whenever possible (fabpot)docsCS: re-applytrailing_comma_in_multilinefixRemove no-opReflectionProperty::setAccessible()callschoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixresolve class constant types when patching return typesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2featsupport non-empty-string/non-empty-list when patching return typesfeatfeature #59114 [ErrorHandler] support non-empty-string/non-empty-list when patching return types (xabbuh)choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3feat[ErrorHandler] Add a command to dump static error pageschoreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3fix[ErrorHandler] Improve an error messagechorechore: PHP CS Fixer fixesfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3featAllow Symfony ^8.0choreBump Symfony 8 to PHP >= 8.4refactorRemove deadcode after the bump to PHP >= 8.4feat[Console] Simplify using invokable commands when the component is used standalonefixMerge branch '7.4' into 8.0fix[Console][FrameworkBundle] Remove deprecatedApplication::add()methodsfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fixFix php.net linksfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0docsLeverage get_error_handler()choreMerge branch '7.4' into 8.0fixCS fixesperfoptimizein_arraycallsrefactorMerge branch '7.4' into 8.0fixRemove legacy code paths that rely on feature checksfix[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()fixFix typoschoreMerge branch '7.4' into 8.0testrun tests using PHPUnit 11.5choreMerge branch '7.4' into 8.0refactorreplace PHPUnit annotations with attributeschoreMerge branch '7.4' into 8.0fixCS fixeschoreMerge branch '7.4' into 8.0fixFix mergefixFix mergefixRemove some implicit bool type jugglingfixMerge branch '7.4' into 8.0chorechore: heredoc indentation as of PHP 7.3testrun tests with PHPUnit 12.3choreMerge branch '7.4' into 8.0choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)choreMerge branch '7.4' into 8.0perfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernrefactorMerge branch '7.4' into 8.0refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3choreMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0docs[ErrorHandler] Improve PHPDoc precision in SerializerErrorRendererfixMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0
symfony/var-dumper: v6.4.23 → v8.0.0-RC1
📋 Show 250 commits
chore[7.0] Bump to PHP 8.2 minimumfeatfeature #50404 [7.0] Bump to PHP 8.2 minimum (nicolas-grekas)fixMerge branch '6.4' into 7.0refactorMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0refactorRemove BC layers related to new methods and new parametersfixMerge branch '6.4' into 7.0refactor[7.0] Remove remaining deprecated code pathsfeatMerge branch '6.4' into 7.0feat[Components] Convert to native return typesrefactor[VarDumper] Revert native return types on DataDumperInterfacefixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.3' into 6.4fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0breakingDrop support for Twig 2fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixRemove legacy Twig_ namespace supportfixfix typofixremove not needed method existance checkfixminor #52755 [VarDumper] remove not needed method existance check (xabbuh)fixMerge branch '6.4' into 7.0featallow Twig 4refactorCode updatesfeat[VarDumper] Added default message for dd functionfeatfeature #53123 [VarDumper] Added default message for dd function (Shamimul Alam)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featLeverage ReflectionFunction::isAnonymous()docsDX: re-apply CSperfminor #53322 Leverage ReflectionFunction::isAnonymous() (nicolas-grekas)styleCS: trailing commasrefactor[Notifier][PropertyInfo][VarDumper] Remove unused codefix[VarDumper] FixesTyped property Symfony\Component\VarDumper\Dumper\CliDumper::$colors must not be accessed before initializationfixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fix[VarDumper] prevent error in value to Typed property must not be accessed before initializationfixMerge branch '7.0' into 7.1docsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1feat[VarDumper] Add support for new DOM extension classes inDOMCasterfeatfeature #54320 [VarDumper] Add support for new DOM extension classes inDOMCaster(alexandre-daubois)fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featadapt namespace changes for new DOM extension classeschoreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1featuse constructor property promotionstylePrefix all sprintf() callschorechore: CS fixesfeatAdd more precise types in reusable test casesfeattake the new DOM HTMLElement class into accountchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2docsUpdate .gitattributesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fixreplace uniqid() with random_bytes() to create identifiersfixFix multiple CS errorsstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[PhpUnitBridge][Console][VarDumper] Add support forFORCE_COLORenvironment variablefeatfeature #57777 [VarDumper] Add support forFORCE_COLORenvironment variable (artshade)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[HttpClient] Add support for amphp/http-client v5feat[VarDumper] Add support for virtual propertiesfeatfeature #57833 [VarDumper] Add support for virtual properties (alexandre-daubois)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2chorebump requirement for Twig to 3.12+fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2docsCS: re-applytrailing_comma_in_multilinefeatallow Twig 4fix[VarDumper] FixDOMCastertest dumpsfixMerge branch '7.1' into 7.2fix[VarDumper] Fix dumpingext-domvirtual propertiesrefactorRemove useless parent method calls in testschoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixrelax mock class name matchingfixminor #58374 Remove useless parent method calls in tests (alexandre-daubois)fixrevert allowing Twig 4fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[VarDumper] Add caster for AddressInfo objectsfeat[VarDumper] Add caster for Socket instanceschorechore: PHP CS Fixer fixeschorechore: PHP CS Fixer fixeschoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3feat[VarDumper] Add casters for object-converted resourcesfeatfeature #59035 [VarDumper] Add casters for object-converted resources (alexandre-daubois)fix[VarDumper] Fix dumped content type inCurlCasterTestchoreMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '7.2' into 7.3chorechore: PHP CS Fixer fixesfix[VarDumper] Don't makeCurlCasterTestresponse status dependantchorechore: PHP CS Fixer fixeschorechore: PHP CS Fixer fixesfixreplace expectDeprecation() with expectUserDeprecationMessage()choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3refactor[VarDumper] Remove unused codefeatAllow Symfony ^8.0fix[VarDumper] Fix tests on PHP 8.4fixMerge branch '7.3' into 7.4choreBump Symfony 8 to PHP >= 8.4refactorRemove deadcode after the bump to PHP >= 8.4refactorTweak return type declarations and related CI checkschoreMerge branch '7.4' into 8.0featEnforce return types on all componentsdocsMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0feat[Console] Simplify using invokable commands when the component is used standalonefixMerge branch '7.4' into 8.0fix[Console][FrameworkBundle] Remove deprecatedApplication::add()methodsfeatAdd support for adding more default castors toAbstractCloner::addDefaultCasters()fixFix ResourceCaster deprecation messagesdocsGdImage objects are handled by GdCasterfixminor #60810 [VarDumper] Fix ResourceCaster deprecation messages (derrabus)fix[VarDumper] Remove deprecated resource castersfixMerge branch '7.3' into 7.4docsremove version numbers from @internal annotationsfix[VarDumper] Remove duplicate default caster for SocketfixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0featfeature #60480 [VarDumper] Add support for adding more default casters toAbstractCloner::addDefaultCasters()(lyrixx)fixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fixVarious CS fixeschoreMerge branch '7.4' into 8.0fixCS fixeschoreMerge branch '6.4' into 7.2fix[VarDumper] Fix dumping on systems that don't have a working iconvfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fixRemove legacy code paths that rely on feature checksrefactorclean up remaining ExpectUserDeprecationMessageTrait usageschore[VarDumper][Serializer] Remove require php 8.2 from testsfeatUse unique identifier for RequestContextProviderfixMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3choreMerge branch '7.3' into 7.4choreMerge branch '7.4' into 8.0testrun tests using PHPUnit 11.5fixFix tests sensitive to SYMFONY_IDE env varchoreMerge branch '7.4' into 8.0refactorreplace PHPUnit annotations with attributesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0fixminor #61299 replace PHPUnit annotations with attributes (xabbuh)choreMerge branch '7.4' into 8.0choreMerge branch '7.4' into 8.0styleCSfix[VarDumper] Fix dumping objects from the DOM extensionfixMerge branch '7.3' into 7.4chorechore: heredoc indentation as of PHP 7.3testrun tests with PHPUnit 12.3testminor #61390 run tests with PHPUnit 12.3 (xabbuh)choreMerge branch '7.4' into 8.0choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)choreMerge branch '7.4' into 8.0chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)fixRemove deprecated calls to deprecated methods of SplObjectStoragefixMerge branch '6.4' into 7.3choreMerge branch '7.4' into 8.0fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0chorechore: PHP CS Fixer - update heredoc handlingchoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)choreMerge branch '7.4' into 8.0perfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernrefactorMerge branch '7.4' into 8.0docsUse <info> for options in command descriptionrefactorMerge branch '7.4' into 8.0featUse>=operator in#[RequiresPhp]attributes to allow compatible versionsfeat[VarDumper] Select HtmlDumper only ifAcceptheader contains "html"choreMerge branch '7.4' into 8.0refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3fixdo not coerce NAN to other typesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixMerge branch '7.4' into 8.0docsdo not use deprecated PHPUnit featureschoreMerge branch '7.4' into 8.0fix[VarDumper] Fix dumping CurlHttpClient instancesfixbug #62182 [VarDumper] Fix dumping CurlHttpClient instances (nicolas-grekas)fixMerge branch '7.4' into 8.0
symfony/mailer: v6.4.23 → v7.4.0-RC1
📋 Show 179 commits
chore[7.0] Bump to PHP 8.2 minimumchoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0refactorMake some classes finalrefactor[7.0] Remove remaining deprecated code pathsfeatMerge branch '6.4' into 7.0feat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0fix[Mailer] Remove the Sendinblue bridgefixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fix[Mailer] Dispatch event for Postmark's "inactive recipient" API errordocsFx README filesfeat[Mailer] Add Azure bridgefixSetstrictparameter ofin_arrayto true where possiblefixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1feat[Mailer][Notifier] Simplify transport service registration + sortingchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1featadd Azure and Resend support to the UnsupportedSchemeExceptionfeatregister the ResendTransportFactoryfixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fix[Mailer] [Smtp] Add DSN param 'auto_tls' to disable automatic STARTTLSfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1feat[Mailer] Add timestamp to SMTP debug logfeatfeature #53706 [Mailer] Add timestamp to SMTP debug log (bytestream)refactor[Mailer] Simplify MailerTestCommandfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1chorechore: CS fixesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1feat[Mailer] Add support for allowing some users even ifrecipientsis defined inEnvelopeListenerchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featuse constructor property promotionfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2feat[Mailer] Add mailomat bridgestylePrefix all sprintf() callsfeatAdd more precise types in reusable test caseschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2featfeature #57456 [Mailer] Add mailomat bridge (scuben)docsUpdate .gitattributesfixReplaceTestCase::assertTrue(true)withTestCase::expectNotToPerformAssertions()refactorRemove unused code and unnecessaryelsebranchesstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)feat[Mailer] Implement Postal mailerfeatfeature #57903 [Mailer] Implement Postal mailer (jonasclaes)featAdd Sweego Mailer BridgefixRemove no-opReflectionProperty::setAccessible()callsperfmake test case classes compatible with PHPUnit 10+choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2feat[Mailer] add Mailtrap bridgechoredeprecate the TransportFactoryTestCasefeatAdd new accessors to help determine whether to use the SMTPUTF8 extensionfixSend SMTPUTF8 if the message needs it and the server supports it.fixFix minor spelling error.fixResolve code review comments from stof and oskarefactorRemove useless parent method calls in testsstyleCode style conformance and dependency updates.choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2testget rid of getInvocationCount() calls in testsfixminor #58374 Remove useless parent method calls in tests (alexandre-daubois)refactorfeature #58351 [Mailer] deprecate the TransportFactoryTestCase (xabbuh)docsReinstate the restriction that the sender's localpart must be all-ASCII.featfeature #58361 [Mailer][Mime] Support unicode email addresses (arnt, OskarStark)fixFix typoperf[Mailer] use microsecond precision SMTP loggingdocs[Mailer][Notifier] Sweego is backing their bridges, thanks to them!choreProofread UPGRADE guidefeatAdd retry_period option for email transportrefactorSimplify codefeat[Mailer] Add AhaSend Bridgefeatfeature #58698 [Mailer] Add AhaSend Bridge (farhadhf)fix[Mailer] Fix AhaSend composer namefeat[Mailer] Add missing retry_period DSN optionfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3feat[Mailer][Notifier] Add and useDsn::getBooleanOption()choreMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '7.2' into 7.3feat[Mailer] [Smtp] Add DSN option to make SocketStream bind to IPv4fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3feat[Mailer] Add configuration for dkim and smime signersfix[Mailer] [Smtp] Add DSN param to enforce TLS/STARTTLSrefactorRefactor S/MIME encrypter to use certificate repositoryrefactorreplace assertEmpty() with stricter assertionsrefactorfeature #59831 [Mailer][Mime] Refactor S/MIME encryption handling inSMimeEncryptionListener(Spomky)feat[Mailer][TwigBridge] Add support for translatable subjectfeatfeature #59967 [Mailer][TwigBridge] Add support for translatable subject (norkunas)fixfix compatibility with TwigBridge < 7.3revertRevert "fix compatibility with TwigBridge < 7.3"revertRevert "[Mailer][TwigBridge] Add support for translatable subject"fixMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3featAllow Symfony ^8.0choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3choreMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fix[Mailer] [Transport] Allow exception logging forRoundRobinTransportmailerfeatfeature #60110 [Mailer] [Transport] Allow exception logging forRoundRobinTransportmailer (jnoordsij)fixVarious CS fixesfixCS fixesfixFix @var phpdocfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fix[Form][PhpUnitBridge] Remove usage of noopReflectionProperty::setAccessible()testrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributesfixFix inline var annotationsfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4feat[Mailer] Add MicrosoftGraph API Transportchorechore: heredoc indentation as of PHP 7.3fixRemove deprecated calls to deprecated methods of SplObjectStoragefixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4chorechore: PHP CS Fixer - update heredoc handlingchoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)perfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernfixFix low-deps testsfeatAdd global lower bounds to deps on the CIrefactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3fix[Mailer] Fix memory leak withmailer.message_logger_listenerfixbug #60515 [Mailer] Fix memory leak withmailer.message_logger_listener(andrew-demb)docsMerge branch '7.3' into 7.4fixRevert "[Mailer] Fix memory leak withmailer.message_logger_listener"fixMerge branch '7.3' into 7.4fix[Mailer] Fix parsing message ids in SMTP responsesfix[Mailer] Relax regexp to parse message idsfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4
doctrine/lexer: 2.1.1 → 3.0.1
📋 Show 11 commits
choreRemove deprecation layerchoreMerge pull request #96 from greg0ire/remove-deprecation-layerrefactorRemove rules related to BC layerchoreTrigger static analysis workflow on psalm* changechoreMerge pull request #97 from greg0ire/cleanup-psalm-ruleschoreMerge remote-tracking branch 'origin/2.1.x' into 2.1.x-merge-up-into-3.0.x_GyzLhYcQchoreMerge pull request #104 from doctrine/2.1.x-merge-up-into-3.0.x_GyzLhYcQfixDrop support for php < 8.1choreMerge pull request #80 from greg0ire/php8-syntaxchoreMerge branch '2.1.x' into 3.0.xchorePHPUnit 10 (#117)
symfony/polyfill-intl-idn: v1.31.0 → v1.33.0
📋 Show 1 commits
testGive testing some love
symfony/mime: v6.4.24 → v7.4.0-RC2
📋 Show 128 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0fix[Lock] 7.0 remove deprecations in Lock Componentrefactor[7.0] Remove remaining deprecated code pathsfeatMerge branch '6.4' into 7.0feat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0refactor[7.0] Cleanup legacy code pathsfixSetstrictparameter ofin_arrayto true where possiblechoreUpdate .gitattributesrefactorCode updatesdocsminor #53119 Code updates (javiereguiluz)fixminor #53073 Setstrictparameter ofin_arrayto true where possible (alexandre-daubois)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featUse CPP - Mime componentdocs[Mime] Update mime typesfixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1featfeat: support custom encoders in mime partsfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featfeature #54975 [Mime] Support custom encoders in mime parts (KDederichs)fixFix typofixfix testchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fix[Mime] Tweak an exception to be more descriptivefixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2stylePrefix all sprintf() callsfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2docsUpdate .gitattributesrefactorRemove unused code and unnecessaryelsebranchesfixFix multiple CS errorsstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)refactorRemove useless codefixminor #57868 Remove useless code (alexandre-daubois)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixremove constructor argument type-hintfixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2perf[Mime] Cache finfo objects to reduce open file handles and optimize perffixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2featAdd new accessors to help determine whether to use the SMTPUTF8 extensiondocsUpdate src/Symfony/Component/Mime/Address.phpfixResolve code review comments from stof and oskastyleCode style conformance and dependency updates.choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2featfeature #58361 [Mailer][Mime] Support unicode email addresses (arnt, OskarStark)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[Mime] Don't require passig the encoder name to TextPartdocs[Mime] Update mime typeschorechore: fix some typosfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2chorechore: PHP CS Fixer fixesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2featAllow Symfony ^8.0fixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.2fixMerge branch '6.4' into 7.2fixMerge branch '7.3' into 7.4testrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributeschorechore: heredoc indentation as of PHP 7.3chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)refactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationsfixuse the empty string instead of null as an array offsetchoreMerge branch '7.3' into 7.4refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3choreMerge branch '7.3' into 7.4fixFix ord()-related PHP 8.5 deprecationsfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fix[Mime] Remove unused variable in Email::preparePartsfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4docs[Mime] Update mime typesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4
symfony/routing: v6.4.24 → v7.4.0-RC2
📋 Show 184 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0refactorMerge branch '6.4' into 7.0refactorRemove BC layers related to new methods and new parametersrefactor[7.0] Remove remaining deprecated code pathsfeatMerge branch '6.4' into 7.0feat[Components] Convert to native return typesrefactor[Routing] Revert native return types on AnnotationClassLoaderfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fix[Routing] Remove Doctrine annotations supportdocsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0featfeature #51082 [Routing] Remove Doctrine annotations support (derrabus)fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertiesfixFix requiring symfony/deprecation-contracts in symfony/routingfixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fix[FrameworkBundle][Routing] Remove remaining deprecationsfeatMerge branch '6.4' into 7.0refactor[7.0] Cleanup legacy code pathsfix[Routing] Fix requiring symfony/deprecation-contractschoreMerge branch '6.4' into 7.0fixminor #52176 [Routing] Fix requiring symfony/deprecation-contracts (fancyweb)choreMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fix[7.0] minor cleanupchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsFx README filesfixSetstrictparameter ofin_arrayto true where possibletest[Tests] StreamlinedocsMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1styleCS: trailing commasdocs[FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes propertiesfixFix AttributeClassLoaderTestCase + Added ->setUp() - Removed 'abstract' so it'd be picked up by Tests. * Changed getNamespace() to full path Qualified Name. * Rename file AttributeClassLoaderTestCase to AttributeClassLoaderTest and the class.choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsminor #51996 [FrameworkBundle][RemoteEvent][Routing][Scheduler] Add PHPDoc to attributes properties (alexandre-daubois)fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1refactorrefactor(routing): use constructor property promotionrefactorminor #54290 [Routing] Use constructor property promotion (PierreCapel)fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1feat[Routing] Add{foo:bar}syntax to define a mapping between a route parameter and its corresponding request attributefixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixgracefully handle cases when no resolver is setfixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callschorechore: CS fixesfeatAdd return type to __toString() methodsfixRemove useless uniqid in tempnam callsfix[Router] Remove dead is_object() checkchoreMerge branch '6.4' into 7.0docsMerge branch '7.0' into 7.1choreMerge branch '7.1' into 7.2docsUpdate .gitattributesfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docs[PhpUnitBridge] Add ExpectUserDeprecationMessageTraitstyleUse CPP where possiblefeatfeature #54593 [PhpUnitBridge] AddExpectUserDeprecationMessageTrait(derrabus)test[Routing] Add tests forRequirement::UUID_V7&UuidV8refactorRemove unused code and unnecessaryelsebranchesfixminor #57897 Remove unused code and unnecessaryelsebranches (alexandre-daubois)styleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)styleminor #57901 Code style change in@PER`-CS2.0` affecting@Symfony`` (parentheses for anonymous classes) (bonroyage)refactorRemove useless codefixminor #57868 Remove useless code (alexandre-daubois)styleUse Stringable whenever possibledocsminor #58094 Use Stringable whenever possible (fabpot)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2docsCS: re-applytrailing_comma_in_multilinefeat[Routing] Add theRequirement::UID_RFC9562constantchoreMerge branch '6.4' into 7.1fixRemove calls to getExpectedException()refactorRemove useless parent method calls in testschoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixminor #58374 Remove useless parent method calls in tests (alexandre-daubois)choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2docsMake@varoccurrences consistentfixVarious CS fix for consistencyrefactor[Routing] Rename annotations to attribute inAttributeClassLoaderrefactor[DependencyInjection][Routing][HttpClient] Reject URIs that contain invalid charactersfixMerge branch '6.4' into 7.1fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2styleCS: re-apply trailing_comma_in_multilinechorechore: PHP CS Fixer fixeschorechore: PHP CS Fixer fixesfeat[Routing] Validate "namespace" (when usingPsr4DirectoryLoader)featminor #59189 [Routing] Validate "namespace" (when usingPsr4DirectoryLoader) (Kocal)fixfix test method parameter nameschoreMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '7.2' into 7.3feat[Routing] Allow aliases in#[Route]attributefeatfeature #58819 [Routing] Allow aliases in#[Route]attribute (damienfern)feat[Routing] Add MONGODB_ID regex to requirement patternsfeat[Routing] Add alias in{foo:bar}syntax in route parameterfeatfeature #59904 [Routing] Add alias in{foo:bar}syntax in route parameter (eltharin)fix[Routing] Fix inline defaultnullfeatAllow query-specific parameters in URL generator using_queryfeatAllow Symfony ^8.0featfeature #60508 [Routing] Allow query-specific parameters inUrlGeneratorusing_query(BenMorel)fixreplace expectDeprecation() with expectUserDeprecationMessage()fixVarious CS fixeschoreMerge branch '6.4' into 7.2perfoptimizein_arraycallsfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4fixFix typostestrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributeschorechore: heredoc indentation as of PHP 7.3testrun tests with PHPUnit 12.3choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)perfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernfeat[Routing] allow setting multiple envs in#[Route]attributefeat[Routing] Add possibility to create a request context with parameters directlyfeatfeature #60120 [Routing] Add possibility to create a request context with parameters directly (alexander-schranz)docsMinor tweaksfix[ROUTING] Fix Typo in CHANGELOG.mddocs[DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config filesrefactor[Routing][Serializer] Deprecate annotation aliases and getters and setters in favor of public properties on attributesfeat[Routing][FrameworkBundle] Auto-register routes from attributes found on controller servicesfeatfeature #61282 [DependencyInjection][Routing] Add JSON schema for validating and autocompleting YAML config files (nicolas-grekas)featfeature #61492 [FrameworkBundle][Routing] Auto-register routes from attributes found on controller services (nicolas-grekas)refactormake RoutingControllerPass and AttributeServicesLoader finalfix[Routing] Don't rebuild cache when controller action body changesfixMerge branch '7.3' into 7.4fixRemove needless calls to defined()refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfixMerge branch '6.4' into 7.3docsdo not use deprecated PHPUnit featureschore[DependencyInjection][Config][Routing] Deprecate using$thisor the internal scope of the loader from PHP config filesdocs[DependencyInjection][Routing] Handle declaring services and routes using PHP arrays that follow the same shape as corresponding yaml fileschore[DependencyInjection][Routing] Deprecate XML configuration formatfixEnsure branch 7.4 will remain compatible with 8.0 once XML loaders are removedfeat[DependencyInjection][Routing] Define array-shapes to help writing PHP configs using yaml-like arraysfix[DependencyInjection][Routing] Fix nested config imports when returning PHP arraysfeat[Routing] Allow when@env insidenew RoutesConfig()treesfeat[FrameworkBundle] Auto-generateconfig/reference.phpto assist in writing and discovering app's configurationdocs[Routing] Indicate type of rejected object in CompiledUrlMatcherDumperdocsclean up legacy groups in testsfix[Routing] Fix matching the "0" URLrefactor[Routing] Simplify importing routes defined on controller servicesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fix[Routing] Fix default value not taken if usigng name:entity.attributefixMerge branch '7.3' into 7.4docs[Routing] Align routing.schema.json with YamlFileLoader behavior
symfony/serializer: v6.4.24 → v7.4.0-RC1
📋 Show 84 commits
fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3featObjectNormalizer: allow null and scalarfixbug #62007 [Serializer] fix inherited properties normalization (Link1515)fix[Serializer] fix Inherited properties normalizationfix[Serializer] Fix BackedEnumNormalizer behavior with partial denormalizationfix[Serializer] Use Asia/Tokyo instead of Japan in testsfeat[Serializer] Allow forcing timezone inDateTimeNormalizerduring denormalizationrefactorMove readonly keyword from class to propertiesfixminor #61951 [Serializer] Escape values starting with line feed when usingcsv_escape_formulas(Peter Mead)fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixfix unexpected type in denormalization errors when union type used in constructor in xmlfix[Serializer] CsvEncoder to escape values starting with line feed when escape formulas is enabledfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61887 [Serializer] Fix discriminator class mapping with allow_extra_attributes=falsedocsdo not use deprecated PHPUnit featuresfeat[Serializer] xml empty array encodingfixFix various typofeat[Serializer] AddXmlEncoder::PRESERVE_NUMERIC_KEYScontext optionfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Serializer] Fix unknown type in denormalization errors when union type used in constructorfeatminor #61279 [Serializer] Allows to instantiate property when creating aNotNormalizableValueException(VincentLanglet)feat[Serializer] Allows to instantiate property when creating aNotNormalizableValueExceptionfixMerge branch '6.4' into 7.3refactorReplace __sleep/wakeup() by __(un)serialize() for throwing and internal usagesfeatfeature #61563 [Serializer] Add#[ExtendsSerializationFor]to declare new serialization attributes for a class (nicolas-grekas)featUse>=operator in#[RequiresPhp]attributes to allow compatible versionsfeat[Serializer] add correct psalm and phpstan return types forDenormalizerInterfacefixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixminor #61662 use the empty string instead of null as an array offset (xabbuh)fixuse the empty string instead of null as an array offsetfix[Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097choreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3feat[Serializer] Add#[ExtendsSerializationFor]to declare new serialization attributes for a classfeat[Serializer] Allow using attributes to declare compile-time serialization metadatafix[Serializer] Fix normalizing objects with accessors having the same name as a propertyfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61571 [Serializer] Fix dealing with asymmetric visilibity for properties (santysisi)fix[Serializer] Fix serializer crash due to asymmetric visibility onprotected(set)propertiesfixMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fixfix testsfeat[Serializer][Validator] Add JSON schema for validating and autocompleting YAML config fileschoreMerge branch '6.4' into 7.3fixMerge branch '6.4' into 7.3fix[Validator] Skip tests using unavailable timezone on the local hostfixMerge branch '7.3' into 7.4feat[Serializer] Don't fallback to default serializer if tags specify a named onerefactor[Routing][Serializer] Deprecate annotation aliases and getters and setters in favor of public properties on attributesfixminor #61438 [Serializer] Replace Japan timezone with Asia/Tokyo (mttsch)fix[Serializer] Replace Japan timezone with Asia/Tokyorefactor[Validator][Serializer] Make internal properties privatechore[String] Deprecate implementing__sleep/wakeup()on string implementationsrefactor[Serializer] MakeAttributeMetadataandClassMetadatafinalperfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernchoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)chorechore: PHP CS Fixer - update heredoc handlingchoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschorechore: heredoc indentation as of PHP 7.3fixCS fixesrefactorreplace PHPUnit annotations with attributestestrun tests using PHPUnit 11.5docs[Serializer] Make data provider return type match its PHPDocfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixbug #60296 [Serializer] Handle invalid mapping type property type (KorvinSzanto)fix[Serializer] Handle invalid mapping type property typedocs[Serializer] Add missing CHANGELOG entryfeatfeature #60355 [Serializer] AddCDATA_WRAPPING_NAME_PATTERNsupport toXmlEncoder(Maximilian Ruta)fixFix typosfeat[Serializer] Add CDATA_WRAPPING_NAME_PATTERN support to XmlEncoderchore[VarDumper][Serializer] Remove require php 8.2 from testsfeatfeature #61023 [Serializer] addcanto the accessor prefixes recognized by theAttributeLoader(Mark Schmale)feat[Serializer] addcanto the accessor prefixes recognized by theAttributeLoaderperfoptimizein_arraycallschoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2
symfony/validator: v6.4.23 → v7.4.0-RC1
📋 Show 198 commits
fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixRemove review state for Belarusian translations (entries 141 and 142)choreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fix[Validator] Reviewed and corrected Belarussian translations for the Validator component in the validators.be.xlf filefixfix mergefixMerge branch '7.3' into 7.4fix[Validator] Fix call to undefined getParser() in YamlValidatordocs[Validator] Correct PHPDoc for Collection constructorfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docsReviewed translationsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixUpdate regular expression in URL validatorchoreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3fixsync nb translations with no translationsfixMerge branch '6.4' into 7.3fixfix: added new indonesian translationsfixFix Norwegian translations - remove needs-review-translation statusdocsminor #62021 [Translation][sv] Remove needs-review on Swedish strings; align phras… (Billy110984)fixUpdate Luxembourgish translations by removing 'needs-review-translation' state from multiple entries in security and validator files.docsImprove Russian translations for video and image validatorsfix[Validator] it: approve video/image/Twig translations and fix spacing (refs #60464)docs[Translation][sv] Remove needs-review on Swedish strings; align phrasing and punctuationfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixissue fix #59412 catalan translationchoreMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3docsIssue #51941 galician translationfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixbug #61926 [Validator] fix handling Doctrine-style options handling (xabbuh)fixminor #61937 Validator: finalize pt translations for video/image (ids 122–142); se… (benkarrer-lab)featValidator: finalize pt translations for video/image (ids 122–142); set state=translated; unify wordingfix[Translation] Update Danish (da) translations - Remove needs-review-translation state from validated translations in security.da.xlf and validators.da.xlffixfix handling Doctrine-style options handlingfixbug #61909 [Validator] bad value on AbstractComparison constructor using array parameter (vincent4vx)fix[Validator] bad value on AbstractComparison constructor using array parameterfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docsminor #61871 [Validator] Improve and complete Japanese translations (GK-302)docs[Validator] Improve and complete Japanese translationsfix[Validator] Fix Polish translation for word count validation messagefix[Validator] Review and fix Czech translationfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixdo not coerce NAN to other typeschoredeprecate passing an associative array to GroupSequencefeatfeature #61791 [Validator] deprecate implicit constraint option names in YAML/XML mapping files (xabbuh)docsdeprecate implicit constraint option names in YAML/XML mapping filesfeatallow protocols to be passed as a stringchoreMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docs[Validator] Reviewed and corrected Ukrainian translations for the Val…docsRemove useless commentsfixMerge branch '7.3' into 7.4feat[Validator] Add option to allow ANY protocol in Assert\Url constraintdocs[Validator] Expression constraint docblock incorrectly states default value for negatedocsMerge branch '7.3' into 7.4docsMerge branch '6.4' into 7.3docsUpdate Arabic translations for video and image validation messages, native translationsfeatfeature #61545 [Validator] Add#[ExtendsValidationFor]to declare new constraints for a class (nicolas-grekas)fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docsminor #61704 [Validator] Review Slovak translations (fbuchlak)docs[Validator] Review Slovak translationsdocsminor #61700 [Validator] Review Romanian translations (Florin1)fixrestore translation source entriesdocs[Validator] Review Romanian translationsfeatUse>=operator in#[RequiresPhp]attributes to allow compatible versionsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docs[Validator] Review Albanian translationsfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docsminor #61670 [Validator] Review Turkish translations (invalid-email-address)docs[Validator] Review Turkish translationsdocs[Validator] Review Croatian translationsdocs[Validator] Review translations for Polish (pl)docsReview translations for Chinese (zh_TW)docsMerge branch '7.3' into 7.4docsMerge branch '6.4' into 7.3docsminor #61648 [Validator] review the French translations (lyrixx)docs[Validator] updated Dutch translationsrefactor[DependencyInjection][Validator] Remove needless codedocs[Validator] review the French translationsfixfix testsdocsreview the German translationsfixMerge branch '7.3' into 7.4fixfall back to legacy options handling if configured named arguments do not matchfeat[Validator] Add#[ExtendsValidationFor]to declare new constraints for a classfeat[Validator] Allow using attributes to declare compile-time constraint metadatafixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docsminor #61591 [Validator] Update translation for the Video constraint (nicolas-grekas)feat[Validator] Add the Video constraint for validating video filesrefactorrefactor: Unify & more humane translation messagefixfix Resources translations validators.pt.xlffeat[Validator] Update translation for the Video constraintfixMerge branch '7.3' into 7.4choreMerge branch '6.4' into 7.3docs[Validator] Update Romanian translationsfeat[Serializer][Validator] Add JSON schema for validating and autocompleting YAML config filesfix[DI]: removed unnecessary checks onDefinitions andAliasesfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix[Validator] Skip tests using unavailable timezone on the local hostfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docs[Security][Validator] Review translations.fixFix low-deps testsrefactor[Validator][Serializer] Make internal properties privateperf[Validator] Optimize serialized metadata and cleanup testsrefactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationsrefactor[Validator] Deprecate implementing__sleep/wakeup()on GenericMetadata implementationsrefactorMore cleanups related to internal sleep/wakeup usageschoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)chorechore: PHP CS Fixer - update heredoc handlingfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3refactorRemove calls to no-op functions, deprecated in PHP 8.5fixFix testschoreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)testminor #61390 run tests with PHPUnit 12.3 (xabbuh)testrun tests with PHPUnit 12.3chorechore: heredoc indentation as of PHP 7.3fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3docs[Validator] (60455) Validate translations for Arabic (ar)fixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fix(60474) Remove translation state attribute for Twig template validator in Ukrainian translationfixMerge branch '7.3' into 7.4fixMerge branch '6.4' into 7.3fixFix wrong boolean valuesfixCS fixesfixminor #61299 replace PHPUnit annotations with attributes (xabbuh)refactorreplace PHPUnit annotations with attributeschoreMerge branch '7.3' into 7.4docsMerge branch '6.4' into 7.3docsminor #61283 [Validator] Review Persian translation for Twig template (MMMahmoodian)testrun tests using PHPUnit 11.5featfeature #61255 [Validator] deprecate passing choices as$optionsargument toChoiceconstraint (xabbuh)choredeprecate passing choices as $options argument to Choice constraintchoreMerge branch '7.3' into 7.4choreMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2feat[Validator] Add Japanese translation for Twig template validatordocs[Validator] review Persian translation for Twig templatefeatfeature #60805 [Validator] Addminandmaxin both error messages ofLengthValidator(VincentLanglet)feat[Validator] Addminandmaxin both error messages ofLengthValidatordocsremove docblocks for deprecated argument typesfixfix detecting missing required optionsfixMerge branch '7.3' into 7.4fixfix CSfixerror if the fields option is missing for the Collection constraintfixfix mergefixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2testremove an invalid testfixminor #61103 Fix various bool-type coercions (Girgias)fixFix various bool-type coercionsfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2docsmark getRequiredOptions()/getDefaultOption() of UniqueEntity as deprecatedfixbug #61117 [Validator] fix handling required options (xabbuh)perfoptimizein_arraycallsfixfix handling required optionsfixbug #61106 Fix@varphpdoc (fabpot)fixFix @var phpdocfixFixed validator translations for AlbanianchoreMerge branch '7.2' into 7.3choreMerge branch '6.4' into 7.2fixCS fixeschoreMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2fixfix BC layer for Expression constraint from options arrayfix[Validator] Add missing Polish plural form for filename length validatorfixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixVarious CS fixesfeatAllow mixed root on CompoundConstraintTestCase validatorfeatfeature #60801 [Validator] deprecate handling options in the base Constraint class (xabbuh)fixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3refactordeprecate handling options in the base Constraint classchorechore: Increase minimum version of type-info componentfixMerge branch '7.3' into 7.4fixfix mergefixMerge branch '7.3' into 7.4fixMerge branch '7.2' into 7.3fixMerge branch '6.4' into 7.2
symfony/polyfill-php83: v1.31.0 → v1.33.0
📋 Show 1 commits
fixFix json_validate edge case
symfony/translation-contracts: v3.5.1 → v3.6.1
📋 Show 9 commits
stylePrefix all sprintf() callsstyleCode style change in@PER-CS2.0affecting@Symfony(parentheses for anonymous classes)perfmake test case classes compatible with PHPUnit 10+testMiscellaneous tests improvementschoreMerge branch '7.1' into 7.2testminor #58303 Miscellaneous tests improvements (alexandre-daubois)fixCS fixesfix[Translation] fix support ofTranslatableInterfaceinIdentityTranslatorfixMerge branch '6.4' into 7.2
symfony/process: v6.4.24 → v7.4.0-RC1
📋 Show 111 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0featMerge branch '6.4' into 7.0feat[Components] Convert to native return typesfixMerge branch '6.4' into 7.0docsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0featAdd types to public and protected propertieschoreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0feat[Process] Pass the commandline as array toproc_open()featminor #52409 [Process] Pass the commandline as array toproc_open()(ausi)choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1test[Tests] Streamlinetestminor #52402 [Tests] Streamline (OskarStark)featCS: enable ordered_types.null_adjustment=always_lastfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1chorechore: CS fixesfeatfeat(process): allow to ignore signals when executing a processfixfix(process): don't call sigprocmask if there is no ignored signalschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1featuse constructor property promotionchoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '7.1' into 7.2fix[Process]ExecutableFinder::addSuffix()has no effectstylePrefix all sprintf() callsfix[Lock][Process] ReplacestrtokcallsdocsUpdate .gitattributesfixFix ProcessTest - testIgnoringSignal for localfixMerge branch '7.1' into 7.2fixreplace uniqid() with random_bytes() to create identifiersfix[Process] Fix backwards compatibility for invalid commandschoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[Process] Add Laravel Herd php detection pathfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2refactorMake more data providers staticrefactorMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2choreRemove unused importsfix[Process] On Windows, don't rely on the OS to find executablesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixminor #58710 [Process] On Windows, don't rely on the OS to find executables (nicolas-grekas)fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2chorechore: PHP CS Fixer fixesfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3choreskip transient test on GitHub Actionschoreskip transient test on GitHub ActionschoreMerge branch '7.2' into 7.3feat[Messenger][Process] addfromShellCommandlinetoRunProcessMessagerefactorreplace assertEmpty() with stricter assertionsfixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3docs[Process] NarrowPhpExecutableFinderreturn typesfeat[Process] Improve typing for process callbacktestrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributesfixFix wrong boolean valuesperfrun tests with PHPUnit 12.1 on PHP >= 8.3fixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixRemove some implicit bool type jugglingchorechore: heredoc indentation as of PHP 7.3chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)docs[Process] Enhance hasSystemCallBeenInterrupted function for non-english localeperfReplace __sleep/wakeup() by __(un)serialize() when BC isn't a concernfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4featAdd missing return type for docblock Closure
symfony/polyfill-iconv: v1.31.0 → v1.33.0
📋 Show 1 commits
fixVarious fixes and removed deprecations
symfony/yaml: v6.4.24 → v7.4.0-RC2
📋 Show 98 commits
chore[7.0] Bump to PHP 8.2 minimumfixMerge branch '6.4' into 7.0refactor[7.0] Remove remaining deprecated code pathsfeat[Components] Convert to native return typesdocsMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0feat[Yaml] Allow Yaml component to get all the enum casesrefactorCode updatestest[Tests] StreamlinefixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1docsdump enums with the !php/enum tagfeatfeature #52230 [Yaml] Allow to get all the enum cases (phansys)featuse constructor property promotionrefactorRemove unnecessary empty usageschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1fix[Yaml] Throw on duplicate key even when value is NULLfeatAdd more precise types for the Yaml flagsstylePrefix all sprintf() callsfix[Yaml] Fix typo in changelogdocsUnify how –format is handle by commandsfeatfeature #57518 Unify how –format is handled by commands (fabpot)fixDeprecate duplicate mapping keys containing nulldocsUpdate .gitattributesdocs[PhpUnitBridge] Add ExpectUserDeprecationMessageTraitfixFix multiple CS errorsrefactorRemove useless codefixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2feat[Yaml] Use CPP inDumperchoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixRemove always true/false occurrencesfeat[Yaml] Add support for dumpingnullas an empty value by using theYaml::DUMP_NULL_AS_EMPTYflagchorechore: PHP CS Fixer fixeschorechore: PHP CS Fixer fixesfeatfeature #58243 [Yaml] Add support for dumpingnullas an empty value by using theYaml::DUMP_NULL_AS_EMPTYflag (alexandre-daubois)feat[Yaml] Add compact nested mapping support toDumperchoreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2fixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '7.2' into 7.3chorechore: PHP CS Fixer fixeschorechore: PHP CS Fixer fixesfix[Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequencesfixbug #59671 [Yaml] Yaml::DUMP_COMPACT_NESTED_MAPPING does not apply when dumping sequences (xabbuh)choreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3feat[Yaml] Add theYaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUESflag to enforce double quotes around string valueschorechore: PHP CS Fixer fixesfeatfeature #59880 [Yaml] Add theYaml::DUMP_FORCE_DOUBLE_QUOTES_ON_VALUESflag to enforce double quotes around string values (dkarlovi)refactormake data provider staticrefactorMerge branch '6.4' into 7.2refactorMerge branch '7.2' into 7.3featAllow Symfony ^8.0fixMerge branch '6.4' into 7.2fixMerge branch '7.2' into 7.3fixMerge branch '7.3' into 7.4feat[Console] Simplify using invokable commands when the component is used standalonefixVarious CS fixeschoreMerge branch '6.4' into 7.2choreMerge branch '7.2' into 7.3perfoptimizein_arraycallsfixFix typostestrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributesstyle[Yaml] Fix code stylechorechore: heredoc indentation as of PHP 7.3testrun tests with PHPUnit 12.3testminor #61390 run tests with PHPUnit 12.3 (xabbuh)choreminor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 (keradus)chorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetschoreminor #61371 chore: PHP CS Fixer - restore PHP / PHPUnit rulesets (keradus)chorechore: PHP CS Fixer - update heredoc handlingchoreminor #61372 chore: PHP CS Fixer - update heredoc handling (keradus)refactor[Mime] Deprecate implementing__sleep/wakeup()onAbstractPartimplementationsfix[Yaml] Fix scope resolution operator in flow mapping keysfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fixdon't cast strings exceeding the min/max int rangesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4fix[Yaml] Fix parsing of unquoted multiline scalars with comments or blank linesfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4docs[Yaml] Align unquoted multiline scalar parsing with spec for commentsfixMerge branch '6.4' into 7.3fixMerge branch '7.3' into 7.4
twig/twig: v3.20.0 → v3.22.0
📋 Show 155 commits
choreBump versionchoreBump version to 3.21featIntroduce operator classes to describe operators provided by extensions instead of arraysrefactorExtract operators logic from ExpressionParser to their own classesfeatAdd a script to update operator precedence documentationrefactorMove Operators to ExpressionParsers, deprecate ExpressionParserfeatAdd deprecation notices in CHANGELOG and docsfixFix precedence rulesfeatUse generics in ExpressionParsersrefactorRemove obsolete codefixFix CSfixFix versionfeatfeature #4543 Move operator definitions to objects (fabpot)fixFix cache-extra implfixbug #4579 Fix cache-extra impl (fabpot)refactorAvoid storing expression parser instances in Node attributesfixFix docsfixminor #4578 Avoid storing expression parser instances in Node attributes (fabpot)featAdd a proper prefix spread operatorfeatfeature #4580 Add a proper prefix spread operator (fabpot)fixFix CSfixminor #4581 Fix CS (fabpot)featre-add mixed return typefixminor #4582 re-add mixed return type (xabbuh)fixfix the rst syntax of the operator precedence tablefixminor #4584 fix the rst syntax of the operator precedence table (xabbuh)fixfix typofixminor #4587 fix typo (xabbuh)perfMakein_array()calls strictdocsMake the defined test implementation more genericfixSimplify Error implementationfixminor #4592 Simplify Error implementation (fabpot)featfeature #4590 Make the defined test implementation more generic (fabpot)fixFix testing and expression when it evaluates to an instance of Markupfixfeature #4591 Fix testing and expression when it evaluates to an instance of Markup (fabpot)fixminor #4589 Makein_array()calls strict (alexandre-daubois)fixRemove $templateName from Template::loadTemplate()refactorSimplify codefixSimplify Errorrefactorminor #4593 Simplify code (fabpot)fixminor #4594 Simplify Error (smnandre)fixImprove error reportingfixbug #4583 Remove template source from Template::loadTemplate() (fabpot)fixbug #4595 Improve error reporting (fabpot)fixSync Error file and linefixbug #4598 Sync Error file and line (fabpot)fixFix Error when the trace has Twig file/line information instead of the original PHP infofixbug #4599 Fix Error when the trace has Twig file/line information instead of the original PHP info (fabpot)testMove some teststestminor #4600 Move some tests (fabpot)choreRemove obsolete filesdocsRemove obsolete commentrefactorremove not needed codedocsImprove docs on creating new tagsdocsminor #4601 Improve docs on creating new tags (fabpot)docsTweak Sandbox docsfeatAdd testsrefactorSimplify codefixminor #4603 remove not needed code (xabbuh, fabpot)fixAvoid polluting ModuleNode::toString() with embedded templatesfixminor #4604 Avoid polluting ModuleNode::toString() with embedded templates (fabpot)featAdd missing @deprecated tagfixreduce the number of deprecations being triggereddocsmerge the Nodes and Node sectionsfixminor #4606 merge the Nodes and Node sections (xabbuh)fixminor #4605 reduce the number of deprecations being triggered (xabbuh)fixFixModuleNodeinstanciation when$embeddedTemplatesis nullfixminor #4607 FixModuleNodeinstanciation when$embeddedTemplatesis null (alexandre-daubois)refactoruse EmptyNode instead of an Nodes instance without childrenfixminor #4608 use EmptyNode instead of an Nodes instance without children (xabbuh)docsUse:instead of=for named argument in the docsdocsminor #4610 Use:instead of=for named argument in the docs (jdreesen)docsUpdate html_cva.rstfixfix: deprecated documentationdocsminor #4615 fix: deprecated documentation (Garfield-fr)docs[Docs] Replace=by:in code examplesdocs[Doc] Fixcode-blockin html_cvafixfix: update extension references in docs to use backticksfixminor #4618 fix: update extension references in docs to use backticks (smnandre)docsminor #4617 [Doc] Fixcode-blockin html_cva (smnandre)docsminor #4616 [Docs] Replace=by:in code examples (smnandre)fixFix wrong array index (again)fixbug #4619 Fix wrong array index (again) (fabpot)featCreate attributesAsTwigFilter,AsTwigFunctionandAsTwigTestto ease extension developmentfeatfeature #3916 Create attributesAsTwigFilter,AsTwigFunctionandAsTwigTestto ease extension development (GromNaN)docsUpdate CHANGELOGdocsminor #4621 Update CHANGELOG (andreybolonin)docsminor #4613 Update html_cva.rst (seb-jean)docsTweaks html_cva docsdocsminor #4626 Tweaks html_cva docs (fabpot)chorePrepare the 3.21.0 releasechoreBump versionfixFix instantiationfixFix warningfixbug #4633 Fix ExtensionSet usage of BinaryOperatorExpressionParser (VincentLanglet)docsUpdate CHANGELOGchorePrepare the 3.21.1 releasechoreBump versiondocsUpdate reduce.rstfeatAdd TwigCsFixer in tools listdocsminor #4639 [Docs] Add TwigCsFixer in tools list (smnandre)docsreplace typographic quote with straigt single quotefixminor #4640 replace typographic quote with straigt single quote (xabbuh)docsminor #4638 Update reduce.rst (AndCycle)featUpdate configuration keys + allow extra keys for extensionsfeatfeature #4642 [CommonMark] Update configuration keys + allow extra keys for extensions (doekenorg)docsUpdate templates.rst: Removing duplicationfixminor #4645 Update templates.rst: Removing duplication (ThomasLandauer)docsStof suggestion about empty contentdocsminor #4649 Coding standard suggestion about empty content (VincentLanglet)docsUpdate LeagueMarkdown.phpfeatAdd documentation for use_yield optiondocsminor #4660 Add documentation for use_yield option (hschletz)fixFix compatibility with Symfony 8fixbug #4665 Fix compatibility with Symfony 8 (nicolas-grekas)perfEscaper performance: avoid static variablesperfminor #4663 Escaper performance: avoid static variables (gharlan)featEnable Fabbot as a GHAfixCS fixesfixminor #4664 CS fixes (nicolas-grekas)fixminor #4671 Enable Fabbot as a GHA (nicolas-grekas)fixbug #4653 Allow usage of other Markdown converters than CommonMark in LeagueMarkdown (xJuvi)docs#4677: Add use statements for classes referenced in the getOperators @psalm-return docfixFix wrong rounding_mode valuesfixminor #4682 Fix wrong rounding_mode documentation (bodendorfer-simplethings)fixminor #4678 Add missing use statements in ExtensionInterface (KevinVanSonsbeek)fixFix compatibility layerfixbug #4683 Fix compatibility layer (fabpot)featAdd note to format_datetime explaining how to install required extensionsdocsminor #4685 Add note to format_datetime explaining how to install required extensions (LucileDT)fixAvoid errors when failing to guess the template info for an errorfixbug #4688 Avoid errors when failing to guess the template info for an error (stof)docsImprove documentation examples forenumandenum_casesdocsminor #4690 Improve documentation examples forenumandenum_cases(Kocal)choreBump versionfeatSupport two words test guardfeatfeature #4689 Support two words test guard (VincentLanglet)choreBump minimum Commonmark requirementfixminor #4691 Bump minimum Commonmark requirement (fabpot)fixFix intl testfixminor #4692 Fix intl test (fabpot)docsIntroduce registerUndefinedTestCallbackfeatfeature #4687 Introduce registerUndefinedTestCallback (VincentLanglet)fixCompile 'index' with repr (not string) in EmbedNodedocs[Doc] Tweaks in the escaping articlefixbug #4693 Compile 'index' with repr (not string) in EmbedNode (smnandre)docsminor #4694 [Doc] Tweaks in the escaping article (javiereguiluz)fixUpdate replace.rstdocsminor #4695 Update replace.rst (cyphix333)docsUpdate inky_to_html.rst: Updating linkfixminor #4699 Update inky_to_html.rst: Updating link (ThomasLandauer)fixFix accessing arrays with stringable objects as keyfixbug #4704 Fix accessing arrays with stringable objects as key (nicolas-grekas)docsUpdate CHANGELOGchorePrepare the 3.22.0 release
guzzlehttp/guzzle: 7.9.3 → 7.10.0
📋 Show 4 commits
featAdd PHP 8.5 support (#3300)fixRemove obsolete reference capturing of$http_response_header(#3294)fixUse thehttp_get_last_response_headersfunction (#3301)choreRelease 7.10.0
guzzlehttp/promises: 2.2.0 → 2.3.0
📋 Show 2 commits
fix[2.3] PHP 8.5 support (#183)choreRelease 2.3.0
guzzlehttp/psr7: 2.7.1 → 2.8.0
📋 Show 4 commits
fix[2.8] Add PHP 8.5 support (#628)docs[2.8] Allow empty lists as header values (#625)docsUpdate README.mdchoreRelease 2.8.0
masterminds/html5: 2.9.0 → 2.10.0
📋 Show 15 commits
fixJust a quick typo fix.fixMerge pull request #248 from citricguy/hex-typochoreBump actions/checkout versionfeatAdd PHP 8.4 to CI configchoreBump actions/checkout versionchoreApply cs fixer v2.19.3fixMerge pull request #255 from W0rma/fix-cschoreMerge pull request #256 from W0rma/php84fixfix(Tokenizer): ignore duplicate attributestesttest(Tokenizer): add tests for duplicate attribute validationfixMerge pull request #258 from Link1515/fix/duplicate-attributesstyleAddress php-cs-fixer remarksdocsminor #260 Address php-cs-fixer remarks (ohader)fixEnsure empty inline svg and math tags are serialized as void tagsfixMerge pull request #259 from ohader/void-svg-math-tags
symfony/psr-http-message-bridge: v6.4.24 → v7.4.0-RC1
📋 Show 42 commits
fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0choreMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fix[PsrHttpMessageBridge] Remove HttpFoundation 5.4 compat codefixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0fixMerge branch '6.4' into 7.0refactorRemove unnecessary empty usageschoreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1choreMerge branch '6.4' into 7.0choreMerge branch '7.0' into 7.1stylePrefix all sprintf() callschorechore: CS fixesfixRemove redundant checkfixminor #57610 [PsrHttpMessageBridge] Remove a redundant check in HttpFoundationFactory class (seriquynh)fixRemove uniqid() from tempnam() callstestdo not use uniqid() in testsfixMerge branch '6.4' into 7.0fixMerge branch '7.0' into 7.1refactorRemove unused code and unnecessaryelsebranchesfixMerge branch '6.4' into 7.1fixMerge branch '7.1' into 7.2choreMerge branch '6.4' into 7.1choreMerge branch '7.1' into 7.2choreRemove unused importsfeatAllow Symfony ^8.0fixFix typos in documentation and code commentsfixRemove legacy config for disabling annotationstestrun tests using PHPUnit 11.5refactorreplace PHPUnit annotations with attributeschorechore: PHP CS Fixer - restore PHP / PHPUnit rulesetsfixfix mergefixMerge branch '7.3' into 7.4fixCS fixfixMerge branch '7.3' into 7.4
composer/semver: 3.4.3 → 3.4.4
📋 Show 2 commits
fixFix phpstan errordocsSemVer: list return types (#171)
pear/archive_tar: 1.5.0 → 1.6.0
📋 Show 22 commits
featadd older PHP5's since pear/composer allow back to 5.4fixMerge pull request #1 from ashnazg/testingchoreMerge pull request #49 from ashnazg/mastertestadding tests for big filesfixunpack size from the binary header with the older 'a' formatperfmuch much smaller test archive for big file using bz2chorebz2 works with github tests so remove much bigger gz archivedocstry same format for all PHP verisonsrevertRevert "try same format for all PHP verisons"fixtry Z for PHP < 5.5revertRevert "try Z for PHP < 5.5"fixMerge pull request #51 from mcdruid/fix_big_filesfixFix return value of _writeBlockfeatadd very simple test to ensure tarballs can be createdchoreremove old PHP 5 and add new PHP 8 versionsfixRemove gzopen/gztell/gzseek shimchoreMerge pull request #56 from mcdruid/update_php_versionsdocsMerge pull request #54 from mcdruid/create_testfixMerge pull request #53 from Super-Visions/fix/write_returnchoreMerge pull request #58 from mcdruid/remove_php5_shimchoreprep for 1.6.0choreMerge pull request #59 from ashnazg/rel-1.6
mck89/peast: v1.17.2 → v1.17.4
📋 Show 10 commits
fixFix PHP 8.5 compatibilityfixMerge pull request #72 from andypost/php85fixFixed unsupported syntax on older php versionschoreTest upcoming php 8.5docsChangelog and marked new releasefixAvoid warning in PHP 8.5 when converting to int a number that is outside the int limitfixOlder php versions don't have PHP_INT_MIN and PHP_INT_MAX constantsfixCast by default if INT constants are not definedfixSeems that in older version only the MIN constant is not defineddocsChangelog and version
sebastian/diff: 4.0.6 → 5.1.1
📋 Show 233 commits
choreUpdate tools (and manage Composer through Phive)choreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreBump copyright yearchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate PHP-CS-FixerfixFix CS/WS issueschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixRemove roave-backward-compatibility-check as it cannot process code that uses PHP 8 syntaxrefactorRefactorchoreBumpdocsUpdate PHPUnit configurationchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsdocsUpdate PHPUnit configurationchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreBump copyright yearchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixRemove deprecated totallyTyped attributechoreUpdate toolschoreUpdate toolsfixConvert deprecations to exceptionschoreCleanupfixFix issues identified by PsalmfixFix CS/WS issuesdocsUpdate ChangeLogstyleSimplifyperfUse str_ends_with() instead of substr()docsImprove comments (hopefully)docsDeclare property typefixRemove superfluous escapefeatUse ?-> operatorchoreUpdate toolschoreUpdate toolschoreCleanupchoreTest with PHP 8.2choreBumpchoreUpdate toolsbreakingDrop support for PHP 8.0choreUpdate toolschoreUpdate toolschoreUpdate toolschoreRename development branchchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixRestrict token permissionschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixFix CS/WS issuesfixRevert "Fix CS/WS issues"revertRevert "Update tools"choreUpdate toolsfixFix CS/WS issueschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixDo not use deprecated/removed attributeschoreUpdate toolschoreUpdate toolsfixFix CS/WS issuesfixFix/TweakchoreTest with PHP 8.3styleReformat so that tools recognize the licensechoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolsfixFix StrictUnifiedDiffOutputBuilder README examplechoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate Psalm baselinechoreUpdate toolschoreUpdate toolschoreUpdate toolsfixFix CS/WS issuesdocsDeclare parameter typesrefactorMake data provider methods static (and use attribute instead of annotation)choreUpdate Psalm baselinechoreUpdate toolschoreUpdate toolschoreUpdate toolschoreBump copyright yeardocsUpdate ChangeLogchoreUpdate PHP-CS-Fixer configurationfixFix CS/WS issuesfeatUse attributes instead of annotationschoreUpdate toolschoreUpdate toolschoreUpdate toolsdocsUpdate badgeschoreUpdate toolsfixFix CS/WS issuesfeatAdd Security PolicychorePrepare releasesecurityUpdate security policychoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreDo not cache dependencies installed with ComposerchoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUse PHP 8.2choreUpdate toolsfeatAdd link to security policychoreUpdate toolsdocsSet COMPOSER_ROOT_VERSIONfixParser: 0 is valid rangefixParser: isset($match['startrange']) was always truefixFixchorePrepare releasestyleTweakdocsreadme: added note about Git diffschoreUpdate toolschoreUpdate toolschoreUpdate PHP-CS-Fixer configurationfixFix CS/WS issuesperfPerf optimize MemoryEfficientLongestCommonSubsequenceCalculatorchorePrepare releaseperfImprove performance of TimeEfficientLongestCommonSubsequenceCalculatorchorePrepare releasechoreUpdate toolsdocsUpdate PHPUnit configurationchoreUpdate Psalm configurationchoreBumprefactorRename methodschoreNarrow typesfeatImplement SebastianBergmann\Diff\Line::isAdded(), SebastianBergmann\Diff\Line::isRemoved(), and SebastianBergmann\Diff\Line::isUnchanged()docsImprove code coverage metadatatestImprove test namesfeatImplement IteratorAggregatefixFix CS/WS issuechoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreTest with PHP 8.4choreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUpdate toolschoreUse PHP 8.3chorePrepare releasefixDo not use deprecated TestCase::iniSet() methoddocsUse attributeschoreBumpperfUse more specific string functionsdocsRemove superfluous annotationschoreUpdate PHP-CS-Fixer configurationfixFix CS/WS issuesdocsSuppress PhpStorm warningchoreBump copyright yearchoreBumpchoreDo not use implicitly nullable parameters and prepare release
commerceguys/addressing: v1.4.2 → v2.2.4
📋 Show 83 commits
choreSetup testing via Github actions.choreRun tests with PHP 8.1.testRun the tests with PHPunit 9.featFeature/drop support of php 7, use php 8 language level features (#172)fixRelax type hints in generate_address_data.php to make it run again.fixRemove deprecated code.docsTweak the README.fixStop generating formats and subdivisions from Google's dataset, take ownership.fixRemove link to outdated blog post.fixRemove Jervis Bay from Australian subdivisions. Fixes #160.docsThe administrative_area_type for France should be 'region'.fixFix spelling of AE-RK.fixRemove sorting codes from French territories.fixMake the region field required in Turkey.refactorRename PH-COM (sync with ISO).featAdd missing ISO codes for two TW subdivisions.docsUpdate second-level subdivisons for CL-BI and CL-NB.featAdd 4 additional subdivisions to KR-50.featAdd Zimbabwe provinces. (#126)docsUpdate format for ZW.featAdd missing Brazilian municipality.fixFurther improvements to PH subdivisions. Fixes #155.fixUpdate ISO codes for CN subdivisions.fixRemove the postal_code_pattern from ES subdivisions.fixRegenerate BS subdivisions from ISO.fixRe-order TW subdivisions to match official (post office) order (#152)featAdd subdivisions for Costa Rica (CR) and Estonia (EE).fixRemove sorting code from BL, NC, RE formats.docsUpdate copyright notice.featAdd address line 3.docsShow the additional name field for countries that use patronymics.fixFix scripts/generate_country_data.php (wrong typehint).docsUpdate to CLDR v43.fixRemove a @covers annotation that points to a deleted method.fixSwitch to keying subdivisons by ISO code, where available.fixImprove the subdivision update map.fixDecrease the subdivision dataset size by removing redundant data.fixRevert the 2.0.0-beta1 changes to Cabo Verde subdivisions.fixFix several wrong type hints.refactorSimplify the AddressFormat and Subdivision constructors.fixMake Address type hints non-nullable again.fixRename VE-X from Vargas to La Guaira.featAdd subdivisions for Honduras (HN).featAdd subdivisions for Barbados (BB), Micronesia (FM), Kiribati (KI), Panama (PA).docsUse 'region' instead of 'oblast' as the administrative area type for BY/UA/RU.featAdd subdivisions for Papua New Guinea (PG), Seychelles (SC), United States Minor Outlying Islands (UM).fixRemove the administrative area field from CC, CX, HM, NF.fixRemove the administrative area field from AS, MP, VI.featAdd administrative areas for Paraguay.featAdd punctuation to the PY/UY formats, as specified by UPU.fixRemove the postal code prefix for Switzerland.fixFix Country typehints for optional values.fixUK locality_type should be town_citydocsUpdate to CLDR v44.fixFix the reported currency for countries CU and VG.featfeat: bump gh action version for actions/checkout v3 => v4 (#202)featfeat: allow symfony 7 (require-dev), (#201)fixWhen uppercasing address lines 1 and 2, uppercase line 3 as well.docsUse the Town/City locality type for New Zealand.fixRebuild the address format for Kazakhstan.featAdd subdivisions for Kazakhstan.fixFix regression, old postal code format for KZ is 6 digits, not 5.fixAllow address formats to declare default values.fixSingapore lacks city/locality field.fixAllow turning off postal code validation in AddressFormatConstraint.docsPanama has provinces, not states.fixUpdate subdivisions for India (IN).featAdd missing Indonesian (ID) provinces: PD, PE, PS, PT.featAdd the India subdivision renames to the updater to ensure BC.fixRevert "Panama has provinces, not states."fixUpdate subdivisions for Philippines (PH).docsChile's administrative areas are called regions, not provinces.fixSimplify the postal code pattern for Peru (PE).fixMake the administrative area required for BB, CL, CV, EG, IR, KI, MY, PE, TH, VN.docsUpdate to CLDR v45.fixCorrect suffixes for ukrainian region names (#214)docsUpdate UA subdivisions to follow the latest romanization system (and match ISO).fixRemove unneeded files from the archives (#215)refactorRework the generation script to work with CLDR v46.docsUpdate to CLDR v46.docsMention the Symfony bundle.fixSwitch implicit nullable types to explicit (#221)choreStart testing on PHP 8.2, 8.3 and 8.4.
doctrine/collections: 2.3.0 → 2.4.0
📋 Show 36 commits
choreUpdate branch metadatafeatUtilizing Expression::visit method instead of match truechoreMerge pull request #451 from greg0ire/update-branch-metadatafixMerge pull request #453 from CloneException/visit-instead-of-switchdocsDo not specify PHP version when sensibletestRun the tests on more PHP versionsfeatAdd a cautionary note about using non-scalar values inmatching()expressionsdocsUpdate docs/en/index.rstdocsUpdate docs/en/index.rstdocsUpdate docs/en/index.rstfeatGeneralize from DateTime[Immutable] to objectschoreMerge pull request #455 from greg0ire/more-php-versionschoreMerge pull request #458 from doctrine/2.3.xfixFix redundant usage of stable-slugfixMerge pull request #459 from SenseException/config-stable-fixdocsMerge pull request #456 from mpdude/matching-scalar-cautionchoreBump doctrine/.github from 7.2.2 to 7.3.0choreMerge pull request #463 from doctrine/dependabot/github_actions/doctrine/dot-github-7.3.0docsleverage arrow functions in docsdocsMerge pull request #465 from garak/improve-docschoreBump dev tools (#469)choreMerge branch '2.3.x' into 2.4.xdocsDocument the various access methods to fields attempted by the ClosureExpressionVisitor (#457)docsMerge branch '2.3.x' into 2.4.xfixConfigure PHPUnit to display doctrine deprecationsfixAddress existing deprecationsdocsMerge pull request #473 from greg0ire/deprecationschoreBump doctrine/.github from 8.0.0 to 11.0.0choreMerge pull request #477 from doctrine/dependabot/github_actions/doctrine/dot-github-11.0.0choreBump doctrine/.github from 11.0.0 to 12.0.0 (#478)fixFix reporting of deprecations in testsfixMerge pull request #479 from mpdude/fix-test-deprecation-reportingotherMerge remote-tracking branch 'upstream/2.3.x' into merge-upchoreMerge pull request #480 from mpdude/merge-uprefactorTransition to using reflection-based, direct field access onlyrefactorMerge pull request #472 from mpdude/access-fields-directly
doctrine/annotations: 1.14.4 → 2.0.2
📋 Show 27 commits
refactorDrop Lexer 1choreMerge pull request #465 from greg0ire/drop-lexer-1fixRemove deprecated APIs (#468)choreBump PHP to 7.2docsMerge pull request #467 from greg0ire/param-type-declarationsfeatAllow doctrine/lexer 3docsMerge pull request #466 from greg0ire/allow-lexer-3fixRemove SimpleAnnotationReader (#469)refactorRemove NamedArgumentConstructorAnnotation interface (#470)fixRemove deprecated methodchoreMerge pull request #471 from greg0ire/drop-deprecated-methoddocsUpdate branch metadata for documentationchoreMerge pull request #477 from greg0ire/update-branch-metadatachoreMerge branch '1.14.x' into 2.0.xfixUpdate README.md - fix 404 (link to doctrine-project website) (#481)featAdd hint to use PsrCachedReader instead ofCachedReaderandFileCacheReaderdocsMerge pull request #483 from alexander-schranz/patch-1featAdd psalm.xml to .gitattributesstyleAddress coding standard issuesdocsMerge pull request #484 from VincentLanglet/patch-1choreMark project as inactivechoreMerge pull request #489 from greg0ire/inactivechoreMerge remote-tracking branch 'origin/1.14.x' into 2.0.xchoreMerge pull request #496 from greg0ire/2.0.xchoreMerge branch '1.14.x' into 2.0.xchoreMerge branch '1.14.x' into 2.0.xfixMerge branch '1.14.x' into 2.0.x
league/csv: 9.24.1 → 9.27.1
📋 Show 20 commits
fixAssure DOMDocument::createTextNode() receives a string (#567)fixFix JsonConverterTest #568docsUpdate documentationfeatAdding ndjson support in the JsonConverterfeatImprove NDJson supportfixFix github action on PHP8.4 for phpstanfixFix markdown documentationchorePrepare next releasechorePrepare next releasefixFix warning handling in the packagefeatImprove NDJson encoding featurefeatAdding support for TabularDataProvider and TabularData on ConvertersfeatAdding support for TabularDataProvider and TabularData on WriterchorePrepare next releaserefactorSimplify Reader and Writer instantiationdocsUpdate documentation with new static methods usagechorePrepare next releasechorePrepare next releasefeatImprove AbstractCsv::download implementation #569choreprepare next release
doctrine/inflector: 2.0.10 → 2.1.0
📋 Show 95 commits
choremaster is now 2.1.x-devchoreMerge pull request #150 from doctrine/2.0.x-merge-up-into-master_5eb936a2997a33.26919477choreMerge pull request #160 from doctrine/2.0.x-merge-up-into-master_5ecc2b133d20d0.86431431choreMerge pull request #165 from doctrine/2.0.x-merge-up-into-master_5ed1281097a7b7.73136187choreMerge pull request #168 from doctrine/2.0.xchoreMerge pull request #175 from doctrine/2.0.xchoreMerge remote-tracking branch 'origin/2.0.x'choreMerge remote-tracking branch 'origin/2.0.x' into masterchoreMerge pull request #182 from doctrine/2.0.xchoreMerge pull request #191 from doctrine/2.0.x-merge-up-into-2.1.x_qqGoVa8UchoreMerge release 2.0.5 into 2.1.x (#203)choreMerge release 2.0.6 into 2.1.x (#210)featAdd support for EsperantofeatMerge pull request #213 from RobinvanderVliet/2.0.xchoreMerge pull request #215 from doctrine/2.0.xchoreMerge pull request #220 from doctrine/2.0.x-merge-up-into-2.1.x_mR7yk9MschoreMerge pull request #224 from doctrine/2.0.x-merge-up-into-2.1.x_tZMQjWj7choreMerge pull request #242 from doctrine/2.0.x-merge-up-into-2.1.x_9obhxGeYchoreMerge pull request #244 from doctrine/2.0.x-merge-up-into-2.1.x_ZcxM93zpchoreUpgrade CI workflow to v5choreSetup Dependabot for Github actionschoreMerge pull request #248 from greg0ire/setup-dependabotchoreBump doctrine/.github from 2.1.0 to 5.0.1choreBump actions/checkout from 3 to 4choreMerge pull request #250 from doctrine/dependabot/github_actions/actions/checkout-4choreMerge pull request #249 from doctrine/dependabot/github_actions/doctrine/dot-github-5.0.1fixFix wrong pluralization of "stadium"fixRemove duplicated "medium" from English irregular listdocsSort list of English irregularsfixMerge pull request #251 from thrashzone13/2.0.xfixRemove references to non-existent directorychoreAnalyze test directorychoreMerge pull request #252 from greg0ire/remove-common-refsdocsMerge pull request #253 from greg0ire/analyze-testschoreUse a shallow treechoreMerge pull request #254 from greg0ire/shallow-treechoreNormalize composer.jsondocsExplicitly configure PsalmfixRemove unused private propertychoreMerge pull request #255 from greg0ire/maintenancefixFix wrong singularization of 'nurseries'docsCorrect singularization of boisdocsMerge pull request #257 from vdauchy/singular-boisdocsCorrect singularization of maschoresingular-locauxdocsMerge pull request #259 from vdauchy/singular-locauxdocsMerge pull request #258 from vdauchy/singular-maschoreBump doctrine/.github from 5.0.1 to 5.1.0 (#260)choreBump doctrine/.github from 5.1.0 to 5.2.0 (#261)choreBump doctrine/.github from 5.2.0 to 5.3.0choreMerge pull request #262 from doctrine/dependabot/github_actions/doctrine/dot-github-5.3.0choreDrop PsalmchoreMerge pull request #264 from greg0ire/drop-psalmchoreBump doctrine/.github from 5.3.0 to 6.0.0choreMerge pull request #263 from doctrine/dependabot/github_actions/doctrine/dot-github-6.0.0choreBump doctrine/.github from 6.0.0 to 7.1.0choreMerge pull request #265 from doctrine/dependabot/github_actions/doctrine/dot-github-7.1.0featCreate website schema validation workflowchoreMerge pull request #267 from SenseException/website-schemachoreBump doctrine/.github from 7.1.0 to 7.2.0choreMerge pull request #268 from doctrine/dependabot/github_actions/doctrine/dot-github-7.2.0choreBump doctrine/.github from 7.2.0 to 7.2.1 (#269)choreBump doctrine/.github from 7.2.1 to 7.2.2choreMerge remote-tracking branch 'origin/2.0.x' into 2.1.xchoreMerge pull request #278 from greg0ire/2.1.xfeatAdd italian rulesdocsMerge pull request #276 from f-liva/2.0.xfixMerge pull request #256 from thrashzone13/2.0.xfixCorrect pluralization of diechoreMerge pull request #270 from doctrine/dependabot/github_actions/doctrine/dot-github-7.2.2fixMerge pull request #233 from Muffinman/2.0.xfeatadd 'alga' to irregular words listdocsMerge pull request #230 from Quarasique/update_irregular_wordschoreBump doctrine/.github from 7.2.2 to 7.3.0choreMerge pull request #281 from doctrine/dependabot/github_actions/doctrine/dot-github-7.3.0choreUpgrade to doctrine/coding-standard 13choreUpgrade to PHPStan 2choreUpgrade to PHPUnit 12choreMerge pull request #280 from doctrine/maintenancedocsDefine XML schema for phpcs configurationdocsUse the proper operatorchoreMerge pull request #283 from doctrine/ampersandchoreUpgrade PHPStan to level 10choreMerge pull request #284 from doctrine/phpstan-10docsMerge pull request #282 from greg0ire/phpcs-schemachoreMerge remote-tracking branch 'origin/2.0.x' into 2.1.xchoreMerge pull request #286 from greg0ire/2.1.xtestAddress test renamechoreMerge pull request #288 from greg0ire/fix-buildfixReplace more occurrences of |MockObjectchoreMerge pull request #289 from greg0ire/use-proper-operator-2choreMerge pull request #291 from doctrine/2.0.xchoreUse PHP 8.4 in the CIchoreMerge pull request #294 from greg0ire/8-4-cichoreMerge pull request #296 from doctrine/2.0.x-merge-up-into-2.1.x_N1sw6PZw
consolidation/annotated-command: 4.10.1 → 4.10.4
📋 Show 6 commits
fixFix #315: default value for the escape parameter for fputcsv() is now deprecated (#316)featAdd changelogtestTest on PHP 8.5 (#319)choreChangelog for 4.10.3docsMore PHP 8.5 changes (#320)choreChangelog for 4.10.4
maennchen/zipstream-php: 3.1.2 → 3.2.0
📋 Show 30 commits
choreBump github/codeql-action in the github-actions group (#336)choreBump github/codeql-action in the github-actions group (#337)choreBump step-security/harden-runner in the github-actions group (#338)choreFixes for Dev DependenciesdocsUse ScoreCard file_mode gitchoreRevert "Remove Export Ingore for .github files"choreBump the github-actions group with 3 updates (#340)choreBump the github-actions group with 3 updates (#341)choreBump the github-actions group with 2 updates (#342)choreBump fastify/github-action-merge-dependabot in the github-actions group (#347)choreBump the github-actions group with 4 updates (#348)choreBump github/codeql-action in the github-actions group (#350)choreUpdate Deps & Raise PHP Requirement (#351)choreBump the github-actions group with 2 updates (#352)choreBump github/codeql-action in the github-actions group (#353)choreBump shivammathur/setup-php in the github-actions group (#354)featAdd Questions Section to READMEchoreBump the github-actions group with 3 updates (#355)choreBump the github-actions group with 2 updates (#356)choreBump actions/dependency-review-action in the github-actions group (#357)choreBump the github-actions group with 2 updates (#358)fixFix typos (#361)choreBump ossf/scorecard-action in the github-actions group (#362)choreBump github/codeql-action in the github-actions group (#364)choreBump the github-actions group with 4 updates (#365)choreBump github/codeql-action in the github-actions group (#366)choreBump the github-actions group with 2 updates (#367)featAdd CallbackStreamWrapper for custom ZIP output (#363)choreUpdates & Deprecation FixeschoreSetup GH Token for Phive Install in CI
solarium/solarium: 6.3.7 → 6.4.1
📋 Show 13 commits
docsprepared developmentchorePHPStan 1 → 2 (#1147)featSupport for CBOR update queries (#1148)choreUse phpstan.dist.neon instead of phpstan.neon (#1149)fixFix broken link in docs (#1150)styleStyle fixes (#1151)docsGrammar nitpick (#1153)choreExcludephpstan.dist.neonfrom release (#1154)testSolr 9.8 → 9.9 for integration tests (#1159)fixFixReturnTypeWillChangeattribute position (it must be above the function otherwise it's not applied) (#1161)featVector filters (#1162)fixprepared corrected 6.4.x minor releaseschore6.4.1
myclabs/deep-copy: 1.13.3 → 1.13.4
📋 Show 2 commits
fixsetAccessible() has no effect as of PHP 8.1fixMerge pull request #207 from W0rma/reflection-set-accessible
setasign/fpdi: v2.6.3 → v2.6.4
📋 Show 17 commits
testUpdated test action runner environmentchoreMerge pull request #231 from Setasign/developmentfixAdded check for false of readBytes() to avoid PHP warningtestAdded test to reproduce issue 235fixFixed @throws doc-block annotationfixFixed @throws doc-block annotationfixMerge pull request #236 from Setasign/issue-235chorechore: Increase minimum version of tecnickcom/tcpdfchoreMerge pull request #237 from mitelg/chore/update-tcpdffixFixed infinite loop in case of a recursive pages dictionarytestAdded test cases for handling recursive page tree structuresfixFixed possible infinite recursion in PdfType::resolve()testMoved infinite recursion tests from functional to unitfixFixed namespace of PdfReaderTestfixMerge commit from forkfixMerge pull request #238 from Setasign/developmentdocsUpdated version constant
open-y-subprojects/openy_map: 5.2.5 → 1.15
open-y-subprojects/openy_custom: 2.7.2 → 1.2.0
open-y-subprojects/openy_hours_formatter: 2.0.4 → 1.2.2
ycloudyusa/y_lb: 3.10.7 → 4.0.6-rc4
📋 Show 42 commits
docsUpdate y_lb.info.ymlchoreUpdate composer.jsonchoreUpdate composer.jsonchoreUpdate composer.jsonchoreUpdate composer.jsonchoreUpdate composer.jsonchoreUpdate composer.jsonchoreMerge pull request #274 from YCloudYUSA/mainchoreUpdate composer.jsonchoreDrupal 11 upgrade: staged changeschoreMerge pull request #276 from YCloudYUSA/upgrade-drupal11-20250528_185501choreMerge pull request #280 from YCloudYUSA/mainfeatfeat: update deps version to supoort y_lb 4 and drupal 11fixfix: versionchoreMerge pull request #281 from YCloudYUSA/drupal11-update-depsfeatMerge pull request #271 from YCloudYUSA/drupal11fixremove lb_clarofeatMerge pull request #282 from YCloudYUSA/remove-lb_clarofixfix: remove version from composer.jsonfixMerge pull request #283 from YCloudYUSA/svicervlad-patch-1featfeat: update y_camp version for drupal 11 compatibilityfeatMerge pull request #284 from YCloudYUSA/svicervlad-patch-1fixFixed missing level-3 menu title on desktopfixFixed missing level-3 menu title on desktopfixMerge pull request #285 from YCloudYUSA/fix-level-3-titlefixMerge pull request #286 from YCloudYUSA/3x-fix-level-3-titlefeatfeat: back lb_clarofeatMerge pull request #287 from YCloudYUSA/lb_clarofeatAdd an option to control if the styles can be overriden on each node.fixFixed condition to avoid warning message.featAdded entity_builders on form build to call method that saves new info.fixFixed return of form when not cannonical.docsUpdate src/Form/YLBOverridesEntityForm.phpfixMerge pull request #290 from mario-imagex/issue-288choreMerge pull request #294 from YCloudYUSA/3.xchoreUpdate drupal/openy_gtranslate to 2.0.0choreMerge pull request #295 from YCloudYUSA/update/openy_gtranslate-2.0.0choreUse ycloudyusa/lb_claro from packagist instead of drupal/lb_clarochoreUse ycloudyusa/lb_claro from packagist instead of drupal/lb_clarofeatMerge pull request #296 from YCloudYUSA/feature/use-ycloudyusa-lb-clarofixfix: improve skip link accessibility by replacing empty anchor with semantic HTMLfixMerge pull request #297 from YCloudYUSA/ITCP-450
ycloudyusa/yusaopeny_activity_finder: 5.3.0 → 6.0.0
📋 Show 12 commits
refactorReplace deprecated package 'node-sass' with 'sass' packagechoreUse latest Node LTS version (v22.17.0) for buildsfixReplace 'node-sass' with 'sass' for LB Activity FinderchoreMerge pull request #58 from dchubar-fj/af4-replace-node-sassfixFix condition for time comparison in WeekdaysPartsOfDayfixMerge pull request #61 from YCloudYUSA/bug/weekday-afternoon-eveningsfixfix: replace deprecated watchdog_exception with backwards-compatible error loggingfeatfeat: add Drupal 11 support to activity finder module and sub-modulesrefactorrefactor: replace watchdog_exception with injected logger servicefixfix: inject TypedConfigManagerInterface to ConfigFormBase constructorrefactorrefactor: update core_version_requirement to ^10 || ^11 across all moduleschoreMerge pull request #65 from YCloudYUSA/drupal11
ezyang/htmlpurifier: v4.18.0 → v4.19.0
📋 Show 16 commits
chorechore: Disable 8.4 CI (#426)featfeat: Add option for safe iframe hosts using array lookup (#423)refactorrefactor: #414 remove method substrCount (#415)fixfix: Deprecated: preg_replace(): Passing null to parameter #3 ($subject) o… (#421)featfeat: Add CSS direction support (#429)featfeat: Allow more image widths by default (#430)fixfix: add warning for misleading option (#433)fixfix: non-substantive typos (#434)featfeat: PHP 8.4 support (#441)featAdd docker files for dev environment (#424)docsUpdate Serializer.php (#443)featfeat: Define option URI.AllowedSymbols (#447)fixfix: catastrophic backtracking in Core.AggressivelyFixLt (#440)featadd the docker files to be ignored with installation (#451)featfeat: Support PHP 8.5 versions (#453)chorechore(release): 4.19.0 [skip ci]
ycloudyusa/useless_machines: 1.2 → 2.0.4
📋 Show 17 commits
choreDrupal 11 upgrade: staged changeschoreUpdate action/action.info.ymldocsUpdate action/action.info.ymlfixfix: this version will be compability pnly with drupal 11fixMerge pull request #8 from YCloudYUSA/svicervlad-patch-2choreUpdate composer.jsonchoreMerge pull request #5 from YCloudYUSA/upgrade-drupal11-20250528_185328featfeat: uninstall redundant drupal modulesfixMerge pull request #9 from YCloudYUSA/upgrade_pathfeatfeat: uninstall panelbutton for ckeditorfeatMerge pull request #10 from YCloudYUSA/uninstall-panelbuttonfeatfeat: uninstall unspoerted modulesfixMerge pull request #11 from YCloudYUSA/uninstall-unsuported-modulesfixfix: typofixMerge pull request #12 from YCloudYUSA/uninstall-unsuported-modulesfeatAdd features useless machine for Drupal 11 compatibilitychoreMerge pull request #13 from YCloudYUSA/add-features-useless-machine
ycloudyusa/y_lb_demo_content: 3.4.5 → 4.0.0-beta4
📋 Show 9 commits
featfeat!: Drupal 11 untestedchoreUpdate composer.jsonchoreDrupal 11 upgrade: staged changeschoreMerge pull request #56 from YCloudYUSA/upgrade-drupal11-20250528_185553featAdd icons to the Media LibrarydocsMerge pull request #57 from YCloudYUSA/ITCR-757featMerge pull request #55 from YCloudYUSA/drupal11fixFix partners block demo content migrationfixMerge pull request #58 from YCloudYUSA/fix/partners-block-demo-content-migration
➖ Removed PHP Libraries
- symfony/dom-crawler (was v6.4.24)
🔄 Drupal Core Updates
drupal/core: 10.5.1 → 11.1.9
📋 Show 1732 commits
choreDrupal 11.1.9choreSA-CORE-2025-008 by damienmckenna, tame4tex, benjifisher, mohit_aghera, larowlan, mingsong, xjm, neclimdul, catch, drumm, poker10choreSA-CORE-2025-007 by kevinquillen, larowlan, poker10, drumm, mingsong, xjm, mcdruid, benjifisher, ram4nd, drumm, greggleschoreSA-CORE-2025-006 by anzuukino, mcdruid, larowlan, greggles, longwave, poker10, catch, xjm, drumm, akalata, ram4ndchoreSA-CORE-2025-005 by zhero, nils.destoop, dragos-dumi, svendecabooter, mcdruid, alexpott, catch, larowlan, cilefen, nils.destoop, longwave, xjm, poker10, jenlampton, ram4ndchoreDrupal 11.1.8docsIssue #3524613: Add Cristina Chumillas as UX Manager, Emma Horrell as provisional UX Manager to Drupal corefixIssue #3524716 by nicxvan, catch: [11.1] update gather rules to manage hook preprocesschoreRevert "Issue #3227637 by larowlan, acbramley, daffie, amber himes matz, yogeshmpawar, fubarhouse, chetanbharambe, jibran, catch, kristen pol, alexpott: NodeController::revisionOverview is uncacheable"fixIssue #3525090 by donquixote, nicxvan: [11.1] ResolvedLibraryDefinitionsFilesMatchTest is failingfixIssue #2957336 by mstrelan, hughworm, quietone, smustgrave: Invalid exposed form data not excludedfixIssue #3496867 by dcam, drunken monkey, smustgrave, nicxvan: Uninstalling a module deletes all views that have third-party settings by that modulerefactorIssue #3461309 by charlliequadros, annmarysruthy, sivaji_ganesh_jojodae, smustgrave, mstrelan, larowlan: Refactor FormTestClickedButtonForm::buildFormfixIssue #1528028 by acbramley, jhedstrom, tibbsa, catch, jstoller, agentrickard, smustgrave, yoroy: Add tests for reverting revisions where revision_uid and uid differfixIssue #2800715 by dcam, shashikant_chauhan, mikeryan, quietone, alexpott: Reset highwater mark before rolling backfixIssue #3360996 by prudloff, smustgrave, catch: template_preprocess_views_view_summary_unformatted() does not set active link when using AJAXrefactorIssue #3366862 by mondrake, daffie: Refactor InstallerNonDefaultDatabaseDriverTest to avoid asserting content of settings.phpdocsIssue #3522021 by catch: Add @group #slow to MigrateDrupal7AuditIdsTestdocsIssue #3270499 by spokje, quietone, catch: Add a deprecated module version of ResolvedLibraryDefinitionsFilesMatchTestfixIssue #3516477 by catch, ericgsmith, acbramley, kristiaanvandeneynde, mxr576: Avoid cache redirect error when using 'view own unpublished content' permission alongside node grantsdocsIssue #3516520 by larowlan, wim leers, penyaskito: LanguageItem lacks a schema for its default valuesfixIssue #3500683 by berdir, nod_, kristiaanvandeneynde, catch: Backport interface to allow access policies to opt out of cachingfixIssue #3517481 by mradcliffe, smustgrave: askHidden prompt fails with "Unknown named parameter $default"fixIssue #3085781 by davps, bnjmnm, kentr, Kumar Kundan, abhisekmazumdar, kunalgautam, claudiu.cristea, anu.a_95, andrewmacpherson, smustgrave: aria-pressed attribute isn't updated correctlychoreBack to dev.choreDrupal 11.1.7fixIssue #3161212 by joseph.olstad, acbramley, asubit, eduardo morales alberti, sandeepsingh199, berdir, catch: Node add/edit gives a Call to a member function getAccountName() on null when author is NULLdocsIssue #3511434 by juandhr, dimpalmangrulkar20@gmail.com, sivaji_ganesh_jojodae, alberto56, quietone, ghost of drupal past, quadrexdev: There are leftover references in comments to long ago renamed ListDefinitionInterfacefixIssue #3512835 by nicxvan: [11.1.x] Add BC stubs for Hook orderingfixIssue #3511186 by grimreaper: Media Library currentSelection not reset properlyfixIssue #3518952 by avpaderno, prabha1997, smustgrave: Fix grammar in FormattableMarkup::placeholderFormat() commentsdocsIssue #3411185 by govind_giri_goswami, brandonlira, santhosh@21, rodrigoaguilera, joachim, smustgrave, borisson_: docs for return values from various EntityDisplayRepositoryInterface() are unclearfixRevert "Issue #3478408 by jaydev bhatt, quietone, goonerw: Fix errors in update-countries.sh"fixIssue #3478408 by jaydev bhatt, quietone, goonerw: Fix errors in update-countries.shfixIssue #3424720 by vidorado, douggreen, immaculatexavier, smustgrave, uri_frazier: LanguageNegotiationUrl unnecessarily adds domain to outbound URL'sfixIssue #3511566 by prudloff, smustgrave: Remove srcdoc attributes in Xss::filter()docsIssue #3518967 by quadrexdev, joachim: incorrect @return docs for ElementInfoManagerInterface::getInfo()docsIssue #2586483 by brandonlira, snehi, anil280988, rakesh.gectcr, David_Rothstein, jhodgdon, trobey, alexpott: Update documentation for project versions in \Drupal\Core\Extension\InfoParserInterface::parsedocsIssue #3200162 by brandonlira, ksenzee, ultimike, larowlan, cecelias, xjm: Improve documentation for Graph componentfixIssue #3498468 by nexusnovaz, avpaderno, wombatbuddy, poker10: The example code given for FormattableMarkup::placeholderFormat() contains typos and syntax errorsdocsIssue #3516253 by lostcarpark, mradcliffe, rachel_norfolk, chrisdarke, volkswagenchick: Add lostcarpark as Mentoring Coordinator to MAINTAINERS.txtfixIssue #3504368 by godotislate, dpagini, smustgrave: Removing field from LB content type edits associated rolesfixIssue #3516558 by plopesc, m4olivei, cb_govcms, tarawij: Settings is not a valid render array in navigation modulefixIssue #3147148 by DarKFlameS, amateescu, mandclu, smustgrave: Media library form can only be submitted in the default workspacefixIssue #3227637 by larowlan, acbramley, daffie, amber himes matz, yogeshmpawar, fubarhouse, chetanbharambe, jibran, catch, kristen pol, alexpott: NodeController::revisionOverview is uncacheablechoreIssue #3517614 by alexpott, longwave, cmlara, catch, quietone, mstrelan: Possible Non GPLv2 compatible code in ExpectDeprecationTraitfixIssue #2797421 by dcam, mikeryan, chx, id.conky, mkalkbrenner, mikelutz: Sourceless migration plugins are brokenfixIssue #3442833 by binoli lalani, vivek panicker, pradhumanjain2311, longwave, prudloff, smustgrave, alexpott: Undefined array key warning in UrlHelper::parse()revertRevert "Issue #3461309 by annmarysruthy, charlliequadros, sivaji_ganesh_jojodae, smustgrave, mstrelan: Refactor FormTestClickedButtonForm::buildForm"choreIssue #3517517 by nod_, pdureau: Add pdureau as provisional Frontend Framework ManagerchoreIssue #3502895 by julio_retkwa, sdhruvi5142, bnjmnm: Media Library item styles assume contextual module is presentrefactorIssue #3461309 by annmarysruthy, charlliequadros, sivaji_ganesh_jojodae, smustgrave, mstrelan: Refactor FormTestClickedButtonForm::buildFormfixIssue #2735997 by ramil g, joelpittet, ranjith_kumar_k_u, asad_ahmed, nikita_tt, catch, Ben Greenberg, mschudders, lendude, playful: Decimal separator and decimals settings ignored when aggregating decimal fields (revert)docsIssue #3454075 by mradcliffe, rachel_norfolk, realityloop, volkswagenchick, chrisdarke, ekl1773, heddn, smustgrave, xjm, dinarcon, gábor hojtsy: Confirm and update mentoring coordinators section in MAINTAINERS.txtchoreIssue #3516770 by acbramley, larowlan, bbrala, quietone: Add acbramley as co-maintainer for node modulechoreIssue #3493617 by mogtofu33: Add mogtofu33 as a SDC and new theme system's Icon API maintainerfixIssue #3516359 by larowlan, smustgrave, longwave, lauriii, wim leers, mstrelan: ComponentValidator ignores the set validator and creates a new onefixIssue #3458067 by ahmad khader, anybody, nikathone, manibharathi ezhimalai ravi, shivam_tiwari, smustgrave, larowlan, thomas kaisuka, svicer: Fix contextual links disappear intermittently leading to console errorsfixIssue #3517317 by penyaskito, larowlan: SDC slots not being validated against json config schemachoreBack to dev.choreDrupal 11.1.6fixIssue #3504204 by murz: Nightwatch command drupalInstall doesn't set the user_agent environment variable with the simpletest site instancedocsIssue #3508649 by gábor hojtsy, smustgrave: Use Drupal Core Leadership terminology in MAINTAINERS.txtfixIssue #3513317 by annmarysruthy, larowlan, wim leers: ImageItem::defaultStorageSettings() should override display_defaultfixIssue #2735997 by ramil g, joelpittet, ranjith_kumar_k_u, asad_ahmed, nikita_tt, mschudders, Ben Greenberg, lendude, playful: Decimal separator and decimals settings ignored when aggregating decimal fieldsfixIssue #3323574 by lobodakyrylo, the_g_bomb, phthlaap, oily, vinmayiswamy, smustgrave, codebymikey, lendude: Pager not working correctly in AJAX view with exposed filterschoreIssue #3484845 by mstrelan, acbramley: [random test failure] ImageUrlProviderTest::testResizechoreSA-CORE-2025-004 by samuel.mortenson, xjm, larowlan, pandaski, effulgentsia, jenlampton, mcdruid, longwave, benjifisher, bramdriesen, phenaproximatestIssue #3502658 by acbramley, catch, dww: [random test failure] FilterEntityReferenceTestfixIssue #3497935 by prudloff, smustgrave: Renderer::getCurrentRenderContext() triggers a TypeError when there is no current requestfixIssue #3196245 by prudloff, longwave, smustgrave, berdir, catch: UserPermissionsForm should not use overridden permissionsfixIssue #3494471 by tgauges, smustgrave: Renaming a table containing "drupal_" in the name with multiple indexes fails on PostreSQLchoreBack to dev.choreDrupal 11.1.4choreIssue #3508733 by gábor hojtsy, griffynh: Add griffynh as provisional core team facilitatorfixIssue #3498326 by rinku jacob 13, rkoller, smustgrave, ckrina: Focus outline has a too low color contrast and uses a different green than ClarodocsIssue #3487014 by liam morland, nod_, smustgrave, quietone: Fix documentation for optional params in MessengerInterfacefeatIssue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase to merge cache metadata from display handlerdocsIssue #3496485 by annmarysruthy, wombatbuddy, thejimbirch, smustgrave: example recipe.yml has incorrect comment above "actions" sectionrefactorIssue #3490948 by rowrowrowrow, bbrala: Change hardcoded entity key 'uid' to getKey in ResourceTestBasechoreIssue #3508028 by markconroy: Offer to become maintainer of Stable9choreBack to dev.choreMerged 11.1.3.choreDrupal 11.1.3choreSA-CORE-2025-003 by shin24, anzuukino, mcdruid, nicxvan, ghost of drupal past, longwavechoreSA-CORE-2025-002 by jeff cardwell, benjifisher, poker10, mingsongchoreSA-CORE-2025-001 by larsdesigns, bdanin, nuwans, dgroene, arkepp, juanramonperez, svendecabooter, wgunn_e, mcdruid, catchtestIssue #3501237 by nikolay shapovalov, nicxvan: Improve HookCollectorPass testfixIssue #3056698 by mondrake, quietone: Sqlite Connection::createConnectionOptionsFromUrl should not convert relative paths to fullfixIssue #3497758 by nicxvan, oily, alexpott, cilefen, catch, longwave, wlofgren, dries, wim leers, smustgrave: Regression: RssResponseCdata filtering out common HTML tags from RSS feedsfixIssue #3469116 by prashant.c, pameeela, kostask, shalini_jha, sagarmohite0031, benjifisher, mrdalesmith, smustgrave, kristiaanvandeneynde, quietone, b_sharpe, nod_: Logout confirmation form shows inappropriate confirmation descriptionchoreIssue #3504265 by finnsky, ksenzee, smustgrave: Yarn watch task brokenfixIssue #3096570 by recrit, raman.b, ameymudras, ranjith_kumar_k_u, Oscaner, smustgrave, peterwcm, pameeela: Redirect correct language page after node savefixIssue #2927338 by berdir, anmolgoyal74, swatichouhan012, smustgrave, alexpott, gábor hojtsy: Ensure config entity langcode property does not change when installing, adding or editing a languagefeatIssue #3503190 by phenaproxima, thejimbirch: Allow recipes to contain an "extra" property with arbitrary information for specific modules to usechoreBack to dev.choreDrupal 11.1.2fixIssue #3495881 by godotislate, bkosborne, catch, kushagra.goyal: Firefox retains form_build_id on form reloads, causing old form cache entry to be used and creating weird behavior for the Media Library widgetfixIssue #3503556 by tom konda: Wrong Regular Expression for string comparison in Nightwatch.js assertionfixIssue #3486797 by alecsmrekar, shalini_jha, smustgrave, amateescu: Updating path alias language in workspace does not workfixIssue #3502466 by alexpott, borisson_: Fix reference to core_field_views_data()docsIssue #3493410 by plopesc, catch, smustgrave: Consider a more substantial shortcuts placeholderchoreIssue #3502487 by lauriii, oily, ckrina: Make the menu link form less verbosefixIssue #3485174 by fago, arthur_lorenz, alexpott, smustgrave: Menu APIs provide invalid CSRF tokensfixIssue #3502427 by alexpott, smustgrave: Fix references to Drupal\Tests\KernelTestBasechoreIssue #3501059 by claudiu.cristea: Remove claudiu.cristea from MAINTAINERS.txtchoreIssue #3501361 by chr.fritsch: Remove chr.fritsch from MAINTAINERS.txtchoreIssue #3501210 by dawehner: Remove dawehner from MAINTAINERS.txtfixIssue #3489179 by godotislate, ghost of drupal past: Referring the same entity multiple times breaks _referringItemfixIssue #3462700 by niklan, richardgaunt, smustgrave, pdureau: Update ComponentValidator to always include the component IDfeatIssue #3488293 by oily, maneesha binish, plopesc, m4olivei, pameeela: Help link always appears in navigationfixIssue #3367556 by vensires, danchadwick, detroz, g089h515r806, groendijk: SDC components CSS & JS generated wrong url in windows / XAMPPfixIssue #2886800 by jonathanshaw, claudiu.cristea, quietone, hctom, geek-merlin, larowlan, sam152, joachim, smustgrave: EntityAccessControlHandler::createAccess() returns false positive cache hits because it ignores contextfixIssue #3500774 by kul.pratap, benjifisher: Fix errors in SourcePluginBase doc blockdocsIssue #3495586 by tr, thejimbirch, quietone, cilefen, ghost of drupal past: PHPCS error in contributed module caused by core recipe.README.txtfixIssue #3500293 by nicxvan, dww, catch: Add headroom to the navigation performance testchoreIssue #3488280 by darvanen, nicxvan, smustgrave: Tabledrag library depends on non-existent librariesfixIssue #3499596 by alexpott: run-tests.sh cannot handle unicode in PHPUnit outputfixIssue #3220784 by berdir, johnchque, mathilde_dumond, dww, quietone: ContentEntityBase::createDuplicate() should reset default revision flagfeatIssue #3463142 by plopesc, m4olivei, larowlan, penyaskito: Allow modules to hook into top of content section of new core navigationfixIssue #3466462 by mfb, chandansha, kim.pepper, charlliequadros, smustgrave, mxr576, quietone, morvaim, larowlan: Fix handling of unknown file extensions in FileMediaFormatterBasefeatIssue #3493406 by catch, godotislate: Add render caching for the navigation render arrayfixIssue #3436395 by kristiaanvandeneynde, xjm, longwave, gabesullice, effulgentsia, smustgrave, catch, heddn, mcdruid, dww, bbrala, deviantintegral, benjifisher, greggles, larowlan, poker10, drumm: UserRolesCacheContext can lead to poisoned cache returns for user 1choreIssue #3496319 by spokje: [random test failure] CommentPreviewTest::testCommentPreviewfeatIssue #3497061 by phenaproxima, alexpott: Allow recipe input values in array keysfixIssue #3358586 by godotislate, kala4ek, jaswinsingh, benjifisher, creact, catch, simohell, alexpott, alfthecat, aaronbauman, rupertj, poker10: RuntimeException: Adding non-existent permissions to a role is not allowedfixIssue #3496541 by jurgenhaas, grimreaper, larowlan: Error when navigation JS is loaded for anonymous usersfixIssue #3495165 by catch, joeyroth, berdir, texas-bronius: Better warning message when variation cache detects an incompatible CacheRedirectfixIssue #3098960 by pbonnefoi, godotislate, schaefdi, nod_, arunkumark, smustgrave, candalt: Nested paragraphs with same field name are ordered wrongchoreBack to dev.choreDrupal 11.1.1choreIssue #3484008 by bradjones1, smustgrave, alexpott: Add bradjones1 as Serialization subsystem maintainerchoreIssue #3496259 by spokje: [random test failure] LayoutSectionTest::testLayoutSectionFormatterAccesstestIssue #3444152 by m4olivei, smustgrave: Add test coverage to ensure navigation isn't rendered for users that don't have accessfixIssue #3276845 by shalini_jha, chris burge, smustgrave, bramdriesen, larowlan: MediaSourceBase::getSourceFieldName() doesn't check character maxchoreIssue #3495733 by deepali sardana, idebr, knyshuk.vova: ManagedFile #accept overwrites existing attributeschoreIssue #3496438 by spokje: [random test failure] LanguageNegotiationInfoTest::testInfoAlterationsdocsIssue #3015631 by liam morland, smustgrave, alberto56, amateescu, batkor: Improve documentation of MenuLinkTreeInterfacefixIssue #1986330 by bhanu951, subhojit777, marcelodornelas, ravi.shankar, immaculatexavier, wheatpenny, nikunjkotecha, shashikant_chauhan, vacho, smagdits, kasperg, aron.beal, andriansyah, suresh prabhu parkala, rajeevk, benjifisher, mangy.fox, cebasqueira, stefank, richardcanoe, quietone, yesct, AkshayKalose, drdam, DevElCuy, john cook, moymilo, alexpott, xjm, dawehner, tstoeckler, webchick, akashkumar07: When Batch ID doesn't exist, Drupal should emit a 404revertRevert "Issue #3476421 by goz, smustgrave, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageCoolCache()"choreIssue #3487637 by dww: Move all system_update_N() methods next to each otherfeatIssue #3476421 by goz, smustgrave, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageCoolCache()choreIssue #3496405 by spokje: [random test failure] EditorSecurityTest::testEditorXssFilterOverridefixIssue #3477586 by spokje, catch, godotislate, berdir, dww, nicxvan: [random test failure] LayoutBuilderBlocksTest::testBlockPlaceholder failingtestIssue #3487371 by spokje, dww: [random test failure] ImageStylesPathAndUrlTestfixIssue #3478628 by oily, alexpott, catch, sheshsharma, osopolar, dunx, shane birley, joegl: Fatal error: Uncaught TypeError: Drupal\Core\Extension\ThemeHandler::addTheme()fixIssue #3482691 by james.williams, arunkumark, kristiaanvandeneynde, smustgrave: BreadcrumbManager ignores cacheability when no builders applyfixIssue #3395212 by nicxvan, deborahblessy, murilohp, smustgrave, fabianx, kristiaanvandeneynde: Ensure invalid items are not written to FastBackend in ChainedFastchoreIssue #3491782 by phenaproxima, penyaskito, thejimbirch, gambry, amateescu, alexpott: When applying a recipe, we need to trigger an event pre importing contentfixIssue #3495305 by phenaproxima: Recipes that depend on other recipes break RecipeInputFormTraitfixIssue #3494678 by mstrelan, nicxvan: Add void return type to all procedural alter hook implementationsdocsIssue #3490858 by mfb, smustgrave: Align return type phpdoc for EntityChangedInterface::getChangedTime() with EntityChangedTraitfixIssue #3444745 by fjgarlin, plopesc, m4olivei: Navigation Top Bar hides entity local tasks even if the user has no access to the barchoreIssue #3487874 by jan kellermann, filipeabreu, valthebald, longwave: Olivero: Avoid localStorage for anonymous user to prevent violation of data protection regulationsfixIssue #3490222 by alexpott, nicxvan: Reinstate drupal_common_theme() and deprecate itrefactorIssue #3303546 by gauravvvv, stanzin, aditya4478, santosh_verma, bramdriesen, finnsky, sakthivel m, smustgrave, bnjmnm, nod_: Refactor Claro's dialog stylesheetdocsIssue #3479185 by akulsaxena, joachim, smustgrave, mikelutz, quietone: Clarify documentation for EntityContentBase 'translations' configuration optionfixIssue #3488835 by mcdruid, atul_ghate, benjifisher, catch, cilefen, zengenuity, larowlan, poker10, longwave, damienmckenna, greggles, kristiaanvandeneynde: Status report confuses null email with duplicate emailfixIssue #3487586 by geek-merlin: BlockLibraryController typehints LazyContextRepository, not the interfacefixIssue #3491543 by mfb: symfony/http-foundation Follow up issue for isAdminPath validatorfixIssue #3492131 by lavanyatalwar, nicxvan, mstrelan, berdir: Remove references to hook_process_HOOKdocsIssue #3467540 by tstoeckler, prem suthar, smustgrave, catch: Update EntityTypeInterface::getKeys() docs for string IDsdocsIssue #3480732 by debrup, joachim, gaurav gupta: Correct docs for CachePluginBase::cacheSetMaxAge()docsIssue #3484587 by daniel.j, joachim, catch: Document that invalid IDs are not present in the return array or EntityStorageInterface::loadMultiplefixIssue #3480419 by mondrake, smustgrave, catch: Method getMockForAbstractClass() is deprecated - replace in views pluginsfeatIssue #3490954 by nexusnovaz, mstrelan: Add return types to hook_update_N implementationsdocsIssue #3484247 by mstrelan, smustgrave: Add NodeElement return typehints to protected test helper methodschoreBack to dev.choreDrupal 11.1.0choreIssue #3490698 by catch, spokje: Bump MINIMUM_STABILITY back to 'stable' when php-tuf/composer-stager has an official releasechoreBack to dev.choreDrupal 11.1.0fixIssue #3493182 by tim.plunkett, catch, lauriii: Block visibility settings have summary duplicated in the titlechoreIssue #3493146 by spokje, smustgrave: Update all JavaScript dependencies which cause no changeschoreIssue #2962753 by ivnish, asawari, sagarmohite0031, phenaproxima, smustgrave, longwave, pameeela, sime, joelpittet, quietone: Remove oEmbed security warningfeatIssue #3493287 by phenaproxima, alexpott, longwave, tim.plunkett: The default content importer should handle Layout Builder section datafixIssue #3456417 by eugene bocharov, pablo_pukha, smustgrave, oily, andypost: [regression] DateHelper::dayOfWeekName() returns untranslated namechoreIssue #3493141 by spokje, quietone: Bump cspell to 8.16.1choreIssue #3489022 by mondrake, larowlan, catch, el7cosmos, bbrala, alexpott, fjgarlin, longwave, xurizaemon, rosk0, poker10, mstrelan, nick_schuch: Remove drupalci.ymldocsIssue #2533756 by quietone, jhodgdon, xjm: Revisit large numbers of @see in text element docsfixIssue #3487488 by kim.pepper, mondrake, dakwamine, smustgrave: ExtensionMimeTypeGuesser::guessMimeType must support file names with "0" (zero) in the extension parts like foo.0.zipfixIssue #3463226 by quietone, dww, smustgrave, catch, xjm: Use the new equivalent updates API to prevent updates from 10.4.0 to 11.0.0fixIssue #3491256 by amateescu: Improve the exception message for unsupported entity types in a workspacefixIssue #3492453 by larowlan, catch, longwave, alexpott, godotislate: Memory leak in DrupalKernel when installing moduleschoreIssue #3490163 by spokje, andypost, longwave: Update Composer dependencies for 11.1.0fixIssue #3486170 by godotislate, bbrala, finnsky, longwave: Remove use of deprecated "spaceless" filter in core templateschoreIssue #3491386 by nicxvan: Using hooks_converted container parameter changes $dir during hook collection breaking collection of oop hooks.choreIssue #3491464 by longwave, spokje, salmonek: Update CKEditor 5 to 44.0.0styleIssue #3488005 by spokje: Update stylelint* to latest releasesfeatIssue #3490355 by nicxvan, godotislate, catch: Add procedural hook short circuit per module or filechoreIssue #3487826 by catch: package_manager kernel tests are slowchoreIssue #3486995 by nicxvan: Clean up how ModuleInstaller invokes hooks around installing other moduleschoreIssue #3490296 by nicxvan: Mark hook_install_tasks and hook_install_tasks_alter as procedural onlyfixIssue #3490298 by nicxvan: Profiles can be missed in OOP hookschoreBack to dev.choreDrupal 11.1.0-rc1fixIssue #3490710 by mfb: Catch potential exception when calling Request::create() in PathBasedBreadcrumbBuilderfeatIssue #3478224 by plopesc, m4olivei, penyaskito, dmitry.korhov, phenaproxima: Provide Config Action to add new blocks to navigation from recipesfixIssue #3368857 by ultimike, nico059, mattlc, akulsaxena, anand48, jacobupal, smustgrave, kim.pepper, ankitv18, drubolbol: Remove duplication from FileTestForm and FileTestSaveUploadFromFormfeatIssue #3490570 by nexusnovaz, mstrelan, nicxvan: Add array return to all hook_views_data and hook_field_views_data implementationsdocsIssue #3490638 by tstoeckler, smustgrave: Add return types to update_test_* hooksfixIssue #3490507 by alexpott, smustgrave: Fix bogus mocking in \Drupal\Tests\Core\Update\UpdateRegistryTestfixIssue #3278759 by mxr576, kristiaanvandeneynde, acbramley, danflanagan8, larowlan, bbrala: Access cacheability is not correct when "view own unpublished content" is in usechoreIssue #3471494 by catch: follow-up commit to remove icon with special characters that are too special for windows filesystems.featIssue #3471494 by mogtofu33, catch, pdureau, nod_, larowlan, andypost, mxh, grimreaper, ckrina, quietone: Add an icon management APIdocsIssue #3484365 by nexusnovaz, joachim: docs for EntityTypeInterface::getBundleOf() should say entity type iddocsIssue #3484799 by vladimiraus: EntityAccessCheck documentation contains errorsfixIssue #3486972 by catch, longwave, larowlan: DefaultExceptionHtmlSubscriber should not clone the request for 400/BadRequestExceptionchoreIssue #3490493 by catch, dww, baysaa, jhodgdon, daffie: Test profiles should be in a tests directoryfixIssue #3465827 by andypost, kim.pepper, arunkumark, catch, berdir, quietone: Stop passing E_USER_ERROR to trigger_error() on PHP 8.4fixIssue #3473374 by mxr576, bbrala, kristiaanvandeneynde: Improve Dynamic Page Cache header assertions in JSON:API testsfixIssue #3489900 by nicxvan: Fix reference to hook_library_info_buildfixIssue #3489776 by mstrelan, nicxvan: Add void return to all pageAttachments, pageTop and pageBottom hook implementationsfeatIssue #3478621 by catch, nicxvan, longwave, alexpott: Add filecache to OOP hook attribute parsingdocsIssue #3229647 by rpayanm, kentr, xjm, gauravvvv, mherchel, mgifford, lauriii: Use focus-within in hidden.module.cssrevertRevert "Issue #3478621 by catch, nicxvan, longwave: Add filecache to OOP hook attribute parsing"choreIssue #3488365 by andypost: Upgrade twig/twig to 3.15.0featIssue #3478621 by catch, nicxvan, longwave: Add filecache to OOP hook attribute parsingfixIssue #3489329 by mfb, casey: symfony/http-foundation commit 32310ff breaks PathValidatorfixIssue #3489915 by phenaproxima: RecipeInputFormTrait forces you to check all checkboxesdocsIssue #3484564 by plopesc, finnsky, m4olivei, ckrina, catch, larowlan: Define the 3 areas the Top Bar will providefixIssue #3471490 by nayana_mvr, smustgrave, larowlan: field:not(:last-child) does not work with layout builder in oliverochoreIssue #3487816 by catch, berdir, smustgrave, quietone: Ensure tests don't run twicefixIssue #3483353 by a.dmitriiev, phenaproxima, atul_ghate, alexpott, roderik: Remove the createCopy action from EntityDisplayBase, and make cloneAs compatible with wildcardsdocsIssue #3487908 by spokje, smustgrave: Update cspell to latestchoreIssue #3467309 by spokje, smustgrave: Replace abandoned, not working with latest stylelint, leon0399/stylelint-formatter-gitlab with gitlab-formatters/stylelint-formatter-gitlabfixIssue #3488768 by plopesc, m4olivei, atul_ghate: Menu blocks specific to Navigation are leaking into the Block layout UIchoreIssue #3486526 by theodorejb, andypost, nicxvan: Inconsistent switch case syntaxdocsIssue #3487921 by chandansha, joachim: incorrect docs for MenuLinkFieldDefinitionsdocsIssue #2982582 by arunkumark, nexusnovaz, anish.a, avpaderno, smustgrave, joachim, godotislate, larowlan, cburschka: hook_requirements() doesn't say that severity is optional, or what the default isfixIssue #2969406 by bhanu951, robincs, quietone, ranjit1032002, sahil.goyal, urvashi_vora, opdavies, elber, aaronmchale, avpaderno, smustgrave, alberto56, cilefen, benjifisher, lauriii, larowlan, Mahima_Mathur23, nkoporec, borisson_, poker10: Fix incorrect message after resetting passwordfixIssue #3488742 by catch, phenaproxima, gábor hojtsy: Stop calling node_add_body_field() from NodeTypeFormfixIssue #3483576 by mondrake: Method getMockForAbstractClass() is deprecated - replace in classes EntityTypeTest and EntityTypeManagerTestfixIssue #3483577 by mondrake: Method getMockForAbstractClass() is deprecated - replace in class EntityFormTestfeatIssue #3418136 by shalini_jha, smustgrave, rohit sankhla: Add last() function to ItemInterface/ItemListfixIssue #3488664 by phenaproxima: The PlaceBlock config action breaks when placing a block in an empty regionfeatIssue #3443833 by plopesc, m4olivei, gábor hojtsy, matthieuscarset, penyaskito, larowlan, tim.plunkett: Provide a way for other modules to flag block plugin implementations as 'navigation safe'featIssue #3483435 by phenaproxima, alexpott, thejimbirch: Add a trait for forms that want to collect input on behalf of a reciperefactorIssue #3488176 by nicxvan, godotislate: Convert system_theme to OOP and handle install time callrefactorIssue #3487971 by nicxvan, godotislate: Convert system_page_attachments to OOPperfIssue #3487031 by larowlan, alexpott, themodularlab, ericgsmith, longwave, spokje: Performance Degraded after update to twig 3.14.2choreSA-CORE-2024-007 by mcdruid, larowlanchoreSA-CORE-2024-006 by mcdruid, larowlanchoreSA-CORE-2024-004 by zengenuity, cilefen, kristiaanvandeneynde, mcdruid, larowlanchoreSA-CORE-2024-003 by jrb, larowlan, catch, mingsong, poker10, longwave, benjifisherfixIssue #3487449 by tom konda: Prefer to replace some of typeof obj !== 'undefined' with optional chainingchoreIssue #3487579 by spokje, smustgrave, catch, nod_: Bump ckeditor 43.1.1 => 43.3.1fixIssue #3106205 by jrglasgow, plopesc, jonathan1055, smustgrave, edmund.dunn, heddn, narendra.rajwar27, jamiehollern, joshua1234511, murilohp, jacob.embree, mayurjadhav, raman.b, voviko, sonnykt, catch, kristen pol, dspachos, longwave, fmb, quietone, xjm, larowlan, devad: Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)fixIssue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4fixIssue #2855328 by danflanagan8, sourabh.singhal, Pancho, aarti zikre, asad_ahmed, priscarabelli, anushrikumari, ashwinparmar, vikashsoni, cilefen, ideaseed, Archana.Phatangare, quietone, finex, alexpott, catch, smustgrave, sugaroverflow: Password and confirm password should be mandatory fields while setting up password using one time link following by emailperfIssue #3488179 by phenaproxima, thejimbirch: RecipeConfigurator::getIncludedRecipe() should statically cache recipe objects to avoid performance problemschoreIssue #3486741 by spokje, smustgrave, markconroy: CSS linting (stylelint): npx update-browserslist-db@latestrevertRevert "Issue #3486972 by catch, longwave: DefaultExceptionHtmlSubscriber should not clone the request for 400/BadRequestException"fixIssue #3487665 by mstrelan, nicxvan: Add void return type to all hook_cron implementationsfixIssue #3486972 by catch, longwave: DefaultExceptionHtmlSubscriber should not clone the request for 400/BadRequestExceptionchoreIssue #3487579 by spokje, smustgrave: Bump ckeditor 43.1.1 => 43.3.1docsIssue #3484349 by amateescu: Add missing @return types for StringTranslationTrait::formatPlural() and ::getNumberOfPlurals()fixIssue #3410128 by quietone, longwave, nikolay shapovalov, smustgrave: Remove remaining unnecessary uses of t() in testsfixIssue #3422977 follow-up by alexpott: Rename locale batch operation callbacks to match the API methods they callfixIssue #3422977 by secretsayan, traviscarden, nexusnovaz, joachim, smustgrave, xjm, catch: Rename locale batch operation callbacks to match the API methods they callrevertRevert "Issue #3405277 by scott_euser, anybody: Add vertical-align: top as default for table cells"docsIssue #3462973 by mattlc, ultimike, smustgrave, dww, larowlan, alexpott: Provide details of where core tests, not in core modules, should liverefactorIssue #3487666 by mstrelan, nicxvan: Add void return type to all *_alter hook implementationsfeatIssue #3483341 by mstrelan, smustgrave: Add array return type to all hook_schema implementationsfixIssue #3487088 by lavanyatalwar, nicxvan: Fix trailing comma in entity type Attribute declarationsfixIssue #3483299 by tstoeckler, mstrelan, nicxvan: Add void return type to all preprocess hook implementationschoreBack to dev.choreDrupal 11.1.0-beta1choreIssue #2972622 by amateescu, catch, gábor hojtsy, fabianx, lauriii: Split the workspaces UI into a separate modulechoreIssue #2972622 by amateescu, catch, gábor hojtsy, fabianx, lauriii: Split the workspaces UI into a separate modulefixIssue #3487482 by amateescu, catch, benjifisher, ekes, finn lewis, fabianx, larowlan: Creating a published moderated entity in a workspace shouldn't make it published in LiverevertRevert "Issue #3478621 by catch, longwave, nicxvan: Add filecache to OOP hook attribute parsing"featIssue #3478621 by catch, longwave, nicxvan: Add filecache to OOP hook attribute parsingfeatIssue #3480442 by mstrelan, alexpott, smustgrave: Add return types to UserCreationTraitchoreIssue #3483481 by quietone, dww, catch: Hide and restrict package_manager (and update_manager) behind a dev/prod toggle so that they can be alpha stability in tagged releasesfeatIssue #3486981 by phenaproxima, thejimbirch: Allow recipes to enable Layout Builder via config actionsfixIssue #3473608 by amateescu, plach, ajits: Workspace association does not work with entities with non-numeric IDschoreIssue #3483599 by nicxvan, ghost of drupal past, catch, longwave, fabianx: Convert all procedural hook implementations to Hook classesfixIssue #3481539 by mondrake: Method getMockForAbstractClass() is deprecated - replace in EntityUrlTestfixIssue #3439832 by pooja_sharma, solimanharkas, smustgrave, quietone, vensires: Fix Content Moderation tests that rely on UID1's super user behaviordocsIssue #3480293 by gapple: ConfigTarget::__construct() documentation references incorrect ToConfig enum namechoreIssue #3487286 by spokje: Update to Symfony 7.2.0-RC1featIssue #3113989 by acbramley, mohit_aghera, maskedjellybean, scott_euser, yogeshmpawar, lendude, ranjith_kumar_k_u, ameymudras, kristen pol, rahul b, larowlan, quietone, dww, alexpott, daffie: Media author views filter should use the user_name pluginfixIssue #3483050 by mstrelan, nicxvan: Add int return type to all hook_update_last_removed implementationsfixIssue #3483065 by nicxvan, mstrelan: Add void return type to all hook_form_alter, hook_form_FORM_ID_alter and hook_form_BASE_FORM_ID_alter implementationsfixIssue #3484249 by mstrelan: Add void return type to all hook_entity_type_alter implementationsdocsIssue #3396166 by godotislate, berdir, quietone, bbrala, joachim, nicxvan, catch, kristiaanvandeneynde, larowlan: Convert entity type discovery to PHP attributesfixIssue #3310170 follow-up by nicxvan, godotislate: Use UUID as entity IDfixIssue #3310170 by bradjones1, tstoeckler, smustgrave, thursday_bw: Use UUID as entity IDchoreIssue #3483931 by mondrake: [CI] Use testdox and colors in tests spawned by run-tests.shchoreIssue #3486550 by spokje, catch: Update Composer dependencies for 11.1.0-beta1docsIssue #3485690 by nicxvan: Update Implements hook comments to be accurate or add them if missingfixIssue #3486462 by nicxvan: Support #Hook for several hooks called by ModuleInstallerfeatIssue #3483040 by quietone: Add array return type to all hook_removed_post_updates implementationsfixIssue #3484754 by nicxvan, godotislate: Ordering of hooks needs some attentionchoreIssue #3484463 by andypost, benjifisher: Upgrade open-telemetry packages for PHP 8.4choreRevert "Issue #3486550 by spokje: Update Composer dependencies for 11.1.0-beta1"choreIssue #3486550 by spokje: Update Composer dependencies for 11.1.0-beta1fixIssue #3486195 by longwave, alexpott, dmundra: An update to symfony/http-foundation plus a trailing space took down the views UIchoreIssue #3486198 by quietone, catch, lauriii: Hide the navigation top bar in 11.1.x and 10.4.xfixIssue #3485956 by mradcliffe, jan kellermann, gillesbailleux, raphaelbertrand, cilefen, larowlan: Recursion limit exceeded with Twig v3.14.1 when editing a node or a blockdocsIssue #3405277 by scott_euser, anybody: Add vertical-align: top as default for table cellsfixIssue #3485659 by nicxvan: Remove HookOrderfixIssue #3482618 by nicxvan, godotislate: ModuleHandler->alterDeprecated does not properly handle deprecated OOP hooksdocsIssue #3485470 by nicxvan, lendude: views_form_views_exposed_form_alter is documented as hook_form_alter instead of hook_form_FORM_ID_alterchoreRevert "Issue #3476420 by goz, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageHotCache()"fixIssue #3485117 by nexusnovaz, godotislate, nicxvan: Fix return type on HookCollectorPass::collectAllHookImplementations()fixIssue #3479411 by phenaproxima, thejimbirch: The addItemToToolbar config action should not, by default, add items that are already in the toolbarfixIssue #3478185 by quietone, larowlan: Fix MissingParamType for testschoreIssue #3477614 by quietone: Ignore VariableComment.Missing as neededfixIssue #3386313 by kksandr, mxr576, smustgrave, longwave, catch: The entity link label formatter should check URL accessfixIssue #3480029 by kim.pepper, mstrelan: Add return typehint to \Drupal\Core\DependencyInjection\DeprecatedServicePropertyTrait::__get()fixIssue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan L2 error "PHPDoc tag @foo has invalid value (Bar)"choreIssue #2350849 by mondrake, fietserwin, ankithashetty, jhedstrom: Deprecate image_filter_keyword()docsIssue #3477687 by mstrelan, quietone: Add ResponseInterface return typehints to protected test helper methodschoreIssue #3482062 by quietone, phenaproxima: Remove phenaproxima as a Migrate subsystem maintainerfixIssue #3483899 by nicxvan, godotislate: hook_module_implements_alter hook_cache_flush can only be proceduralfixIssue #3484105 by nicxvan, godotislate: Automatically included .inc files are no longer includedchoreDrupal 11.1.x-devchoreIssue #3483978 by spokje, longwave, andypost: Update to Symfony 7.2.0-BETA1choreIssue #3477529 by mondrake: [CI] Remove the 'with-database' requirement for unit testsfeatIssue #3476420 by goz, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageHotCache()featIssue #3483039 by mstrelan, bbrala: Add array return type to all hook_theme implementationsfeatIssue #3483057 by mstrelan, bbrala, smustgrave: Add void return type to all hook_install and hook_uninstall implementationsdocsIssue #3483515 by megakeegman, mlncn: D7 node_revision table is referred to as node_revisionsfixIssue #3481418 by tomdearden, longwave: Typo in error message when MySQL socket connection failsfixIssue #3323702 by spokje, pratik, quietone: Fix PHPStan L2 error "Variable $foo in PHPDoc tag @var does not exist. " - Low Hanging Fruit EditionfeatIssue #3180505 by arunkumark, abhijith s, pcambra, anmolgoyal74, smustgrave, alexpott, lendude, catch: Allow token replacement for array URLs on views custom URLsfixIssue #3479887 by bradjones1, mcdruid: CommentUserNameTest::testUsername() failure due to missing comment typefixIssue #3478200 by quietone, alexpott: Fix MissingParamType in core/lib/Drupal/ComponentfixIssue #3474978 by mondrake, quietone: Method getMockForAbstractClass() is deprecated - replace in class KeyValueEntityStorageTestchoreIssue #3479205 by alexpott, phenaproxima, catch: Wire Composer Stager into Package Manager's services.ymlfixIssue #3482783 by phenaproxima, alexpott: Consider making the cloneAs config action optionally fail if the clone already existschoreIssue #3346707 by tedbow, phenaproxima, alexpott, catch, wim leers, dww, effulgentsia, gábor hojtsy, drumm, grasmash, chrisfromredfin, fizcs3, cola, capysara, diegors, daisyleroy, abhishek_gupta1, bnjmnm, quietone, lauriii, poker10, xjm, anish.a, ajits, traviscarden, heddn, Idoni, srishtiiee, siramsay, shabbir, rocketeerbkw, Schnitzel, s_leu, Theresa.Grannum, yash.rode, wiifm, wendyZ, tim.plunkett, Webbeh, rkoller, Ranjit1032002, kunal.sachdev, kjankowski, jayesh.d, immaculatexavier, Ishani Patel, leksat, lhridley, percoction, rahul_, p.ayekumi, omkar.podey, narendra.rajwar27, narendrar: Add Alpha level Experimental Package Manager modulefixIssue #3461896 by clayfreeman, quietone, smustgrave, nod_: Overridden view block title should be set on the view itselffixIssue #3476011 by mondrake: Change run-tests.sh to use Symfony Process instead of proc_openfixIssue #3477346 by mondrake, smustgrave, larowlan: ExtensionMimeTypeGuesser::guessMimeType returns less accurate MIME type when file extensions have multiple partsfixIssue #3477600 by quietone, annmarysruthy, larowlan: Remove 7 unused class properties in testsfixIssue #3463111 by sanket.tale, jaydeep_patel, yujiman85, sheetal.pathak, rachel_norfolk, sagarmohite0031, rduterte, binssss, smustgrave: Spacing issue between Checkbox label and buttondocsIssue #3344765 by lauriii, nayana_mvr, kleiton_rodrigues, smustgrave: Inconsistencies in system-status-counter RTL stylesdocsIssue #3471686 by nayana_mvr, sagarmohite0031, marc.bau: CSS "form-item__label" inconsistent on node edit formsfeatIssue #3425114 by kingdutch, godotislate, mxr576, catch, larowlan: Add revolt/event-loop dependency to corefixIssue #3477527 by tobiasb, manibharathi ezhimalai ravi: Remove datepicker polyfills attributes for datetime elementfixIssue #3474499 by quietone, nicxvan: Fix spelling of 3 'base' wordsdocsIssue #3474640 by benjifisher, joachim: Drupal\Tests\migrate\Unit\destination\EntityRevisionTest uses weird mocking patterndocsIssue #3470403 by mstrelan, smustgrave, quietone: Add EntityInterface return typehints to protected test helper methodsfixIssue #3293926 by kingdutch, geekygnr, godotislate, m4olivei, longwave: Error decorating non-existent service when inner service's module not installedfixIssue #3462156 by niklan, vensires, smustgrave, quietone, wim leers: Throw an exception if a component property'stypecontains non-string valuesfixIssue #2479449 by sudiptadas19, smustgrave, akashkumar07, rithesh bk, rpayanm, pradhumanjain2311, tstoeckler, mrinalini9, tatisilva, larowlan, andypost, dawehner, xjm, yesct: contact_menu_local_tasks_alter() should check whether ['tabs'][0] is setdocsIssue #3458426 by mstrelan, catch, abarrio, quietone, smustgrave: Add int return typehints to protected test helper methodsfeatIssue #3481695 by phenaproxima, a.dmitriiev, thejimbirch, b_sharpe, alexpott: Entity displays cloning requires special config actiondocsIssue #3456601 by mstrelan, xjm, smustgrave, longwave: Add void return typehints to test helper methodsfeatIssue #3038040 by bradjones1, claudiu.cristea, swentel, bvoynick, longwave, grayle, timwood, alexpott: Support priority for needs_destruction service tagperfIssue #3251754 by spokje, quietone, longwave, smustgrave, mallezie, mstrelan, alexpott, daffie, tstoeckler, mondrake, samaraof@ciandt.com: Use DrupalPractice.CodeAnalysis.VariableAnalysis for Kernel and Unit testsdocsIssue #3475533 by catch, mondrake: Suppress Symfony debug classloader deprecations for ArrayAccessdocsIssue #3477613 by quietone: Add doc block for $modules in testsfixIssue #3482283 by nicxvan, alexpott, ghost of drupal past, elc, larowlan, fjgarlin, claudiu.cristea, chi: Symlinking a module breaks HookCollectorPassfixIssue #3050559 by markconroy, finnsky, mgifford, smustgrave, nod_: Umami Home Page content is not in the main regionrevertRevert "Issue #3476422 by goz, quietone, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageWarmCache()"fixIssue #3475753 by quietone: Use install/uninstall in layout builder expose all fieldfeatIssue #3445993 by plopesc, m4olivei, quietone, gauravvvv, catch, finnsky, larowlan, nod_: Provide a NavigationLinkBlock Plugin and use Help as an usage exampledocsIssue #3469607 by murz, drumm, mcdruid, greggles: Nightwatch tests from submodules do not run in Gitlab CI because of missing option to follow symlinksfixIssue #3473999 by mondrake, smustgrave, catch: Ajax-enabled image effect forms do not update to the latest ajax processed configurationfixIssue #3481751 by phenaproxima, thejimbirch: Opt some core recipes out of strict config comparisonsfixIssue #2462105 by jhedstrom, anmolgoyal74, nexusnovaz, borisson_, berdir, mkalkbrenner, fago: Improve failed password hashing exception messagefixIssue #3319601 by pooja_sharma, sunlix, bkosborne, quietone, smustgrave, longwave, lendude: Media image thumbnail incorrectly ends up as NULL when it should be an empty stringfeatIssue #2578855 by gaëlg, wim leers, andyf, prudloff, johnwebdev, duaelfr, jonathanshaw, catch, quietone, longwave, berdir, dawehner: Form tokens are now rendered lazily, allow forms to opt in to be cacheablefixIssue #3470876 by dpi, acbramley: Check term view access before trying to redirect after an updatetestIssue #3474627 by daffie, catch: Make the nightwatch tests work with MongoDBfeatIssue #3476422 by goz, quietone, catch: Add assertions to OpenTelemetryNodePagePerformanceTest::testNodePageWarmCache()featIssue #3466573 by mxr576: Expose UUID tokens for all content entities in Drupal corefixIssue #1427838 by sukr_s, smustgrave, quietone, tim.plunkett, alexpott: password_confirm children do not pick up #states or #attributesfeatIssue #3442009 by nicxvan, joachim, quietone, bhanu951, godotislate, longwave, catch, acbramley, solideogloria, mstrelan, fabianx, sun, donquixote, dawehner, benjy, claudiu.cristea, dpi: OOP hooks using attributes and event dispatcherfeatIssue #3462829 by pooja_sharma, plopesc, catch, smustgrave, penyaskito, kumudb, skaught, m4olivei: Store the file path instead of ID for the navigation logofixIssue #3479857 by amateescu: User login and password reset forms should be workspace-safefeatIssue #3478166 by quietone, smustgrave, mstrelan: Add MissingParamType for form, form_state and form_idperfIssue #3478240 by amateescu, smustgrave: Improve performance for path_alias queries in a workspacechoreIssue #3458215 by finnsky, m4olivei, ckrina, pooja_sharma, nod_, meeni_dhobale, gauravvvv, pdureau, smustgrave, e0ipso: Migrate Toolbar button to SDCfeatIssue #3481238 follow-up by phenaproxima, a.dmitriiev, b_sharpe, alexpott: Add a config action to clone a config entityfeatIssue #3481238 by phenaproxima, a.dmitriiev, b_sharpe, alexpott: Add a config action to clone a config entityfeatIssue #2959551 by quietone, kaythay, nikhil_110, alexpott, smustgrave, tstoeckler: Variable::export should export using short-hand array syntaxfeatIssue #3464550 by phenaproxima, a.dmitriiev, b_sharpe, alexpott: Create config action which can create an entity for every bundle of another entity typefixIssue #3479153 by phenaproxima, b_sharpe: InputConfigurator::collectAll() should use an internal passed-in recursion tracker, not a static variablefixIssue #3480919 by mondrake: Method getMockForAbstractClass() is deprecated - replace in Drupal\Tests\views\Unit\Plugin\argument_validator\EntityTestchoreSA-CORE-2024-002 by prudloff, catch, larowlan, benjifisher, kim.pepper, wim leers, xjmfixIssue #3438769 by vinmayiswamy, amateescu, catch, antonnavi, michelle: Sub workspace does not clearfixIssue #3227335 by mondrake, quietone, smustgrave, longwave: Deprecate unused kernel test assertions in AssertContentTraitfeatIssue #3446433 by sanket.tale, ahsannazir, nayana_mvr, gauravvvv, finnsky: Navigation: Theme aside layout builder section on navigation block pagefeatIssue #3479665 by thejimbirch, danny englander, phenaproxima, pameeela: Add views.view.taxonomy_term.yml to tag_taxonomy recipefixIssue #3479912 by phenaproxima, alexpott: The content_editor_role recipe assigns a permission that might not existchoreIssue #3475916 by spokje, longwave: Bump phpstan/phpstan to 1.12.4 to make daily "updated deps" QA run pass againchoreIssue #3475916 by spokje, longwave: Bump phpstan/phpstan to 1.12.4 to make daily "updated deps" QA run pass againfixIssue #3469792 by amateescu, antonnavi, smustgrave, djdevin, quietone: Workspaces with thousands of items can't be publishedfeatIssue #3461318 by mstrelan, smustgrave, bbrala, catch, kingdutch, longwave, quietone, spokje, xjm, larowlan: Enforce return types in all new methods and functionsfixIssue #3403641 by omarlopesino, smustgrave, quietone, kristiaanvandeneynde: Unable to generate canonical, edit, and update URLs for entity test multilanguage with bundlefixIssue #3471932 by mstrelan, bbrala, quietone: Fix callables that are expected to return bool but don'tfeatIssue #3458167 by sokru, andypost, prashant.c, quietone: Add password option to Drupal\Core\Command\InstallCommandfeatIssue #3262156 by finnsky, kostyashupenko, ranjith_kumar_k_u, gauravvvv, nayana_mvr, pradipmodh13, libbna: Olivero: Simplification of the grid layouts to use CSS grid (instead of Flexbox)docsIssue #3478281 by pere orga, nayana_mvr: CKEditor 5 has its own border color and is not using Claro's colorsdocsIssue #3083507 by oknate, jungle, quietone, neelam_wadhwani, longwave, xjm, tim.plunkett, smustgrave: Standardize "plugin ID" in doc comments instead of "plugin_id"fixIssue #3473203 by mstrelan: Fix use of ConstraintViolation instead of ConstraintViolationInterface in CKEditor5 testsfixIssue #3477329 by phenaproxima, thejimbirch, b_sharpe: Recipe validation should always treat required modules as installedfixIssue #3474731 by mondrake: Method getMockForAbstractClass() is deprecated - replace in class EntityLinkTestfixIssue #3475024 by mondrake: Method getMockForAbstractClass() is deprecated - replace in class ViewsLocalTaskTestfixIssue #3444257 by bbrala, mxr576, quietone, acbramley, larowlan, casey, enyug, mstrelan, nick_schuch: ResourceObjectNormalizer::getNormalization can result in max-age drift when different sets of fields are requesteddocsIssue #3247205 by beatrizrodrigues, quietone, joachim: MigrateDestinationInterface::rollback() should document that its $destination_identifier parameter is an associative arrayfixIssue #2560237 by bhanu951, smustgrave, _utsavsharma, ankithashetty, alexpott, larowlan, catch, jhedstrom: UpdatePathTestBase saves the root user before updates have runfixIssue #3463875 by spokje, jrb, godotislate, smustgrave: Ensure uniqueBundleId is unique in LoadJSfeatIssue #3478771 by phenaproxima, smustgrave, alexpott: InputConfigurator should expose input data definitionschoreIssue #3479160 by longwave, catch, fjgarlin, nod_: 11.0.x yarn dependencies have mushroomedfeatIssue #3478332 by phenaproxima, nicxvan, thejimbirch, alexpott: Add a way to prevent recipes' imported config from being compared too strictly to active configfixIssue #3473014 by tom konda: Prefer to add "node:" prefix to require() which imports Node.js built-in modulefixIssue #3359649 by arnested, shalini_jha, alexpott, arunkumark, cilefen, smustgrave, aduthois, catch, quietone: User routes alter in custom module throwing error on "_format"fixIssue #3310963 by rcodina, quietone, anybody, joegraduate, smustgrave, xjm, cilefen, alexpott, larowlan: Attach correct image/webp header in .htaccess when mime module is enabledfixIssue #3477366 by andypost: Fix closures in tests for PHP 8.4featIssue #2005626 by sukr_s, gold, jhedstrom, neelam_wadhwani, neslee canil pinto, jweowu, Mixologic, quietone, daffie, smustgrave, longwave, mondrake: Implement \Drupal\Core\Database\Query\Update::argumentsfeatIssue #3100083 by finnsky, Zsuffa Dávid, ankithashetty, _utsavsharma, gauravvvv, smustgrave, zrpnr, markconroy: Add js message theme override to match Umami message markupfixIssue #3387960 by quietone, alexpott, daffie, mondrake, amateescu: Fix return type in \Drupal\Core\Database\Query\Merge::__toStringrefactorIssue #3474123 by plopesc, smustgrave, alexpott: Reorganize navigation settings to be more consistentchoreIssue #3477799 by spokje, longwave, smustgrave: Update CKEditor 5 to 43.1.1docsIssue #3478422 by catch: Tweak @group #slow for kernel tests againfixIssue #3213995 by groendijk, bnjmnm, gauravvvv, smovs, cindytwilliams, smustgrave, lauriii: Olivero: submit button is too wide in the off canvas dialog boxfixIssue #3470276 by spuky, nayana_mvr, smustgrave: To long Breadcrumbs are creating scrollbarfixIssue #3478425 by catch, mondrake: Regression in run-tests.sh ordering of unit testsperfIssue #3477740 by tom konda, smustgrave: Prefer to replace all window.pageYOffset/window.pageXOffset with window.scrollY/window.scrollXdocsIssue #3476226 by ekorzen2, lostcarpark, joachim, dc-mkinoshita, chrisdarke, rfay: Incorrect docs for constructor param in Plugin attribute classdocsIssue #3453786 by soham sengupta, drupatz, joachim, smustgrave, rodrigoaguilera: In DefaultSelection document why values for target_bundles NULL and [] behave as they dofixIssue #3478132 by pere orga, smustgrave, cilefen: Fix case in comment (OPcache)docsIssue #2838571 by nexusnovaz, quietone, Damien Flament: Improve description for parameters in hook_menu_links_discovered_alterchoreIssue #3458608 by nishtha.pradhan, ankitv18, vinmayiswamy, quietone, catch, smustgrave: Deprecate $variables['view'] for node.html.twigfixIssue #3478417 by longwave, cmlara: Error handler crashes with Undefined constant "DRUPAL_TEST_IN_CHILD_SITE"choreIssue #3457781 by catch, longwave, senscybersecurity, cmlara, cilefen, poker10, greggles, alexpott, ericgsmith, xjm: Maintenance pages leak sensitive environment informationfeatIssue #2951814 by wim leers, mxr576, vakulrai, claudiu.cristea, neclimdul, alexpott, sanjayk, joachim, chi, smustgrave: Improve X-Drupal-Cache and X-Drupal-Dynamic-Cache headers, even for responses that are not cacheabledocsIssue #3456699 by nicoschi, joelpittet, doxigo: The dotfiles are ignored when copied over in StarterkitchoreIssue #3477805 by spokje, longwave: Update Webpack to 5.95.0fixIssue #3462868 by annmarysruthy, yujiman85, nexusnovaz, pierregermain, ankitv18, sheetal-wish, smustgrave, lostcarpark, rodrigoaguilera, ultimike: Replace url usage of http://www.w3.org with https://www.w3.org in corefixIssue #3477373 by finnsky, bbrala, longwave: Fix "Not passing an instance of "TwigFunction" when creating a function of type "FunctionExpression" is deprecated."fixIssue #3477374 by finnsky, longwave, bbrala: Fix "The "tag" constructor argument of the "Drupal\Core\Template\TwigNodeTrans" class is deprecated and ignored"fixIssue #3474692 by longwave, foxtrotcharlie, bbrala: Fix "Twig\Node\Expression\FilterExpression" deprecation introduced in twig/twig 3.12.0fixIssue #3457168 by raphaelbertrand, gauravvvv, bbrala, longwave: Since twig/twig 3.9: error with "twig_escape_filter" function usage in /core/lib/Drupal/Core/Template/TwigExtension.phpdocsIssue #3458565 by nishtha.pradhan, sadamafridi, joachim, smustgrave, vinmayiswamy, rodrigoaguilera, dksdev01, bibliophileaxe, devjuarez: TablesInterface::addField() doesn't document that $field can contain relationshipsfixIssue #3336994 by mxr576, kksandr, dpi, smustgrave, xjm, alexpott, hchonov, quietone: StringFormatter always displays links to entity even if the user in context does not have accessfeatIssue #3302833 by akhil babu, b_sharpe, alexpott, oily, smustgrave: Improve PluginNotFound exception to include possible shorthand action IDsfixIssue #3110831 by bbrala, z3cka, smustgrave, mglaman, wim leers, alexpott, matthand: Method to enable a resource type field disabled by a previous ResourceTypeBuildEvent subscriberrevertRevert "Issue #3458426 by mstrelan, catch, smustgrave: Add int return typehints to protected test helper methods"docsIssue #3458426 by mstrelan, catch, smustgrave: Add int return typehints to protected test helper methodsfixIssue #3473214 by mstrelan: Stop passing ints to DateTimePlus::createFromFormat and DrupalDateTime::createFromFormatfixIssue #3471949 by mstrelan: Allow passing MarkupInterface to AssertContentTrait::setRawContentdocsIssue #1630568 by sokru, Laureatus, quietone, smustgrave, ravi.shankar: Validate that uploaded .po files are UTF8docsIssue #3457863 by grimreaper, catch, pdureau, maboy, longwave: YAML discovery does not take theme inheritance into accountfixIssue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro removes default styling from abbreviations (<abbr> tag)docsIssue #221761 by mohit_aghera, pameeela, dixon_, catch, ged3000, sun, deepakaryan1988, smustgrave, stefank, jredding, dawehner, harshit97, xjm, jhedstrom, geertvd, alexpott, Dries: Hide reply link for unpublished commentsfixIssue #3467860 by googletorp, catch, smustgrave, alexpott, swentel: Ensure consistent ordering when calculating library asset orderdocsIssue #3470114 by quietone, smustgrave: Change string 'Modules to enable' that are not in commentsfixIssue #3472319 by prashant.c, f0ns, bebalachandra, markconroy: Header is always shown in Claro even when regions in it are emptydocsIssue #3470203 by mstrelan, smustgrave: Add (more) bool return typehints to protected test helper methodsfixIssue #3179199 by ekes, acrazyanimal, adriancid, smustgrave, sam152, amateescu, ravi.shankar, alexj12, s_leu, renatog: Content Moderation prevents workspace deploymentfixIssue #3475512 by daffie: Replace hardcoded database queries with dynamic queriesdocsIssue #3465154 by yujiman85, n-m-daz, nod_: Update run-tests.sh help output to match current test organizationfixIssue #3470179 by catch, quietone: Account for test type, number of methods, and data providers in test orderingrevertRevert "Issue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clear"featIssue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login link instead of user login form in BrowserTestBase testsfixIssue #1630576 by nexusnovaz, jhodgdon, catch: Cron reports it's done long before it really is donefixIssue #3438769 by vinmayiswamy, antonnavi, michelle, amateescu: Sub workspace does not clearfixIssue #3471410 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class HelpTopicTwigTestfixIssue #3275491 by dewalt, murz, pooja_sharma, avpaderno, Nicolas Bouteille, dmitry.korhov: External application is redirected to frontpage in maintenance modefixIssue #3384600 by bsuttis, berdir, spokje, catch, benjifisher, smustgrave: Don't hide permissions local tasks on bundles when no permissions are definedrefactorIssue #2484623 by quietone, anavarre, nod_, Manuel Garcia, rteijeiro, kostyashupenko, ankithashetty, smustgrave, jeroent, xjm, droplet, cilefen, travis-bradbury, catch: Move all JS in modules to a js/ folderfixIssue #3196937 by quietone, ayushmishra206, paulocs, guilhermevp, alexpott: Deprecate the string code path for values parameter in BlockContentTestBase::createBlockContentTypefixIssue #3447837 by finnsky, m4olivei, plopesc, kostyashupenko, kanchan bhogade, smustgrave, alexpott: Special Menu items are rendered as empty links in navigationdocsIssue #3467290 by quietone: Move test_entity names to drupal-dictfixIssue #3465826 by arunkumark, andypost: Remove deprecated in PHP 8.4 the \E_STRICT usagefixIssue #3472115 by mondrake, prashant.c: Method getMockForAbstractClass() is deprecated in PHPUnit 10 - replace in class ConfigEntityStorageTestfixIssue #3471456 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class class MigrateExecutableTestfixIssue #3471425 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class LockBackendAbstractTestfixIssue #3474108 by tomomi: Replace eslint-plugin-jquery with eslint-plugin-no-jqueryfixIssue #3273099 by rkoller, jaydeep_patel, tinto, smustgrave: Fix several accessibility related issues on the edit Image style pagedocsIssue #898656 by quietone, Abhisheksingh27, virajthakrar, smustgrave, Jacine, jhedstrom: Some documentation links use single quotes for attributes, which produces inconsistent HTMLfixRevert "Issue #3471741 by mstrelan, bbrala, kristiaanvandeneynde: Fix null $cid in CacheCollector classes"docsIssue #3472458 by watergate, smustgrave: CKEditor 5 show blocks label is not translatedfixIssue #3464340 by herved, ahsannazir, smustgrave, longwave, nod_: JS errors from Drupal.behaviors.activeLinks (… is not a valid selector)fixIssue #2386195 by dawehner, samit.310@gmail.com, voleger, daffie, smustgrave, mile23: State has no dedicated test coveragefixIssue #3473195 by longwave, catch, jurgenhaas, naveenvalecha, quietone: twig/twig has a possible sandbox bypass <v3.14.0docsIssue #3472970 by quietone: Add ignore for some words used in testsfixIssue #2973356 by mxr576, kristiaanvandeneynde, wim leers, berdir, bbrala: Cacheability information from route access checker access results are ignored by dynamic_page_cachefixIssue #3472092 by nicxvan, smustgrave: Remove references to ApcClassLoader (removed in Symfony 4)fixIssue #3471741 by mstrelan, bbrala, kristiaanvandeneynde: Fix null $cid in CacheCollector classesfixIssue #3306107 by b_sharpe, catch, carolpettirossi, quietone: Allow failed logins in maintenance mode to be themed differently to other maintenance pagesfeatIssue #3469309 by mstrelan, smustgrave, moshe weitzman: Use one-time login link instead of user login form in BrowserTestBase testsperfIssue #3454507 by hablat, catch: Aggregated asset generation causes uncacheable assetsdocsIssue #3283558 by andregp, mrinalini9, Rassoni, meeni_dhobale, sahil.goyal, pasqualle: locale_translation_build_projects() function comment is outdatedfeatIssue #3436526 by skaught, plopesc, kostyashupenko, m4olivei, quietone, godotislate, catch, ckrina, KeyboardCowboy, nod_, longwave: Adjust custom navigation logo dimensions on uploaddocsIssue #2836530 by shalini_jha, rishabh vishwakarma, pontus_nilsson, mpdonadio, Nikhil_110, eojthebrave, ravi.shankar: Update Date element documentation for #date_date_format and usage for other date types such as timefeatIssue #3462896 by phenaproxima, mandclu: Allow 'region' key to be a string for placeBlockInDefaultTheme and placeBlockInAdminTheme config actionsfixIssue #3471977 by grimreaper: Drupal.dialog openDialog should use event settingsdocsIssue #3471544 by ronttizz, sonyavpaa, joachim, longwave, smustgrave: array lines in hook_theme() sample code are too longfixIssue #3439833 by pooja_sharma, smustgrave, vensires: Fix Content Translation tests that rely on UID1's super user behaviorperfIssue #3464530 by nod_, mabho, nicxvan, joaopauloc.dev, cassioalmeida, catch, sun, quietone, droplet, aaronbauman, geerlingguy: Improve performance of the user.permissions.js script running in /admin/people/permissionsfixIssue #3467821 by catch, quietone, smustgrave, nod_: Shorten overall running time from CKeditor5 image testsdocsIssue #3458295 by pooja_sharma, shalini_jha, prem suthar, joachim, smustgrave: getProcessPlugins() should explain why it has a process parameter and why it's optionalfixIssue #3466289 by catch, benjifisher, smustgrave: MigrateNoMigrateDrupalTest fails with missing classes in certain situationsperfIssue #3468280 by catch, bbrala: Speed up JSON:API ResourceTestBasedocsIssue #973772 by drupal_was_my_past, avpaderno, joachim, tstoeckler, quietone, EvanDonovan, zirvap: Hard to translate: "Required if you want to change the %mail or %pass below."fixIssue #3470075 by andypost, ankitv18: PHP 8.4 GET/POST sessions are deprecatedfixIssue #3465836 by andypost: PHP 8.4 session.sid_length and session.sid_bits_per_character are deprecatedfixIssue #3400434 by mstrelan: Enforce strict types in testsfixIssue #3470890 by quietone: Remove misc usage of whitelist in tests and commentsfixIssue #3334045 by yash.rode, joachim, quietone: Drupal\Core\Template\Attribute doesn't support adding attributes with array syntax if attribute name not already initialiseddocsIssue #3467405 by quietone, smustgrave: Missing @var annotation for properties that provide default valuesdocsIssue #3455342 by vladimiraus, bharath-kondeti, smustgrave: Improve Drupal\Core\Ajax\MessageCommand API documentationfixIssue #2524408 by alexpott, tim.plunkett, catch, effulgentsia: Remove $form_state immutabilityfixIssue #3470694 by tom konda: Remove deprecated document.all in /misc/tabledrag.jsfixIssue #3459496 by scott_euser, catch, smustgrave, quietone: Views content language field default configuration should use field_language pluginfixIssue #3452181 by kristiaanvandeneynde, smustgrave, mxr576, catch: VariationCache needs to be more defensive about cache context manipulation to avoid broken redirectsrevertRevert "Issue #2885413 by quietone, smustgrave, eugene.brit, gambry, mikelutz, renatog, ankithashetty, Etroid, sarathkm, catch, alexpott, berdir, daffie, ghost of drupal past, ProFire, mpdonadio: Timestamp field items are affected by 2038 bug"fixRevert "Issue #2885413: follow-up to correct the condition that skips the update."fixRevert "Issue #2885413: follow-up to correct the condition that skips the update."docsIssue #3151086 by quietone, neclimdul, webchick, KapilV, alexpott, smustgrave: Replace use of whitelist/blacklist in the path_alias modulebreakingIssue #3470235 by Spokje: open-telemetry/sem-conv:1.27.0 introduces new deprecation, breaks daily updated deps runfixIssue #2885413: follow-up to correct the condition that skips the update.fixIssue #2885413: follow-up to correct the condition that skips the update.docsIssue #3467294 by quietone, nod_, smustgrave, catch, longwave: Change string 'Modules to enable' to {@inheritdoc} in commentsbreakingIssue #3468502 by Spokje, mondrake: sebastianbergmann/comparator:5.0.2 Introduces (for Drupal) breaking changesfeatIssue #3303126 by phenaproxima, narendrar, thejimbirch, alexpott, aangel, Wim Leers, b_sharpe, longwave, akhil babu: Make it possible for recipes to prompt for input valuestestIssue #3465602 by catch, quietone, smustgrave: Order tests by number of public methods to optimize gitlab job timesrevertRevert "Issue #2983612 by daniel.bosen, randalv, swatichouhan012, alexpott, aleevas, kishor_kolekar, naresh_bavaskar, eli-t, quietone: Different sites served from the same domain share the session cookie name"perfIssue #3469583 by catch, pooja_sharma: Speed up UpdateSemverTestSecurityCoverageTestfeatIssue #3385838 by pooja_sharma, longwave, joachim, smustgrave: PathLanguageTest should use API to set up languagerefactorIssue #3469824 by catch, smustgrave: CommentTestBase/CommentTestTrait methods should be protectedperfIssue #3469709 by catch, pooja_sharma, smustgrave, quietone: Speed up UpdateContribTestfixIssue #3469823 by catch: TaxonomyTestTrait methods should be protectedfeatIssue #3469819 by catch: Split up jsonapi CommentTestdocsIssue #3400334 by mstrelan, quietone, smustgrave: Add declare(strict_types=1) to all test modulesfixIssue #2885413 by quietone, smustgrave, eugene.brit, gambry, mikelutz, renatog, ankithashetty, Etroid, sarathkm, catch, alexpott, berdir, daffie, ghost of drupal past, ProFire, mpdonadio: Timestamp field items are affected by 2038 bugperfIssue #3469163 by catch: Speed up ContentModerationStateTestperfIssue #3469576 by pooja_sharma, catch: Speed up RevisionRevertFormTestfeatIssue #2923168 by AJV009, Yujiman85, benjifisher, runeasgar: Rename ConstraintsTest to UuidValidatorTestdocsIssue #3451136 by quietone, gapple, ghost of drupal past: Improve documentation of AttachmentsInterface methodsdocsIssue #2609432 by imalabya, quietone, immaculatexavier, Lars Toomre, bharath-kondeti, jhodgdon, smustgrave: Improve docblocks for views FieldHandlerInterface.phpdocsIssue #3215627 by guilhermevp, varshith, rahulkhandelwal1990, ilgnerfagundes, ankithashetty, pragati_kanade, quietone, thiagorw, cilefen, mrclay, larowlan: HtmlTag doc should be clear about escaping of #valuerefactorIssue #2938920 by quietone, pooja_sharma, gabesullice, berdir: Convert EntityTypeDataTest to use EntityTestWithBundleperfIssue #3468781 by Spokje, catch, mondrake: AssetResolverTest should use ::willReturnMap() for mockingdocsIssue #2905848 by urvashi_vora, adeshsharma, shimpy, quietone, kkalashnikov, rishabh vishwakarma, sourabhjain, mikejoconnor, alexpott, pradhumanjain2311, MeenakshiG, mr.baileys, smustgrave, sic, larowlan, longwave, johnhanley: Improve CORS configuration documentationperfIssue #3469716 by catch, smustgrave: Optimize dblog testsperfIssue #3469623 by catch, smustgrave: Speed up ExposedFormTestperfIssue #3469580 by catch, smustgrave: Speed up UpdateSemverTestSecurityAvailabilityTraitdocsIssue #3458422 by mstrelan, smustgrave: Add string return typehints to protected test helper methodsdocsIssue #3342700 by quietone, pooja_sharma, AdamPS, jonathanshaw: Reinstate important testing NodeDisplayConfigurableTestfixIssue #3464595 by quietone: Fix DrupalPractice.Objects.GlobalFunction in ListBuilderschoreIssue #3467599 by Spokje, hossein.daliran, longwave, smustgrave: Update NPM packages flagged by yarn auditfixIssue #3463440 by mstrelan, smustgrave, quietone, longwave: Fix param docs identified by phpstandocsIssue #3405364 by quietone, dww, mstrelan, smustgrave: Update docs to stop recommending FormattableMarkupfixIssue #2983612 by daniel.bosen, randalv, swatichouhan012, alexpott, aleevas, kishor_kolekar, naresh_bavaskar, eli-t, quietone: Different sites served from the same domain share the session cookie nametestIssue #3445469 by pooja_sharma, smustgrave: Add additional test coverage for DialogRenderer::getTitleAsStringable()fixIssue #3428652 by nod_, jmaxant, alexpott, prashant.c, godotislate, UserOne.se, smustgrave: Broken auto creation of machine name fieldperfIssue #3469573 by catch, pooja_sharma: Speed up ElementTestperfIssue #3469335 by catch, smustgrave: Speed up PageCacheTestperfIssue #3469410 by catch, smustgrave: Speed up RevisionDeleteFormTestdocsIssue #2580505 by yesct, nikitagupta, kgoel, quietone, smustgrave, Abhijith S, krknth, jhodgdon: Improve FormattableMarkup documentationdocsIssue #2526372 by quietone, pwolanin, catch: Improve documentation for cookie domain in services.ymlrefactorIssue #3224276 by joachim, xjm, mglaman, smustgrave, kristiaanvandeneynde, quietone: Move useful helper methods for working with entities from EntityKernelTestBase to a traitperfIssue #3468827 by catch, smustgrave: Speed up BigPipeRegressionTestdocsIssue #3469184 by catch, smustgrave: Split up EntityDefinitionUpdateTestperfIssue #3468831 by catch, smustgrave: Speed up DemoUmamiProfileTestperfIssue #3468829 by catch, smustgrave: Speed up WorkspacesContentModerationStateTestdocsIssue #2601282 by neslee canil pinto, rakesh.gectcr, yogeshmpawar, krknth, quietone, bisonbleu, emyu01, aditya_anurag, snehi, neelam_wadhwani, leolandotan, no_angel, Abhijith S, jhodgdon, nicrodgers, chx, joachim: Improve comments in \Drupal\Core\Entity\Query\Sql\TablesdocsIssue #3464771 by thejimbirch, b_sharpe, akhil babu: Standard Responsive Images recipe should have the Responsive image recipe typeperfIssue #3468832 by catch, smustgrave: Reduce concurrency for build testschoreIssue #3452672 by catch, PunamShelke, cilefen, smustgrave, mmillford: JavaScript files added by AJAX responses are only optimized in maintenance modefixIssue #3466399 by mfb, taran2l, eporama: APCu requirement for 32M is checking wrong valuedocsIssue #2887988 by kazuko.murata, handkerchief, georob, Thithi32, smustgrave, pbouchereau: Translation of file count is incorrectfixIssue #3465370 by acbramley: Fix typehint of ContextDefinition's $label constructor paramtestIssue #3461690 by quietone, dww, longwave: Add tests for updates should not recommend a new branch if there are no stable releasesfixIssue #3466503 by quietone, smustgrave, mstrelan: Fix 9 spelling words in testsdocsIssue #3385844 by pooja_sharma, joachim: RouteCachingLanguageTest should use API to set up languagefixIssue #3467344 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class InstallerRedirectTraitTestbreakingIssue #3467293 by Spokje, longwave: twig/twig 3.11.0 introduces (for Drupal) breaking changesfixIssue #3468435 by mstrelan: Convert IpAddressBlockingTest to a Unit and Kernel test and improverefactorIssue #3468237 by catch, smustgrave: Split CKEditor5Test into twofixIssue #3464294 by mondrake, smustgrave: Some tests fail with 'Cannot use positional argument after named argument during unpacking'featIssue #3461741 by Sourav_Paul, avpaderno, smustgrave: Add form class to summary for hooks and form submission handler in contact.modulerevertRevert "Issue #3467821 by catch, smustgrave: Remove a couple of data providers from ckeditor5 ImageTestBase"fixIssue #3468204 by mondrake, mstrelan: Remove assertion workaround from BrowserTestBaserefactorIssue #3320670 by ankitv18, smustgrave, bbrala: Refactor rest\Functional\ResourceTestBase to use ApiRequestTraitfixIssue #3451667 by jasonawant, pooja_sharma, samit.310@gmail.com, catch, longwave: AssetResolver::getCssAssets $cid does not account for ckeditor5-stylesheets variationsfixIssue #3439910 by pooja_sharma, vensires: Fix Toolbar tests that rely on UID1's super user behaviorfeatIssue #3467853 by catch, smustgrave: Use API methods to create filter/editor in CKEditor5Test when not explicitly testing the UIfixIssue #2909371 by mfernea, quietone, zaporylie, smustgrave: Fix 'Drupal.Commenting.VariableComment.VarOrder' coding standardfixIssue #3462871 by nod_: Followup for Deprecate LibraryDiscovery and use LibraryDiscoveryCollector insteadfixIssue #3467821 by catch, smustgrave: Remove a couple of data providers from ckeditor5 ImageTestBasedocsIssue #3465132 by catch, Spokje, nod_: Show test run time by class in run-tests.sh outputchoreIssue #3462871 by catch, smustgrave: Deprecate LibraryDiscovery and use LibraryDiscoveryCollector insteadfixIssue #3467397 by quietone: Enable Drupal.Commenting.VariableComment.IncorrectVarTypefixIssue #3196507 by mondrake, longwave, mxr576, alexpott: KernelTestBaseTest::tearDown() should not perform assertionsperfIssue #3462383 follow-up by catch: CoreRecipesTest is slowchoreIssue #3466689 by longwave, catch, nod_, smustgrave: Ignore phpstan-tmp in phpcs.xml.distperfIssue #3467391 by catch, smustgrave: Reduce CPU requirement and concurrency for unit testsfixRevert "Issue #3467391 by catch, smustgrave: Reduce CPU requirement and concurrency for unit tests"docsIssue #3466529 by ressa, smustgrave, Gábor Hojtsy: Use easily recognizable date formatfixIssue #3466813 by quietone: Fix 6 spelling words in testsperfIssue #3467391 by catch, smustgrave: Reduce CPU requirement and concurrency for unit testsfixIssue #3439270 by quietone, magaki, ankitv18, smustgrave: Replace use of whitelist/blacklist in the editor moduletestIssue #3467278 by ankitv18, catch: TestFileCreationTrait::generateFile should be protectedfixIssue #3466788 by mondrake, longwave: Fix ‘risky’ testsfeatIssue #3371963 by Spokje, longwave, swrdfish, andypost, quietone, catch, xjm, effulgentsia, vishalshah133: Update Nightwatch to 3.xdocsIssue #3024056 by ankitv18, andrewmacpherson: Organize Umami's toolbar CSS overrides into a single filedocsIssue #2861849 by ifrik, lomasr, prash_98, quietone, pguillard, shubhangi1995, wengerk, yogeshmpawar, manish.upadhyay, amietpatial: Edit hook_help text for Workflows modulefixIssue #3463547 by catch: Use API methods instead of form submissions in FilterFormatAccessTest::setUp()refactorIssue #3463908 by catch, quietone: Split OptionsFieldUiTest into twodocsIssue #3465855 by catch, smustgrave: Split up FormTestrefactorIssue #3465880 by catch: FileFieldCreationTrait methods should be protectedfixIssue #3465968 by catch: De-duplicate logic in ManageFieldsFunctionalTestfeatIssue #3464431 by idebr, Lendude: Attach Ajax dialog library for Views Entity OperationsdocsIssue #3385846 by pooja_sharma, joachim: FileOnTranslatedEntityTest should use API to set up languagefixIssue #3463267 by idebr, quietone, smustgrave: Remove lingering 'priority' keys from node access records in test moduleschoreIssue #3465507 by mstrelan, nicxvan: Deprecate and / or remove unused Controllers and routes from WebAssert testsfixIssue #3416525 by smustgrave, cmlara, NikolaAt, alexpott: DatabaseStorage, readMultiple throws error when receive empty arrayfixIssue #3463607 by claudiu.cristea: AccessDeniedSubscriber should extend HttpExceptionSubscriberBasechoreIssue #3467098 by Spokje: Bump phpstan/phpstan and mglaman/phpstan-drupal to latest to make daily "updated deps" QA run pass againfixIssue #3304746 by scott_euser, casey, smustgrave: BigPipe cannot handle (GET) form redirects (EnforcedResponseException)fixIssue #2613926 by quietone, Arla, jofitz, Berdir, alexpott: The PECL UUID implementation can return invalid UUIDsfixIssue #3466822 by longwave, mondrake: WebAssertTest fails on 10.xfixIssue #3464213 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in Plugin component testsdocsIssue #2991337 by voleger, quietone, Marios Anagnostopoulos, andypost, Mile23, mondrake, smustgrave, cilefen, alexpott, catch, TR: Document the recommended ways to obtain the database connection objectfixIssue #3402007 by marvil07, mstrelan, quietone, smustgrave, larowlan: Fix strict type errors in test modulesfixIssue #3447994 by Akhil Babu, Josue2591, thejimbirch, mikelutz, jnicola, b_sharpe: Example recipe isn't functionalfeatIssue #3322402 by idebr, smustgrave, Lendude, lind101, akalata, quietone, alexpott: Add 'Is empty (NULL)' and 'Is not empty (NOT NULL)' operators to boolean field filteringfixIssue #3402707 by mstrelan, smustgrave, dww, longwave, quietone: Fix strict type errors in AssertContentTraitperfIssue #3466524 by catch: ModuleConfigureRouteTest is slowdocsIssue #3466480 by Tom Konda, smustgrave: New throbber SVG images lack xmlns attributefixIssue #3464271 by mondrake, smustgrave: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class ControllerBaseTestchoreIssue #3463108 by catch, smustgrave: Use artifacts to share the eslint and styleint caches from core to MRsfixRevert "Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan"docsIssue #2843100 by VladimirAus, quietone, immaculatexavier, yogeshmpawar, gaurav.kapoor, AaronBauman, avpaderno, Munavijayalakshmi, larowlan, smustgrave, Gábor Hojtsy: FileSystemInterface::copy documentation is inaccuratedocsIssue #2798531 by quietone, jp.stacey, ranjith_kumar_k_u, Ankit.Gupta, longwave, smustgrave, LoMo, Gábor Hojtsy: Add example and sections to Block API documentationfeatIssue #3449875 by nod_, catch, xjm, DamienMcKenna: Update to jQuery UI 1.14.0docsIssue #3089907 by sahil.goyal, quietone, tbsiqueira, joachim, smustgrave, alexpott, Sutharsan: standardize docs on how to use the 4 types of test basefixIssue #3463286 by catch: Fix selenium performance/stampede issues in gitlab config and BrowserTestBasefixIssue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstandocsIssue #3461155 by quietone, smustgrave: More spelling fixes, 22 words, in testschoreIssue #3347343 by vasike, scott_euser, acbramley, fjgarlin, smustgrave, recrit, catch, BramDriesen, heddn, DamienMcKenna, Berdir, Lendude, Graber, Kasey_MK, akalam, klaasvw, jhedstrom, joachim, johnwebdev, gbirch, jksloan2974, jsst, dww, avpaderno, C.E.A, andypost, ankithashetty, caspervoogt, anmolgoyal74, ckaotik, gambry, DiDebru, dawehner, das-peter, rlmumford, Krzysztof Domański, Archy, yogeshmpawar, xjm, muriqui, mr.york, mparker17, Lukas von Blarer, mdolnik, Murz, nuez, Taran2L, willpepsi, seanB, RoSk0, oriol_e9g, Pancho: Add Views EntityReference filter to support better UX for exposed filtersdocsIssue #3454092 by mstrelan, nicxvan, catch: Convert WebAssertTest to a Unit testdocsIssue #3462100 by Prem Suthar, arunkumark, joachim, smustgrave: Menu system docs section gives wrong alter hookdocsIssue #2625142 by felribeiro, quietone, tstoeckler, cilefen, Arla, jhodgdon, smustgrave, Berdir: Document that Uuid::isValid() only considers lowercase UUIDs as validfixIssue #3458272 by seutje: Subpixel rounding issue causes dialog to resize unnecessarilyfixIssue #3439903 by pooja_sharma, SolimanHarkas, pradhumanjain2311, vensires, smustgrave: Fix Node tests that rely on UID1's super user behavior - BlocksfeatIssue #3436632 by omkar.podey, yash.rode, Wim Leers, smustgrave: Add validation constraints to system.loggingfixIssue #3368537 by catch, TwoD, alexpott, cmlara, sboden: Ensure trailing whitespace at the end of a cache ID results in a unique cache itemfixIssue #3458177 by mondrake, catch, quietone, godotislate, longwave, larowlan, xjm: Changing plugins from annotations to attributes in contrib leads to error if plugin extends from a missing dependencyfixIssue #3465360 by catch, benjifisher, tobybellwood: drush updb errors on System and Layout Builder modules when going 10.3.1 to 11.0.0.-rc1choreIssue #3465122 by catch: Update composer dependencies prior to 11.0.0, update phpstanfixIssue #3458177 by mondrake, catch, godotislate, longwave, xjm: Changing plugins from annotations to attributes in contrib leads to error if plugin extends from a missing dependencychoreIssue #3465166 by Spokje, nod_: Update JavaScript dependencies for Drupal 11.0.0choreIssue #3464978 by mondrake: Make PHPStan rule testing use PHPUnit 10choreIssue #3463954 by Spokje, xjm: Bump phpstan/phpstan to latest to make daily "updated deps" QA run pass againfixIssue #3363127 by nod_, Gábor Hojtsy, mherchel: Drupal Displace outputs invalid value for –drupal-displace-offset-right when opening top dialogdocsIssue #3462763 by catch, bbrala, andypost: Use artifacts to share the phpstan result and cspell caches from core to MRsdocsIssue #3463456 by catch, smustgrave: Consolidate ckeditor5's FunctionalJavascript testsdocsIssue #3464581 by quietone, smustgrave: Update deprecation notices in ajax.jsperfIssue #3461860 by catch, smustgrave: More efficient route lookup cachingfixIssue #637538 by pooja_sharma, mr.baileys, AaronBauman, Bhanu951, alexpott, rteijeiro, greggles, pwolanin, meba, Nikhil_110, smustgrave, quietone, casey, naveenvalecha, sime, humansky, dawehner: Module and theme names are not filtered on outputfixIssue #3456149 by pooja_sharma, smustgrave, quietone, catch, alexpott: Fix translation string in ConfigFormBase.phpfixIssue #3462561 by catch, smustgrave: Stop using a data provider in UserPasswordResetTestfixIssue #3094865 by quietone, _utsavsharma, hchonov, Berdir, smustgrave, catch: Fix references to the deprecated Entity classfixIssue #3439836 by pooja_sharma, thebumik, FeyP, vensires, smustgrave, kim.pepper, quietone: Fix File tests that rely on UID1's super user behaviorfeatIssue #3463038 by longwave: Add helper method to generate HTML placeholdersdocsIssue #2360647 by quietone, alexpott, Manuel Garcia, jhodgdon: Documentation in ConfigDependencyManager conflates plugin dependencies and config dependenciesdocsIssue #3456611 by mstrelan, longwave: Add bool return typehints to protected test helper methodsfeatIssue #3457009 by ankitv18, quietone, joachim: Add input string to exception message thrown in createConnectionOptionsFromUrl()perfIssue #3460654 by pooja_sharma, FeyP, catch: Merge test methods in FieldUIRouteTest for better performancefeatIssue #3236269 by mandclu, quietone, heni_deepak, eojthebrave: Render API overview should include a link to the list of elementsfixIssue #3314260 by quietone, avpaderno, rakesh.drupal, ravi.shankar, chaitanyadessai, smustgrave, catch, Spokje: Replace t() calls inside of Controllers that do not use StringTranslationTraitfixIssue #3460598 by catch, m4olivei, penyaskito, finnsky: Single directory component CSS asset library not picked up in admin theme immediately after module install without cache clearfixIssue #3439835 by pooja_sharma, thebumik, FeyP, smustgrave, vensires: Fix Field UI tests that rely on UID1's super user behaviorfixIssue #3458975 by longwave, quietone: GenerateThemeTest::testContribStarterkitDevSnapshotWithGitNotInstalled fails on sqlitefixIssue #3463594 by alexpott: ImageAdminStylesTest::testAjaxEnabledEffectForm() fails because statusMessageExists() does not waitfixIssue #3142928 by ivnish, neclimdul, Wiktor7, mitrpaka, Chi, keha3912, smustgrave, andypost, catch: Status report wrongly warns of APCu memory limit when admin language is not EnglishdocsIssue #3463548 by catch, smustgrave: Consolidate methods on FormElementsLabelsTestfixIssue #3464020 by Spokje, catch, longwave: Update to ckeditor 42.0.2docsIssue #3462098 by Prem Suthar, joachim, quietone: hook_local_tasks_alter() and hook_menu_local_tasks_alter() need mutual @see linksperfIssue #3462549 by catch, ankitv18: Optimize TelephoneFieldTestperfIssue #3463351 by catch, heddn: Consolidate Umami performance testsdocsIssue #3119513 by Prem Suthar, imclean, smustgrave: Parameters doc for views "row" should be at the top level of the arraydocsIssue #2890023 by mcdruid, quietone, ricardoamaro: clarify db settings for run-tests.sh example commandfixIssue #3308432 by devkinetic, BramDriesen, Shifali Baghel, cilefen, smustgrave, quietone, bnjmnm: The link on the Image tag is redirecting to an undefined page from the node preview screenfixIssue #3463569 by alexpott, catch: ToolbarStoredStateTest needs wait after resizing windowdocsIssue #3460257 by Grimreaper, smustgrave, quietone: Have a dedicated category for blocks provided by the Navigation modulechoreIssue #3452513 by pooja_sharma, ayush.pandey, farse, joachim, smustgrave: convert FieldEntityTest to a kernel testdocsIssue #3447950 by diegoe, longwave, smustgrave: Change @phpstan-ignore-next-line to more specific @phpstan-ignoretestIssue #3463544 by catch: Three more slow functional testsfeatIssue #3421202 by alexpott, longwave, andypost, justafish: Enable W3C-compliant webdriver testingtestIssue #3463288 by catch: Consolidate test methods in StandardPerformanceTestrefactorIssue #3332683 by VladimirAus, psebborn, Gauravvvv, mherchel, lauriii, nod_, pradipmodh13, smustgrave, quietone, Stockfoot: Refactor Claro's tabledrag stylesheetfeatIssue #3303127 by phenaproxima, thejimbirch, alexpott, Wim Leers, nedjo, b_sharpe, laura.j.johnson@gmail.com: Determine which core config entity methods should be config actionsdocsIssue #3458319 by TravisCarden: 'Display "@display" needs a selected search fields' message is confusingfixIssue #3459170 by mstrelan: Fix instances of ints passed to functions expecting stringsfeatIssue #3458321 by narendraR, smustgrave, alexpott: Add validation constraints to language.content_settings..docsIssue #3463329 by alexpott: \Drupal\Core\Extension\ExtensionDiscovery::PHP_FUNCTION_PATTERN is out-of-datefeatIssue #3448131 by mandclu, phenaproxima, ultrabob, immaculatexavier, alexpott, thejimbirch, mtift, laura.j.johnson@gmail.com: Create flexible config actions to place a block in the admin or default themeschoreIssue #3350922 by Ranjit1032002, Akram Khan, quietone, geek-merlin, larowlan: Deprecate unused MatchingRouteNotFoundExceptiontestIssue #3191559 by longwave, Spokje, smustgrave, jhodgdon: [random test failure] Random test fail in EntityReferenceWidgetTestfixIssue #2502637 by bnjmnm, shumer, smustgrave, cilefen, Wim Leers, legolasbo, quietone, Xano, nikitagupta, DanielVeza, vegantriathlete, gaurav-mathur, priyanka.sahni, alexpott, dww, rkoller, dqd, swentel, eltermann, Alan D., ZenDoodles, David_Rothstein, sun, welly, pameeela: Disabled text formats can't be seen in the GUIfixIssue #3379725 by Wim Leers, phenaproxima, narendraR, alexpott, quietone, borisson_, tim.plunkett: Make Block config entities fully validatableperfIssue #3305609 by pooja_sharma, joachim: convert TermTest::testParentHandlerSettings() into a kernel testfixIssue #3433 by nicxvan, quietone, longwave, DuaelFr, smustgrave, larowlan, Lendude, james.williams, fgm, drumm, Steven, luke.stewart, mradcliffe, alexpott: Use CDATA in XML RSS FeedsfixIssue #3451611 by mfb, xjm, smustgrave, quietone: Fix the format=flowed; delsp=yes encoding of email messageschoreIssue #3462759 by catch: Try to rebalance kernel tests between gitlab runners (@group #slow again)fixIssue #3417136 by dww, quietone, longwave, catch, xjm, lostcarpark, andypost, phenaproxima: Remove adding an extension via a URLperfIssue #3462383 by phenaproxima, catch, alexpott, longwave: CoreRecipesTest is slowfeatIssue #3447886 by alexpott, sime, phenaproxima: Add support for recipes to drupal/recommended-project and drupal/legacy-projectfixIssue #3399970 by markconroy, catch, smustgrave: Umami content is all created in the same secondfixIssue #3454196 by james.williams, longwave: Filter placeholders without arguments are not replaced when HTML corrector filter applied afterwardsfeatIssue #3392572 by benjifisher, Liam Morland, ricovandevin, Anybody, smustgrave, quietone, sabrina.liman, carolpettirossi, longwave, alexpott: Add missing category to Drupal\layout_builder\Plugin\Layout\BlankLayout and let modules and themes alter the list of layoutsfeatIssue #2329253 by tstoeckler, Bhanu951, hchonov, golddragon007, DieterHolvoet, casey, Sam152, mikelutz, junaidpv, codebymikey, mkalkbrenner, dawehner, smustgrave, kksandr, muthuraman-s, weekbeforenext, Gunjan Rao Naik, Wim Leers, DamienMcKenna, longwave, Berdir, quietone, claudiu.cristea, heddn: Allow ChangedItem to skip updating the entity's "changed" timestamp when synchronizingfixIssue #3306434 by benjifisher, quietone, Berdir, kopeboy, DYdave, larowlan: Fix access checks for bundle permissions to avoid triggering a config validation errorfixIssue #3440848 by mondrake, quietone, daffie: Ensure post transaction callbacks are only at the end of the root Drupal transactionfixIssue #3163127 by scott_euser, Gauravvvv, sd9121, djsagar, ranjith_kumar_k_u, AkshayAdhav, _utsavsharma, sarvjeetsingh, komalk, Nitin shrivastava, ameymudras, pradhumanjain2311, boulaffasae, kostyashupenko, bnjmnm, meena.bisht, ambuj_gupta, sonam.chaturvedi, Sakthivel M, Utkarsh_33, KondratievaS, ressa: Autocomplete input text can visibly overflow under magnifier icondocsIssue #3462338 by Jaydeep_patel, bhaveshdas, quietone: Spacing issue in Home > Search page on Advanced search sectionfixIssue #3458714 by simohell, shivam_tiwari, amanire, smustgrave: Long string breaks the layout of Claro (reapply fix)docsIssue #3462556 by catch: Consolidate two test methods in NumberFieldTesttestIssue #3462529 by catch: Mark more tests with @group #slow and remove it from some othersfixIssue #3393441 by markconroy, Gauravvvv, smustgrave, gordon: Stable 9 is trying to override non-existing css filesrefactorIssue #3461421 by VinmayiSwamy, ankitv18, joachim, smustgrave: getProcessPlugins() normalises the process array twicefixIssue #3460921 by quietone: Fix hook_update_N docs for display of code block, remove unnecessary @seedocsIssue #3458427 by mstrelan: Add array return typehints to protected test helper methodsfixIssue #2719657 by quietone, andypost, Mile23, Spokje, ilya.no, xjm, alexpott, smustgrave: Fix 'Drupal.Commenting.InlineComment.NotCapital' coding standardfixIssue #3459750 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class BuildTestTestfixIssue #3460513 by nishtha.pradhan, Berdir: Avoid TypeError if config entity dependencies are NULLdocsIssue #3458312 by scott_euser, andypost: Make the comments in Views handler Manager around overrides clearerfixIssue #3376516 by andypost, quietone: Remove check for 10200 update from help modulefixIssue #3462339 by longwave: Update to jQuery 4.0.0-beta2perfIssue #3462264 by alexpott: Skip unsupported methods in rest/jsonapi tests in an efficient wayfixIssue #3461284 by mherchel, finnsky, quietone, nod_: Prevent simultaneous open/close on simultaneous click/hoverfixIssue #3454603 by phenaproxima, thejimbirch, Prashant.c, alexpott: Many core recipes are not idempotentfixIssue #3458612 by catch, longwave, ankitv18, Spokje: Remove legacy 'metadata' variable from node.html.twigrefactorIssue #2629508 by krishnan.n, martin107, quietone, Rassoni, akishankar, heykarthikwithu, smustgrave: Replace t() with $this->t() where StringTranslationTrait is usedfeatIssue #3458701 by yash.rode: Add validation constraints to user.mailfixIssue #3461945 by mstrelan, bbrala: Fix instances of floats passed to functions expecting intsfixIssue #3459533 by mikelutz: Deprecate Drupal\Component\Plugin\PluginBase::isConfigurable()fixIssue #3421809 by mstrelan, Spokje: Remove unused variables in catch statementsdocsIssue #3458782 by catch, ankitv18, longwave, smustgrave: Remove documentation for readmore, logged_in and is_admin from node.html.twigfixIssue #3458220 by Sourav_Paul, rroose, Chandansha, smustgrave: Date list labels are not visible above select field creating bad UXfixIssue #3459754 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - replace in class NormalizerBaseTestfixIssue #3368071 by tstoeckler, longwave: Installing Content Translation module breaks Rest resourcesdocsIssue #3444740 by ahsannazir, Utkarsh_33, Gauravvvv, Kanchan Bhogade, smustgrave, bnjmnm, nod_: Layout shift on displays in views pagefeatIssue #2575253 by jwilson3, Gauravvvv, rachanakamlesh, Balu Ertl, Jmdrawneek@googlemail.com, snehi, cleverington, BalajiDS, xaiwant, smustgrave, mgifford, emma.maria, dillix, andypost, Bojhan, mohit1604: Update loading icon and use SVGfixIssue #3459240 by jurgenhaas, b_sharpe, longwave, quietone: Deprecation message for user_validate_name points to an invalid replacementfixIssue #1650198 by apaderno, quietone, jhodgdon, smustgrave: Remove references to node_edit in FormBuilderInterfacedocsIssue #3458966 by apaderno, smustgrave: Correct the punctuation on the description for \Drupal\Tests\UnitTestCasedocsIssue #3460246 by Prem Suthar, joachim, afeijo: incorrect docs in DateFormatter::format()fixIssue #3376942 by fromme, Kingdutch, smustgrave: Replace usage of generateString with generate in Media moduledocsIssue #3313449 by JeffMattson, joachim: QueueWorkerInterface is missing docs for DelayedRequeueExceptiondocsIssue #1974928 by jwilson3, ckrina, chrisfree, ellizard, Mithun S, Manjit.Singh, gauravjeet, corbacho, Bojhan, soumyajit.basu, joelpittet, LewisNyman, star-szr, smustgrave, droplet, Wim Leers, Gábor Hojtsy, aburrows, lauriii, Snugug, rupl, hotpizzas, ericduran, markdorison: Update Drupal's default throbber iconsfixIssue #3459747 by quietone, smustgrave: Fix 12 words in testsrevertRevert "Issue #3456556 by pooja_sharma, longwave, quietone: Improve date format in status report EOL message"fixIssue #3412420 by acbramley, douggreen, Hardik_Patel_12, xjm, smustgrave, larowlan: BlockContentAccessControlHandler requires access block library permission for createfixIssue #3454274 by markconroy, Lillian Bozeman: Do not override class in preprocess_field hookfixIssue #3452502 by Grimreaper, smustgrave: NodeListBuilder is using mark theme wronglyfixIssue #3456556 by pooja_sharma, longwave, quietone: Improve date format in status report EOL messagechoreIssue #3460114 by Spokje, longwave: Update JavaScript dependencies for Drupal 11.0-rcchoreIssue #2408549 by alexpott, narendraR, yash.rode, kunal.sachdev, lauriii, Liam Morland, Wim Leers, Hardik_Patel_12, jofitz, DamienMcKenna, eiriksm, andypost, jenlampton, Gábor Hojtsy, swentel, borisson_, jhedstrom, snehi, Elijah Lynn, narendra.rajwar27, Shubham Chandra, smustgrave, sime, AaronMcHale, Chi, karolus, rkoller, joshua.boltz, anavarre, colan, frob, Berdir, bircher, minnur, effulgentsia, quietone, catch, xjm, hanoii, benjifisher, worldlinemine, larowlan, longwave, simohell, shaal, worldlinemine: Display status message on configuration forms when there are overridden valueschoreIssue #3460350 by longwave, catch: Require Node.js 20 for Drupal 11choreIssue #3459926 by longwave: Update CKEditor 5 to 42.0.0fixIssue #3454346 by kristiaanvandeneynde, bbrala, mxr576: JsonApiRequestValidator does not set cacheable metadata when the filter allows the requestfixIssue #3410091 by mglaman, alexpott, smustgrave, bnjmnm, quietone: [regression] Menu List Builder getEntityIds() no longer calls getEntityListQuerydocsIssue #2998857 by Luke.Leber, e.chatrer, afem, bskibinski, mgifford: a11y: Input type file fields lack aria-describedby to the descriptionbreakingIssue #3456738 by cmlara, Anybody, andrewbelcher, Berdir, catch: BC break in login auth changes from #3444978fixIssue #3108658 by alexpott, mikelutz, catch, xjm, nicxvan, longwave: Handling update path divergence between 11.x and 10.xfeatIssue #3455820 by nicxvan, alexpott, smustgrave: Decompress files for config_installchoreIssue #3459924 by longwave, Spokje: Update Composer dependencies for 11.0.0-rc1fixIssue #3449851 by Liam Morland, alexpott, smustgrave, solideogloria, catch, kopeboy: Replace LogicException with trigger_error in LangcodeRequiredIfTranslatableValues constraintfixIssue #3156672 by kim.pepper, joegraduate, longwave, PieterDC, smustgrave, tstoeckler, alexpott: ExtensionMimeTypeGuesser breaks other mime_type_guesser servicesfixIssue #3458403 by mstrelan: Conditionally disable access to update manager routesfixIssue #2719721 by kristiaanvandeneynde, jhodgdon, BramDriesen, pameeela, catch, Wim Leers, Berdir, alexpott, neclimdul, acbramley, benjy, cilefen, mxr576, rothlive, andrewmacpherson: BreadcrumbBuilder::applies() mismatch with cacheability metadatadocsIssue #3456425 by mondrake, alexpott: FormStateInterface::setError*() PHPDoc are incorrectfixIssue #3458444 by quietone, smustgrave, slashrsm, nod_, brianperry: Remove decoupled menus and media initiatives from MAINTAINERSfixIssue #3208247 by sukr_s, smustgrave, alexpott, Nikolay Shapovalov, catch, orb, quietone, pwolanin: After deleting a translated article, search wants to reindex itfixIssue #3458922 by quietone, alexpott, longwave: Fix index test in LocalesLocationAddIndexUpdateTest::testExistingIndexfeatIssue #3449259 by narendraR, alexpott, catch, Wim Leers: Add validation constraints to system.action.*featIssue #3457766 by narendraR, smustgrave: Add validation constraints to language.entity.*docsIssue #3456133 by narendraR, VinmayiSwamy: Add validation constraints to search.page.*docsIssue #3318988 by andypost, longwave, quietone: Finish deprecating status code and header assertions in JS testsfeatIssue #3156439 by alexpott, catch, bonsaipuppy, mkalkbrenner, longwave, xjm: Add an index on locales_location on type and namedocsIssue #3458246 by ckrina, finnsky, nod_, m4olivei, plopesc: Add subsystem maintainers for NavigationfeatIssue #3445215 by narendraR, borisson_, mtift, mikelutz, smustgrave, Wim Leers, alexpott: Add validation constraints to user.role.*choreIssue #3458183 by catch, Spokje: Deprecate $variables['teaser']fixIssue #3456890 by TravisCarden, smustgrave: 'The "%plugin_id" was not found' warning message is confusingfixIssue #3418999 by quietone: Correct spelling of autocomplete type wordsfixIssue #3444998 by Gauravvvv, TravisCarden, lolgm, nod_, smustgrave: Secondary tabs design is distorted on block view pagefixIssue #3440169 by pooja_sharma, marcoliver, smustgrave, DYdave, alexpott: When using drupalGet(), provide an associative array for $headersfixIssue #3455113 by b_sharpe, ankitv18, alexpott, pooja_sharma, phenaproxima, thejimbirch: Rename ensure_exists to createIfNotExists, and camel-case simpleConfigUpdate for consistencyfixIssue #3457778 by markconroy, ressa: Reorder checkboxes on "Development settings" pagefixIssue #3447748 by joelpittet, ramil g, smustgrave: TypeError: Illegal offset type in isset or empty in FormValidator->performRequiredValidation()fixIssue #3455912 by quietone: Fix spelling for 10 words used in testsdocsIssue #3456112 by quietone: Ignore another nonsense word used in hashesdocsIssue #3336070 by mikelutz, efpapado, smustgrave, quietone, danflanagan8: skip_on_empty documentation is confusing when skipping a processfeatIssue #3436164 by omkar.podey, kunal.sachdev, pradhumanjain2311, smustgrave, Wim Leers, narendraR, alexpott, larowlan, borisson_: Add validation constraints to user.settingsfixIssue #3401255 by znerol, smustgrave, borisson_, phenaproxima, penyaskito, kunal.sachdev: Tighten config validation schema of system.mail mailer_dsnfixIssue #3432595 follow-up by mikelutz: Use a tagged service iterator for uninstall validators instead of individual lazy proxiesfixIssue #3291764 by Gauravvvv, baldwinlouie, Utkarsh_33, kostyashupenko, ranjith_kumar_k_u, eugene.brit, Farnoosh, rhiss, smustgrave, podarok, mkdok, bnjmnm, candelas, saganakat: The [0] hatch in misc/vertical-tabs.js causes issues if there are multiple forms with vertical tabsfixIssue #3441010 by catch, longwave, larowlan, dpi, dqd, geek-merlin, el7cosmos: Container compile crash when a service decorates a destructable servicefixIssue #3455110 by jagraj_singh_gill, joachim: HandlerStackConfigurator has @see to class that no longer existsfeatIssue #3155411 by quietone, smustgrave, jungle, longwave: Add "writeable" to the "flagWords" in core/.cspell.jsondocsIssue #3396099 by Utkarsh_33, nod_, Gauravvvv, bnjmnm, tedbow, smustgrave, Anybody, Rob230: The core/drupal.message library requires a status_messages render elementchoreIssue #3452511 by pooja_sharma, joachim: convert ProviderRepositoryTest to a kernel testdocsIssue #3456979 by joachim: add a comment to install.core.inc about the updated containerfixIssue #3453068 by kalpanajaiswal, BenStallings: Sort::fields property is incorrectly defined as a stringchoreIssue #3453341 by mondrake, alexpott, longwave: Bootstrap HtmlOutputLogger from phpunit.xmlfixIssue #3455557 by mstrelan: Remove ThemeInitialization::resolveStyleSheetPlaceholdersfixIssue #3450773 by ahsannazir, Kanchan Bhogade, Gauravvvv, kostyashupenko, smustgrave: Olivero: Incorrect positioning of close button on mobile device when navigation module is enabledfixIssue #2990588 by Utkarsh_33, andrewmacpherson, oriol_e9g, smustgrave, shaal: Visually-hidden refresh button in Field UI fails WCAG Focus VisiblefixIssue #3361728 by quietone, longwave, xjm: Make 10.x EOL warning better than the 9.5.x onefeatIssue #3393400 by mglaman, finnsky, m4olivei, bnjmnm, plopesc, ckrina, smustgrave: Implement Nightwatch tests for Navigation modulefeatIssue #3454960 by quietone, nod_, larowlan, rkoller, smustgrave: Update to jquery UI 1.14.0 beta 2fixIssue #3440676 by Utkarsh_33, smustgrave, catch, bnjmnm, nod_: Trigger a JavaScript deprecation error for dialogClass in forked dialog.jsdocsIssue #3455513 by xjm, e0ipso: "Single-Directory Components" needs to be hyphenated because of English grammar and content style rulesrefactorIssue #3332473 by Mithun S, Gauravvvv, rupeshghar, smustgrave, lauriii: Refactor Claro's table–file-multiple-widget stylesheetfeatIssue #3315694 by b_sharpe, vermario, deviantintegral, narendraR: Allow recipe command to write to the container - ensuring that cache does not be cleared after a recipe installs a modulefixIssue #3455183 by kim.pepper, mstrelan, mondrake: FileSaveUploadTest should not write to the app rootfixIssue #3455552 by mstrelan, xjm, quietone: Remove commented-out code in ArgumentDefaultTest referring to php moduledocsIssue #3421418 by mstrelan, Spokje, xjm, mondrake, longwave, acbramley: Add void return typehints to all test methodsfixIssue #3444344 by VinmayiSwamy, Utkarsh_33, Gauravvvv, Mithun S, kd_ace, smustgrave, mradcliffe, bnjmnm, jvest, xjm, idebr, quietone: Claro: Autocomplete dropdown bleeds through sticky table headerperfIssue #3454079 by Tom Konda, smustgrave: Prefer to use Array.prototype.includes() for some of Array.prototype.indexOf()choreIssue #3454357 by quietone, longwave: Remove example cron scriptschoreIssue #3454355 by quietone, longwave: Remove Drupal 6/7 database scriptsfixIssue #3425105 by smustgrave, catch, markconroy: Don't use text_with_summary in UmamifixIssue #3445847 by Alexander Allen, mstrelan, catch, xjm, longwave, mark_fullmer: PHPUnit 10 behaves differently when invoked outside web rootdocsIssue #3454605 by thejimbirch, pooja_sharma, phenaproxima, the_g_bomb, catch, b_sharpe: Roles should be in their own recipes for composabilityfeatIssue #3306820 by matthieuscarset, kulmjens, smustgrave, bernardm28, xjm, quietone, dww, SKAUGHT, BlackBamboo, benjifisher, rkoller, simohell, worldlinemine: Show machine name in "Manage form display" and "Manage display" table rowfixIssue #3455058 by plopesc, smustgrave: drupalInstallModule nightwatch function does not work with Experimental modulesrefactorIssue #3238870 by shubh_, mstrelan, nod_, hooroomoo, kostyashupenko, smustgrave, larowlan, thebumik, lauriii: Refactor (if feasible) use of jquery parseHTML function to use vanillaJSfixIssue #2874067 by kkalashnikov, Nikolay Shapovalov, quietone, smustgrave, benjifisher, MerryHamster, xjm, dww: Fix Drupal.Commenting.DocCommentLongArraySyntax coding standarddocsIssue #3454212 by nathankg, joachim: Update mentions of #2225961 in commentsfixIssue #2684251 by pooja_sharma, sheldonreed3, smustgrave, jehon, Lendude: Global Token Replacements is not working correctly in hreffeatIssue #3313616 by mark_fullmer, Sandeep_k, nessthehero, bnjmnm, smustgrave, Wim Leers, itmaybejj, alexpott, Charles Belov, simohell, AaronMcHale: [drupalMedia] Ability to mark image media as "decorative"refactorIssue #3454062 by kim.pepper: Move Recipe\RollbackTest is to the FunctionalTests namespacefixIssue #3453320 by timurtripp: [10.3 regression] CKEditor 5 renamed CSS variable causing CKEditor dialogs to fail to appear above jQuery UI dialogsfixIssue #3409561 by VinmayiSwamy, jessehs, andre.bonon, Wim Leers, quietone: CKEditor 5 Styles dropdown broken when in off-canvas sidebarfixIssue #3443810 by SKAUGHT, plopesc, DishaKatariya, finnsky, smustgrave, ckrina, Prashant.c, larowlan: Custom Navigation logo is disconnected from new Layout templatefixIssue #3377420 by pivica, Berdir, smustgrave, sergey-serov, bkosborne, bspeare, larowlan: Responsive image width/height values are not used from fallback image stylefixIssue #3386191 by phthlaap, sukr_s, Ozle, brunoalmeida, smustgrave, Ashley George, shiv_yadav, larowlan: #states not working correctly when built from a logical combination of multliple fieldsfixIssue #2927141 by Akhil Babu, pooja_sharma, geertvd, smustgrave, JeroenT, larowlan, catch, quietone: Updates to an entity's URL alias do not reflect on the corresponding local tasksfixIssue #3453676 by nicxvan, alexpott, dww, lauriii, Gábor Hojtsy: Make "Who can register accounts?" "Administrators only" by defaultfixIssue #3453551 by mstrelan: Fix return type of FormatterInterface::settingsSummaryfeatIssue #3449569 by kim.pepper, longwave, catch: Use autoconfigure more in corefeatIssue #3445285 by catch, longwave, larowlan, quietone: Add extra page request to the across pages asset performance testdocsIssue #3450567 by kalpanajaiswal, joachim: GenerateTheme::__construct() does not document its parametersdocsIssue #3121155 by quietone, lauriii, bnjmnm, tedbow: Add comments about alphabetical sorting in UpdateRegistry and testfixIssue #3452630 by SandeepMahlawat, pooja_sharma, joachim, mondrake: HtmlOutputLogger outputs surplus newlinefixIssue #3452426 by mxr576, kristiaanvandeneynde: Insufficient cacheability information bubbled up by UserAccessControlHandlerperfIssue #3450616 by catch, quietone, smustgrave: Optimize test order when –directory is usedfixIssue #3291221 by Gauravvvv, pradipmodh13, rkoller, ahsannazir, smustgrave, quietone: When configuring a field on a content type's "manage display" tab the spinner shifts the label and format columndocsIssue #3453621 by lauriii: Update 'lauriii' last namefixIssue #3207896 by andypost, alexpott: Remove URL generator priming in \Drupal\Tests\BrowserTestBase::installDrupal()choreIssue #3449356 by quietone, smustgrave: Rebuild dictionary.txtperfIssue #3192830 by neclimdul: twig_render_template micro optimizationdocsIssue #3451603 by Artusamak: Typo in Views default argument User pluginfeatIssue #3445909 by seanB, smustgrave, alexpott, catch: Add static caching to LayoutTempstoreRepositorytestIssue #3449891 by NexusNovaz, manish-31, bbrala: Move to new test path in NodeTest as per todofixIssue #3443576 by finnsky, mherchel, arunkumark, smustgrave, ckrina, Gauravvvv: Mobile version of Navigation menu doesn't properly reset Drupal.displace() on closingfixIssue #3180696 by Spokje, Nikolay Shapovalov, adamzimmermann, quietone, manish-31, xjm, SuperfluousApostrophe, smustgrave, jonathan1055, longwave: Fix 'Drupal.Commenting.TodoComment' coding standardfixIssue #3399956 by shashwat-tiwari, nod_, Gauravvvv, Meeni_Dhobale, ahsannazir, sakthi_dev, Kanchan Bhogade, shweta__sharma, joachim, Mithun S, smustgrave, saschaeggi, xjm, Anilu@: Tab highlights for current/hover/click are too high up when other tabs have 2 lines of textfixIssue #3450253 by SandeepMahlawat, Gauravvvv, finnsky, SKAUGHT: Navigation: Avoid layout builder form submitstyleIssue #3447942 by Redwan Jamous, ahsannazir, smustgrave: Update stylelint rule unit-allowed-list to include container query unitsfixIssue #3443577 by Gauravvvv, rishabjasrotia, Rajan Kumar@2026, mherchel, finnsky, ckrina: Navigation overlay z-index is not definedrevertRevert "Issue #3422537 by bbrala, cmlara, dww, joachim, longwave: Autoresolve cspell GIT_DEPTH issue when diff fails"fixIssue #3451602 by kristiaanvandeneynde: AccessResult::orIf() has meaningless checksfixIssue #3451701 by dww, Mingsong, MegaphoneJon: The update module should not crash with releases that contain invalid values for core_version_requirementfixIssue #3422537 by bbrala, cmlara, dww, joachim, longwave: Autoresolve cspell GIT_DEPTH issue when diff failsfeatIssue #3450516 by kim.pepper: Add support for !service_closure custom tag in YamlFileLoaderdocsIssue #3451738 by Grimreaper, BramDriesen: Remove JavaScript from Views configuration form now that it is only CSSfixIssue #3427999 by andypost, Ayesh, bbrala: [PHP 8.4] Fix implicitly nullable type declarationsdocsIssue #3442227 by dww, smustgrave: Use labels in Views argument summaries for entity referencesfixIssue #3450890 by kristiaanvandeneynde: Provide default values for an Access Policy API method that was overlookedfixIssue #3450576 by kristiaanvandeneynde: Access policies should be marked as final to encourage decoratingdocsIssue #3450760 by SandeepMahlawat, benjifisher, smustgrave: Add missing 'label' key to navigation.layouts.ymlfeatIssue #3424744 by bronzehedwick, ckrina, m4olivei, finnsky, smustgrave, plopesc, kostyashupenko, KeyboardCowboy: If no icon for a top-level item is provided, use the first two letterschoreIssue #3451514 by Spokje: Update Symfony 7.1 to the stable versionfixIssue #3441222 by kristiaanvandeneynde, nicxvan, catch, alexpott, smustgrave, lauriii, quietone: Allow update.php to load when entity type info needs to be updatedfixIssue #2640994 by dww, tduong, Alex Bukach, Berdir, ameymudras, catch, mohit_aghera, raman.b, jofitz, Ben Buske, ankithashetty, smustgrave, nikitagupta, nicxvan, FeyP, pameeela, technoveltyco, dawehner, kim.pepper, Lendude: Fix label token replacement for views entity reference argumentsfixIssue #3438878 by skyriter, ahsannazir, rkoller, ckrina, mradcliffe, smustgrave, Gauravvvv: Regression: The drawer in Safari is missing the drop shadowfixIssue #3085360 by bradjones1, josephdpurcell, Giuseppe87, ravi.shankar, rajandro, ridhimaabrol24, bbrala, andregp, jhedstrom: RouteProvider::getRouteCollectionForRequest() can poison query string of next requestfeatIssue #3447881 by plopesc, catch, larowlan, smustgrave, quietone: Improve access logic for Navigation blocks pagedocsIssue #3437166 by Utkarsh_33, smustgrave, Jaypan, wdmartin: Update documentation for table.html.twig around table cellsdocsIssue #3446413 by shaal, Gábor Hojtsy, smustgrave, quietone: Update the Drupal logo in Drupal core with the 2024 brand evolutionfixIssue #3444699 by Gauravvvv, finnsky, ahsannazir, nod_, SKAUGHT, Kanchan Bhogade: Navigation LayoutBuilder UI has dead click zoneperfIssue #3449743 by catch: Try to optimize test ordering when run-tests.sh is used with a mixture of test typesdocsIssue #3447625 by tim.plunkett, DanielVeza, DyanneNova, tedbow: Add DanielVeza as a co-maintainer of Layout BuilderfixIssue #3344877 by alexpott, silverham: [regression] FTPExtension class can no longer connect as of 9.5.xfixIssue #3449564 by harivansh, bbrala: Calling normalize without account context generates a warningfeatIssue #3447286 by narendraR, smustgrave: Add validation constraints to image.style.*fixIssue #3449455 by mondrake: Correct placement of use statements in ClearTestdocsIssue #3449879 by mondrake: Prepare Drupal/Test/Component tests for conversion to attributesfeatIssue #3447920 by mfb: Add zlib to list of required extensions for runtime requirements checkfixIssue #3432595 by longwave, kim.pepper, alexpott: Use a tagged service iterator for uninstall validators instead of individual lazy proxiesfixIssue #3449469 by catch, mstrelan, smustgrave: Remove deprecated moved_files entries in coredocsIssue #3418489 by ahsannazir, m4olivei, patrickfgoddard, Amandeep123, adwivedi008, ckrina, Kanchan Bhogade, rkoller, xjm, smustgrave, baluv3, kostyashupenko, plopesc, finnsky: Choose an icon for the Announcements linkdocsIssue #3447206 by pdureau: Add pdureau as a co-maintainer for the Theme API with a focus on SDCdocsIssue #3350947 by camilledavis, smustgrave, mgifford: "Skip to main content" link skips over content that is essential to the page, banner role should be for global contentchoreIssue #3447487 by e0ipso: Add e0ipso as a co-maintainer of core theme system with focus on SDCfixIssue #3446807 by quietone, divya.sejekan, smustgrave: Put 'Not supported' update status on the correct side of the pagefixIssue #3432827 by longwave: Use tagged iterator in plugin.cache_clearer instead of a lazy servicefixIssue #3446504 by Utkarsh_33, smustgrave, Tom Konda: Mismatch between implementation and description for Drupal.Message.prototype.remove()docsIssue #3439580 by dipakmdhrm, balagan, Shriaas, catch, BramDriesen, nicxvan: Make drupal.tableheader only use CSS for sticky table headersrevertRevert "Issue #3208247 by sukr_s, smustgrave, alexpott, Nikolay Shapovalov, orb, catch, quietone, pwolanin: After deleting a translated article, search wants to reindex it"fixIssue #3449302 by catch: core.libraries.yml mis-implements moved_files syntaxfixIssue #3228350 by scott_euser, asirjacques, smustgrave, longwave, catch, alexpott, quietone, wotnak: oEmbed resource fetcher should allow adjusting timeoutfixIssue #3208247 by sukr_s, smustgrave, alexpott, Nikolay Shapovalov, orb, catch, quietone, pwolanin: After deleting a translated article, search wants to reindex itfixIssue #3449214 by alexpott, nicxvan: A revert has cause cspell to fail due to the word yarharrevertRevert "Issue #3445847 by mstrelan: PHPUnit 10 behaves differently when invoked outside web root"fixIssue #3445847 by mstrelan: PHPUnit 10 behaves differently when invoked outside web rootfixIssue #3298580 by Utkarsh_33, Eduardo Morales Alberti, smustgrave, Akram Khan, skipper-vp, bnjmnm: Claro details component does not have the right classfixIssue #3446357 by mglaman, Gauravvvv, finnsky, smustgrave, mherchel: Fix overflow visibility for wrapper content in navigation CSSfixIssue #3424162 by camilledavis, dineshkumarbollu, smustgrave: Claro highlighted row not communicated to keyboard usersdocsIssue #3425104 by finnsky, catch, smustgrave: Umami views should use responsive gridfixIssue #3445033 by finnsky, smustgrave: Replace dialogContentResize jQuery event with CustomEventdocsIssue #3374464 by luenemann, Utkarsh_33, vpa24, jennypanighetti, smustgrave, bnjmnm: Claro CSS for dropbutton items adds large gap of white spacefixIssue #3439017 by catch, smustgrave: Umami page.tpl.php breaks block placeholdersrefactorIssue #3446116 by sjothivelu, m4olivei, plopesc: Rename UserNavigationBlock to NavigationUserBlock for class name consistencyfixIssue #2941189 by DanielVeza, longwave, smustgrave, xjm, tim.plunkett: Confirmation form for disabling per-entity layout overrides shows a success message and should notfixIssue #3446381 by tim.plunkett, smustgrave, sarahjean: SDC's discovery has overly lenient regexfeatIssue #3172550 by bradjones1, DuaelFr, alexpott, smustgrave, longwave: Register Drupal's mime type guesser the Symfony MimeTypes serviceperfIssue #3448487 by catch: CoreRecipesTest is slowfixIssue #3444232 by andypost, smustgrave: [8.4] Fix implicitly nullable type declarations for phpstan job (manual ones)featIssue #2868384 by RoSk0, poker10, tuutti, rgeerolf, sokru, jofitz, pooja saraah, cilefen, catch, ThomWilhelm, larowlan, quietone: Allow the session name suffix to be configurabletestIssue #3440837 by sime: Test setup should copy default.settings.php/services.yml from assetsdocsIssue #3448097 by Spokje: Support and recommend Symfony 7.1.0-RC1 for Drupal 11.0.0-beta1fixIssue #3385934 by phthlaap, joegraduate, useernamee, alexpott: The configuration synchronization page encounters errors when core.extension.yml is missing in the config/sync directoryfixIssue #3448036 by mikelutz: InstallerTranslationExistingFileTest fails on 11.x branchfixIssue #3447198 by phenaproxima, alexpott, nicxvan, larowlan: RecipeCommand mistakenly tries to apply a recipe even if you don't give it a valid directoryfixIssue #3447307 by longwave, catch, quietone: Remove remaining deprecated code from Drupal 11fixIssue #3445184 by plopesc, matthieuscarset, m4olivei: Fatal error when accessing Navigation Blocks on a minimal profile installation because of the Shortcut blockchoreIssue #3439591 by quietone, mstrelan, pradhumanjain2311, andypost, catch, mfb, longwave, coaston, penyaskito: Add composer dependency on ext-zlibfixIssue #3447472 by larowlan, quietone: Update to jquery UI 1.14.0 betachoreIssue #3447292 by longwave, quietone: Update Composer dependencies for 11.0.0-beta1featIssue #3447210 by alexpott, jnicola: Move RecipeDiscovery into RecipeConfiguratorfeatIssue #3447072 by thejimbirch, alexpott, phenaproxima: Add 'recipe system' and 'default content system' subsystems and update Maintainers.txtdocsIssue #3447191 by longwave, xjm, quietone: Support and recommend Symfony 7.1.0-BETA1 for Drupal 11.0.0-beta1fixIssue #3446967 by kim.pepper, alexpott: [11.x] Remove deprecated methods in InputStreamUploadedFilefixIssue #3446962 by kim.pepper: Remove incorrectly added InputStreamUploadedFile::supportsMoveUploadedFile()docsIssue #3446577 by mondrake: Prepare test docblocks for annotation conversion to attributesdocsIssue #3371937 by yash.rode, Abhijith S, smustgrave, fgm: Theme declaration and templates mismatch for feed_iconfixIssue #3071446 by marcvangend, Kirst25, dcam, guptahemant, Lendude, nod_: Remove invalid iframe attributes from oembed field formattertestIssue #3443748 by NexusNovaz, smustgrave: Testcase creates false positivedocsIssue #3446542 by mondrake: Replace @before*|@after* test annotations with attributesrefactorIssue #3444748 by kim.pepper, bbrala, andypost: Refactor JSON-API file uploads to use FileUploadHandlerchoreIssue #3439522 by longwave, adwivedi008, quietone, smustgrave: Update JavaScript dependencies for Drupal 10.3/11.0fixIssue #3427374 by danflanagan8, Vighneshh: taxonomy_tid ViewsArgumentDefault plugin doesn't add cache tagsfixIssue #3266160 by smustgrave, alex.skrypnyk, tannguyenhn, beatrizrodrigues, joachim, larowlan: Composer Scaffold plugin calls dispatch() instead of dispatchScript()fixIssue #3443117 by bbrala, longwave, quietone: Fix Drupal.Functions.MultiLineFunctionDeclaration coding standardfixIssue #3445950 by alexpott, tim.plunkett: \Drupal\Core\Plugin\DefaultLazyPluginCollection::setInstanceConfiguration() assumes that $configuration results in the same plugin instancefixIssue #3091003 by sukr_s, smustgrave, RaphaelBriskie, FeyP, borisson_: Changing a display's machine name while an attachment exist breaks ViewsfixIssue #3445274 by Gauravvvv, smustgrave: Navigation module offsets the Olivero skip link elementfixIssue #3443461 by Gauravvvv, Mithun S, finnsky, ckrina: escapeAdmin.js functionality should be removed(it not used anymore)docsIssue #3425692 by msandoval, bember, KarimB, Amirez, Lenenba, joachim, mradcliffe, julieelman, Farnoosh: development.services.yml should document that parameters are only shallow-mergedfixIssue #3446403 by edutrul, jnicola, mradcliffe: [name]: This field is missing for example recipetestIssue #3446378 by mglaman, catch: [random test failure] NavigationBlockUiTest::testNavigationBlockAdminUiPage failingfixIssue #3446340 by finnsky, rkoller: Fix z-indexfixIssue #3443835 by Gauravvvv, aronm, m4olivei, finnsky, dalin, javi-er: 'Help' tooltip is obstructed behind the navigation toolbar borderchoreIssue #3446258 by andypost: Remove core/scripts/drupal.shfixIssue #3445211 by catch, longwave, benjifisher, drumm, tobiasb: Composer tests fail because of invalid Drupal versionchoreRevert "Issue #3445211 by benjifisher, tobiasb: Composer tests fail because of invalid Drupal version"featIssue #3331229 by pminf, chadhester, zshrestha, hardikpandya, pratik, rogerpfaff, ultimike, xjm, mandclu, alexb7217: Use chaining for User::addRole() and ::removeRole()fixIssue #3443559 by mherchel, ckrina, finnsky, lauriii: Regression: Shortcuts menu flickers when the page is loadedfixIssue #3191727 by Santosh_Verma, Gauravvvv, imalabya, chetanbharambe, Harish1688, chetansonawane, lauriii, smustgrave, mherchel: Focus states on mobile second level navigation items can get cut off in OliverofixIssue #2990766 by camilledavis, Gauravvvv, mgifford: Location of "Skip to Main" link below admin toolbar in Claro is problematic for screen magnifier usersdocsIssue #3439646 by Tom Konda, smustgrave: Some of string comparisons should use String.prototype.startsWith() or String.prototype.endsWith()fixIssue #3446078 by mherchel, javi-er: Olivero content shift on page loaddocsIssue #3446107 by bbrala, andypost, xjm: Enforce null coalescing operator ?? instead of a ternary operator through phpcsfixIssue #3445896 by mstrelan, mondrake: PHPUnit\Runner\ErrorHandler::__construct is private since PHPUnit 11.1fixIssue #3445211 by benjifisher, tobiasb: Composer tests fail because of invalid Drupal versionrevertRevert "Issue #3445224 by catch, Gábor Hojtsy: Update composer metapackages"fixIssue #3445788 by andypost: [PHP 8.4] Fix phpstan job for ContentModerationConfigureEntityTypesFormfixIssue #3444978 by catch, Berdir: UserAuth BC layer is not working for modules that use it to provide email based loginsfixIssue #3445791 by balsama, phenaproxima: Language module hook_modules_installed should account for sites with no installation profile now that it is possible to install a site from a recipefixIssue #3444264 by andypost, alexpott, longwave: [PHP 8.4] ReflectionMethod constructor deprecated with one argumentchoreIssue #3417066 by mondrake, longwave, larowlan, alexpott, catch: Upgrade PHPUnit to 10, drop Symfony PHPUnit-bridge dependencyfeatIssue #3439923 by alexpott, longwave, thejimbirch, Wim Leers, phenaproxima, immaculatexavier, nedjo, bircher, deviantintegral, franz, narendraR, omkar.podey, srishtiiee, Rajab Natshah, millnut, mondrake, amateescu, larowlan, sonfd, tasc, vasike: Add recipes api as experimental API to corefixIssue #3443959: DialogRenderer::getTitleAsStringable() does not support all return types of TitleResolverInterface::getTitle()revertRevert "Issue #3396536 by fjgarlin, catch, kim.pepper: [random test failure] Re-enable AjaxTest::testAjaxFocus()"featIssue #1956134 by smustgrave, dawehner, larowlan, jibran, jbloomfield, lokapujya, Oscaner, elachlan, mgifford, olli, srilakshmier, Manuel Garcia, Nitin shrivastava, afeijo, alexpott, jgeryk, garphy, grisendo, jessebeach, xjm, joachim, tim.plunkett, andypost, Wim Leers, EclipseGc, damiankloip, benjy, klonos: Provide helpful editing links on "admin/structure/block" for deriver blocks (menu, views, block content, etc.)featIssue #3441920 by scott_euser, catch, smustgrave, quietone: Support #attached settings in ViewAjaxControllerfixIssue #3282598 by Gauravvvv, amit.mall, lalitware, pradhumanjain2311, Wim Leers: Claro should not hardcode decimal list style type for <ol>fixIssue #3266299 by Gauravvvv, stueybrock, smustgrave, rkoller, amietpatial, sahil.goyal, mgifford, ckrina, mherchel, andrewmacpherson, mikemai2awesome: Claro: Form labels that are disabled have too low color contrastfixIssue #3440223 by bronzehedwick, ahsannazir, jwitkowski79, adwivedi008: Incorrect padding on child menu itemsdocsIssue #3421175 by quietone, catch, Gábor Hojtsy, alexpott, smustgrave, longwave, daffie: Update INSTALL.txt and hook_requirements() etc. with remaining Drupal 11 platform requirementschoreIssue #3445224 by catch, Gábor Hojtsy: Update composer metapackagesfixIssue #3439909 by SolimanHarkas, vensires: Fix Taxonomy tests that rely on UID1's super user behaviorchoreBack to dev.choreDrupal 11.0.0-alpha1refactorIssue #3400366 by mondrake, alexpott, mglaman, longwave, Spokje: Remove DrupalComponentTestListenerTrait and replace with a PHPStan rulerefactorIssue #3401734 by kim.pepper, alexpott, larowlan, pradhumanjain2311: Refactor FileUploadResource to use FileUploadHandlerfixIssue #3445072 by longwave, Anybody: Improve "The libraries to include are encoded incorrectly" check and messagefixIssue #3444932 by bnjmnm, lauriii, nod_: Make libraries with JS internal, at least for betafixIssue #3445069 by lauriii: Remove unused floating UI library definitionfixIssue #3348390 by amateescu, s_leu, Grevil: Improve the way entity forms are "disabled" early when an entity is being edited in a workspacefixIssue #3443761 by amateescu: Workspace negotiators shouldn't be responsible for loading the negotiated workspace entityfeatIssue #3420983 by sorlov, godotislate, alexpott, quietone, kim.pepper, larowlan, mstrelan: Convert Layout plugin discovery to attributesfixIssue #3440993 by bbrala, bradjones1, larowlan, quietone: Improve JSON:API test failure messages to include errors when data is expectedfixIssue #3442395 by smustgrave, andypost, catch, Wim Leers: ckeditor5 and editor module test config exports/stubs rely on hook_editor_presave() bc layersfixIssue #3432632 by simohell, smustgrave, kostyashupenko, andypost: Collapsed nav-tabs status not exposed to screen readerfixIssue #3444512 by neclimdul, alexpott, smustgrave: Pager current page announced twicefixIssue #3055807 by ptmkenny, murilohp, vladimir.krupin, smustgrave, ankithashetty, yogeshmpawar, ravi.shankar, rensingh99, vikashsoni, axel80, alexpott: User created via /user/register?_format=json get blockeddocsIssue #3440114 by Gábor Hojtsy, andypost, catch, BramDriesen: Update PHP EOL dates based on updated PHP team decisionsfixIssue #3444566 by mondrake: Fix remaining deprecated string array keys in data sets returned by data provider methods that do not match the parameter namesfixIssue #3444587 by alexpott: Add CSS to prettier command and fix core/misc/jquery.form.js to be ignoredfixIssue #3441137 by catch, mherchel: BigPipe injecting Local Actions block creates large janky layout shift in ClarorefactorIssue #3422383 by longwave, mondrake: Convert remaining data providers to static methodsfixIssue #3427173 by mondrake, longwave, alexpott, catch: Replace calls to :::expectWarning*() in Drupal\Tests\Component\PhpStorage\FileStorageTestdocsIssue #3409048 by finnsky, alexpott, longwave, bnjmnm, andypost, nod_: Configure postcss formatting after stylelint and stylelint-config-standard updatefixIssue #3441392 by Binoli Lalani, smustgrave, andypost, quietone, pradhumanjain2311, longwave, catch: Removed deprecated code in Render systemfixRevert "Issue #3444264 by andypost: [PHP 8.4] ReflectionMethod constructor deprecated with one argument"fixIssue #3443866 by finnsky, markusVJH: The toggle button flickers on page loaddocsIssue #3440226 by sanisaha, adwivedi008, Rajan Kumar@2026, jwitkowski79, Kanchan Bhogade, smustgrave, finnsky, ckrina: Update color of submenu title textfixIssue #3443208 by smustgrave, andypost: Remove any missed deprecation code in modules and lib foldersrevertRevert "Issue #3440975 by kunal.sachdev, phenaproxima: Add validation constraints to system.mail"fixIssue #3390549 by finnsky, nod_, smustgrave, larowlan, catch, bnjmnm: Get rid of jQuery in dialog eventsfixIssue #3444264 by andypost: [PHP 8.4] ReflectionMethod constructor deprecated with one argumentfeatIssue #3440975 by kunal.sachdev, phenaproxima: Add validation constraints to system.mailfixIssue #3440044 follow-up by mondrake: Replace catch of PHPUnit\Framework\Error\Warning in MarkupInterfaceComparatorTestfeatIssue #3273461 by amateescu, smustgrave, alexpott: Add pagination to the workspace manage pageperfIssue #3444060 by longwave, catch, mondrake: Implement failed database statement events in performance test query loggingfixIssue #3443497 by smustgrave, mikelutz: Remove deprecated code from \Drupal\Core\CronfixIssue #3439907 by sukr_s, smustgrave, vensires, alexpott: Fix System tests that rely on UID1's super user behaviorfixIssue #3411308 by stefan.korn, ndf, amateescu: WorkspaceSubscriber service parameter $workspaceAssociation must be optionalfixIssue #3443535 by longwave: Change @dataprovider to static in SqlContentEntityStorageSchemaTestfeatIssue #3437319 by srishtiiee, narendraR, pradhumanjain2311, phenaproxima, Wim Leers: Add validation constraints to update.settingsfixIssue #3442167 by mondrake, xjm, larowlan: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Kernel testsfixIssue #3443493 by smustgrave, mikelutz, Gábor Hojtsy, catch, longwave: Remove deprecated code from lib/State and lib/SessionfixIssue #3443527 by godotislate, smustgrave: Setting empty URL when making embedded media a link in CKEditor5 causes JS errorsfeatIssue #2986005 by amateescu, longwave: Add the ability to mark (VBO) actions as workspace-safefixIssue #3443495 by smustgrave, mikelutz: Remove deprecated code from lib/Update, lib/Updated, and lib/ValidationfixIssue #3444135 by Wim Leers: [regression] [11.x] "validatable config" CI job no longer runs because Drupal 11 started requireing SQLite 3.45docsIssue #3399036 follow-up by Wim Leers, godotislate: CKEditor5PluginManager: use PHP attributes instead of doctrine annotationsfixIssue #3440220 by kostyashupenko, adelansari: Remove bottom radius on hover state of expanded sub menu itemfixIssue #3441124 by mherchel, nod_, smustgrave, xjm: Views UI action buttons create janky layout shift on page loaddocsIssue #3443869 by kostyashupenko, smustgrave: Add @file documentation to menu-region–footer.html.twig templatefixIssue #3443492 by smustgrave, quietone, mikelutz: Remove deprecated code from lib/RoutingfixIssue #3444184 by mondrake: Remove dead KernelTestBase::stop() methodfixIssue #3442766 by smustgrave, quietone, mikelutz, catch: Remove deprecated code from bootstrap and lib/Controller, lib/ConfigfixIssue #3444040 by plopesc: Navigation render array is completely generated, even if the navigation bar is not renderedfixIssue #3101552 by Berdir, Primsi, Nikhil_110, smustgrave: Make FileItem translations synchronisablefixIssue #3443487 by smustgrave: Remove deprecated code from lib/EventSubscriber and lib/FieldrefactorIssue #3443494 by smustgrave: Remove deprecated code from lib/Test and lib/TypedDatarevertRevert "Issue #3441434 by narendraR, Wim Leers: Add validation constraints to core.menu.schema.yml"docsIssue #3441434 by narendraR, Wim Leers: Add validation constraints to core.menu.schema.ymlchoreIssue #3443567 by longwave: Update CKEditor 5 to 41.3.1fixIssue #3444022 by andypost: [8.4] Fix implicitly nullable type declarations in core/lib/Drupal/ComponentfixIssue #3444028 by andypost: [8.4] Fix implicitly nullable type declarations in core/includesfixIssue #3443915 by plopesc, mherchel: Font for navigation is preloaded in header even when navigation bar is not loadedfixIssue #3436490 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - Step 3docsIssue #3399036 by godotislate, quietone, Wim Leers, kim.pepper, Keshav Patel, smustgrave, alexpott, larowlan: CKEditor5PluginManager: use PHP attributes instead of doctrine annotationsfixIssue #2638686 by solideogloria, garphy, loziju, smustgrave, roderik, Berdir, dww, catch, Wim Leers: Correctly handle cache data instead of throwing an Exception in EarlyRenderingControllerWrapperSubscriber()docsIssue #3443709 by quietone: Enable Drupal.NamingConventions.ValidVariableName.LowerCamelNamechoreIssue #3422915 by magaki, karanpagare, joachim, alexpott, Keshav Patel, smustgrave, Aguillet: Deprecate Drupal\locale\Locale and its one methodfixIssue #3443886 by longwave: Remove deprecated code from MarkupInterfaceComparatorperfIssue #3443108 by catch: Optimize AssetResolver cachingdocsIssue #3443867 by kekkis, YevKo: Add @file documentation to navigation.html.twig layout templatedocsIssue #3441782 by dineshkumarbollu, Tom Konda: JSDoc for ajax command "changed" is incorrectfixIssue #3443899 by julilan, smustgrave: menu_heading_id variable is not set in menu-region–footer.html.twigfixIssue #3440044 by longwave, quietone, Binoli Lalani, mondrake: Replace catch of PHPUnit\Framework\Error\Warning in MarkupInterfaceComparatorTestrevertRevert "Issue #3443493 by smustgrave, Gábor Hojtsy, mikelutz: Remove deprecated code from lib/State and lib/Session"fixIssue #3443493 by smustgrave, Gábor Hojtsy, mikelutz: Remove deprecated code from lib/State and lib/SessionfixIssue #3409505 by sakiland, wendell, malik.kotob, darko_antunovic, KlemenDEV, longwave, Taran2L, tyler36, smustgrave, jhedstrom, mindaugasd: [regression] Uncaught TypeError: Cannot read properties of null (reading 'style') (toolbar.js)fixIssue #3440043 by mondrake, longwave, larowlan, alexpott: Stop triggering a warning in MySQL's TransactionManager rollbackdocsIssue #3443868 by Linh Le, YevKo: Add documentation to arrow-navigation.jsfixIssue #3225621 by sagarchauhan, andy-blum, marcusvsouza, kostyashupenko, alextran, yogeshmpawar, lauriii, nod_, Chi, adelansari: Use media query event listener instead of a listener on the resize eventtestIssue #3443255 by mikelutz: [random test failure] MigrationTest::testMigrationDependenciesInConstructorfixIssue #3441615 by SKAUGHT, mErilainen, kekkis: navigation_theme() loads 'extension.list.module' for no purposechoreIssue #3438895 by finnsky, larowlan, plopesc, m4olivei, ckrina, mherchel, catch, alexpott, nod_, deviantintegral, jwitkowski79, nod_, jponch, jwitkowski79, rkoller, Ana Barcelona, YurkinPark, finnsky, javi-er, alvarito75, ctrlADel, AaronMcHale, Emma Horrell, akshayadhav, claireristow, baluv3, bronzehedwick, NikMis, deviantintegral, hot_sauce, kostyashupenko, gnuschichten, keyboardcowboy, gdd, silviu, Prashant.c, ehsann_95, pjudge, rkoller, Shreya_th, starshaped, bal krishna, meeni_dhobale, mherchel, johnpicozzi, chetan_, saschaeggi, markie, iro, abhishek_gupta, vensires, KurtTrowbridge, hooroomoo, Utkarsh_33, Svitlana, starshaped, KeyboardCowboy, benjifisher, ahsannazir, tim.plunkett, tedbow, flanneryla, Anandt846, Kanchan Bhogade, SKAUGHT, joaopauloc.dev, Silviu S., q0rban, rabbitlair, bnjmnm, Mithun S, Akhil Babu, gaurav_manerkar, dead_arm, YurkinPark, lauriii, sani, chetan 11, DieterHolvoet, Gábor Hojtsy, jwilson3, marcelreimer: Add the new Navigation to core as an Experimental modulerefactorIssue #3057070 by joachim, Pancho, nicxvan: Refactor ImageFieldCreationTrait to support entity types other than nodesfixIssue #3443533 by longwave, mondrake: Change @dataprovider to static in EntityStorageBaseTestfixIssue #3443537 by longwave, mondrake: Change @dataprovider to static in CallableResolverTestfixIssue #3443479 by smustgrave: Remove deprecated code from Access, Ajax, and AssetfixIssue #3441394 by quietone, smustgrave, pradhumanjain2311, catch: Remove deprecated code in utilitiesfixIssue #3443536 by longwave: Change @dataprovider to static in LoggerChannelTestdocsIssue #3413657 by quietone: Update COPYRIGHT.txt for 2024fixIssue #3439917 by sukr_s, smustgrave, adwivedi008, alexpott, vensires, quietone: Fix Views tests that rely on UID1's super user behaviorfeatIssue #3439620 by omkar.podey, narendraR: Add validation constraints to system.advisoriesfixIssue #3443491 by smustgrave: Remove deprecated code from lib/Password and lib/PluginfixIssue #3443490 by smustgrave: Remove deprecated code from lib/Logger and lib/MenurefactorIssue #3443489 by smustgrave: Remove deprecated code from lib/Installer and lib/KeyValueStorefixIssue #3443488 by smustgrave: Remove deprecated code from lib/Flood and lib/FormrefactorIssue #3443486 by smustgrave: Remove deprecated code from lib/Batch and lib/DatetimefixIssue #3439914 by pradhumanjain2311, sukr_s, vensires, smustgrave: Fix User tests that rely on UID1's super user behaviorfixIssue #3443215 by nicxvan: Remove Book usage from UmamifixIssue #3443276 by mondrake: Remove dead code from ConnectionfixIssue #3443530 by longwave: Change @dataprovider to static in BackendCompilerPassTestfixIssue #3443551 by andypost: Removed deprecated code in toolbar modulefixIssue #3443528 by longwave: Change @dataprovider to static in TitleResolverTestfixIssue #3443515 by longwave: Change @dataprovider to static in MenuAccessControlHandlerTestfixIssue #3443517 by longwave: Change @dataprovider to static in FileCacheFactoryTestfixIssue #3443524 by longwave: Change @dataprovider to static in ConditionAccessResolverTraitTestfixIssue #3436954 by longwave, smustgrave: Remove state_cache setting in Drupal 11fixIssue #3442530 by smustgrave, andypost, quietone: Update contextual module deprecation for removal in 12.0featIssue #3420981 by kim.pepper, quietone, mstrelan, Berdir, alexpott: Convert FieldType plugin discovery to attributesfixIssue #3443049 by nicxvan, Arun.k, longwave, alexpott: Remove deprecations in SiteConfigureFormfixIssue #3442713 by smustgrave, catch, Binoli Lalani, longwave: Remove deprecated code from the entity systemfixIssue #3443037 by alexpott, catch, kristiaanvandeneynde, Taran2L, longwave: Super user access policy and the installerdocsIssue #3443214 by nicxvan: Update comments to not reference Book since it has been removedperfIssue #3442259 by catch, quietone, dww: Reduce time of Migrate Upgrade tests by not outputting the logs by defaultfixIssue #3442162 by catch, smustgrave: Remove redundant hook_ENTITY_TYPE_presave() and ViewsConfigUpdater methodsfixIssue #3443211 by nicxvan, smustgrave: Update cspell.json to remove references to extensions no longer in corerefactorIssue #3443205 by andypost, smustgrave: Remove deprecated code from migration modulesfixIssue #3443206 by smustgrave: Remove deprecated code from search and options modulesfixIssue #3443203 by smustgrave, andypost: Remove deprecated code from menu link content modulefixIssue #3443198 by andypost, smustgrave, catch: Remove deprecated code from phpPass + bigpipefixIssue #3443300 by mondrake: Fix remaining return*() methods of class PHPUnit\Framework\TestCase deprecated in PHPUnit 10fixIssue #3443026 by longwave: Change @dataprovider to static in MenuAccessControlHandlerTestfixIssue #3442976 by smustgrave, andypost: Remove deprecations from ckeditor5, editor, and filter modulesfixIssue #3443197 by smustgrave: Remove deprecated code from config moduledocsIssue #3369099 by longwave, mondrake, smustgrave: [PHPUnit 10] Provide a static alternative to @dataproviders using PHPUnit mocks in ProtectedUserFieldConstraintValidatorTestfixIssue #3443201 by smustgrave: Remove deprecated code from media modulefixIssue #3443200 by smustgrave: Remove deprecated code from field + datetime modulesfixIssue #3443248 by alexpott: Can't log out on translated site in tests - causes issues for 10.3 umami testfixIssue #3443202 by andypost, smustgrave: Remove deprecated code from help + history modulesfixIssue #3443199 by smustgrave, andypost: Remove deprecated code from content translations + localerevertRevert "Issue #3443049 by nicxvan, Arun.k: Remove deprecations in SiteConfigureForm"fixIssue #3443049 by nicxvan, Arun.k: Remove deprecations in SiteConfigureFormfixIssue #3423920 by DanielVeza, smustgrave, acbramley, bradallenfisher, larowlan, alexpott: Custom Blocks with Layout Builder Enabled No Longer Use Front End ThemefixIssue #3442864 by dww, catch: [regression] 404 for misc/throbber-active.gif / misc/loading-small.gifffixIssue #3439981 by fago, ericgsmith, petar_basic, acbramley: Uploading a file to media library flushes theme registryfixIssue #3414398 by catch, Berdir: AssetResolver::getJsAssets() and AssetResolver::getCssAssets() can repeatedly try to calculate the same set of assetsfixIssue #3442763 by smustgrave: Remove deprecated code in RandomGeneratorTrait.phpfixIssue #3416700 by catch, penyaskito, lamp5: Handle invalid compressed ajax_page_state more gracefullyfixIssue #3442532 by smustgrave, andypost, pradhumanjain2311, quietone: Removed deprecated code in views modulefixIssue #3432882 by kim.pepper, Satane, andypost, alexpott, longwave: Remove deprecated code in File modulefixIssue #3439871 by SolimanHarkas, vensires: Fix Help tests that rely on UID1's super user behaviorfixIssue #3432868 by smustgrave, obsidian_, longwave, quietone, mstrelan, catch: Remove deprecated code from user modulefixIssue #3439369 by fromme, quietone, pradhumanjain2311, smustgrave, alexpott: Remove deprecated code in migration systemfixIssue #144538 by acbramley, tuutti, Damien Tournoud, alexpott, solideogloria, Xano, TwoD, damiankloip, smustgrave, pameeela, deviantintegral, L_VanDamme, daften, karishmaamin, g.oechsler, larowlan, klausi, sun, Fabianx, andypost, dawehner, kwinters, greggles, Wim Leers, grendzy, pwolanin, alexanderpas, drumm, Chi: User logout is vulnerable to CSRFfixIssue #3437839 by catch, Luke.Leber, thejimbirch: Only send libraries with aggregate URLs that have the aggregate type includedfixIssue #1561214 by mfb, sun, fietserwin, drzraf, sdrycroft, nicxvan: Bootstrap sets C locale, but does not set UTF-8 character encodingrefactorIssue #3442660 by catch, smustgrave: Remove deprecated code from jsonapi and serialization modulesfixIssue #3442697 by smustgrave, catch: Remove deprecated code from update modulefixIssue #3442693 by catch, smustgrave: Remove deprecated code from path_alias modulefixIssue #3442365 by catch, Sandeep Sanwale: Removed deprecated code in taxonomy modulefixIssue #3442361 by catch, smustgrave: Remove deprecated code from field_uifixIssue #3439831 by thebumik, pradhumanjain2311, vensires: Fix Config tests that rely on UID1's super user behaviorrefactorIssue #3238868 by ahsannazir, smustgrave: Refactor some uses of the jQuery parents function to use vanillaJSfixIssue #3343153 by samit.310@gmail.com, andypost, smustgrave, alexpott: Remove deprecated code from \Drupal\Core\UrlchoreIssue #3423975 by smustgrave, quietone, catch, kostyashupenko, lauriii: Remove Book modulechoreIssue #3442286 by catch, longwave, quietone, alexpott: Deprecate and remove shepherd.jsfixIssue #3425294 by thhomas, longwave, saurabh rawat, quietone, mstrelan: Remove deprecations for UrlGenerator methodsfixIssue #3442297 by mondrake: Change @dataprovider to static in DrupalComponentTestfixIssue #3442399 by catch: Remove deprecated code/bc layers from workspaces modulefixIssue #3438771 by amateescu, Michelle, smustgrave: Newly added menu links are invisible until publishedfixIssue #3307519 by amateescu, Darren Oh, s_leu, catch: The toolbar workspace switcher is not redirecting to the current pagefixIssue #3442176 by catch, dww: DateRangeFieldTest should not use a data providerfixIssue #3442295 by mondrake: Change @dataprovider to static in YamlTestBasefixIssue #3442303 by mondrake: Fix return typehinting for MediaMappingsConstraintValidator::validate()fixIssue #3341092 by quietone, catch: Remove Statistics from corefixIssue #3440424 by alexpott: Inconsistent behaviour with drupalGet() when site is installed in a subdirectorydocsIssue #3441660 by longwave: [PHPUnit 10] Provide a static alternative to @dataproviders using PHPUnit mocks in MailHandlerTestdocsIssue #3442189 by catch: Update the list of removed modules in system.installchoreIssue #3261653 by Spokje, catch, larowlan, quietone, kim.pepper, smustgrave, andypost, lauriii: Remove Forum modulefeatIssue #3208390 by amateescu, s_leu, Fabianx, tim.plunkett, xjm, smustgrave, alexpott, catch, joachim, EclipseGc: Add an API for allowing modules to mark their forms as workspace-safefixIssue #3439925 by simonbaese, smustgrave, vensires: Fix Core tests that rely on UID1's super user behaviorchoreIssue #3413917 by quietone, smustgrave, catch, andypost: Deprecate the Statistics modulechoreIssue #3422600 by smustgrave, Spokje, quietone, catch, larowlan, lauriii, Wim Leers: Remove Tour modulefixIssue #3442172 by pradhumanjain2311, catch: Remove the 9.4 database dump fixtures from 11.xfeatIssue #3419186 by Ruturaj Chaubey, phthlaap, balintpekker, smustgrave: Add a hook_ENTITY_TYPE_form_mode_alter()choreIssue #3261452 by Spokje, andypost, naveenvalecha, quietone, smustgrave: [11.x] Remove tracker module from corefixIssue #3432134 by andypost, catch: Remove Action UI modulechoreIssue #3439769 by quietone, catch: Remove all the pre-10.3.0 updates hooksfixIssue #3441718 by mondrake: Fix string array keys in data sets returned by data provider methods that do not match the parameter names in Unit testsfeatIssue #3414563 by quietone, catch, smustgrave, andypost, Spokje: Add new 10.3.x database dump fixtures, without modules deprecated for removal in 11.xfixIssue #3439905 by SolimanHarkas, thebumik, smustgrave, pradhumanjain2311, vensires, alexpott: Fix Shortcut tests that rely on UID1's super user behaviorfeatIssue #3411839 by catch, Spokje, smustgrave, Gábor Hojtsy: [11.x] Update to jQuery 4.0.x betadocsIssue #3441727 by quietone: Document update fixture drupal.broken.xmlfixIssue #3441844 by catch: Set budgets rather than exact numbers of asset size assertionsfeatIssue #3437325 by narendraR, phenaproxima, alexpott, Wim Leers: Add validation constraints to system.daterefactorIssue #3205912 by quietone, kunal.sachdev, tedbow: Move duplicate code in testNormalUpdateAvailable to a new methodfixIssue #3439892 by SolimanHarkas, pradhumanjain2311, vensires: Fix Language tests that rely on UID1's super user behaviorfixIssue #3440170 by mxr576, quietone, smustgrave, longwave, larowlan: Forked DocParser incorrectly parses ::class notationsperfIssue #3441331 follow-up:wq: Update to Twig 3.9featIssue #3417363 by narendraR, Wim Leers, catch, phenaproxima, alexpott: Add validation constraints to field_ui.settingsfixIssue #3441755 by longwave: Change @dataprovider to static in ContextHandlerTestfixIssue #3441331 by andypost, longwave, Spokje, xjm: Update to Twig 3.9refactorIssue #3239139 by shubh_, Theresa.Grannum, alexpott: Refactor (if feasible) uses of the jQuery animate function to use Vanilla/nativefixIssue #3346218 by Kaushik1216, Harlor, urvashi_vora, xjm, pradhumanjain2311, nayana_mvr, smustgrave, larowlan, catch: Status message on comment edit is 'Your comment has been posted.'fixIssue #3368713 by mondrake, longwave, Spokje, smustgrave, quietone, larowlan: Change @dataprovider to static in CommentLinkBuilderTestfeatIssue #3365367 by bernardm28, finnsky, smustgrave, mherchel: Convert Olivero's teaser into a single directory componentfixIssue #3278625 by catch, Taran2L: Remove jquery.tabbable.shimfixIssue #3441386 by quietone: Remove deprecated code in Drupal\Component\PhpStoragefixIssue #3439824 by quietone: Remove deprecated code from assertion, eventdispatcher and plugin componentsfixIssue #3432867 by catch, Satane, quietone: Removed deprecated code in core/tests/Drupal/KernelTestsfixIssue #3440959 by Sandeep Sanwale, Gauravvvv, sourojeetpaul, smustgrave: Close icon is ovrlapping the title text in modal in clarofixIssue #3296098 by catch, finnsky, smustgrave: Removal :tabbable usage in dialog.jsfixIssue #3441388 by quietone: Remove deprecated code in Drupal\Component\SerializationfixIssue #3441477 by quietone, kunal.sachdev: Remove tag element from semver_test release history fixturesfixIssue #3112962 by tedbow, quietone: Core compatibility messages on contrib available updates should consider supported branchesdocsIssue #3436136 by dineshkumarbollu, joachim: Improve documentation for OptionsRequestSubscriberfeatIssue #3439527 by acbramley, smustgrave, alexpott: Add type hints to WebAssert::address* and cleanUrlfeatIssue #3389688 by kim.pepper, smustgrave, alexpott, quietone: Add a trait to get file upload location from a field definitionfixIssue #1766338 by vasike, John Pitcairn, sagesolutions, jenlampton, ckaotik, andyanderso, SoulReceiver, Krzysztof Domański, liquidcms, smustgrave, luenemann, sorin.eugen, dawehner, xenophyle, Lendude, zebda, pameeela, longwave, alison: Incorrect filter group OR behavior, LEFT JOIN changed to INNER JOINfixIssue #3439924 by SolimanHarkas, vensires: Fix Minimal profile tests that rely on UID1's super user behaviorfixIssue #3439899 by SolimanHarkas, vensires: Fix Menu tests that rely on UID1's super user behaviordocsIssue #3127168 by quietone, tedbow, dww: Create contrib Update test for legacy to semver releasesfixIssue #3227518 by kunal.sachdev, quietone, tedbow, ravi.shankar, gisle, phenaproxima: Never show a "Not supported!" version as "Recommended"fixIssue #3295078 by quietone, dww, AaronMcHale, Anybody, benjifisher, andregp, shaal, rkoller, xjm, worldlinemine, simohell: Fix the label and description of the new "view update notifications" permissionchoreIssue #3088643 by amateescu, Gábor Hojtsy, catch, smustgrave: Mark Workspaces as a stable core moduledocsIssue #3439671 by catch, alexpott: StandardPerformanceTest::testAnonymous is hard to get to pass locallyfixIssue #3440041 by quietone, mondrake: Log warning for an invalid view display in \Drupal\views\ViewExecutable::setDisplayfixIssue #3439894 by SolimanHarkas, vensires: Fix Locale tests that rely on UID1's super user behaviorfeatIssue #3280279 by AleexGreen, Wim Leers, sandeepraib, kim.pepper, smustgrave, alexpott, quietone, pradhumanjain2311, bruno.bicudo, longwave, claudiu.cristea, larowlan: Allow sites to programmatically opt in to accept more image type uploads in CKEditor 5: TIFF, SVG…fixIssue #3158130 by longwave, Berdir, voleger, mayurjadhav, ranjith_kumar_k_u, pratik, smustgrave, acbramley: Many calls to ContextRepository::getAvailableContexts() due to entity upcastingrevertRevert "Issue #3439844 by ivnish, KrakenBite, larowlan, smustgrave: Add setting to move comment form after comments"fixIssue #3439830 by thebumik, alexpott, pradhumanjain2311, vensires, smustgrave, kristiaanvandeneynde, larowlan: Fix Comments tests that rely on UID1's super user behaviorfeatIssue #3439844 by ivnish, KrakenBite, larowlan, smustgrave: Add setting to move comment form after commentsfeatIssue #3436936 by SandeepMahlawat, Gauravvvv, smustgrave, catch: Claro should use libraries-extend for views_ui.cssfixIssue #3440878 by adwivedi008, mondrake: Fix return typehinting for LangcodeRequiredIfTranslatableValuesConstraintValidator::validate()fixIssue #3439904 by thebumik, pradhumanjain2311, smustgrave, kristiaanvandeneynde, vensires, alexpott, larowlan: Fix Path tests that rely on UID1's super user behaviorfixIssue #3427174 by longwave, quietone, dineshkumarbollu, mondrake, alexpott: Throw exception when calling NestedArray::setValue() when parents reference a non-array value instead of causing a PHP errorfixIssue #3440039 by samit.310@gmail.com, quietone, smustgrave, catch, mondrake: Log warning when relatable resource type references a missing entity type / bundle instead triggering E_USER_WARNINGfixIssue #3440038 by longwave, quietone, mondrake, catch: ImageItem logs an warning instead of triggering an E_USER_WARNINGdocsIssue #3420972 by quietone, andypost, smustgrave, catch, daffie: Add testing wtih SQLite 3.45featIssue #3432874 by acbramley, catch, alexpott: Replace "Expose all fields as blocks to Layout Builder" configuration with a feature flag modulefixIssue #3323317 by amateescu, vladimir_kriukov, smustgrave, alexpott: Revision metadata is not updated when a workspace is merged into its parentfeatIssue #3324560 by alexpott, mstrelan, dimitriskr, xjm, longwave, catch: Replace strpos/substr with str_starts_with() / str_contains() / str_ends_with()featIssue #3439932 by phenaproxima, narendraR, Wim Leers, larowlan: Add validation constraints to system.image and system.image.gdfixIssue #3280679 by quietone, Wim Leers: Remove legacy attributes, add supported_branches and consistently name update.module's XML fixturesfixIssue #3271688 by smustgrave, larowlan, phenaproxima, borisson_, ravi.shankar, dianacastillo, TimoZura: Remove source from media mappingsdocsIssue #2827897 by quietone, danflanagan8, mikelutz, smustgrave, mikeryan, osopolar, xurizaemon, benjifisher: Update documentation for handling dots in the static_map plugindocsIssue #3221516 by quietone, himanshu_jhaloya, smustgrave, Lendude, joachim: Improve documentation for $old_destination_id_values in MigrateDestinationInterfacerefactorIssue #3437566 by mondrake, longwave, catch, smustgrave, alexpott: Refactor trigger_error in TypedConfigManagerfixIssue #3427171 by samit.310@gmail.com, mondrake, longwave, smustgrave, Spokje, catch, quietone: Replace calls to ::expectWarning*() in Drupal\Tests\user\Kernel\Views\HandlerFilterRolesTestchoreIssue #3437335 by fromme, catch: Remove web.config from 11.xchoreIssue #3439525 by pradhumanjain2311, quietone, smustgrave: Update composer dependencies for Drupal 11.0fixIssue #3412641 by catch, alexpott: OpenTelemetryNodePagePerformanceTest::testNodePageHotCache() is not hot enoughfeatIssue #3427564 by phenaproxima, Wim Leers, alexpott, omkar.podey, Berdir, smustgrave, larowlan: Requirelangcode: …only for simple config that contains translatable valuesfixIssue #3437178 by immaculatexavier, quietone, smustgrave, alexpott: Simplify getLegacyDrupalVersion()featIssue #3001496 by jonathanshaw, SmovS, Prashant.c, ptmkenny, smustgrave, manish-31, alexpott, bojanz, tedbow, elber, Berdir, quietone: Add an alter hook to EntityQuerydocsIssue #3439738 by mondrake, longwave: Change remaining Jsonapi module test dataproviders to staticfixIssue #3440523 by narendraR: Remove duplicatethefrom codefixIssue #3419690 by longwave, mondrake, immaculatexavier, alexpott: Find an alternative to trigger_error in Drupal\Core\Database\Query\Condition::compilefixIssue #3440000 by amateescu, smustgrave: Fix Workspaces' hidden dependency on the path_alias modulefeatIssue #3422872 by kunal.sachdev, Wim Leers: Add validation constraints to contact.settingsrevertRevert "Issue #3439800 by mstrelan: Standardize location of test modules"fixIssue #3440175 by mondrake: core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php is failing in HEADfixIssue #3440180 by mondrake: Fix wrong getStatus() call in MenuAccessTestdocsIssue #3440115 by mondrake: Change remaining File module test dataproviders to staticfixIssue #3439893 by thebumik, vensires: Fix Layout Builder tests that rely on UID1's super user behaviordocsIssue #3440176 by mondrake: Change remaining Media module test dataproviders to staticfixIssue #3439766 by markusVJH, quietone: Removed unused update test fixturesdocsIssue #3439800 by mstrelan: Standardize location of test moduleschoreIssue #3303557 by Binoli Lalani, quietone, catch, Tom Konda, smustgrave: Deprecate and remove the AJAX replace methoddocsIssue #3439446 by Gábor Hojtsy, nod_, ckrina, justafish: Promote Cristina Chumillas, Sally Young and Théodore Biadala from provisional to full Drupal Core Frontend Framework ManagersfixIssue #3272629 by kelly.m.jacobs, alexpott, Abhijith S, imclean, heni_deepak, azinck: Media Library widget display doesn't return to first page on applying filtersfixIssue #3000749 by amateescu, s_leu, dragos-dumi, tim.plunkett, jeremylichtman, smithmilner, velocis: Layout builder overrides on a single content item not allowed in a workspacedocsIssue #3440087 by dww: Update CacheTagOperation enum to use UpperCamelCasefixIssue #3439829 by thebumik, dimitriskr, vensires: Fix Blocks tests that rely on UID1's super user behaviorfixIssue #3437623 by alexpott, kim.pepper, sakthi_dev: \Drupal\file\Upload\FileUploadHandler::handleFileUpload() should alway check that the uploaded file is validfixIssue #3427178 by mondrake, longwave: Replace calls to ::expectWarning*() from Drupal\Tests\Core\Security\DoTrustedCallbackTraitTestfixIssue #3439647 by catch: Skip query string compression if zlib extension isn't availabledocsIssue #3439493 by mondrake: Change remaining Forum module test dataproviders to staticfixIssue #3439922 by amateescu, vensires: Fix Workspaces tests that rely on UID1's super user behaviordocsIssue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel testsfixIssue #3427172 by mondrake, longwave: Replace calls to ::expectWarning*() from Drupal\KernelTests\Core\Config\ConfigInstallTestfixIssue #2786735 by recrit, eiriksm, ranjith_kumar_k_u, immaculatexavier, ravi.shankar, zaporylie, smustgrave, TrevorBradley, johnle, GaëlG, jefuri, alexpott, poker10: Image derivative generation does not work if effect "Convert" in use and file stored in private filesystemfixIssue #3402713 by mstrelan, smustgrave, dww: Fix strict type errors: miscellaneous fixes in core Kernel testsperfIssue #3117410 by jungle, longwave, alexpott, andypost, Kristen Pol, daffie: Use an optimised autoloader in testing (follow-up)docsIssue #3437783 by mfb, pradhumanjain2311: Use standardized SPDX license identifiersfixIssue #3439711 by nicxvan: Remove deprecated country call from 11.xfixIssue #3357565 by quietone, Bhanu951, pradhumanjain2311, smustgrave, catch: Remove remaining uses of string 'bartik' and 'seven' when referring to the removed themesdocsIssue #3427176 by mondrake, longwave: Replace calls to ::expectWarning*() from Drupal\Tests\Core\EventSubscriber\SpecialAttributesRouteSubscriberTestfixIssue #3438424 by catch, Berdir, alexpott, longwave: [random test failures] Race condition in state when individual keys are set with an empty cachefixIssue #3439440 by nicxvan, Binoli Lalani, longwave: Remove country support from DateFormatterfixIssue #3436814 by fromme, smustgrave: Use provider in ViewExecutable::hasUrl() instead of \Drupal::service()fixIssue #3438034 follow-up by alexpott: Fix Composer Scaffold plugin event listenersfeatIssue #540008 by kristiaanvandeneynde, Spokje, daffie, clayfreeman, alexpott, eelkeblok, michaelfavia, ianthomas_uk, zaporylie, johnwebdev, abhisekmazumdar, anmolgoyal74, greggles, quietone, shaal, catch, rivimey, AaronMcHale, Berdir, ndf, xjm, finne, Wim Leers, esolitos, heddn, webchick, Bojhan, andypost, efpapado, benjifisher, lauriii, Gábor Hojtsy, moshe weitzman, harings_rob: Add a container parameter that can remove the special behavior of UID#1fixIssue #3402294 by mstrelan, quietone, dww, smustgrave: Fix strict type errors: Convert FormattableMarkup to strings (complex replacement) in core Kernel testsdocsIssue #3420356 by dww, thursday_bw, Kanchan Bhogade, smustgrave, benjifisher, catch, alexpott: Add link to Update module documentation about installer settingsfixIssue #3251895 by Shabbir, rodrigoaguilera, ckrina: claro_form_views_ui_config_item_form_alter() assumes a suffix when there is a prefix leading to: Undefined index #suffix in $form['options']['value']fixIssue #2822890 by danflanagan8, Peacog, Lendude, quietone, smustgrave, AaronMcHale, benjifisher: Taxonomy vocabulary translation local task tab not shown in UIdocsIssue #3426506 by kim.pepper, smustgrave, mstrelan, alexpott: Create enums for File exists options and deprecate constsfixIssue #3438034 by tannguyenhn, adwivedi008, alex.skrypnyk, alexpott: Fix Composer Scaffold plugin event listenersfixIssue #3439439 by nicxvan, dww, longwave, andypost, quietone: Remove country setting from the installerrefactorIssue #3432183 by catch, andypost, longwave: Move system/base component CSS to respective libraries where they existdocsIssue #3439079 by mondrake: Change remaining Link module test dataproviders to staticfixIssue #3436963 by sheetal-wish, ivnish, sourojeetpaul, smustgrave, longwave: CKEditor 5 table cell vertical align "middle" doesn't workfixIssue #3419621 by dburiak, sijumpk, smustgrave, pameeela, alexpott: tablePositionSticky should not be called on a non-array variablefixIssue #2862702 by larowlan, hswong3i, mohit_aghera, perfectcu.be, markhalliwell, mxr576, dscl, alexpott, smustgrave: PrepareModulesEntityUninstallForm::formTitle does not existfixIssue #3437162 by plopesc, smustgrave, Berdir: Move twig_debug and other development toggles into raw key/valuerefactorIssue #3439039 by mondrake: Change QueryFactoryTest:providerTestGetKeys to staticfixIssue #3436527 by catch: follow-up, fix head fails.fixIssue #3436527 by catch: follow-up, fix head fails.refactorIssue #3438246 by mondrake: Change RecursiveContextualValidatorTest::providerTestValidatePropertyWithInvalidObjects to staticperfIssue #3436527 by catch: Record total css and js file size in performance testsfeatIssue #3420997 by sorlov, quietone, DanielVeza, smustgrave, alexpott, mstrelan: Convert MediaSource plugin discovery to attributesfixIssue #3421843 by scott_euser, smustgrave, Wim Leers, catch: filter_autop should ignore twig.config debug html commentsdocsIssue #3414920 by quietone, m0d: Fix documentation redirects to Drupal 7 docsfixIssue #2883025 by pameeela, joachim, mradcliffe: Exception messages in FieldConfig::getFieldStorageDefinition() are inaccuratedocsIssue #3438302 by mondrake: Change DrupalLogErrorTest::provideFatalExitCodeData to staticfixIssue #3427398 by aaron.ferris, alexpott, sdhruvi5142, rkoller, smustgrave, DanielVeza: Cancel button on the discard changes in the layout builder confirmation step should take you back to the layout builderfeatIssue #3421016 by quietone, godotislate: Convert MigrateProcessPlugin plugin discovery to attributesfeatIssue #3421015 by godotislate: Convert MigrateDestination plugin discovery to attributesfeatIssue #3421020 by godotislate, mohit_aghera, quietone: Convert MigrateField plugin discovery to attributeschoreIssue #3437589 by andypost: Move permission, jsonapi and rest tests out of the action modulefeatIssue #3424509 by godotislate, quietone, sorlov, smustgrave, alexpott, benjifisher: Update MigratePluginManager to include both attribute and annotation classdocsIssue #3438846 by mondrake: Add return typehints for classes that inherit from ComposerfixIssue #3437786 by quietone, longwave, catch, Gábor Hojtsy: Remove MYSQLND_MINIMUM_VERSION and LIBMYSQLCLIENT_MINIMUM_VERSION checksfixIssue #3427177 by longwave, quietone, dineshkumarbollu, samit.310@gmail.com, mondrake, alexpott: Replace calls to ::expectError*() from Drupal\Tests\Core\Render\ElementTestrefactorIssue #3431203 by kim.pepper, alexpott, smustgrave, longwave: Deprecate user_validate_name() and replace with servicefixIssue #3257457 by DieterHolvoet, scott_euser, smustgrave, ankithashetty, alexpott, larowlan, Berdir, dww: AmbiguousBundleClassException if multiple entity types share the same classfeatIssue #3421000 by sorlov, quietone, smustgrave, larowlan, alexpott: Convert ViewsWizard plugin discovery to attributesfixIssue #3426514 by magaki, Tom Konda, longwave: Drupal.theme.progressBar() does not escape output correctlychoreIssue #3413932 by quietone, Spokje, smustgrave, andypost, catch, larowlan: Deprecate Book moduletestIssue #3254615 by kunal.sachdev, tedbow, quietone, smustgrave: Add tests for determining which security releases are considered when a site is on a dev releasetestIssue #3099825 by quietone, kunal.sachdev, smustgrave, tedbow: Test available updates when the current major and next major of core are supportedrevertRevert "Issue #3424509 by godotislate, quietone, sorlov, smustgrave, benjifisher, alexpott: Update MigratePluginManager to include both attribute and annotation class"featIssue #3424509 by godotislate, quietone, sorlov, smustgrave, benjifisher, alexpott: Update MigratePluginManager to include both attribute and annotation classfixIssue #3437752 by lhridley: Fix FileUploadResource::$fileSystem documented type to match the constructor typehintfeatIssue #3425870 by phenaproxima, alexpott, Wim Leers: Add validation constraints to image.settingsrevertRevert "Issue #3437566 by mondrake, smustgrave: Replace trigger_error in TypedConfigManager with a logger"fixIssue #124969 by Dave Reid, andregp, naxoc, pameeela, ravi.shankar, bruno.bicudo, pratik, jnlar, yogeshmpawar, marcingy, StevenPatz, amitgoyal, Johnny Santos, larowlan, smustgrave, Dries, DanielVeza, mstrelan, cburschka, quietone, alexpott, bradlis7: Contact form opt-out line should be excluded from admin-sent and sender-copy e-mailsfixIssue #3437566 by mondrake, smustgrave: Replace trigger_error in TypedConfigManager with a loggerfixIssue #3409456 by plopesc, smustgrave, quietone, e0ipso, catch: Remove SDC deprecated code before 11.0.0choreIssue #3437778 by Spokje, longwave: Bump phpstan/phpstan and mglaman/phpstan-drupal to latestfixIssue #3437579 by andypost: Remove deprecated code from comment moduledocsIssue #3404663 by shweta__sharma, Tanuj., Gauravvvv, sdhruvi5142, Nitin shrivastava, smustgrave, Kanchan Bhogade: Olivero: Show content preview checkbox is not center aligned with the layout builder buttonsfeatIssue #3437587 by narendraR, Wim Leers: Add validation constraints to system.diffdocsIssue #3300639 by amateescu, acrazyanimal, smustgrave: Improve and add explicit test coverage for the workspace conflict validatordocsIssue #3437514 by kim.pepper, alexpott: Deprecate hook_file_validate() API docsfixRevert "Issue #3432882 by kim.pepper, Satane, andypost, alexpott, longwave: Removed deprecated code in File module (core/module/file)"fixIssue #3432882 by kim.pepper, Satane, andypost, alexpott, longwave: Removed deprecated code in File module (core/module/file)featIssue #3414208 by kim.pepper, longwave, alexpott: Add support for tagged_iterator to YamlFileLoaderchoreIssue #3432860 by longwave, catch: Update to Symfony 7.0fixIssue #3437344 by longwave: State cache bin is inconsistently chosenfixIssue #3436892 by plopesc, smustgrave: Remove deprecated code from shortcut modulefixIssue #3437342 by mondrake: Change FieldItemListTest::providerTestEquals to staticfixIssue #3437351: follow-up Fix return typehinting for Validator related classesrevertRevert "Issue #3437286 by immaculatexavier, longwave: Use argument unpacking in FieldItemList::delegateMethod()"fixIssue #3364884 by codebymikey, Dylan Donkersgoed, sivakarthik229, DamienMcKenna, utsavsharma, ramprassad, Znak, nod, pradhumanjain2311, Wim Leers, smustgrave, kevinvanhove: [DrupalHtmlEngine] HTML-reserved characters (>, <, &) in <script> and <style> tag are converted to HTML entitiesfeatIssue #3436671 by narendraR, Wim Leers, phenaproxima: Add validation constraints to system.cronfeatIssue #3437286 by immaculatexavier, longwave: Use argument unpacking in FieldItemList::delegateMethod()fixIssue #3413508 by Jelle_S, taraskorpach, acbramley, smustgrave, alexpott, Eugen Zerr: Admin page access denied even when access is given to child itemsfixIssue #3427046 by plopesc, smustgrave, alexpott: Shortcuts toolbar links are not updated automatically when default shortcut set is changedfixIssue #3323990 by quietone, Akhil Babu, kevinquillen, benjifisher, mikelutz: Migrate Drupal reports wrong version of Drupal if pointed at a Drupal 9 or 10 databasefeatIssue #2827055 by yash.rode, srishtiiee, mrshowerman, rodrigoaguilera, herved, omkar.podey, MegaChriz, Lukas von Blarer, ravi.shankar, lauriii, c_archer, ifrik, froboy, Rudi Teschner, smustgrave, liquidcms, catch, quietone, mpdonadio, alexpott: Add option to show only start or end date in the DateTime Range custom formatterfixIssue #3437129 by mikelutz: Remove Drupal\Tests\migrate\Kernel\MigrateSourceTestBase::providerSource()fixIssue #3425537 by mondrake: Fix remaining methods with #[\ReturnTypeWillChange] attributeperfIssue #2575105 by Berdir, catch, longwave, quietone, kristiaanvandeneynde, andypost, alexpott, mathilde_dumond, pradhumanjain2311, amateescu, Wim Leers, xjm: Use cache collector for staterefactorIssue #3431452 by godotislate, smustgrave, alexpott: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBasefeatIssue #3436468 by longwave, smustgrave, alexpott: AjaxResponseSubscriber should lazily instantiate AjaxResponseAttachmentsProcessorfixIssue #3411384 by phthlaap, venkatadapa, alecsmrekar, plach, alexpott, heddn, Graber: Error: Call to a member function label() on null in Drupal\menu_link_content\Form\MenuLinkContentForm->form() (line 99 of /var/www/html/docroot/core/modules/menu_link_content/src/Form/MenuLinkContentForm.php)featIssue #3432602 by alexpott, phenaproxima: Allow a site to be installed from configuration with no profilefeatIssue #2259567 by jcnventura, eelkeblok, joegraduate, thejimbirch, nvahalik, Lendude, andypost, anmolgoyal74, vacho, oriol_e9g, trackleft2, DamienMcKenna, smustgrave, nelp, LOBsTerr, twills, huzooka, Gauravvvv, xopoc, caesius, gyuhyon, mgifford, joelpittet, fietserwin, mark.labrecque, fabio84, lauriii, greggles, alexpott, mondrake, catch, quietone, drugan, jungle, DuaelFr: Support SVG files for theme logo settingfixIssue #3435906 by godotislate, afoerster: Default Images not rendered in layout builderfixIssue #3432746 by rwanth: Taxonomy revision UI is missing log messagesfixIssue #3436879 by mondrake: follow-up Fix return typehinting for Compiler and EventSubscriber related classesdocsIssue #3127177 by kunal.sachdev, Spokje, quietone, smustgrave, tedbow, xjm: Move test methods not directly related to updates for the Drupal project into their own classrevertRevert "Issue #3300639 by amateescu, acrazyanimal, smustgrave: Improve and add explicit test coverage for the workspace conflict validator"fixIssue #2514196 by pameeela, Aki Tendo, Lendude, lauriii: AliasManager->getAliasByPath() handles $path in confusing mannerfixIssue #3436680 by mondrake: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - Step 2 ContentEntityBasefixIssue #3054821 by mr.baileys, wiifm, sime, angrytoast, pobster, smustgrave, RichardGaunt, alexpott, Wim Leers, quietone, Berdir, neclimdul, acbramley: Include Cache-Control header on 301 redirectsfixIssue #3340159 by robert-arias, ooa33, acbramley, smustgrave, Chi, mikelutz, quietone: Prevent empty block_content info fields from causing php deprecation notices when placing blocks with no label.fixIssue #3436391 by mondrake: Fix return typehinting for Validator related classesrefactorIssue #2909185 by longwave, donquixote, andypost, andregp, pounard, jibran, martin107, kostyashupenko, catch, znerol: Replace ContainerAwareEventDispatcher with Symfony EventDispatcherfixIssue #3436804 by longwave: CacheCollector::normalizeLockName() is pointlessfixIssue #3114365 by mohit_aghera, david.muffley, danflanagan8, Greg__, wsantell, Lendude, larowlan, xjm: Vocabulary name not shown in View for Anonymous UsersdocsIssue #3436070 by markusVJH, joachim: obsolete docs about drupal_pre_render_links()refactorIssue #3436597 by longwave, Spokje: Remove unused DependencySerializationTrait alias from ContextDefinitionfeatIssue #3421004 by Ruturaj Chaubey, sorlov, quietone, smustgrave, larowlan, alexpott: Convert ViewsPager plugin discovery to attributesfixIssue #2825860 by xurizaemon, Matroskeen, dewalt, neclimdul, joseph.olstad, ericgsmith, dpolant, hswong3i, mstrelan, aby v a, Akram Khan, Ratan Priya, robphillips, dpi, ryankavalsky, vetal4ik, jwilson3, jagermonster, Rob230, thomjjames, rajneeshb, Hygglo, CodigoVision, kndr, acbramley, Lendude, smustgrave, ExTexan, alexpott: Notice: Undefined index: value in Drupal\views\Plugin\views\filter\NumericFilter->acceptExposedInput()featIssue #3421003 by sorlov, quietone, pradhumanjain2311, smustgrave, larowlan, alexpott: Convert ViewsArgumentDefault plugin discovery to attributesfeatIssue #3413268 by BramDriesen, longwave, Spokje, catch, mondrake, quietone, andypost: Add PHP 8.3 requirement to Drupal 11.0.xfixIssue #3436761 by simohell: Remove default event from collpased nav-tabs buttonfixIssue #3436478 by longwave: Use regex instead of DOM parsing in BigPipe::getPlaceholderOrder()docsIssue #3300639 by amateescu, acrazyanimal, smustgrave: Improve and add explicit test coverage for the workspace conflict validatorfeatIssue #3410582 by catch, Prashant.c, heddn, alexpott, smustgrave, claudiu.cristea, longwave, quietone: Optimize user logins by avoiding duplicate entity queriesrefactorIssue #3436599 by longwave: Replace RequestCloseSubscriber with needs_destruction tag on ModuleHandlerfeatIssue #3436072 by omkar.podey, narendraR: Add validation constraints to text.settingsfeatIssue #3364885 by andy-blum, mglaman, alexpott, mherchel, lauriii, smustgrave, isholgueras, Dave Reid, kostyashupenko, matthieuscarset, camoa, ctrlADel, fjgarlin, jwilson3: Allow themes to use a starterkit.yml file so it is easier to use the theme generatorfeatIssue #3432601 by catch, quietone, smustgrave: Add deprecation/bc support for library-overrides when files are movedrefactorIssue #3352256 by e0ipso, plopesc, bbrala, longwave, dww, catch, larowlan: Move code from the experimental SDC module to corefeatIssue #3376846 by kristiaanvandeneynde, larowlan, smustgrave, catch: Implement the new access policy APIfixIssue #2651418 by vasike, DieterHolvoet, smustgrave, Xano, rpayanm, quietone, alexpott, larowlan, catch, lauriii: Non-array values for #ajaxfeatIssue #3421005 by Ruturaj Chaubey, sorlov, quietone, smustgrave, larowlan, alexpott: Convert ViewsStyle plugin discovery to attributesfixIssue #3433088 by mondrake, Spokje: Method getMockForAbstractClass() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10 - Step 1 interfacesfixIssue #3433268 by Lendude, smustgrave, longwave, alexpott: Use plugin short_title for admin summary in ViewsArgumentDefaultfixIssue #3419548 by amateescu, smustgrave, malcomio: Workspace switcher block does not check accessfixIssue #3353918 by Spokje, longwave, rpayanm, mondrake: Fix PHPStan L1 errors "Variable $foo might not be defined." caused by non-exhaustive switch statementsfixIssue #3436255 by mondrake, longwave: Fix return typehinting for Compiler and EventSubscriber related classesfeatIssue #3421439 by godotislate, sorlov, quietone, smustgrave, alexpott, larowlan, longwave, andypost: Convert form and render element plugin discovery to attributesfixIssue #3433086 by mondrake: Method addMethods() of class PHPUnit\Framework\MockObject\MockBuilder is deprecated in PHPUnit 10featIssue #1149078 by vasike, wuinfo - Bill Wu, dww, Gauravvvv, Marios Anagnostopoulos, peterpoe, VladimirAus, legolasbo, GoZ, mgifford, dalin, jrb, heddn, himanshupathak3, utsavsharma, GrandmaGlassesRopeMan, arcaneadam, danflanagan8, arnaud-brugnon, Daniel Kulbe, uzlov, Kuntyi, DamienMcKenna, Neslee Canil Pinto, COBadger, jofitz, esod, sukanya.ramakrishnan, nod, droplet, smustgrave, CKIDOW: States API doesn't work with multiple select fieldstestIssue #3254426 by kunal.sachdev, quietone, ravi.shankar, tedbow, SandeepSingh199, smustgrave: Add tests for logic on project_status from update XMLfixIssue #3418781 by sukr_s, Charles Belov, smustgrave: UI refers to "files" when you can only upload one filerevertRevert "Issue #3410582 by catch, Prashant.c, heddn, alexpott, smustgrave, claudiu.cristea, longwave, quietone: Optimize user logins by avoiding duplicate entity queries"featIssue #3410582 by catch, Prashant.c, heddn, alexpott, smustgrave, claudiu.cristea, longwave, quietone: Optimize user logins by avoiding duplicate entity queriesfixIssue #3433019 by andypost, catch: Replace deprecated help_topics module with obsolete stubfixIssue #3432171 by mondrake: dump() no longer produces output in PHPUnit tests running under PHP 8.3featIssue #2966656 by imclean, smustgrave, phenaproxima, cilefen: Negotiate max width/height of oEmbed assets more intelligentlyfixIssue #3418863 by kksandr, saschaeggi: Setting width for sticky-header is brokenfeatIssue #3088870 by amateescu, Wim Leers, Spokje, jofitz, alexpott: Add missing REST and JSON:API test coverage for the workspace entity typefixIssue #3433093 by mondrake: Method getObjectForTrait() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10fixIssue #3427200 by gedvan, Wim Leers: CKEditor 5: Javascript error when plugin settings has NULL valuefixIssue #3392903 by borisson_, Wim Leers, phenaproxima: Validate inputs of TypeResolver::resolveExpression(): only allow %parent, %type and %keyfixIssue #3432228 by amateescu, smustgrave: Published entities created in a workspace should return the workspace-specific revisionfixIssue #3397439 by amateescu, smustgrave: Views query alter for fields stored in shared tables and accessed through a relationship is not working correctlyfixIssue #3422710 by nico.b, smustgrave, adwivedi008, alexpott: "More" link not taking default arguments into accountfixIssue #3425849 by jackwrfuller, joachim: DraggableListBuilderTrait needs to say that classes using it must implement FormInterfacefixIssue #3269141 by ameymudras, longwave, ravi.shankar, sharayurajput, catch, alexpott: Remove deprecated Drupal\Core\StringTranslation\TranslationWrapper to TranslatableMarkup in Drupal 11fixIssue #3354998 by phthlaap, Liam Morland, jedihe, gapple, smustgrave: #states disable property has stopped working for submit button and other elementsfeatIssue #3406172 by mandclu: Provide a flag to allow updates to stored schema for fieldsfixIssue #3433091 by mondrake: Method getMockForTrait() of class PHPUnit\Framework\MockObject\MockBuilder is deprecated in PHPUnit 10docsIssue #3397558 by mfb: OEmbed generates URLs with URL-decoded query stringfixIssue #3433089 by mondrake: Method onConsecutiveCalls() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10fixIssue #3433052 by mondrake: Fix remaining return*() methods of class PHPUnit\Framework\TestCase deprecated in PHPUnit 10fixIssue #3433042 by alexpott: The config in standard core.entity_view_display.node.article.teaser is not sorted correctlyfixIssue #3432871 by thhomas, mstrelan: Remove deprecated functions from node.moduleperfIssue #3432738 by longwave: Optimize OptimizedPhpArrayDumper::dumpCollection()fixIssue #3432986 by Spokje: Remove deprecation suppressions for ContainerAwareTrait and ContainerAwareInterfacefixIssue #3432326 by mondrake: Remove deprecated code from the Extension APIfixIssue #3320467 by Liam Morland, nicrodgers, smustgrave, andypost, jonnyhocks, alexpott: form_build_id is a hidden input field and therefore should not have the autocomplete attributechoreIssue #3239012 by Wim Leers, quietone, smustgrave, xjm, catch, longwave: [11.x] Remove the CKEditor 4 upgrade pathfixIssue #3432258 by longwave, andypost: Remove deprecated ServiceIdHashTrait and related codefixIssue #3426789 by mondrake, smustgrave: DatabaseDriver::load should have a non-service alternative for class loadingchoreIssue #3432877 by thhomas, mstrelan: Remove deprecated actions from node modulefixIssue #3432998 by phenaproxima, alexpott: Standard's article teaser entity view display marks fields as hidden even though they're visiblefixIssue #3432849 by mondrake, Spokje: Method returnSelf() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10fixIssue #3432852 by mondrake: Method returnArgument() of class PHPUnit\Framework\TestCase is deprecated in PHPUnit 10fixIssue #3432599 by amateescu, alecsmrekar, larowlan: The default configuration of the oEmbed source plugin makes pages uncacheablefixIssue #3432256 by saurabh rawat, thhomas, longwave: Remove deprecated code from include filesfixIssue #3432863 by obsidian_, mstrelan, DanielVeza: Remove deprecated code from core/tests/fixturesrevertRevert "Issue #3370946 by kunal.sachdev, lauriii, tim.plunkett, omkar.podey, alexpott, ckrina, smustgrave, larowlan, rkoller, hooroomoo, duadua: Page title should contextualize the local navigation"fixIssue #3415582 by nico.b, larowlan, Matt B: Unhandled exception when trying to register a duplicate username with different casefixIssue #3432545 by mark_fullmer: AssertionError: assert($editor instanceof Editor)fixIssue #3432482 by mondrake, smustgrave: Remove deprecated code from the Cache APIfeatIssue #3416354 by longwave, andypost, Spokje, alexpott: Inject services into LoggerChannelFactoryfixIssue #1170362 by alexpott, catch, pillarsdotnet, sun, jofitz, geerlingguy, steinmb, tresti88, DamienMcKenna, dpovshed, imclean, bradjones1, mErilainen, David_Rothstein, KarenS, BTMash, rickmanelius, Anonymous, smustgrave, Wim Leers, kreynen, webchick, websiteworkspace, phenaproxima, Kiphaas7, bbrala: Install profile is disabled for lots of different reasons and core doesn't allow for thatfixIssue #3413153 by znerol, alexpott: Remove calls to Request::hasSession()fixIssue #3431362 by Spokje, longwave: Remove support for ContainerAwareInterfacefeatIssue #3426959: Convert ViewsArea plugin discovery to attributesfeatIssue #3420984 by godotislate, andypost, smustgrave, larowlan, alexpott: Convert Layout DisplayVariant, PageDisplayVariant discovery to attributesfeatIssue #3389317 by joaopauloc.dev, nod_, Gauravvvv, joachim, simohell, shweta__sharma, rkoller, Harish1688, ckrina, saschaeggi: Differentiate visually dragging with and without hierarchyfeatIssue #3428565 by catch, phenaproxima, alexpott: Implement lazy database creation for sessionsfixIssue #3432298 by kostyashupenko, smustgrave: Sticky table header is not sticky if –drupal-displace-offset-top is not definedfixIssue #3432151 by Tom Konda, longwave: [jQuery 4] ajax.js and jquery.form.js use deprecated function $.parseJSON()fixIssue #3154087 by amateescu, Tim Bozeman, mallezie, smustgrave: Translations created in a workspace are not shown in the admin content overviewfeatIssue #3278377 by amateescu, s_leu, smustgrave, pooja saraah, rkoller, simohell: Creating a new workspace should also switch to itfeatIssue #3421011 by sorlov, Wim Leers, quietone, kalpanajaiswal, mstrelan, Ruturaj Chaubey, smustgrave, larowlan: Convert Editor plugin discovery to attributesfeatIssue #3421002 by sorlov, Ruturaj Chaubey, smustgrave, larowlan: Convert ViewsDisplay plugin discovery to attributesfeatIssue #3420999 by sorlov, larowlan, smustgrave, mstrelan: Convert ViewsRow plugin discovery to attributesdocsIssue #3426958 by sorlov, godotislate, mstrelan, smustgrave: Convert ViewsJoin plugin discovery to attributesfeatIssue #3426961 by sorlov, Ruturaj Chaubey, mstrelan, smustgrave: Convert ViewsSort plugin discovery to attributesfixIssue #3432249 by longwave, alexpott: cspell check is broken in commit-code-check.shfixIssue #3270139 by jannakha, bnjmnm, smustgrave, mgifford: CKEditor admin toolbar config buttons using ::before to add content: have invalid screen reader textdocsIssue #3432052 by catch: @group slow for more Kernel testsdocsIssue #3427500 by dreamleaf, adwivedi008, karanpagare: External link help text should give an https example instead of httpfixIssue #3431285 by mondrake, alexpott, jidrone, xjm, longwave: Replace func_get_args with variable-length argument in FormBuilderfeatIssue #2893568 by Wim Leers, lee.cocklin, AaronBauman, anon, ainarend: Linking in CKEditor 5: URLs with top-level domain but without protocol should get a protocol added automaticallychoreIssue #3416357 by longwave, arunkumark, taraskorpach, Spokje, andypost: Convert QueueFactory to use a service locatorfeatIssue #2765297 by mohit_aghera, joseph.olstad, sylus, alexpott, ducktape, anmolgoyal74, heikki, kishor_kolekar, kriboogh, googletorp, dnotes, mpp, catch, Lendude, Berdir, borisson_, xjm: Return translated term name on views "Content: Has taxonomy term ID (with depth)"fixRevert "Issue #2765297 by mohit_aghera, joseph.olstad, sylus, ducktape, alexpott, anmolgoyal74, heikki, kishor_kolekar, kriboogh, googletorp, dnotes, mpp, Berdir, borisson_, Lendude, xjm: Return translated term name on views "Content: Has taxonomy term ID (with depth)""choreIssue #3431227 by Spokje, longwave: Update phpstan/phpstan-phpunit and make the updated-deps CI job pass againfixIssue #3109970 by znerol, andypost, Prashant.c, daffie, Wim Leers, dww, catch: Convert uses of $_SESSION in forms and batchfixIssue #2663316 by omkar.podey, jofitz, alexpott, shashank5563, samuel.mortenson, Andrej Galuf, djsagar, silverham, juliaschwarz, lauriii, super_romeo, gawaksh, smustgrave, sakthi_dev, Pavan B S, lammensj, Wim Leers, camerongreen, quietone: Broken title in modal dialog when title is a render arrayfixIssue #3427741 by longwave, sakthi_dev, Spokje: Notify downstream users that ContainerAware is going awaydocsIssue #3429403 by Spokje: Tighten ParameterBag classes in PHPUnit testsfixIssue #3429602 by longwave: Annotation component has an undeclared dependency on doctrine/lexer 2featIssue #2765297 by mohit_aghera, joseph.olstad, sylus, ducktape, alexpott, anmolgoyal74, heikki, kishor_kolekar, kriboogh, googletorp, dnotes, mpp, Berdir, borisson_, Lendude, xjm: Return translated term name on views "Content: Has taxonomy term ID (with depth)"fixIssue #2833116 by smustgrave, mohit_aghera, Ratan Priya, pratik, _shY, alexpott, nitin_lama, acbramley, quietone, larowlan, Peter van den Heuvel, ameymudras, alexpott: When Placing a Block on 'Configure Block' page the originally selected region is lostfeatIssue #2002012 by dimitriskr, dawehner, smustgrave, quietone, damiankloip, catch: Inject the display plugin manager into the view and view factoryfixIssue #3083690 by gxleano, mparker17, jungle, joachim, Kris77: '"@key" is an invalid render array key' error in \Drupal\Core\Render\Element is misleadingchoreIssue #3428052 by Spokje, mondrake: Bump phpstan/phpstan and mglaman/phpstan-drupal to latestfeatIssue #3426956 by sorlov, mstrelan, smustgrave: Convert ViewsRelationship plugin discovery to attributesfeatIssue #3426957 by sorlov, smustgrave, mstrelan: Convert ViewsFilter plugin discovery to attributesfeatIssue #3426955 by mstrelan, sorlov, alexpott, smustgrave, godotislate: Convert ViewsField plugin discovery to attributesfixIssue #3427655 by Liam Morland, smustgrave: Fix invalid CSS for #toolbar-item-userfeatIssue #3376566 by kunal.sachdev, sakthi_dev, divya.sejekan, Nitin shrivastava, djsagar, smustgrave, nod_, longwave, quietone, catch: Display the page title, even if "0" in oliverochoreIssue #3109556 by finnsky, nod_, longwave, effulgentsia, Ambient.Impact: Update from Yarn 1 to Yarn 4choreIssue #2972153 by dimitriskr, alexpott, smustgrave, andypost, kostyashupenko: Deprecate ThemeHandlerInterface::getBaseThemes and remove usages from corefixIssue #3061489 by penyaskito, shaal, betoscopio, smustgrave: Umami changes the admin interface language based on the current pagefeatIssue #3428122 by alexpott, longwave: Add packageManager key to core/package.json now we recommend corepack enablechoreIssue #3424644 by Wim Leers, jannakha, finnsky, smustgrave, catch: Update CKEditor 5 to 41.2.0testIssue #3428032 by longwave: ManageGitIgnoreTest failing in HEADfixIssue #2567801 by Wim Leers, lauriii: Deprecate core/modules/editor/js/editor.admin.js JS APIs in Drupal 10, for removal in Drupal 11choreIssue #3424644 by Wim Leers, jannakha, smustgrave: Update CKEditor 5 to 41.2.0fixIssue #3427740 by longwave: Remove KernelDestructionSubscriber, UpdateRegistryFactory and UpdateHookRegistryFactoryfixIssue #3427737 by longwave, godotislate: Overwrite Symfony constraint properties in constructors instead of child propertiesfeatIssue #3425359 by sorlov, quietone, naveenvalecha, smustgrave, alexpott: Convert ViewsArgumentHandlers plugin discovery to attributesfeatIssue #3370946 by kunal.sachdev, lauriii, tim.plunkett, omkar.podey, alexpott, ckrina, smustgrave, larowlan, rkoller, hooroomoo, duadua: Page title should contextualize the local navigationrefactorIssue #3406024 followup by neclimdul: DependencySerializationTrait depends on removed __PHPUNIT_BOOTSTRAP globaldocsIssue #3414981 by finnsky, pdureau: Umami Demo: review of the already merged SDC componentsfixIssue #3427738 by longwave: Remove $context properties from ConstraintValidatorsfixIssue #3427739 by longwave: Remove Drupal\Core\Field\InternalViolation shimfixIssue #3427744 by longwave: Add void return to Drupal\Component\DependencyInjection\Container::reset()docsIssue #3425150 by godotislate, longwave: Symfony deprecations in Constraint pluginschoreIssue #3369912 by andypost, quietone, Spokje: Final steps to deprecate Actions UI (action) modulechoreIssue #3419914 by Spokje, longwave, bircher, andypost, smustgrave, catch, jurgenhaas: Remove UpdateHookRegistryFactory and UpdateRegistryFactory servicesfixIssue #3333481 by phthlaap, galileo25, dmitry.korhov, smustgrave, mdolnik, quietone, nod_, alieffring: Collapsed Details Element causes JS Error for required fieldsfixIssue #3396742 by ReINFaTe, smustgrave, Wim Leers, nod_: CKEditor 5 doesn't save updated value if form submitted right after the changefixIssue #2928801 by xurizaemon, ericgsmith, geek-merlin, RoSk0, Gauravvvv, Rinku Jacob 13, hctom, benjifisher, Berdir: Remove hardcoded restriction of filesize formatter to fields named "filesize"docsIssue #3427572 by alexpott: Standard Views attribute documentation for consistency and correctnessdocsIssue #3421626 by phenaproxima, Wim Leers, borisson_: Mark config schema types (field.field_settings.* and field.storage_settings.*)) for field types that have no settings as fully validatablefeatIssue #2985362 by DanielVeza, tim.plunkett, mstrelan, quietone, kim.pepper, acbramley: Create an interface to share the definition of the overridable methods on DefaultsSectionStorageInterface and LayoutEntityDisplayInterfacefeatIssue #3425875 by Wim Leers, phenaproxima, smustgrave: Add validation constraints to search.settingsfeatIssue #3421008 by el7cosmos, sorlov, smustgrave, larowlan, alexpott, quietone: Convert ViewsExposedForm plugin discovery to attributesfixIssue #3427388 by godotislate, Berdir: Update Drupal\Component\Annotation\Doctrine\StaticReflectionParser::hasClassAttribute() to allow attribute subclassesfeatIssue #3413949 by andypost, quietone, Spokje, taraskorpach, smustgrave, catch, Wim Leers, DanielVeza: Move some Action plugins to Action modulefixIssue #3425492 by smustgrave, Keshav Patel, Spokje: Remove deprecated code from block moduledocsIssue #3426548 follow-up: Convert the PHPStan baseline from NEON to PHPchoreIssue #3426548 by Kingdutch, andypost, longwave, catch, mstrelan, alexpott: Convert the PHPStan baseline from NEON to PHPfeatIssue #3421009 by sorlov, mohit_aghera, pradhumanjain2311, larowlan, smustgrave, alexpott: Convert ViewsCache plugin discovery to attributesfixIssue #3388913 by simonp98, Rajab Natshah, SoulReceiver, catch, smustgrave: Checkbox for Media library modal missing after searchrevertRevert "Issue #3413949 by andypost, quietone, Spokje, taraskorpach, smustgrave, Wim Leers, DanielVeza: Move some Action plugins to Action module"fixIssue #3426624 by plopesc, smustgrave: Shortcuts Block does not include the necessary cache tagsfixIssue #3025785 by amateescu, mallezie, s_leu, smustgrave, tim.plunkett: Cannot create entity with image in a workspacefeatIssue #3413949 by andypost, quietone, Spokje, taraskorpach, smustgrave, Wim Leers, DanielVeza: Move some Action plugins to Action modulefeatIssue #3057399 by quietone, Akhil Babu, kristiaanvandeneynde, alexpott, pradhumanjain2311, smustgrave, catch, poker10, longwave, jimafisk, Newb_Druper, robpowell, dpi, tomdewild: Add user_requirements to check for missing anonymous userfixIssue #3092247 by amateescu, larowlan, daffie, smustgrave, catch, geek-merlin, dixon_, plach, webchick, Fabianx: Prevent content from being deleted when there is an active workspacefixIssue #3425318 by Wim Leers, smustgrave: Updatetype: field.formatter.settings.file_videoto match the validation logic in FileVideoFormatter's settings formfixIssue #3167126 by ranjith_kumar_k_u, rpayanm, amateescu, mheip, CedricL, smustgrave: Call to a member function getDisplayname() on null in WorkspaceListBuilder.phprefactorIssue #3350612 by Anybody: Make MultiWidthLayoutBase non-internalfixIssue #3427054 by mondrake: Replace calls to ::expectError*() in MachineNameTestfixIssue #3427044 by mondrake: Replace calls to ::expectError*() in ConnectionTestrevertRevert: Issue #3410582 by catch, Prashant.c, heddn, alexpott, smustgrave, claudiu.cristea, longwave, quietone: Optimize user logins by avoiding duplicate entity queriesrevertRevert "Issue #3425342 by alexpott: Optimize \Drupal\basic_auth\Authentication\Provider\BasicAuth::authenticate()"revertRevert "Issue #3410707 by alexpott, catch: Optimize UserAuthenticationController by remove duplicate entity queries"docsIssue #3416039 by ressa, divya.sejekan, catch, Gábor Hojtsy: Add link to Drupal Support in Olivero Welcome textfeatIssue #3306209 by jannakha, Gauravvvv, smustgrave, athyamvidyasagar, pameeela, Wim Leers, mgifford: Add outline to buttons with active statefeatIssue #3420982 by sorlov, alexpott: Convert EntityReferenceSelection plugin discovery to attributesfeatIssue #3421001 by sorlov, mohit_aghera, larowlan, alexpott, smustgrave: Convert ViewsAccess plugin discovery to attributesfixIssue #3426324 by Wim Leers: ExistsConstraintValidator should ignore NULL values and treatcoreas a valid modulefixIssue #3420742 by quietone, sakthi_dev, BramDriesen: Fix words in test string by changing the stringfixIssue #3424746 by camille.davis@civicactions.com, mgifford, smustgrave, rkoller: "Local Tasks" behaves as navigation bar but uses "tab" languagefixIssue #3419734 by catch, nod_: [jQuery 4] jquery-form is unmaintained and not jQuery 4 compatible, fork it into coredocsIssue #3419394 by quietone, longwave, smustgrave: File mime type and other file related words in the dictionarydocsIssue #3408849 by markconroy, finnsky: Add @finnsky as core maintainer for UmamifeatIssue #3421012 by sorlov, quietone, sakthi_dev, mstrelan, Wim Leers: Convert Filter plugin discovery to attributesfeatIssue #3421007 by sorlov, quietone, larowlan, smustgrave: Convert ViewsQuery plugin discovery to attributesfeatIssue #3421013 by mohit_aghera, sorlov, smustgrave, mstrelan, larowlan, catch: Convert Search plugin discovery to attributesfeatIssue #3421010 by sorlov, larowlan, smustgrave: Convert ViewsArgumentValidator plugin discovery to attributesfeatIssue #3421019 by DanielVeza, sorlov, andypost, smustgrave, larowlan, mstrelan, alexpott: Convert SectionStorage plugin discovery to attributesfeatIssue #3426309 by Wim Leers, smustgrave: Add config validation for weights (blocks, filters, etc. all use weights)fixIssue #3419693 by mondrake, alexpott, smustgrave, catch: Log error instead of trigger_error in Drupal\Core\EventSubscriber\RedirectResponseSubscriber::checkRedirectUrlfeatIssue #3240792 by justafish, alexpott, andypost, smustgrave, longwave: Use lullabot/mink-selenium2-driver and lullabot/php-webdriver for functional browser testingfixIssue #3426217 by mstrelan: Fix @param docs for $deriver on plugin attribute classesrevertRevert "Issue #3038365 by acbramley, Grimreaper, smustgrave, catch: Add owner to the BlockContent entity type"fixIssue #3425890 by amateescu, smustgrave, larowlan: Return early in \Drupal\layout_builder\InlineBlockEntityOperations::handlePreSave if the entity is syncingfixIssue #3410707 by alexpott, catch: Optimize UserAuthenticationController by remove duplicate entity queriesfeatIssue #3408738 by omkar.podey, srishtiiee, kunal.sachdev, lauriii, Utkarsh_33, arisen, smustgrave, Wim Leers, catch, benjifisher: Create a new OpenModalDialogWithUrl commandfeatIssue #3395776 by catch, kristiaanvandeneynde, Wim Leers, Fabianx, larowlan: Make POST requests render cacheablefixIssue #3043330 by acbramley, nterbogt, phenaproxima, Sam152, tim.plunkett, quietone, smustgrave, jibran, larowlan, azinck, catch, alexpott, tedbow, kim.pepper: Reduce the number of field blocks created for entities (possibly to zero)fixIssue #3425568 by mstrelan: Block attribute class expecting wrong ContextDefinitionfixIssue #3425860 by mondrake: Remove deprecated TestRequirementsTrait::check(Module)RequirementsfixIssue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignorefixIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warningsfixIssue #3403337 by alexpott, quietone, Akhil Babu, vakulrai, smustgrave, Gábor Hojtsy, penyaskito, longwave, catch: The order of the projects coming from locale_translation_get_projects() is not consistentfixIssue #3424768 by mfb, OMD, cilefen, smustgrave: Channel description of RSS feeds is double-escapedrevertRevert "Issue #3403337 by alexpott, quietone, Akhil Babu, vakulrai, smustgrave, penyaskito, Gábor Hojtsy: The order of the projects coming from locale_translation_get_projects() is not consistent"fixRevert "Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings"fixIssue #3222784 by ahsannazir, Gauravvvv, zenimagine, shweta__sharma, mherchel, kostyashupenko: Olivero: 'wide-content' utility class breaks layout when placed in 'Hero' regionfixIssue #3414172 by quietone: In update module convert comments to use install/uninstallfixIssue #3334920 by Spokje, smustgrave: Remove references to modernizerfixIssue #3425660 by mondrake: [11.x] Remove deprecated ExternalCommandRequirementsTraitfixIssue #3416826 by longwave, smustgrave, solideogloria, fgm: Queue factory services do not conform to an interfacefeatIssue #3320569 by Spokje, mondrake, smustgrave, longwave, quietone, Lendude, alexpott: Add an interface for operators() on viewschoreIssue #3406024 by neclimdul, Spokje, longwave, mondrake, smustgrave, alexpott: DependencySerializationTrait depends on removed __PHPUNIT_BOOTSTRAP globalfeatIssue #3421006 by godotislate, Ruturaj Chaubey, larowlan, longwave, smustgrave: Convert ViewsDisplayExtender plugin discovery to attributesfixIssue #3412283 by mathilde_dumond, acbramley, Berdir, smustgrave, BramDriesen, larowlan: Editing a block_content entity no longer redirects to the overviewrefactorIssue #3421480 by Spokje, longwave, andypost: Convert OpenerResolver to use a service locatorrefactorIssue #3421482 by andypost, longwave, smustgrave: Remove ContainerAwareTrait from test classestestIssue #3119761 by dww, aleevas, Hardik_Patel_12, quietone, tedbow, _utsavsharma, smustgrave, xjm, longwave: Replace multiple test methods in InfoParserUnitTest with 1 testInfoException and a dataproviderrefactorIssue #3239490 by Sam Phillemon, Theresa.Grannum, smustgrave: Refactor (if feasible) uses of the jQuery clone function to use Vanilla/nativefixIssue #3425304 by Spokje, smustgrave: Resync dictionary.txtfixIssue #3110671 by andypost, longwave: Remove remaining deprecated code from taxonomy.modulefixIssue #3425419 by andypost, smustgrave: [11.x] Remove deprecated code from system modulefixIssue #2926070 by smustgrave, dimitriskr, andypost, gnuget, zahord, yogeshmpawar, MerryHamster, kim.pepper, alexpott, Mile23, daffie, larowlan: Deprecate ModuleHandlerInterface::getName()fixIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warningsfixRevert "Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings"fixIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warningsperfIssue #3425342 by alexpott: Optimize \Drupal\basic_auth\Authentication\Provider\BasicAuth::authenticate()fixIssue #3417521 by jayhuskins: Update typing for plugin definition to include objectfixIssue #3403337 by alexpott, quietone, Akhil Babu, vakulrai, smustgrave, penyaskito, Gábor Hojtsy: The order of the projects coming from locale_translation_get_projects() is not consistentfeatIssue #3038365 by acbramley, Grimreaper, smustgrave, catch: Add owner to the BlockContent entity typedocsIssue #3258817 by longwave, donquixote: Register all of /tests/src/ for class loadingfixIssue #3123209 by Hardik_Patel_12, nitesh624, _utsavsharma, Suresh Prabhu Parkala, andypost, jungle, smustgrave, msuthars: Replace non-test usages of \Drupal::formBuilder() with IoC injectionfixIssue #3404304 by GafgarionMorua, ksere, alexpott: EntityField::getFieldStorageDefinition() should throw an exception when it can't return a field storagefeatIssue #3108309 by kim.pepper, bonrita, alexpott, andypost, longwave: Support Yaml::PARSE_CUSTOM_TAGS in \Drupal\Component\Serialization\YamlSymfony::decoderefactorIssue #3035189 by DanielVeza, tim.plunkett, smustgrave: Abstract the shared parts of DefaultsEntityForm and OverridesEntityFormfixIssue #2511308 by dimitriskr, ankithashetty, smustgrave, quietone, Wim Leers: Rename RendererInterface::renderPlain() to ::renderInIsolation()fixIssue #3321634 by Spokje, andypost: Remove legacy experimental:true and its deprecation and test-filesfeatIssue #3101671 by amateescu, webdrips, smithmilner, s_leu, smustgrave: Add mechanism to have workspaces skip processing entity typesdocsIssue #3423384 by govind_giri_goswami, Gauravvvv, dineshkumarbollu, adwivedi008, Pravesh_Poonia, smustgrave, Tanuj., shreyal999, Ruturaj Chaubey, mherchel, andy-blum: Extra Close icon in MessagesfixIssue #3421731 by larowlan, byrond: field_field_config_create should check if the config installer is syncingtestIssue #3341438 by DanielVeza, andypost: Add test coverage for layout_builder_entity_view_alter()fixIssue #3409640 by swatidhurandhar, Mithun S, shweta__sharma, Gauravvvv, divya.sejekan, Sandeep_k, Kanchan Bhogade: In workspace-form the text of the modal content is not visible completely below 768px screenrevertRevert "Issue #3419914 by Spokje, longwave, andypost, smustgrave: Remove UpdateHookRegistryFactory and UpdateRegistryFactory services"featIssue #3410582 by catch, heddn, Prashant.c, smustgrave, claudiu.cristea, quietone, longwave: Optimize user logins by avoiding duplicate entity queriesdocsIssue #2863629 by sleitner, jmaties, armrus, ravi.shankar, yogeshmpawar, smustgrave, Chris64, quietone, alexpott: Only fallback to an existing singular or nth plural form of a translationfixIssue #3245446 by Akhil Babu, guiu.rocafort.ferrer, dww, zrpnr, Kanchan Bhogade, smustgrave, larowlan, schillerm, alexpott: Video files using the FileVideoFormatter have a fixed dimensionfixIssue #3339374 by gapple, andypost, longwave, catch, smustgrave: [11.x] Require array argument for AddCssCommanddocsIssue #3184588 by ressa, SKAUGHT, rkoller, Mithun S: Make disabled status more obvious in a ViewfeatIssue #3205480 by alexpott, andypost, Wim Leers, catch, kim.pepper, longwave: Drop PECL YAML library support in favor of only Symfony YAMLfixIssue #3422603 by b2f, godotislate: Fixing source IDs with spaces in Sql.phpfixIssue #3413736 by alex.87, DishaKatariya, Kanchan Bhogade, smustgrave: Form suffix element breaks into multiple lines in modalrefactorIssue #3419914 by Spokje, longwave, andypost, smustgrave: Remove UpdateHookRegistryFactory and UpdateRegistryFactory servicesfixIssue #3422539 by mstrelan, dpi: Make use of array_key_first and array_key_last functionsfeatIssue #3401993 by longwave: Enable services autoconfiguration for JSON:APIfeatIssue #3420990 by godotislate, smustgrave, alexpott, kim.pepper, longwave: Convert Constraint plugin discovery to attributesfixIssue #3197915 by quietone, joachim, Tanuj., karishmaamin, dww: Add details to MigrateSkipRowException messages caused by stub creationtestIssue #2992844 by DanielVeza, smustgrave, johnwebdev: Add test coverage for InlineBlockUsage classfeatIssue #3047110 by pavlosdan, Rajeshreeputra, Manuel Garcia, slydevil, hugronaphor, dhirendra.mishra, vsujeetkumar, amateescu, n4r3n, kreynen, acbramley, quietone: Enable Content Moderation integration for taxonomy termsfeatIssue #3033153 by DanielVeza, bnjmnm, smustgrave: Contextual links can be used to drag and drop Layout BlocksfixIssue #3333418 by nicxvan, smustgrave, quietone: Fix pager h4 for accessibility on Stable9docsIssue #3419631 by Lillian Bozeman, Tim Bozeman: Make Umami recipe field template file names more flexiblerevertRevert "Issue #3406024 by neclimdul, mondrake, Spokje, smustgrave: DependencySerializationTrait depends on removed __PHPUNIT_BOOTSTRAP global"fixIssue #3412316 by kunal.sachdev, tim.plunkett, sidharth_soman, smustgrave: Use 'search.view' instead of 'search.plugins:' . $default for base route in SearchLocalTask::getDerivativeDefinitions()fixIssue #3422546 by mstrelan: Remove extra parameters passed to functionsfixIssue #3420661 by quietone, smustgrave: Fix property related wordsfixIssue #3425129 by mondrake, smustgrave: Classloader needs to be registered in Database::convertDbUrlToConnectionInfo()fixIssue #3347710 by andypost: [11.x] Remove deprecated non_lazy_route_enhancer and non_lazy_route_filterfixIssue #3265121 by andypost, longwave, Spokje, neclimdul, smustgrave: Remove Symfony 4 RequestStack BC shim in 11.0.xfixIssue #3396445 by tstoeckler: [11.x] Remove deprecated ContextProvidersPassdocsIssue #3425030 by mondrake, smustgrave: Change remaining test data providers to static, simple caseschoreIssue #3406024 by neclimdul, mondrake, Spokje, smustgrave: DependencySerializationTrait depends on removed __PHPUNIT_BOOTSTRAP globalfixIssue #3238501 by kostyashupenko, Spokje, mherchel, nod_, catch, longwave, lauriii, bnjmnm: Remove empty and deprecated IE11 polyfill library stub entries in 11.0.0fixIssue #3420802 by kim.pepper, bkline, larowlan: [regression] file_save_upload does not properly handle extensionsrevertRevert "Issue #2827055 by yash.rode, srishtiiee, mrshowerman, rodrigoaguilera, herved, omkar.podey, MegaChriz, Lukas von Blarer, ravi.shankar, lauriii, c_archer, ifrik, Rudi Teschner, froboy, smustgrave, liquidcms, quietone, mpdonadio: Add option to show only start or end date in the DateTime Range custom formatter"docsIssue #3421206 by karanpagare, GafgarionMorua, smustgrave, joachim, longwave: incorrect docs for LocaleConfigSubscriberTest::assertTranslation()perfIssue #3422974 by govind_giri_goswami, joachim: use array_chunk() in locale_config_batch_build()featIssue #3389016 by kim.pepper, xjm, larowlan: Add file upload lock handling to FileUploadHandlerfeatIssue #3128190 by phthlaap, Keshav Patel, msuthars, sja112, rlmumford, Prashant.c, smustgrave, quietone: FieldItemDataDefinition::getLabel() should show the label of the field typefeatIssue #3420993 by Amber Himes Matz, andypost, sakthi_dev, smustgrave, larowlan, catch, quietone: Convert HelpSection plugin discovery to attributesfeatIssue #3420978 by mstrelan, smustgrave: Convert FieldWidget plugin discovery to attributesrefactorIssue #3420980 by mstrelan, smustgrave: Convert FieldFormatter plugin discovery to attributesfeatIssue #3421018 by mohit_aghera, smustgrave: Convert WorkflowType plugin discovery to attributesfeatIssue #3421017 by mohit_aghera, smustgrave: Convert LanguageNegotiation plugin discovery to attributesfeatIssue #3420987 by kim.pepper, smustgrave: Convert DataType plugin discovery to attributesfeatIssue #3420994 by kim.pepper: Convert RestResource plugin discovery to attributesfeatIssue #3420988 by godotislate, smustgrave: Convert QueueWorker plugin discovery to attributesfixIssue #3425058 by tstoeckler: [regression] Add a fallback in DraggableListBuilder::getWeight() to support entities with a NULL weightfixIssue #3424217 by quietone, DanielVeza: Remove book from d6\MigrateBlockContentTranslationTestfixIssue #3306584 by Spokje, Wim Leers: [11.x] Remove EditorLinkDialog, EditorImageDialog and EditorMediaDialog in Drupal 11docsIssue #3424838 by mondrake: Change EntityUrlTest data providers to staticfeatIssue #2827055 by yash.rode, srishtiiee, mrshowerman, rodrigoaguilera, herved, omkar.podey, MegaChriz, Lukas von Blarer, ravi.shankar, lauriii, c_archer, ifrik, Rudi Teschner, froboy, smustgrave, liquidcms, quietone, mpdonadio: Add option to show only start or end date in the DateTime Range custom formatterfixIssue #3424920 by mondrake: Change core modules test data providers to static, simple casesfeatIssue #3420986 by kim.pepper, sorlov, larowlan, mstrelan: Convert Condition plugin discovery to attributesfeatIssue #3420985 by godotislate, larowlan, smustgrave, mstrelan: Convert Archiver discovery to attributesdocsIssue #3412361 by Wim Leers, phenaproxima, catch, effulgentsia: Mark Editor config schema as fully validatablefeatIssue #3112393 by cmlara, smustgrave, AdamPS, alexpott: Allow vendor hardening to remove individual filesfixIssue #3410098 by andypost, shalini_jha, Akhil Babu, Liam Morland, kristiaanvandeneynde, smustgrave, alexpott: Deprecate passing non-strings to UserSession::hasPermission() and User::hasPermission()fixIssue #3423889 by smustgrave, Spokje: [11.x] Remove deprecated code from block content modulefixIssue #3256524 by mondrake: [11.x] Adjust Database API to remove deprecated Drupal 10 code in Drupal 11featIssue #3158916 by DanielVeza, tim.plunkett, mstrelan: Enable Layout Builder via code in tests when that UI is not being testedfixIssue #3414883 by paul121, acbramley, catch, smustgrave, quietone: [regression] datetime_timestamp widget does not use default field valueperfIssue #3247331 by mikelutz, smustgrave: Deprecate MigrateSkipProcessExceptionfixIssue #3416184 by amateescu: Content Moderation should only validate its own workflow typefixIssue #3415041 by alexpott, Wim Leers: Creating blocks that depend on content via the config installer often generates a warningfixIssue #3424436 by mondrake, longwave: [11.x] Remove deprecated code from the Diff componentfixIssue #3415776 by shweta__sharma, Mithun S, Kanchan Bhogade, smustgrave, mherchel: On focus small icon part is visible in forced colour modefeatIssue #3404302 by finnsky, smustgrave, lauriii, markconroy: Create header component for Umami, with JSfeatIssue #3365497 by finnsky, Gauravvvv, sarahjean, smustgrave, snig, e0ipso, pdureau: Create new SDC component for Umami BannerfixIssue #3424751 by acbramley: BlockContentForm::actions is incorrectly overridden as publicfixIssue #3419894 by shweta__sharma, Mithun S, Kanchan Bhogade, Charles Belov, Amir Gurung, Wim Leers, smustgrave: [drupalImage] Rename "Text alternative" field label to "Alternative text"docsIssue #3062376 by smustgrave, rlnorthcutt, Krzysztof Domański, ravi.shankar, robpowell, acbramley, Abhijith S, larowlan, Anybody, lauriii, phenaproxima, brandonratz, danflanagan8, quietone, longwave: Template suggestions for custom block view modesdocsIssue #3420709 by gorkagr, ressa, Ruturaj Chaubey, larowlan, alexpott: Make it more obvious that a Twig template is overriddendocsIssue #3416304 by sleitner, RoloDMonkey, smustgrave: Javascript warning from content language and translation pagefeatIssue #3351563 by Spokje, longwave, smustgrave: [11.x] Update doctrine/annotations to v2fixIssue #3414900 by quietone, arunkumark, Meeni_Dhobale, smustgrave, poker10: Fix links that are 404featIssue #3398196 by godotislate, DanielVeza, smustgrave: Field block for empty image field with no default image rendering empty div in Layout BuilderfixIssue #2473989 by srishtiiee, narendraR, dawehner, kunal.sachdev, ravi.shankar, lauriii, Peacog, smustgrave, swentel, martin107, Sonal.Sangale, shaal, baikho, amateescu, plach, cpj, Gábor Hojtsy, jhodgdon, quietone, webchick, aspilicious, catch, xjm, alexpott: Lack of dynamic language field / filter makes shipping core views hard to be both compatible with mono and multilingualfixIssue #2998875 by quietone, juampynr, benjifisher, smustgrave, alison: Map menu ids like main-menu when migrating node typesfixIssue #3420215 by longwave, catch, Spokje: Remove ContainerAwareTrait from session middlewarechoreIssue #2942001 by dimitriskr, alexpott, gaurav.kapoor, smustgrave, andypost, almaudoh: Deprecate ThemeHandlerInterface::rebuildThemeData() and use extension.list.theme service insteadfixIssue #3419987 by alexpott, Wim Leers, larowlan, dww: Fix Container::reset() and provide DrupalKernel::resetContainer()fixIssue #3419107 by Keshav Patel, Chi: FieldConfigEditForm::save should report exceptions using warning or error messagesfixIssue #3415118 by ahmad.k, Lendude: Combine fields filter REGEXP causes PostgreSQL syntax errorrefactorIssue #3393099 by kim.pepper, smustgrave, xjm, alexpott, longwave: Move ExecutionContext, ExecutionContextFactory, and ConstraintViolationBuilder from TypedData to Validation namespacerefactorIssue #3422362 by mondrake, Spokje, smustgrave: Change ComposerIntegrationTest::providerTestComposerJson to staticfixIssue #3358581 by pfrenssen, tarik, a.dmitriiev, smustgrave, longwave, larowlan: Deprecated function: array_slice(): Passing null to parameter #2 ($offset) of type int is deprecated in Drupal\Core\Config\Entity\Query\Query->execute()docsIssue #3422543 by mstrelan, smustgrave, longwave: Make use of is_iterable and is_countable functionsdocsIssue #3422485 by mondrake, smustgrave: Change DrupalLogErrorTest::provideFatalExitCodeData to staticfixIssue #3422395 by mondrake, smustgrave: Change ErrorTest data providers to staticrefactorIssue #3422495 by mondrake, smustgrave: Change DefaultConfigTest::moduleListDataProvider and helpers to staticrefactorIssue #3422493 by mondrake, smustgrave: Change UrlHelperTest data providers and helpers to staticrefactorIssue #3422481 by mondrake, smustgrave: Change PrimitiveTypeConstraintValidatorTest::provideTestValidate to staticrefactorIssue #3422345 by mondrake, smustgrave: Change DateTest::providerTestFormatDiff and family to staticfixIssue #3422222 by gorkagr, mstrelan, smustgrave: Wrong return type in Renderer::ensureMarkupIsSafe()fixIssue #3414568 by dimitriskr, smustgrave, quietone: Replace preg_match() with str_starts_with()/str_ends_with() or similarfeatIssue #3420991 follow-uo by alexpott: Convert ImageToolkit plugin discovery to attributesfeatIssue #3420991 by kim.pepper, larowlan, mstrelan: Convert ImageToolkit plugin discovery to attributesfeatIssue #3420992 by kim.pepper, mstrelan, larowlan: Convert ImageToolkitOperation plugin discovery to attributesfeatIssue #3420996 by mstrelan, kim.pepper, larowlan: Convert ImageEffect plugin discovery to attributesfixIssue #3424177 by longwave, andypost: Remove ContainerAwareInterface from DrupalKernelInterfacefixIssue #3412658 by benjifisher: Term migrations should set revision IDsdocsIssue #3399746 by mstrelan, acbramley: Add declare(strict_types=1) to all Functional testsrefactorIssue #3415938 by longwave, Spokje, taraskorpach: Remove ContainerAwareTrait from CacheFactory and ChainedFastBackendFactorychoreIssue #3402444 by mondrake, Spokje, neclimdul, longwave: Deprecate Test Suites, no longer available in PHPUnit 10fixIssue #3422973 by acbramley, dww, andypost: Replace remaining mentions of REQUEST_TIME in commentschoreIssue #3405672 by smustgrave, quietone: Deprecate Tour modulefeatIssue #3424009 by quietone: Move statistics_node_translation_counter to Statistics modulefixIssue #3397532 by finnsky, smustgrave, markconroy: Fix Umami container max-width when toolbar or navigation expandedfeatIssue #3407159 by longwave, quietone: [11.x] Add void returns for Symfony 7fixIssue #3393531 by Gauravvvv, shweta__sharma, Harsh, andy-blum, Aditi Saraf: Article text can overflow page on mobile viewportsfixIssue #3421258 by mstrelan, acbramley: Fix strict type errors in WebAssert callsdocsIssue #3377198 by karanpagare, Harish1688, kostyashupenko, Vidushi Mehta, shweta__sharma, bnjmnm, smustgrave, longwave: Details up chevron not quite vertically aligned in forced colors modefeatIssue #2002174 by Wim Leers, xjm, fago, effulgentsia, catch, smustgrave: Allow vocabularies to be validated via the API, not just during form submissionsfixIssue #3127116 by phthlaap, AjitS, cmlara, AmbyH, smustgrave, alexpott, quietone: Image styles - thumbnails are broken in config page when private file system is usedfixIssue #3304772 by tstoeckler, kksandr, Murz, smustgrave: Cache tags from Computed fields do not bubble up to Entity render arrayfixIssue #3091841 by quietone, Grevil, Anybody, mikelutz, smustgrave, danflanagan8, jklmnop, ShaunDychko, fengtan, MariaIoann, ranjith_kumar_k_u: Remove hardcoded plugin IDs from migration process pluginsfeatIssue #3422407 by Wim Leers, smustgrave: New config schema data type: bytesfixIssue #2856598 by apkwilson, NickDickinsonWilde, ranjith_kumar_k_u, adhariwal, yogeshmpawar, smustgrave, quietone: Views field rewrite replacement subtoken yields double encoded HTML entitiesfixIssue #2463753 by claudiu.cristea, acbramley, gg24, anairamzap, dhirendra.mishra, andypost, dawehner, swatichouhan012, smustgrave, quietone, Hardik_Patel_12, douggreen, mohrerao, gcb, kalistos, Wim Leers, pfrenssen, dww, larowlan: [regression] Do not bypass route access with 'link to any page' permissions for menu linkstestIssue #3417362 by kristiaanvandeneynde, smustgrave, quietone: Call refreshVariables() where needed in various testsfeatIssue #3422398 by Wim Leers, phenaproxima: Allow specifying a prefix for ConfigExistsConstraint, to enable using it for references to config entitiesfixIssue #3381929 by tedbow, yash.rode, kunal.sachdev, tim.plunkett, quietone, hooroomoo, Utkarsh_33: Restrict access to empty top level administration pages for overview controllerfixIssue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update the file size in file_validate_image_resolution after resizingfixIssue #3396741 by recrit, smustgrave: Content Moderation moderation_state_filter cannot join the entity revision table when the filter uses relationship to the entity revision tablefixIssue #2613222 by webflo, alexpott, ameymudras, pooja saraah, _utsavsharma, penyaskito, Janvi Dasani: Language module shouldn't alter config in sync modefixIssue #3423454 by scott_euser, smustgrave: Form Builder does not fully allow Ajax GET requestschoreIssue #2838474 by kim.pepper, rpayanm, alexpott, longwave, Spokje, andypost, 20th, mfb: Remove dependency of "file_system" service on "logger"perfIssue #3421164 by kristiaanvandeneynde, catch: Log every individual query in performance testsdocsIssue #3422845 by scott_euser, smustgrave: Improve the relationships documentation in views.api.phpfixIssue #3423329 by catch, kristiaanvandeneynde, dww, alexpott: Prevent session garbage collection during functional testsfixIssue #3423120 by dineshkumarbollu, mohit_aghera: Remove@Annotationtag from Action attributefixIssue #3414415 by joco_sp, nod_, RoloDMonkey, tcrawford: Content language and translation AJAX expansion is backwardsfixIssue #3423272 by catch, kristiaanvandeneynde: Return early from more cache tag operationsrefactorIssue #2977950 by Lendude, smustgrave, lauriii: Move the bc layer for views UI CSS classes from views to stable9fixIssue #3422981 by catch, gorkagr, Wim Leers: Return early in CacheTagsChecksumTrait::isValid() (and possibly elsewhere) if there are no tags to checkfixIssue #3414287 by catch, longwave: Avoid reading session from the database multiple times during a big pipe requestdocsIssue #3097907 by dww, camilledavis, Abhijith S, komalk, athyamvidyasagar, rudolfbyker, kostyashupenko, guilhermevp, shaal, andrewmacpherson, tanubansal, krishnarp, paulocs, ckrina, saschaeggi, mgifford, rkoller, mherchel: Active toolbar tray has weak affordance and fails WCAG color criteriaperfIssue #3421881 by catch, kristiaanvandeneynde, Wim Leers: Track cache tag queries separately in performance testsfixIssue #3405976 by alexpott, jrglasgow, fago, catch, mondrake, solideogloria, mglaman, Driskell, derickr, longwave, Mile23, YesCT, daffie: Transaction autocommit during shutdown relies on unreliable object destruction order (xdebug 3.3+ enabled)fixIssue #3379885 by catch, Wim Leers: Use MessagesCommand in BigPipe to remove special casing of the messages placeholderfixIssue #2867881 by catch, Wim Leers, smustgrave, dww: Remove @todo and workaround in Cookie ResourceTestTraitfixIssue #3405976 by alexpott, jrglasgow, fago, catch, mondrake, solideogloria, mglaman, Driskell, derickr, longwave, Mile23, YesCT, daffie: Transaction autocommit during shutdown relies on unreliable object destruction order (xdebug 3.3+ enabled)revertRevert "Issue #3414993 by alexpott: Add ConfigImporter to \Drupal\Core\Config\Importer\MissingContentEvent"fixIssue #3112295 by mondrake, Taran2L, acbramley, cliddell, mpdonadio, smustgrave, Hardik_Patel_12, AkashKumar07, ravi.shankar, alexpott, andypost, daffie, JeroenT, vladbo, pifagor, voleger: Replace REQUEST_TIME in rest of OO code (except for tests)
drupal/core-composer-scaffold: 10.5.6 → 11.1.9
📋 Show 12 commits
fixIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warningsfixRevert "Issue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warnings"fixIssue #3425337 by mondrake: Fix root namespace classes DebugClassLoader forward compatibility warningsfixIssue #3438034 by tannguyenhn, adwivedi008, alex.skrypnyk, alexpott: Fix Composer Scaffold plugin event listenerschoreIssue #3437335 by fromme, catch: Remove web.config from 11.xfixIssue #3444020 by andypost, smustgrave: [8.4] Fix implicitly nullable type declarations in composer pluginfixIssue #3266160 by smustgrave, alex.skrypnyk, tannguyenhn, beatrizrodrigues, joachim, larowlan: Composer Scaffold plugin calls dispatch() instead of dispatchScript()featIssue #3447886 by alexpott, sime, phenaproxima: Add support for recipes to drupal/recommended-project and drupal/legacy-projectfixIssue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstanfixRevert "Issue #3463440 by mstrelan, smustgrave: Fix param docs identified by phpstan"fixIssue #3463440 by mstrelan, smustgrave, quietone, longwave: Fix param docs identified by phpstanfixIssue #3330481 by spokje, quietone, mstrelan, smustgrave: Fix PHPStan L2 error "PHPDoc tag @foo has invalid value (Bar)"
Report generated by ITCare Feature Analyzer