Notice: Undefined index: ArgumentPluginBase.php
I just got this when editing a node with a mobile browser: Notice: Undefined index: fail in Drupal\views\Plugin\views\argument\ArgumentPluginBase->validate_argument() (line 964 of...
View ArticleFix name retrieving for block plugins to fix hook_block_view_NAME_alter()
Not getting any result by doing hook_block_view_NAME_alter() as in BlockRenderController->viewMultiple the name is being retrieved from the entity like thislist(, $name) = $entity->id();But id is...
View ArticleVarious config entity types are missing URI callbacks
ProblemVarious config entity types neither declare a 'uri_callback' nor do they override the ::uri() method.This prevents admin_menu from automatically expanding and exposing links to individual...
View ArticleAccessibility improvements for States API
Following from my post here #1880100-19: Allow to configure the h3 element for view style plugins I was encouraged to set up a new thread by @dawehner to suggest some enhancements to the behavior in...
View ArticleConsider a proper place for upgrade test
Working on #1899682: Add upgrade path tests for shortcut module I found that only Contact and OpenID modules have Upgrade path tests within own folders. All other tests are placed in...
View ArticleWebTestBase::$root_user does not have a uid
ProblemWebTestBase::setUp() installs Drupal through the interactive installer, and creates a fake user object for uid 1 and makes that available as $this->root_user, but the object does not contain...
View Articledrupal_get_form() + autocomplete fields no working
Hello, i have a node with entity reference field. I used drupal_get_form in one of my admin pages of the module. The problem is: when i try to get the auto complete nothing happened. So i added a term...
View ArticleCSS minifier destroys multi-browser gradients
I have a CSS with the following code for a gradient:.orange, .orange:visited{background: #ff7b00;background: -moz-linear-gradient(top, #ff9b3a 0%, #ff7b00 100%);background: -webkit-gradient(linear,...
View ArticleD8: Multisite global module update ability
I have a D6 multisite with 20 sub-sites running from the same installation. In Drupal 8, it would be nice to have:A "superuser" who has can (a) list all sub-sites and (b) have global access to them...
View ArticleRegression: Views blocks should not have an editable label
Because Views blocks have their label set on the fly, we originally disabled the ability to edit the label on the block instance form. There was apparently no test coverage for this, and it was broken...
View ArticleMake TypedData plugins conform better to the Plugin Interfaces
This is a follow up to #1845546: Implement validation for the TypedData API. I found numerous todos that were related to various approaches with the TypedData Plugin Manager class and it's factory....
View ArticleDisentangle language initialization from path resolution
ProblemPathSubscriber::onKernelRequestLanguageResolve() cannot be converted to a path processor, because it relies on a side-effect of language initialization.The language manager is tied to the...
View Articleurl_is_external() should be called url_is_absolute() and...
The idea of "externality" to a Drupal site is rather muddled currently. A Drupal site installed at http://example.com will treat the url "http://example.com" as "external" when checked with...
View ArticleBooks gone but book table ok
I recently migrated D7 content from one shared host provider (test.pflogging.com) to the other (thrivingonsystems.com). Most content seems fine (after chasing quite a few bunny trails). However, book...
View ArticleRedundant space in theme_field() function
The space is in the top level DIVBefore patch<divĀ class="field field-name-body field-type-text-with-summary field-label-hidden" data-edit-id="node/3/body/und/full">After patch<div...
View ArticleImage effect not saved
At the risk of looking dumb here is a tip that may save you a bunch of wasted time getting this great module to work. Very easy install except for one small gotcha if you aren't paying...
View ArticleUse .html.twig instead of .twig file extension
Spin-off from #1757550: [meta] Convert core theme functions and templates to TwigWe decided in #1804698: Consider using *.html.twig filename convention to use .html.twig instead of the default .twig...
View ArticleConsider BEM for CSS Coding Standards in Drupal 8
I would like to discuss the possibility of adopting BEM for Drupal 8 CSS class naming. BEM means 'block, element, modifier' and is a syntax for CSS class naming that plays very nicely with Object...
View ArticleAfter upgrade 7.12 to 7.19 content - base field can not seen editing window
yes,I can see old content Article, file,.. ext but if I wanna change it I can not see content on edit area!!! at view area it exists.Edit area's have been full HTML but when opened status is filtered...
View ArticleSetting the $cookie_domain with a leading point generate a 403 error message.
Just that, if I set the $cookie_domain = '.mysite.com'; with the leading point I get a 403 error message.
View Article