Explicitly document all instances of calling t($variable)
Problem/MotivationIt is a bad habit to have code like:$this->t($some_var) because potx cannot find those strings.There are places like generic YML files, where it is required to have such a...
View ArticleColor module doesn't look for CSS files declared in a library
Working on #1813186: Integrate scripts/stylesheets from info/layout files with libraries I found out that color module only look for CSS files declared in the info file with the stylesheets key. It...
View ArticleMenuLinkNG part5: Remove dead code; and party!
Suggested commit messageIssue #2301319 by pwolanin, dawehner, Wim Leers, effulgentsia, joelpittet, larowlan: MenuLinkNG part5: Remove dead code; and party!Problem/MotivationProposed resolutionRemaining...
View ArticleUsers could not find the Change password fields
Updated: Comment #59 See details about the Usability Study at http://groups.drupal.org/node/163894This issue contains suggestions and attempts to modify the display of these to fields to make it clear...
View ArticleAdd columns to theme_views_ui_style_plugin_table
I was wondering if anyone had any thoughts on how to hook into this and add columns with a Module. I've got a working version of this where I simply patch the Views Module itself, but, of course,...
View ArticleRemove drupal_redirect_form() as it is deprecated
Remove drupal_redirect_form() as it is deprecated as per meta https://www.drupal.org/node/2205673usage is removed here https://www.drupal.org/node/2300873submitted patch for the same.
View ArticleIn BooleanOperator Rename Views properties to core standards
We need to rename properties according core standards in views/Plugin/views/filter/BooleanOperator.phpPart of meta-issue #2052421: [META] Rename Views properties to core standards
View Article'definition' key does not exist in the array returned by...
API page: https://api.drupal.org/api/drupal/modules%21field%21field.crud.inc/funct...Enter a descriptive title (above) relating to function field_update_instance, then describe the problem you have...
View ArticleToolbar incorrectly add whitespace to body when there's no expandable...
After the Shortcut module is disabled, the toolbar is still expanded. Javascript is used to correct this, but visiting a page with JS turned off reveals that the space for the Shortcut bar is still...
View ArticleCommentTypeForm allows the entity type to be changed
Problem/MotivationSteps to reproduce:Install standard profileCreate article contentAdd commentEdit comment type (admin/structure/comment/manage/comment) and change the comment target entity type to...
View ArticleStatically cache Role entities to speed up (User|UserSession)::hasPermission()
Every call to hasPermission() does $roles = \Drupal::entityManager()->getStorageController('user_role')->loadMultiple($this->getRoles()); for both logged in users and anonymous users.The...
View Article[meta] Remove all @deprecated functions marked "remove before 8.0"
Updated: Comment #0Problem/Motivation#2187735: Add removal information to docblock of all @deprecated functions ensured that most @deprecated functions were marked "will be removed before Drupal 8.0"....
View ArticleEnable static caching for config entities
#1779026-155: Convert Text Formats to Configuration SystemThe code is copied literally from DatabaseStorageController.
View ArticleRemove comment_new_page_count()
Meta issue: #2205673: [meta] Remove all @deprecated functions marked "remove before 8.0"
View ArticleDeprecate comment_get_thread() in favour of method on CommentStorage
This a follow-up from #2155387: Multiple comment fields per entity are supported, but break horribly when they need pagersFormatters and other container affected things should properly inject this...
View ArticleFilter formats should not save plugin data when the plugin configuration...
In the code we have the following comment public function preSave(EntityStorageInterface $storage) { // Ensure the filters have been sorted before saving. $this->filters()->sort();...
View ArticleRegression: "Translate" local task always visible, also for...
Problem/MotivationWhen the content translation module is enabled, the "Translate" local task is always visible, even if content translation has not been enabled for the bundle.Steps to replicateInstall...
View ArticleConfig entity static cache doesn't get reset and isn't override aware
#2202185: Statically cache Role entities to speed up (User|UserSession)::hasPermission() wants to enable entity static caching for user roles. #1885830: Enable static caching for config entities wants...
View ArticleAllow drupal components to depend on other components outside Drupal
Problem/MotivationThe following list prooves that noone is aware of...
View Article