Views Argument Tokens fail validation in More Link
I've come across the Exception below. It seems this happens when Views is trying to figure out %1 !1, %2, or !2. This this case... I have 2 contextual filters. This only happens if I set the "More...
View ArticleClarify options for 'offset' on date field filters
Currently it says An offset from the current time such as "+1 day" or "-2 hours -30 minutes"I guess the available options are what some php function allows, like strtotime(), see...
View Articleuasort() does NOT preserve sort order, but core assumes so...
Meta split from #2448765: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7.Problem/Motivation- Core uses uasort in quite a few places, but uasort does...
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 ArticlePathValidator behaves differently on CLI, uses wrong RequestContext
Problem/MotivationPathValidator::getPathAttributes invokes the router with the global request context, does not use given request object for given path.Menu links created from CLI are stored url-based...
View Articlehook_preprocess_node gets triggered while deleting a node.
hook_preprocess_node() gets triggered while deleting a node.
View Article[D7] entity_get_controller and null $class problem
This is an attempt to reopen issue #45111 for drupal 7 again. It appears the issue was fixed for 8, but the fix was never backported. I'm running into the issue on an open atrium install, and so far it...
View ArticleUse DEL / INS tags for Diff comparions changes rather than SPAN.diffchange
Problem/MotivationTo use INS and DEL tags to highlight insertions and deletions from Diff comparions, rather than SPAN tags.As a conclusion from the discussion - #685210: Use DEL / INS instead of SPAN,...
View Article.csslintrc file format is invalid and results in "important is not a...
The file format of csslintrc file has changed - we need to adjust.This was originally uncovered by Mile23 in https://www.drupal.org/node/2787663#comment-11620153in short the current .csslintrc file...
View Article\Drupal\views\Plugin\views\display\EntityReference::render should return an...
Problem/Motivation\Drupal\views\Plugin\views\display\EntityReference::renderProposed resolutionRemaining tasksUser interface changesAPI changesData model changes
View ArticleExamples in filter.api.php use deprecated regular expression modifier...
According to PHP7CC the filter module uses a deprecated regular expression modifier:File: \modules\filter\filter.api.php> Line 205: Removed regular expression modifier "e" used...
View ArticleRandom fail in testEntityReferenceAutocompleteWidget with Postgres
1) Drupal\FunctionalJavascriptTests\EntityReference\EntityReferenceAutocompleteWidgetTest::testEntityReferenceAutocompleteWidget PHPUnit_Framework_Exception: Argument #2 (No Value) of...
View ArticleLet GDToolkit support WEBP image format (for PHP 7.1+)
Related to #2313075: Allow users to upload webp files in image fieldsSince webp is becoming popular, it would be nice if contrib could change the supportedTypes of GDToolkit without needing the extend...
View ArticleChange words so that the same link "available updates" does not...
Problem/MotivationNoticed as part of #2501683-46: Remove SafeMarkup::set in _update_message_text() the words "available updates" linking to two different pages in the same paragraphUnknown release date...
View ArticleRename #label_attributes to #title_attributes
Problem/MotivationOn #2774255: Allow form element to set attributes for label we introduced new form system key to add attributes to form labels. I just realized that this is inconsistent with other...
View ArticleShould valid_url return FALSE if query contains a vertical bar (|)?
This issue started for me with 7.1.4 release of link module which now uses core valid_url function and marks urls like:http://some.domain.com/a-z/?D=0&S=0&DT=||&id=11as invalid unlike in...
View ArticleChanges made on untranslatable image files and untranslatable field gets...
Steps to reproduce;1. Enable Content Translation module 2. Add 2 language 3. Make a new content type Test and Enable translation on it 4. Make a new image field and make it translatable (check "Users...
View ArticleSearch Reindex does not seem to work
On the"Search-settings" page admin->config->search->settings, it currently states that "0% of the site has been indexed. There are 2692 items left to index." After running the cron manually it...
View ArticleBartik's branding block should include config dependency to system.site
Problem/MotivationWhen using drush config-set system.site name "Test 1", the site name unreliably updates, meaning, sometimes it updates right away and sometimes a cache-rebuild (drush cr) is required....
View ArticleDocument that only plain string values are allowed in...
Problem/Motivation\Drupal\Tests\WebAssert::buildXPathQuery has some protection against non scalar values passed into $args. There are bits in core which passes in the result of t() calls, which is an...
View Article