Quantcast
Channel: Issues for Drupal core
Browsing all 298843 articles
Browse latest View live

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 Article


AssetResolver::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 Article


Disabled 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 Article

Fix 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 Article

Call 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 Article


When 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 Article

When 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 Article

Only 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 Article


Error 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 Article


Javascript 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 Article

Image may be NSFW.
Clik here to view.

The 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 Article

Clean 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 Article

Image may be NSFW.
Clik here to view.

Fix 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 Article


Deprecate 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 Article

Allow 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 Article


Add 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 Article

Fiber 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 Article

Claro: 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
Browsing all 298843 articles
Browse latest View live


Latest Images