Create SDC "Quick start" documentation / code
This is not a beta blocker, however we want this to be live by DrupalCon Pittsburgh 2023 at the latest. We want to give front-enders some "quick start" components that they immediately start messing...
View ArticleClaro low contrast for buttons in dialog
Problem/Motivation#2253257: Use a modal for entity delete operation links introduced more uses of modal dialogs. When these modal dialogs are triggered by Views, Claro displays the buttons in the...
View ArticleRefactor (if feasible) use of jquery is function to use vanillaJS
Problem/MotivationAs mentioned in the parent issue #3238306: [META] Where possible, refactor existing jQuery uses to vanillaJS to reduce jQuery footprint, we are working towards reducing our jQuery...
View ArticleMake field selection less overwhelming by introducing groups
Problem/MotivationOn the first iteration of the prototype from https://www.drupal.org/project/drupal/issues/3343940, we noticed that the way that we chose to represent the available field types was...
View ArticleHow can I select/filter on one term from a taxonomy using its tid?
Problem/MotivationSorry for asking such a basic question, but I have not found any example for that.I want to select the term with tid 593 from the vocabulary company. (I do not want to filter nodes by...
View ArticleAllow modules to change the container cache key
Problem/MotivationNormally, to rebuild the Drupal service container, one simply needs to run drush cr, or request an equivalent operation from the UI. However, this does not work if definitions for...
View ArticleChanges to service definitions can cause fatal errors until services cache is...
Problem/MotivationSometimes, contrib (and custom) modules need to change their service definitions. For example, an additional argument may need to be passed, which can change the function/service...
View Articledictionary: queueing vs. queuing
Problem/MotivationQueuing/Queueing is a very fun word, and has two correct spellings, neither of which is associated with typical US/UK conventions, they're just, both correct (i.e. there's no existing...
View ArticleBackport the Announcements Feed core module to Drupal 7
Problem/MotivationAt this point Drupal 7 doesn't really receive new features. However, being able to provide communication to Drupal 7 site owners that will support their upgrade to modern Drupal is a...
View Article[policy, no patch] Policy to help less interested Patch move forward.
Problem/MotivationMany issues have a patch but no reviewers. They will never commit into CORE. Few of my issues are 4+ years old. Some of them older enough to close because no more D6 / browser...
View ArticleImageStyleDownloadController::deliver() when checks for source image...
Problem/Motivation\Drupal\image\Controller\ImageStyleDownloadController::deliver() contains the following code:$path_info = pathinfo(StreamWrapperManager::getTarget($image_uri)); $converted_image_uri =...
View ArticleAllow OffCanvas Dialog to disallow resizing
Problem/MotivationIn working on Same Page Preview, I have noticed that when a user resizes the off-canvas dialog by adjusting the left border of the panel, the javascript that drives how the the...
View Article[warning] Trying to access array offset on value of type bool PluginBase.php:187
Problem/MotivationThis problem is caused by Views Plugins that do not correctly define the options array as specified in the documentation for the defineOptions() function in the...
View Article[warning] Trying to access array offset on value of type bool PluginBase.php:185
Problem/MotivationAfter updating to php 8.1 on drupal 9.3.22, an warning is thrown when clearing the cachce [warning] Trying to access array offset on value of type bool PluginBase.php:185This problem...
View ArticleMachine name generation is way too slow
Problem/MotivationAnybody typing with two hands an element with a machine name, then hitting submit will almost certainly end up with an "Machine name is required" error, or worse as a developer, a 1...
View ArticleThe active page number is not showing on the last page(Views Full pager)
Problem/MotivationThere is a problem with the Views full pager, the active page number is not showing on the last page when the quantity value is 1.Steps to reproduceCreate a view with full pagerIn the...
View ArticleRevision user incorrectly appears as anonymous user when node author is...
Problem/MotivationThe revision user is not appearing correctly on the /revisions tab when a node author is cancelled and their content assigned to anonymous user.Steps to reproduce:User A creates a...
View ArticleRemove service location anti-patterns in constructors: comments
@mglaman pointed out the possible problem of these three patterns in the class constructor in his blog: $this->request = $request_stack->getCurrentRequest(); $this->nodeStorage =...
View ArticleMenu link content changes are not visible on non-live workspaces
ProblemNow that #2880152: Convert custom menu links to be revisionable is in, changes to menu links in non-live workspaces are not showing up. Making changes, and publishing changes from non-live to...
View Article