Relations Form Element static at weight 10
Since it is possible to have more than 10 fields on taxonomy, the "Relations" form element should either be added dynamically to the form or be allowed to be arranged with the other field items. See...
View ArticleDrupalWebTestCase->getAbsoluteUrl should use internal browser's base URL
In DrupalWebTestCase, getAbsoluteUrl eventually calls url(). The url() function uses the $base_url set by the simpletest runner, not the internal web browser. One result of this is it's impossible to...
View ArticleError on bootstrap initialisation returning HTTP 200
Hi guys !I went into some trouble on a production environment with Drupal error handling. My website is connected to a Redis server using Predis but it's not really the cause of my problem, it just set...
View ArticleSome test files have double semicolons at the end of statements
some of the test file has double semicolon at the end of the line ";;".// Mock the State service.$memory_state = new State(new KeyValueMemoryFactory());;$settings = Settings::getAll(); $request =...
View ArticleOpcache warning is inappropriate when HHVM is in use
How I can disable error message using HHVM+NGINX? May be I can write the module?
View ArticleBulkForm show two messages if you don't have permission to do the action
Problem/MotivationSince this issue was committed #2400143: Bulk form actions display action message in the confirmation form, when you don't have permission to do the action it give you the no...
View ArticleHide rewrite if empty is not working
Steps to reproduce: 1. Set up a content type with two optional text fields (text1 and text2). 2. Make content with content in only text1. 3. Set up view with: * show fields * add text1 and text2 (with...
View ArticleBlockViewBuilder::preRender() must not mess with block render arrays
Problem/MotivationBlockViewBuilder::preRender() removes data from block plugins' render arrays because of the way it nests these render arrays. A code comment documents this behavior, but all for the...
View ArticleUnable to run migrate drush commands: Argument 1 passed to...
Problem/MotivationUnable to run drush migrate-status, drush migrate-import, etc. on drush 8.0.2 due to error:Argument 1 passed to Drupal\migrate\Plugin\migrate\source\SqlBase::setUpDatabase() must be...
View Articlepermalink breaks in comment
permalink breaks if a comment list starts a new page and the comment (permalink) is on the next page. Permalink then, always goes to the start of the first comment.
View ArticleDrupal Theme Hook suggestions WTF
In a recent project I discovered a major WTF in the theme hook suggestions. Perhaps someone could clarify this.I needed to distiguish between views block and views page and added the following hook:/**...
View Article\Drupal\Component\Render\FormattableMarkup::placeholderFormat() triggers...
Problem/MotivationWhen the string in question has an invalid placeholder, placeholderFormat() throws an E_USER_ERROR, which according to the PHP docs behaves like E_ERROR and is a "fatal"...
View ArticleAdd highlighted search result snippet as "field" for Views
As a follow-up to #1166114: Manage Displays Search Results doesn't manage the display of the search results, it would be useful if Views had the ability to display the search result "snippet" (text of...
View ArticleBug with views for listing the nodes of user in profile
Hi, I try to create a view listing the nodes of an user, by adding a menu tab "nodes" in the menu "navigation" present in the profile. I created a view for the contents, a page, put as path...
View ArticleWarn about experimental modules on their help pages
Problem/MotivationPart of #2649768: [meta] No definition of "Experimental"& not nearly enough warning. Site builders using experimental modules might struggle with troubleshooting or understanding...
View ArticleFieldHandlerInterface::getEntity() can also return NULL
* @return \Drupal\Core\Entity\EntityInterface * Returns the entity matching the values. */ public function getEntity(ResultRow $values);Looking at the code for the implementation, this can...
View ArticleCKEditorPluginCssInterface: Allow CKEditor plugins to add CSS to iframe...
Problem/MotivationSome CKEditor plugins need additional CSS to function. E.g. image captions, alignment, etc.Loading additional CSS in CKEditor iframe instances currently requires...
View ArticleCan' translate field labels of custom entities
I've tried enabling the config_translation module and now I can translate field labels for node types and terms.But I have a custom entity and the fields I have added in the field UI (those starting...
View ArticleCurrentRouteMatch::getRouteMatch() needs to be resettable
Problem/MotivationCurrentRouteMatch::getRouteMatch() is smart enough to only statically cache the route match once it believe routing has finished. Unfortunately, a complex RouteFilter (like the one in...
View Article