Allow process plugins to flag a row to be skipped
Problem/MotivationCurrently a process plugin can declare a row to be skipped by throwing a MigrateSkipRowException. Using exceptions as signals in this manner is not ideal. The process plugins have...
View ArticleAssetResolver::getCssAssets() should not try to sort and optimise if $css is...
As I discovered in comment #58 in #2005970: In renderable arrays, #type should provide a #theme suggestion, similar to how drupal_prepare_form() works, drupal_get_css() will try to process an empty...
View ArticleDisabled and readonly form element attributes should be boolean HTML5 attributes
Problem/MotivationThe code in FormBuilder::handleInputElement(): if (!empty($element['#disabled'])) { if (!empty($element['#allow_focus'])) { $element['#attributes']['readonly'] = 'readonly'; } else {...
View ArticleFix PHPStan L1 error "Variable $foo in/on something() is never...
Problem/MotivationAmongst the errors when running PHPStan on level 1 is: Variable $foo in/on something() is never defined.This issue exists to fix all of those and remove them from the suppressions in...
View ArticleCall to a member function has() on null in...
Problem/MotivationError: Call to a member function has() on null in Drupal\Core\Mail\Plugin\Mail\PhpMail->mail() (line 114 of core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php)....
View ArticleWhen the Summary input is enabled/checked, should the Summary field under...
Problem/MotivationWhen the Summary input is enabled/checked, should the Summary field under Default value automatically display? Or should it only display after the field has been saved? How is this...
View ArticleWhen the Summary input is disabled/unchecked, what should happen to any...
Problem/MotivationWhen the Summary input is disabled/unchecked, what should happen to any existing values in the Summary field? - Seems like a follow up but this issue shouldn't tough that.Steps to...
View ArticleOnly load all modules when a hook gets invoked
Sort-of follow-up to #1058720: Lazy load modules which I've marked as won't fix.Now there's the extension handler, there's the possibility to load all modules only when hooks are invoked (ideally only...
View ArticleError JS
Problem/MotivationIn the console, I got this Error message : Uncaught SyntaxError: missing ) after argument list js_cco9Nn3xgrPaNEVffsoy-G1xVV-JGqZqwhutac9Uazo.js:415:99Steps to reproduceProposed...
View ArticleJavascript errors in entity-form.js when retranslate checkbox does not exist
Problem/MotivationThis seems to be a regression of #3238849: Refactor (if feasible) use of jquery is function to use vanillaJS. $checkbox is acessed, but unlike the check above, this one does not have...
View ArticleThe sidebar in the add or select media widget is missing a styling
Problem/MotivationWhile i was testing https://www.drupal.org/project/media_library_media_modify for #2985168: Allow media items to be edited in a modal when using the field widget I've noticed that the...
View ArticleClean up email validation constraint definition
Problem/MotivationEmail validator definition is duplicated and comment in class is inaccurate.Steps to reproduceNo impact on other code (mostly, does also target all string instead of only email...
View ArticleFix incorrect message after resetting password
Problem/MotivationAfter a user has reset their password, they are shown a message:You have just used your one-time login link. It is no longer necessary to use this link to log in. Please change your...
View ArticleDeprecate PasswordInterface::check() in favour of ::verify()
Problem/MotivationSplit from #1845004: Replace custom password hashing library with PHP password_hash() (see comment #161).After #1845004: Replace custom password hashing library with PHP...
View ArticleAllow ajax dialog to have focus configurable
Problem/MotivationThere are some use cases where you don't want that Ajax.dialog autofocuses on the dialog. My use case is because of: layoutbuilder_extras_live_update I am updating the Layout in the...
View Article[policy, no patch] Decide whether to enable Announcements Feed for 7.x by...
Problem/MotivationThis is a child issue of #3357707: Backport the Announcements Feed core module to Drupal 7 where we should discuss and decide if / how / when to enable the module on existing sites....
View Article[PP-1] Configuration schema & required keys
Problem/MotivationQuoting @bircher, maintainer of https://www.drupal.org/project/config_split, https://www.drupal.org/project/config_filter, etc., after I asked him What concrete things have gone wrong...
View ArticleAdd support for built-in PHP session upload progress
Problem/MotivationRight now, upload progress only works if you're running in mod_php mode (with the PECL extesion uploadprogress). Sadly mod_php only works with Apache.Steps to reproduceUpload a file...
View ArticleFiber loops in Renderer and BigPipe are never suspended
Problem/MotivationFiber loops in Renderer and BigPipe are never suspended due to $iterations being reset at every iteration of the while loopSteps to reproduceCreate a placeholder callback that call...
View ArticleClaro: Dropdown menu not working
Till now, Claro Dropdown menu still not worked, even though Show as Expanded = True has been set in the menu links.
View Article