Follow-up for #3039568: add status report message about JSON:API's...
Problem/MotivationSuggested in a UX meeting:A simple status report message about JSON:API's access being enabled, especially when write access is enabled. This was requested by a couple UX team members...
View ArticleA minor release after a security release makes next major branches security...
Problem/MotivationFound this while working on #2992631: Update report incorrectly recommends security releases for old minors when a security update is needed and a secure version of the old minor is...
View ArticleAdminRouteSubscriber incorrectly identifies paths such as...
The Core system EventSubscriber _admin_route path condition /admin is possibly some what error-prone and interpretes /adminWHATEVER paths to be part of the /admin/* area causing issues for theme...
View ArticleRSS view with fields give wrong URL from path field
ProblemRSS view with fields instead of content rendering in RSS view mode results in wrong URLs from path field (with pathauto enabled). Instead of correct URL with...
View ArticleDrupal core should inform the user of the security coverage for the...
Problem/MotivationNote: This issue has some similarities to #2766491: Update status should indicate whether installed contributed projects receive security coverage, but it is not the same. That issue...
View ArticleA required boolean field behaves differently depending on the widget
If a boolean field is set to 'required', the behaviour is different depending on the widget:- single checkbox widget: the checkbox is shown as required. The user must enter the On value - radios...
View ArticleIntegrate Media Library with Content Moderation
Problem/MotivationWe have a nice media library in core. We also have a nice content moderation/workflow system in core.We also have no real, solid idea how these two systems interact with each other....
View Article[META] Roadmap to stabilize Media Library
Problem/MotivationFor Drupal 8.6, we shipped with an experimental media library that:Provides a nice visual interface for browsing through all the media items in your siteCan be opened from a node form...
View ArticleDon't allow core_version_requirement key to be used for versions less 8.7.6
Problem/MotivationFollow up to #2313917: Core version key in module's .info.yml doesn't respect core semantic versioning @marcvangend asked on twitter Does core_version_requirement also support syntax...
View Articledrupalimage CKEditor plugin should not require data-entity-uuid and...
If you add an image with the URL field (without the upload widget) the next time you edit the content you can't edit the image with the image button because its data-entity-type and data-entity-uuid...
View Article"You have unsaved changes" on node layout builder page
there were few custom blocks and one simplenews subscribtion block in my node layout builder page which was perfect without problem, but after I added one custom block into the page, I got the message...
View ArticleDatabase primary keys can exceed maximum integer storeable (has actually...
Original reportWatchdog wid reaches maximum integer storeableTo reproduce: have a site which generates a large number of Notices and Warnings (eg. uninitialised variables, unset array keys) per page...
View ArticleOptionally allow choosing a view mode for embedded media in EditorMediaDialog
Problem/MotivationThis is a follow-up to #2994702: Allow editors to alter embed-specific metadata, as well as `data-align` and `data-caption`.Right now there is no way for a user to set the view mode...
View ArticleActiveLinkResponseFilter breaks any text/html BinaryFileResponse or...
I have a Controller which generates a text/html BinaryFileResponse:$response = new BinaryFileResponse($temp_file); $response->headers->set('Content-Type', 'text/html');...
View ArticleAdd a computed 'file_url' property to FileItem (for exposing file...
Problem/MotivationSee #2825487-128: Fix normalization of File entities: file entities should expose the file URL as a computed property on the 'uri' base field: [This patch] fixes it for File entities,...
View ArticleHigh contrast theme for seven
This feature will turn admin theme in high contrast theme which many power use can leverage while logged in with some role. Moving forward there will be other option as well to meet different levels of...
View ArticleAllow source translations to be removed
Follow-up to #2476563: Entity operations links tied to original entity language, ignore everything elseProblem/MotivationCurrently, deleting a source translation means everything disappears, and we...
View ArticleSimplify ContentEntityBase internal field storage by removing special...
In #2076445-69: Make sure language codes for original field values always match entity language regardless of field translatability @yched said: I'm not sure I see the value in keeping the internal...
View ArticleDecouple from Symfony CMF
Problem/MotivationWe have Symfony CMF as a dependency, but we only really use three things from it:RouteEnhancerInterface RouteFilterInterfaceAlso the ROUTE_NAME and ROUTE_OBJECT constants from...
View ArticleDiscuss whether to decouple from Symfony Validator
Problem/MotivationWe've had to deal with quite a lot of deprecations in Symfony validator, which has been the main barrier to updating Symfony minor releases.The most recent of these is #3029540:...
View Article