x-content-type-options nosniff ignored for anonymous cached pages
As of Drupal 7.40 the default htaccess file has changed (#462950: Mitigate the security risks that come from IE, Chrome and other browsers trying to sniff the mime type).However, when apache does not...
View ArticleIncorrect behaviour for block page visibility
Problem/MotivationWhen leaving the "listed pages" text area empty in "Pages" block visibility, the options "Show for the listed pages" and "Hide for the listed pages" do the exact opposite of what they...
View Articlecache_form never cleared because...
As per title, the form retrieved in cache_get would never invoke db_query("DELETE FROM {cache_form} WHERE expire != CACHE_PERMANENT and EXPIRE < time()", ) because cache_flush_cache_form will always...
View ArticleAdd test for enabling modules with incompatible PHP version dependency
Problem/MotivationModule dependency tests for the module installation process should include a test for modules that specify an incompatible PHP version.Proposed resolutionCreate the test.Remaining...
View ArticlePatch testing issue
THIS ISSUE IS NOT FOR REVIEW. This is a place holder to: 1. Test patches that are passing in local and not in d.o. 2. Demo d.o workflow, review patch, using d.o tools (like dreditor).FAQsCan I use this...
View ArticleUpdate stylelint rule function-linear-gradient-no-nonstandard-direction to be...
Problem/MotivationFollow-up to #2865971: Use stylelint as opposed to csslint in core. Configure the function-linear-gradient-no-nonstandard-direction to be consistent with...
View ArticleBasic Auth module conflicts with server-level "Site Lock"...
Problem/MotivationMany platforms and development environments use Basic Auth configured on the server to provide a Site Lock. This allows making sites available to select people via the public web...
View ArticleConvert web tests to browser tests for block_content module
see #2735005: Convert all Simpletest web tests to BrowserTestBase (or UnitTestBase/KernelTestBase)
View Articlehook_search_preprocess is not preprocessing
Fresh D8.3Create 3 articles1st node with title = Muller2nd node with title = Müller3rd node with title = MuellerRun cron to index content.function MYMODULE_search_preprocess($text, $langcode = NULL) {...
View ArticleGet sourceid values sorted from Row
Problem/MotivationAlready is sorted in Sql id_map getSourceIDsHash, but I think it is more efficient directly in RowProposed resolutionMake the sort in Row->getSourceIdValues function.Remaining...
View Article/update.php/selection Not found
I use update.php to upgrade.But issue happened:/update.php > Work/update.php/selection > Not found
View ArticleDefine original as property on the entity object in order to to not involve...
Problem/MotivationCurrently we set $entity->original during the saving process however the entity object does not have such a property and therefor on content entities the magic methods __isset,...
View ArticleAuto escaping url of external library
Hello! Today I try to define external library in mymodule.libraries.yml (url of external lib: https://www.google.com/recaptcha/api.js?onload=callback&render=explicit&hl=en). But in result on...
View ArticleRename offcanvas to two words in code and comments.
Problem/MotivationThe code and comments in the Settings Tray module inconsistently uses "Off Canvas" as 2 words and 1 word.This was added to #2784443: Move off-canvas functionality from Settings tray...
View ArticleMake the visibility of block titles in the header optional.
Bartik hides all block titles in the header with CSS. We should switch to using the Block config "Show title" to control the visibility instead.
View ArticleAdd changelog for Drupal 8.3.0
Problem/MotivationNo changelog entry for 8.3 yet.Proposed resolutionAdd a changelog entry with sufficient items covering the changes. Look for and tag new issues with the 8.3.0 release notes...
View ArticleAllow profiles to provide a base/parent profile and load them in the correct...
Updated: Comment #96Problem/MotivationI With Drupal 7's vastly-improved install profile functionality, and the recently-improved drupal.org distribution packaging infrastructure, many new install...
View ArticleAdd UUID support for entity revisions
The current UUID implementation for nodes doesn't support revision UUIDs. This means that when an entity supports revisions, those revisions can't be tracked across environments. There are situations...
View ArticleReview layout CSS and markup
Problem/MotivationFive layouts were being added with rudimentary CSS and markup:layout_onecollayout_twocollayout_twocol_brickslayout_threecol_25_50_25layout_threecol_33_34_33Additionally the generic...
View ArticleTemplate theme hook suggestions for Fields do not include ViewModes
Problem/MotivationAs we added ViewMode template suggestions for Nodes here #1503464: Automatically add theme hook suggestion for node view mode and most probably for all entities: #2270883:...
View Article