[META] Tests fail when auto-increment is not 1
When your MySQL setting has an auto-increment value that is not 1, tests fail. The attached is an export report of failing tests up until SimpleTest died completely. This is a meta-issue allowing us to...
View ArticleViewsDataCache writes multiple times in __destruct()
@berdir spotted this issue a little while ago.Every time a table e.g. 'node' is requested it is added to the requestedTables array, so if node data is requested 5 times, it will be rewritten back 5...
View ArticleEdit + Views
Edit currently only supports Views that render entities using the "Rendered Entity" format.Edit should be able to edit any Entity Field in any type of View, even if it is rendered via "the Views render...
View ArticleEntityMalformedException: Missing bundle property on entity of type file. in...
I updated to Drupal 7.22 a day or so ago and now when I try to uninstall some modules I'm getting this error which halts the uninstall process and I have no idea yet whether it actually succeeded in...
View ArticleDocument hook_views_analyze()
hook_views_analyze() isn't documented. Let's fix that. :) Its purpose is basically to allow modules to display warnings to the user about their view configurations. See...
View Article500 Internal server error after update to the Drupal core 7.22
Hi I want to report bug in the regexp in the file:.htaccess Which producing 500 Internal server error after update to the Drupal core 7.22 on the Apache 1.x (which still don't use PCRE library for...
View Articleform #states not working with literal integers as values in IE8
To reproduce, say you have a form like this one:<?php // switching to 'bar' item should display 'dependant' text field $form['principal'] = array( '#type'=> 'radios',...
View ArticleRemove Drupal\taxonomy\Tests\HooksTest and taxonomy_test.module
That tests verifies that the load/save/delete hooks are called and does so by adding an additional thing to the term that is stored in an arbitrary table.- We already have tests for taxonomy hooks in...
View ArticleMove static $propertyDefinitions into FieldItemBase class
This is duplicated by every child right now. I don't see a reason to not move that into the base class, it's still separate for every different class.Look for classes/files that have "extends...
View ArticleDon't use drupal_render in StylePluginBase::render_grouping_sets()
Follow up on #1938380: Let ViewExecutable->preview() return a render array
View ArticleBug in the search results page breadcrumd : Home » Search » Content » Search
The default output for search results page breadcrumb look like :Home » Search » Content » Search.Has this bug been corrected in the latest Drupal build?
View ArticleSymfony ServiceNotFoundException: You have requested a non-existent service
Can someone explain me why I get this error when I try to open the settings form?Patch is in #1948588: Drupal 8 upgradeError...
View ArticleRevisiting the Install Page after an install often produces a blank page.
DescriptionAfter installing Drupal, revisiting the install page renders a blank page.The ProblemIt seems, the user_template_preprocess_default_variables_alter is tring to clone the $user variable...
View ArticleProblem with PHPUnit test results when using @dataProvider
Here http://qa.drupal.org/pifr/test/483348 all the tests are green, but there is an exception in results (click review log and scroll down):Drupal\Core\Database\DatabaseExceptionWrapper:...
View ArticleImplement a memory based config backend for unit tests
It would be great for all kind of unit tests to not use actual config storage in the file system/database, but directly use the memory.
View ArticleImprove Plugin API doc
I would like to suggest some improvements to the Plugin documentation. I'm a Drupal (6 and 7) trainer and will have to face students questions when I teach. I'm preparing D8 workshops.First, I think it...
View Articleexternal autocomplete path
hi i have a term reference field that will store drupal modules. i set the autocomplete path of this field to an external address on drupal.org website that drupal.org uses that path for selecting...
View Articlehook_schema_alter() is missing an @ingroup schemaapi
Title says it all: hook_schema_alter() is part of the Schema API and should be tagged as such.Same problem on D7 docs.
View Articleenhance install.php error reporting for the case of an existing settings.php...
Follow up for #1951068-59: install.php error reporting is brokenProblem/MotivationPeople empty their database when they want to reinstall, but do not copy the default settings.php over the existing...
View ArticleThe frontpage view no results title should be "Welcome to [site:name]" (as...
Problem/MotivationFrom @David_Rothstein in #630446: Allow SimpleTest to test the non-interactive installer:Note that if I switched this test to using the standard install profile and additionally...
View Article