Update Nightwatch to 3.x
Problem/MotivationWe are currently on Nightwatch 2.3.9 but the latest version is 3.7.0.Proposed resolutionUpdate to Nightwatch 3.7.0 in Drupal 11.1.x.Remaining tasksNeeds followup for #13User interface...
View Article[meta] Requirements for tagging 11.0.0
Must-havesDrupal will let you "upgrade" from 10.4.0 to 11.0.0, but that's actually a downgrade. Needs both longterm meta and immediate hotfix hack for 11.0.0 to prevent the downgrade (even with bad UX,...
View ArticleAdd validation of langcode in MachineNameController
Problem/MotivationIn 10.2 we deprecated \Drupal\system\MachineNameController::transliterate However it is possible to trigger a 500 exception by passing an array for the text or langcode query params....
View ArticleHave Views' taxonomy term filters use UUIDs instead of entity IDs
Problem/MotivationIt is not reliable to deploy configuration of Views that reference taxonomy terms when the local site and production site are not exactly matching because they reference the Term ID...
View Articlexjm dealing with organization credit attribution limitations
If you aren't xjm, please leave this issue alone. Thanks!
View ArticleShow test run time by class in run-tests.sh output
Problem/Motivationgitlab collects and displays the amount of time each test method takes to run, which is useful.However, Drupal core pipelines run concurrently by class, and test classes can have...
View Article[meta] Requirements for tagging 11.1.0-beta1 and 10.4.0-beta1
Requirements prior to beta for both branches#3427903: [META] Make Drupal 10.3/11 compatible with PHP 8.4Requirements for 11.1.0-beta1#3371963: Update Nightwatch to 3.x#3449874: Update to a stable...
View Article[META] Make Drupal 10/11 compatible with PHP 8.4
Problem/MotivationPHP 8.4 alpha1 released at July 6, 2024, feature freeze and first beta at Aug 15 2024, stable is expected November 21, 2024. Release schedule is https://wiki.php.net/todo/php84...
View ArticleUpdate to a stable version of jQuery 4
Problem/MotivationWe're on a beta of jQuery 4, we need to update to a stable release before 11.0.0 - opening this issue to track.Steps to reproduceProposed resolutionRemaining tasksUser interface...
View ArticleUpdate to a stable version of jQuery UI 1.14.0
Problem/MotivationWe're on a beta of jQuery UI 1.14.0, we need to update to a stable version before 11.0.0Steps to reproduceProposed resolutionRemaining tasksUser interface changesAPI changesData model...
View Article[PP-upstream] Support eslint 9
Problem/MotivationEslint 9.0.0 was released a few days ago, and has a number of breaking...
View Article[12.x] [meta] Requirements for tagging Drupal 12.0.0-beta1
Must-haves prior to tagging 12.0.0-beta1Release notes: [#]Fully support PHP versions above the Drupal 11 minimum.Update or decouple/remove PHP (Composer) dependencies. Symfony: Update to Symfony 8:...
View ArticleRemove @todo from phpcs.xml.dist linking to closed issue
Problem/Motivation#1848264: Compare and merge PhpWiki diff*.php with MediaWiki's DairikiDiff.php and DiffEngine.php has been closed and there is an @todo for it that can be removed. However there does...
View Article#states not affecting visibility/requirement of managed_file
Problem/MotivationCannot affect the visibility or requirement of managed_file with states. Identical to #1118016: conditional visibility of a managed_file using #states attribute does not work so...
View ArticleXSS attribute handling mangles attribute names with underscores
Hi guys,Is there any good reason why _filter_xss_attributes can't take care of attributes having underscores inside ?Actually I built a CKEditor plugin allowing to add widgets. That plugin consists in...
View ArticleUpdate package metadata readme to a docs page instead of a change record
Problem/Motivation\Drupal\Composer\Generator\ComponentGenerator::initialPackageMetadata adds a _readme section to the composer.json file of generated packages that points to a change record, but it...
View ArticleAllow MenuLinkTree manipulators to be altered
Problem/MotivationCurrently, across core and contrib there are a number of modules and issues that attempt to override the menu link tree. However lacking a core way to alter this behavior these...
View ArticleAdd ability to test on Firefox using selenium
Problem/MotivationOnce #3421202: Enable W3C-compliant webdriver testing lands we will be able to test using selenium/standalone-firefox.Steps to reproduceAdd .with-selenium-firefox:...
View ArticleComponentGenerator hardcodes PHP 7.3.0
Problem/Motivation\Drupal\Composer\Generator\ComponentGenerator::initialPackageMetadata hardcodes PHP 7.3.0, rather than using Drupal's own minimum requirement.Steps to reproduceProposed...
View ArticleJS errors from Drupal.behaviors.activeLinks (... is not a valid selector)
Problem/MotivationOn paths with specific chars in the query string, Drupal.behaviors.activeLinks causes JS errors:Steps to reproduce- Install Drupal, - Log in as admin, - (optional) Disable JS/CSS...
View Article