Change public 'name' property access on languages to getName()
Spawning an issue from#2226533: Changes to the Language class due to the LanguageInterface (followup)extracting all the getName() changes, for example - $default->name = t("Site's default language...
View ArticleSupport ConfigEntity via REST
Problem/MotivationAs an overall issue based on #2292707: GET on entity/taxonomy_vocabulary/{id} is not working it is weird we cannot GET to ConfigEntities.Some use cases areGet Vocabulary name to...
View ArticlePass Link headers into Serializer
Problem/MotivationLink Headers can be used to add relations to a message independent of the format used. For example, Link: <http://ex.org/rest/types/node/article>; rel="type"Currently, there is...
View ArticleDrupal 8 install fails in wampserver with PHP 5.5
ProblemWhen trying to set up a local install of Drupal 8 (beta 1) in Wampserver 2.5 - 64 bits (latest version), I get a routing error during installation.I used following file to install Wampserver:...
View ArticleRemove form_get_cache()
Once #2355179: Remove usage of form_get_cache() is in, we can remove form_set_cache() completely as part of #2205673: [meta] Remove all @deprecated functions marked "remove before 8.0".
View ArticleDream mark up for tabs
Here's a static implementation of the tabs in Seventy Eight.— http://drupalcode.org/sandbox/ry5n/1932040.git/blob_plain/39e83df:/patte...<nav role="navigation"> <ul class="tabs...
View ArticleProtect Drupal\Core\Language\Language::id, and use getId()
Spawning an issue from #2226533: Changes to the Language class due to the LanguageInterface (followup)it would be nice to hive off all the changes such as - $langcode = $langcode ? $langcode :...
View ArticleUse array_diff_key() more in core
Over in #2232605: Themes cannot be uninstalled @catch pointed out that array_diff(array_keys($foo), array_keys($bar)); is the same as array_keys(array_diff_key($foo, $bar));. We should convert all the...
View ArticleUpdate taxonomy tests to use specific create function when type is known
Problem/MotivationCurrently, all tests in taxonomy module use entity_create() to create nodes. The entity_create() function is meant to be used in the case of not knowing what type of entity, or having...
View ArticleUse routing to generate update.php url
There are some occurrences to old /core/update.php in code and comments and all urls to /update.php are hard coded.Since updates are integrated in full environment, i replace all of them by...
View ArticleSolve PostgreSQL DDL slowliness
Following #2160433-10: [policy, no patch] Move PostgreSQL driver support into contribOur testing world + the slow DDL on SQLite and Postgres make per-patch testing infeasible for the foreseeable...
View ArticleReplace all instances of file_load(), file_load_multiple(),...
Part of meta-issue #2225347: [META] Replace calls to ENTITY_TYPE_load() and ENTITY_TYPE_load_multiple() with static method callsSee the detailed explanations and examples there.
View ArticleAdd test coverage for admin/structure/block/demo
Problem/Motivationadmin/structure/block/demo has no test coverage.Proposed resolutionAdd test coverage with different themes, including testing the default theme, and ensure the link for "Exit block...
View ArticleImplement Picture polyfill 2.1
Follow-up from #1883526: Decide on the picture polyfill to use.The <picture>; element is officially coming to both Blink (Chrome + Opera) and WebKit (Safari & others). See picture element...
View ArticleMake variable subsystem pluggable via includes/variable.inc
Hi,This is just a tiny patch, but it allows great things to do in contrib/. The idea is to make the variable_* system pluggable, which means that it can be overridden via:<?php...
View Article[Meta] Untangle Drupal 8 page rendering
Problem/MotivationProposed resolutionRemaining tasksUser interface changesAPI changesDuring the DrupalCon Amsterdam discussion about page rendering, we decided that the following steps are necessary to...
View ArticleQuery node access alter filtering out accesible nodes
This is a summary through comment 10Problem/Motivation_node_query_node_access_alter() helper function which is being called from node_query_entity_field_access_alter() seems to be blocking access to...
View ArticleD6->D8 Migration missing variable: date_default_timezone
Problem/MotivationThe date_default_timezone variable does not have a migration to D8 (system.date).Proposed resolutionCreate the migration.Remaining tasksCreate the migration, write the test.User...
View ArticleD6->D8 Migration missing variable: configurable_timezones
Problem/MotivationThe configurable_timezones variable does not have a migration to D8 (system.date).Proposed resolutionCreate the migration.Remaining tasksCreate the migration, write the test.User...
View ArticleRandom failure in DisplayPathTest
Problem/MotivationSee https://qa.drupal.org/pifr/test/883523* Drupal\views_ui\Tests\DisplayPathTest (97 pass(es), 2 fail(s), and 0 exception(s)) - [fail] [Fatal error] "[09-Oct-2014 12:26:18 UTC]...
View Article