Convert comment_uri() to $comment->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() methodNeeds to implement Plugin\Entity\Comment.php uri() method and drop comment_uri() function replacing it's...
View Articleconvert all item_list #theme to #type
As per #2005970: '#type' should be required in renderable arrays and should solely define the behaviour of drupal_render() we should convert item_list renderable arrays to #type.Related:#1828536:...
View Articleconvert all #theme => table with #type => table
We already have a #type for table, which in turn calls theme('table') as #theme => 'table' is in the element info for table.We should convert all the directly #theme => 'table' arrays as per...
View ArticleConvert picture_mapping_uri() to $entity->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.Needs to implement Plugin\Entity\PictureMapping.php uri() method and drop picture_mapping_uri() function...
View ArticleConvert menu_link_uri() to $entity->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.Needs to implement Plugin\Entity\MenuLink.php uri() method and drop menu_link_uri() function replacing...
View ArticleConvert image_style_entity_uri() to $entity->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.Needs to implement Plugin\Entity\ImageStyle.php uri() method and drop image_style_entity_uri() function...
View ArticleConvert config_test_uri() to $entity->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.Needs to implement Plugin\Entity\ConfigQueryTest.php and Plugin\Entity\ConfigTest.php uri() method and...
View ArticleConvert contact_category_uri() to $entity->uri()
Part of #2010184: [meta] convert ‘uri_callback’ entities param to EntityInterface::uri() method.Needs to implement Plugin\Entity\Category.php uri() method and drop contact_category_uri() function...
View ArticleConvert update_manager_install_form, update_manager_update_form,...
Part of #1971384: [META] Convert page callbacks to controllers.
View ArticleDo not destroy $this->container in form tests
There's broken usage of $this->container in forum tests, probably typo
View ArticleToolbar tray transparency
Problem/MotivationOpen any admin page without overlay mode & scrool page down. You will see some transparent area in tray.Proposed resolutionApply white background to parent...
View ArticleEditing a contact form category results in a 'page not found'
Hi, I've just installed the d8 branch using simplytest.me with the required patch to have a look at the most recent changes. When I clicked through the menu points (without changing anything in the...
View ArticleSQLite code errors introduced by 'Make the database connection serializable'
Problem/MotivationAfter #1953800: Make the database connection serializable Drupal 8-x.dev fails to install if SQLite chosen as database system. The install fails with "The server reports the following...
View ArticleFile header dont use variable $name therefore download comes with "no name".
I realized that the $name variable defined in file_get_content_headers (file.inc) is not used in the array returned by the function. I was trying to find out why the files that I downloaded to a...
View ArticleInstaller can't create new database on PostgreSQL
giving aFatal error: Call to undefined method Drupal\Core\Database\Driver\pgsql\Connection::exec() in ./core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php on line 220$this->exec obviously...
View ArticleAdd ModuleHandler::setSchema
#2001310: Disallow firing hooks during update followup: update_set_schema should be a method on the module handler and quite probably the non update version too.
View ArticleAdd ModuleHandler::loadInstall
#2001310: Disallow firing hooks during update followup: convert module_install into a method on the module handler.
View ArticleConvert ModuleHandler and UpdateModuleHandler to use injection
#2001310: Disallow firing hooks during update followup: convert both module handlers to use injection.
View ArticleResolve module disable/uninstall during update
#2001310: Disallow firing hooks during update followup: allow for disable/uninstall during update. Needs a non-hookfiring version of the current disable/uninstall code, with other modifications possible.
View ArticleChange plugin managers to use non-decorator-based caching/altering base...
Follow-up IssueThis is a potential follow-up issue to #1903346: Solve Trust issues with Plugin Discovery, which changes the behavior of plugin managers to use a base plugin manager class. The patch in...
View Article