[policy, no patch] 8.1.x release schedule
The goal of this issue is to discuss how and when we branch and release 8.1.x.Proposed scheduleNovember 19, 20158.0.0 releasedJanuary 6, 20168.1.x may open to new feature development, at committer...
View ArticleEntities with plugin collections should be updated before serialization
Problem/MotivationIn \Drupal\Core\Config\Entity\ConfigEntityBase::preSave() we consult all plugin collections for their up-to-date configuration before saving.Proposed resolutionWe need to do the same...
View ArticleReplace user facing strings that use drupal.org as example of an external url.
Problem/MotivationIn working on #2416987: Fix UI regression in the menu link form it was identified that the help text for link fields contains "drupal.org" as the example external URL. Per the...
View ArticleWhen enabling or disabling a View, don't move the cursor to the top of...
With JS enabled, the entire Views table is rebuilt, and the cursor is moved to the top of the page.Splitting off from #1830822-26: Split the Views UI listing into two tables for enabled and disabled.I...
View ArticleAdd missing type hinting to Update module docblocks
This is a sub-issue of #1800046: [META] Add missing type hinting to core docblocks focused on correctly adding @param and @return type hinting to the Update module.Documentation patches that include...
View ArticleAdd missing type hinting to User module docblocks, Part II
Follow-up to #1800174: Add missing type hinting to User module docblocks Not all hinting was addressed in that issue. This patch should be very small. :-)This is a sub-issue of #1800046: [META] Add...
View Articleupdate system.tar.inc to latest Archive_Tar (Pear)
upgrade to 1.4.0 stablehttp://pear.php.net/package/Archive_Tar1.4.0 stable * Add support for PHP 7 * Drop support for PHP 4 * Add visibility declarations to methods and propertiesApart from the...
View ArticleCache backend tests should not rely on REQUEST_TIME constant
Generic cache backend test class is using the REQUEST_TIME constant to check for volatile cache item feature, by adding 3 seconds for the expire value.Problem is on some environments tests bootstraps...
View ArticleRemove obsolete \Drupal\Core\Config\Entity\ConfigEntityBase::$pluginConfigKey
Problem/Motivation#2267329: Move EntityWithPluginBagInterface out of Drupal\Core\Config\Entity and make it useful for more than one bag removed all usages of $pluginConfigKey, but forgot to actually...
View Article[META] Add missing type hinting to core docblocks
Problem/MotivationThis META issue is a spin-off from #1792992: Are typed @param / @return part of the documentation gate? where several people voiced the view that all @param and @return directives in...
View ArticleVariable to config: language_default [d6]
Migrate variable language_default to system.site config.This was originally part of #2225775: Migrate D6 i18n nodes. It is moved here to reduce the scope of that issue. And it conforms to the existing...
View ArticleAdd missing type hinting to System module docblocks
This is a sub-issue of #1800046: [META] Add missing type hinting to core docblocks focused on correctly adding @param and @return type hinting to the System module.Documentation patches that include...
View ArticleUse form element of type date instead textfield when selecting a date in an...
Problem/MotivationWhen adding a datetime exposed filter I cannot simply select a date - I have to manually enter a date which is very bad UX.Proposed resolutionUse a form element with '#type' =>...
View ArticleJavascript error on user edit page
In this function, it is supposed that drupal_build_form() can be called only once for user_profile_form. This is not true if user edit page is overridden by CTools Page Manager module which can call...
View ArticleFix code style errors and warnings in block.module
Hey.Just randomly ran into a small list of code style issues when looking in the block.module file. So I just wrote a quick patch to fix up the issues found.Mostly > 80 char lines, missing blank...
View ArticleMigrate node translation settings
Migrate node translation settings.This was originally part of #2225775: Migrate D6 i18n nodes. It is moved here to reduce the scope of that issue. And it conforms to the existing practice of a separate...
View Articlemissing docs for DrupalWebTestCase::xpath() $arguments param
API page: https://api.drupal.org/api/drupal/modules%21simpletest%21drupal_web_test...The docs for the 2nd param are missing.Looks like they can be backported from...
View ArticleFix text for update manager checkbox for disabled extensions
Problem/MotivationThe Update Manager settings page admin/reports/updates/settings still has a tickbox to toggle whether to "Check for updates of disabled modules and themes", but there are no...
View Articlerun-tests.sh should exit with a failure code if any tests failed
Problem/MotivationWhen using run-tests.sh with Gitlab CI it doesn't know there were failures because the script always exits with at status of 0.Proposed resolutionWe return exit(1) if there were any...
View Article