EntityFormController does things that only make sense for ContentEntities
- It tries to fetch an EntityFormDisplay in init() This ends up creating a fresh EntityFormDisplay object for no reason (caused weird bugs in #2144919: Allow widgets and formatters for base fields to...
View ArticleRedesign tabs
More Seven Theme issues:#1986434: [meta] New visual style for SevenProblem/MotivationTables have seen little issues, the only improvement we saw was to remove some of the distracting elements and...
View ArticleConvert COMMENT_NOT_PUBLISHED & COMMENT_PUBLISHED to a constant on the...
Would be helpful for unit tests
View ArticleWeird messing with 'default_value_function' in date widgets ?
DatetimeDatelistWidget and DateTimeDefaultWidget have this code:Â public function __construct($plugin_id, array $plugin_definition, FieldInstance $instance, array $settings, $weight) {Â Â Â // Identify...
View Article[meta] Resolve known performance regressions in Drupal 8
During the 8.x cycle we've introduced several known performance regressions compared to Drupal 7, which we need to resolve before release so that Drupal 8 isn't slower than Drupal 7.This doesn't mean...
View ArticleDoctrine annotation parsing takes an unacceptable amount of time/memory on...
Trying to install D8 on DreamHost. This is successfully running webchick.net on D7.Got to approximately 98-99% (after about literally 7-8 minutes) then dies at the end with:An AJAX HTTP error...
View Articleform.inc - Convert theme_ functions to Twig
Issue #1898480 by steveoliver, jenlampton, kpa, AnythonyR, EVIIILJ, kgoel, shanethehat: Convert form.inc to Twig.TaskConvert theme_ functions to Twig templates.RemainingCode reviewManual testingTheme...
View Article[policy, no patch] Require PHP 5.4
Drupal 8 will come out in late 2013 or early 2014, by that time PHP 5.4 will be at least 1.5 years old. Probably PHP 5.3 will not be supported anymore by php.net, but Linux distributions will be stuck...
View Articlerun-tests.sh no longer respects specifying a port with the --url option
Updated: Comment #0Problem/MotivationFollowing #1888424: Make Drupal's URL generation logic available to HttpKernel, and minimize code repetition/divergence , the --url flag for run-tests.sh no longer...
View Articleback to site navigation points wrong
hi, i setup a menu (./admin/structure/menu/manage/main) on my drupal8 dev site and just want to jump via the admin navigation "back to site" to my homepage but this "back to site" link navigate me to...
View ArticleClean-up api examples of node module
Problem/MotivationThe examples are have errors and used deprecated functions Most of examples does not reflect NG changes. Examples are highly dependent on comment module and will conflict with...
View ArticleRemove unused local variables from /core/includes/bootstrap.inc
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/includes/bootstrap.incLine 592: Unused local variable $databases Line 592: Unused local variable...
View ArticleFix misleading parameter documentation in check_markup()
The naming of the parameter $format_id in check_markup() is quite confusing. Actually it takes the machine name of a filter format as a string. While you could say that this machine name is indeed the...
View ArticleSimpletest emits many E_STRICT warnings on PHP 5.3
When navigating to admin/config/development/testing for the first time on a newly-created D8 test site, I see the following:Strict warning: Declaration of ContentMigrateTextTestCase::setupField()...
View ArticleImplement hook_help() for views_ui.module
I think we need this to fall in line with core modules. Title says it all.
View ArticleDeprecate comment_num_new() in favour of method on CommentManager
Updated: Comment #0Problem/Motivation#731724: Convert comment settings into a field to make them work with CMI and non-node entities Will add a new CommentManager service. comment_num_new() belongs on...
View ArticleDecide whether to restore per-user block visibility or provide it in contrib
Problem/MotivationThis is a followup issue for #1535868: Change notice: Convert all blocks into plugins .#1535868: Change notice: Convert all blocks into plugins removes the feature that allows...
View ArticleUpdate hook_help for Search module
Background: This issue is part of the task to update the hook_help texts of the Drupal 8 modules:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - review / write the...
View Articlenode.module - Convert theme_ functions to Twig
TaskConvert theme_ functions to Twig templates.Remainingtheme_ function -> Twig conversions (and preprocess function additions or changes) moved over from the existing conversion issuePatch...
View ArticleRemove all calls to drupal_json_encode() in favour of...
Part of #2093143: [meta] Remove calls to @deprecated and "backwards compatibility" procedural functions from core
View Article