Add tests for menu links not expanded on front page and other pages
Problem/MotivationRelated to point 8 in #75 on #2301317-75: MenuLinkNG part4: Conversion (and #53)Was fixed.Proposed resolutionAdd test for expanded checkbox, and that links are expanded/or...
View ArticleAnnotations topic should document PluginID shorthand
API page: https://api.drupal.org/api/drupal/core%21modules%21system%21system.api.p...The Annotations topic should document that some annotation types, which extend the PluginID annotation class, have...
View ArticleAdd test for menu links and custom menu links are rendered translated in both...
Problem/MotivationRelated to point 15 in #75 on #2301317-75: MenuLinkNG part4: ConversionWas fixed.Proposed resolutionAdd tests for menu links (the default/plugin ones) and custom menu links title...
View ArticleMake the entity storage system handle changes in the entity and field schema...
Updated: Comment #113This is being coded in the D8MI - Entity Translation sandbox.Test issue: #2298525: Test issue for Make ContentEntityDatabaseStorage handle changes in the entity schema...
View ArticlePoll title should have same length as regular content type (255)
Problem/MotivationThe poll module title is limited to 128 characters, even though the database schema allows for 255 characters. This is due to the fact that poll_form() redefines the edit form without...
View ArticleSometimes you want more than 128 chars of allowed file extensions
Problem/MotivationIn D8's core/modules/file/src/Plugin/Field/FieldType/FileItem.php and D7's modules/file/file.field.inc uses textfield's default '#maxlength' => 128. On Drupal.org, we want more...
View Articleuser.api.php hook summary lines should be more consistent with other entity...
Problem/MotivationThe hook_user_role_*() docs in user.api.php are not consistent with other documentation like hook_node_insert(). @Dave Reid pointed out in #1119158-6: user_role_save() doesn't...
View ArticleLazy inititialize the theme system by injecting the theme negotiator into...
Updated: Comment 0Problem/Motivation@TODO#1954892: Replace 'theme callback' and hook_custom_theme() with a clean theme negotiation systemProposed resolutionRemaining tasksUser interface changesAPI...
View ArticleEvent With Multiple sessions
Hi,I am not sure whether this is the correct place for this question but I was not able to find any other better place . My scenario is I have to create an event with multiple sessions . So, There are...
View ArticleRemove use of function content_translation_overview(EntityInterface $entity)...
Meta issue: #2205673: [meta] Remove all @deprecated functions marked "remove before 8.0"
View ArticleProvide a way to keep test results and verbose messages as artifacts
Hi,In my team we are using Simpletests extensively both on local workstations and on our continuous integration server.Our workflow resembles something like this: * before committing code to the git...
View Articletheme_fieldset() should allow any non-empty-string #title
Currently, theme_fieldset() uses empty() to determine whether or not to display a title for the fieldset. This means that #title's such as a zero will not be displayed. The attached patch converts...
View ArticleRegression: Entity definitions miss a language entity key
While working on #1966436: Default *content* entity languages are not set for entities created with the API we figured that Drupal 8 misses the 'language' entity key, as it got introduced for Drupal 7...
View ArticleCheck for common words in password strength indicators
Problem/MotivationPassword cracking tools contain lists of commonly used passwords, we should warn users that some passwords are too weak to be of use. Motivation is that currently the password...
View ArticleDelete a field in a content type breaks the site
Problem/MotivationOn a fresh Drupal Alpha 13 version I was not able to delete a field without breaking the website. I have try with different fields and I always get the same result.Steps:Install a...
View ArticleProvide interfaces for the local task and action manager.
Problem/MotivationProvide interfaces for the local task and action manager.Proposed resolutionLet's do it.Remaining tasksUser interface changesAPI changes
View ArticleApply formatters and widgets to Node base fields
Updated: Comment #0See Issue summary for #2010930: [META] Apply formatters and widgets to rendered entity base fields (all besides node.title)This issue is about the following base fields of the Node...
View Article$user->getUsername() should return the username, not the formatted user name
Problem/MotivationThe same way we have getPassword() and getEmail() which return the raw values, I would expect getUsername() to follow the same logic, and not return a formatted user name. Simpletest...
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 Article[meta] Complete Entity Field API
Not CompletedEntity Manager and related topics#2144677: Add per entity type managers to improve DX#1867228: Make EntityManager provide an entity factory (API Addition)#1233394: [Policy, no patch] Agree...
View Article