Replace hidden with enabled in menu links code
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changes
View ArticleRemove all PNG fallbacks for SVG
Problem/MotivationIn #2286601: [policy] Drop support for browsers that don't support SVG, we decided PNGs were old news and SVG are the future.Remaining tasksRemove all PNG equivalents of icons in...
View ArticleAllowed language langcode argument cached cause Error
Problem/MotivationNoticed while manually testing #2301317: MenuLinkNG part4: ConversionSteps to reproduce:Install 8.xset always show errors (admin/config/development/logging)enable custom menu links,...
View ArticleOnly record unique hits in node counter stats
One of my biggest long-time annoyances with Drupal is the way that the hit counter for a node behaves. The hit counter records every single page view for a node. If you reload a node/x page 10 times,...
View Articleadmin themes for translation tabs just works for nodes
Problem/MotivationProblem: the priority of the AdminRouteSubscriber is lower than ContentTranslationRouteSubscriberProposed resolutionRemaining tasksUser interface changesAPI changes
View Articleupdate.module - Convert theme_ functions to Twig
Issue #1898466 by joelpittet, webthingee, W1n5t0n45, ry5n, ezeedub, lokeoke, Cottser | c4rl: Update.module - Convert theme_ functions to Twig.TaskUse twig templates instead of theme_ functions for the...
View ArticleVery confusing breadcrumbs on deep admin pages
Today I was on admin/config/development/configuration/single/export (the configuration export page).To get there, I went to: Manage (top black bar) > Configuration (white menu bar) > Development...
View ArticleRefactor user entity properties to multilingual
Based on #1498634: [meta] Define revision/translation SQL schema for core entities (no patch) there should be a new schema. The name should be users_translation it's connected to users directly.
View ArticleMake Book storage independent
Problem/MotivationBook-related queries currently appear in book.module . We should move all storage-dependent code to one class to make storage swap-ability easier.Proposed resolutionMove all queries...
View ArticleCore is inconsistent when handling two menu items with the same path. It says...
USE CASE: A large (very large) single hierarchical site menu occasionally wants to put some common content (eg safety references) in the local navigation in more than one section. It's OK to jump over...
View ArticleRemove usages of watchdog() from forms, plugins and controllers
Now that watchdog() is deprecated we should remove all usage from forms, controllers, plugins
View Articleuse × instead of x
height and width values should be formally divided with an ×-mark (× in HTML) instead of an x
View ArticleViews plugins do not store additional dependencies
Problem/Motivation#2216071: Views plugins need a way to store additional dependencies went in, which is good. However, this only really has a mechanism in place for storing dependencies for handlers,...
View Articlepage admin/content occured error without views module
Fatal error: Call to a member function isTranslatable() on a non-object in /drupal8/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php on line 990 then back to an anothrt pageNotice:...
View ArticleAccessManager should introduce constants for 'ANY' / 'ALL'
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changes
View ArticleConvert translation metadata into regular entity fields
In #1810370: Entity Translation API improvements we agreed that entity translation metadata should be considered regular translatable (non-configurable) fields and as such should be stored in the...
View ArticleField language filter/sort/etc. for Views do not work and are not needed
Problem/MotivationIf you attempt to use a field language filter, such as "Content Body:language" in Views, it doesn't work. You get a PDO error like this from the query:SQLSTATE[42S22]: Column not...
View ArticleRemove XML-RPC
Derived from #1033818: Move xmlrpc includes into xmlrpc.module, this issue is to track the removal of the XML-RPC API in Drupal. Since there is no Blog API in Drupal core anymore, there is nothing left...
View ArticleRefactor taxonomy entity properties to multilingual
Based on #1498634: [meta] Define revision/translation SQL schema for core entities (no patch) there should be a new schema for both taxonomy. See #1498674: Refactor node properties to multilingual for...
View ArticleDeprecate all of mail.inc, move drupal_mail to method on Mail plugin manager
Problem/MotivationWe're calling out to procedural code from OO stuff to use drupal_mail, eg Drupal\contact\MessageForm.Proposed resolutionMove drupal_mail to MailManager::mail Move all the other...
View Article