Replace confirm password field with show/hide functionality
Problem/MotivationIt's more useful to show the user what they are typing instead of asking them to type it twice:http://www.lukew.com/ff/entry.asp?1653= (2012)http://www.lukew.com/ff/entry.asp?1941...
View ArticleChange "Save and keep un-/published" buttons to a...
Problem/MotivationIn a recent study of the content authoring experience done by Dharmesh users found the newly introduced "Save and keep published" overly long and confusing.Proposed resolutionBecause...
View ArticleVisual regression: Sidebar menus are missing indentation styles.
Problem/MotivationFollow-up discovered while testing #2405059: Replace menu images with Libricons. A menu in the sidebar configured to display expanded sub-menu items does not properly indent.Steps to...
View ArticleHttp 500 error after upgrading from Drupal 6.38 to Drupal 7.54
I upgraded from Drupal 6.38 to Drupal 7.54 following all instructions under https://www.drupal.org/docs/7/upgrade-to-drupal-7/upgrade-process. At completion (Step 13 run the update script) I was not...
View ArticleUpgrade views handlers and relationships for dblog
Problem/MotivationWhen a site has more than 1000 logs, the Logs id could use a separator to format the logs, for example 1,200. If this field is used in a link to link a log event this breaks the link....
View ArticleAdd a startup configuration for the built-in PHP server that supports clean URLs
Problem/MotivationAs of 5.4, PHP has a built-in web server which is useful for testing. As it does not support .htaccess files it won't work with clean-urls out of the box as it requires urls on the...
View ArticleImprove usability of Views bulk action form in Seven theme
Problem/MotivationThe styling for the Views bulk action form is limited and can lead to confusion when presented along side other form elements. For example, on the administration content listing page...
View ArticleClean up redundant methods in datetime field formatters
Problem/MotivationFollow-up from #2161337: Add a Date Range field type with support for end date. There are now quite a few datetime field formatters, and many of them have redundant methods that are...
View ArticleDefault message for linkNotExists and linkByHrefNotExists is wrong
Problem/MotivationIn Drupal\Tests\WebAssert, linkNotExists() and linkByHrefNotExists() default message are same as respectively linkExists() and linkByHrefExists(). public function...
View ArticleDetails and Accordion
Problem/MotivationRestyle the details and accordion elements based on the Proposal: A Style Guide for Seven.Motivation is discussed in more detail in the style guide.The file and image fields,...
View ArticleClarify in the dblog_help that the dblog module should not be used for...
Problem/MotivationBased on #1635646: Admin users should know site report permission allows for more than viewing it is clear that the dblog module cannot be used as a forensic log. Proposed...
View ArticlePHP Fatal error: Nesting level too deep
I have spotted a PHP fatal error in the logs for a project I'm working on:PHP Fatal error: Nesting level too deep - recursive dependency? in docroot/vendor/twig/twig/lib/Twig/Environment.php(403) :...
View ArticleRemove multilingual initiative from MAINTAINERS.txt as completed
Problem/MotivationThe multilingual initiative succeeded in moving Drupal 8 forward tremendously since Dries announced it on May 9th 2011. More than 1600 contributors worked on making this possible for...
View ArticleAdd changelog for Drupal 8.3.0
Problem/MotivationNo changelog entry for 8.3 yet.Proposed resolutionAdd a changelog entry with sufficient items covering the changes. Look for and tag new issues with the 8.3.0 release notes...
View ArticleAutomatic entity update fails when site default language is not English
ProblemWhen adding extra fields to an existing entity using hook_entity_base_field_info() and the website default language is not English, error messages are logged.How to reproduceThis issue was...
View Article/admin/content page crashes after removing a language
ProblemAfter removing a language that has at least one content translation created, any subsequent attempt to load /admin/content results in the following error:The website encountered an unexpected...
View ArticleCreate an MVP for adding and re-using Media
Problem/MotivationFor Drupal 8.3, we want to ship with a library that allows displaying and selecting from a listing of previously-uploaded media.Proposed resolutionImplement an MVP media library,...
View ArticleFile Field design update
Problem/MotivationIn terms of interaction, file fields could be a lot more accessible. The style guide proposes both a new appearance and a new interaction design.Proposed resolutionFiles can be added...
View Article[PP-1] Handle initial values when creating a new field storage definition
Problem/MotivationWhen creating a new base field storage definition an initial value may need to be assigned as the field value might be required. This value may or may not match the default value, in...
View ArticleViews string filter negated regular expression
Problem/MotivationUsecase: There are three nodes with the following titles: foo, bar, drupal. Requirement: Create a view that lists nodes that does not have title foo or bar.Using views string filter...
View Article