Migrate translated entity reference from D7 to D8
Problem/MotivationWhen migrating entity reference fields from a multilingual D7 site to a multilingual D8 site, I get the following error:"Value is not a valid entity." line 106 on...
View ArticleJavascriptTests with webDriver
Problem/MotivationWe are using phantomjs for testing our javascript behaviour. For the communication with phantomjs we are leveraging gastonjs, which is a port of poltergeist, a quite common library in...
View ArticleBehavior of fatal PHP errors/uncaught exceptions results is mostly undefined:...
See #2805281-22: ?_format=hal_json error responses are application/json, yet should be application/hal+json.\Drupal\Core\EventSubscriber\DefaultExceptionSubscriber::onException() calls...
View ArticleCreate a trait to implement \Drupal\Component\Plugin\ConfigurablePluginInterface
Problem/Motivation#2851635: DefaultSingleLazyPluginCollection retains stale instance IDs shows that base plugin classes should all merge default configuration in the same way. We should supply a trait...
View ArticleIncorrect access denied messages in branding block
Error description refers to incorrect elementwhen a user does not have permission to edit site name or slogan, an incorrect access denied message is displayed: "Defined on the Site Information page....
View ArticleThrow an exception when testing non response body in javascript tests
Problem/MotivationIn potential preparation of #2775653: JavascriptTests with webDriver we need to ensure that calling to statusCodeEquals() and responseHeaderEquals().Given that I think we should do a...
View ArticleClean up redundant methods in datetime field formatters
Problem/MotivationFollow-up from #2161337: Add a Date Range field type with support for end date. There are now quite a few datetime field formatters, and many of them have redundant methods that are...
View ArticleViews 'name' field is broken when there's a uid
Problem/MotivationBlocks #1986606: Convert the comments administration screen to a view.When a comment is accessed from a view, there is no obvious way to display the author's name, URL and email that...
View ArticleAutocomplete not working on iOS
On iOS user can not choose a suggestion. Seems on Android and Desktop it works fine.
View ArticleFix SQLite variable limit
Updated: Comment #6Problem/MotivationSQLite has a variable limit of 999 which is not configurable and which makes this database driver unusable for medium sized sites. See #2028713: Menu router does...
View ArticleExposed date filter leads to a notice
Problem/MotivationAdding a exposed filter to a view, and going to that view page leads to a notice, Notice: Undefined index: type in Drupal\views\Plugin\views\filter\Date->acceptExposedInput() (line...
View Article508 Compliance Issues - user interface elements
"Certain user interface elements are not selectable via the keyboard while JAWS is enabled. As an example within the user homepage of the Drupal (Internal) application, the “Content”, “Structure”,...
View ArticleMultilingual config cached in "config" cache bin; quickly reaches...
Problem/MotivationIn #2765271: Rationalize use of the 'discovery' cache bin, since it's stored in the limited size APCu by default, we're rationalizing the use of the discovery cache bin.We already...
View ArticleDo not copy over the owner and engine of a theme if the child theme uses a...
When you are using a different theme engine than php-template in your sub theme that extends a base theme that uses php-template, the system module copies the engine and owner of the base theme over in...
View ArticleView output is not used for autocomplete display
Please also consider those that participated in #2714089: Views Filter by an entity reference view not working as expected when assigning issue credit.Problem/MotivationWhen an entity relation field...
View ArticleViews output as txt/html
Is it possible to output the result of a view as a txt or html page? I don't need this for all my views, just 1. I looked for a module, but those are only for D7.Thx
View ArticleSupport xdebug header in ResourceTestBase and move htttpClient property to...
Problem/MotivationResourceTestBase uses httpClient but it is defined in EntityResourceTestBaseThe xdebug header is not forwarded, which makes debugging extremely painful.Proposed resolutionThis fixes...
View Article508 Compliance Issue - Certain user interface elements are not announced...
Certain user interface elements are not announced correctly by JAWS. As an example within the main screen, the “Manage”, “My Workbench”, “Content”, “Structure”, “Appearance”, “Extend”, “Configuration,”...
View Article