Deprecate simpletest within DrupalKernel (DRUPAL_TEST_IN_CHILD_SITE)
Problem/MotivationBet you didn't know DrupalKernel has Simpletest in it.DrupalKernel::bootEnvironment() says this: // Indicate that code is operating in a test child site. if...
View ArticleSite hacked
Dear community, I believe my site got hacked and redirects users to malicious content - after a few page refreshes my page loads urls such as 192.168.2.5/alert-something What can I possibly do to sort...
View ArticleUnpublished translations should fallback to the original language
Problem/MotivationFrom #2951294.9:When we have a default revision having only a published English translation, both /node/1 and /it/node/1 return a 200.When we have a default revision having a...
View ArticleAdd a class for bundle fields definitions
The modules that want add fields to an entity bundle field in hook_entity_bundle_field_info() don't have a class to use for that. The BaseFieldDefinition class is the wrong one to use, since its...
View ArticleDeprecate zend bridge services
Problem/MotivationWith the introduction of #2976335: Use Zend-Feed's standalone extension managers to prevent sites breaking, it is no longer needed to maintain a list of zend services in...
View ArticleModifying collapsible fieldsets on the node add/edit form to initially better...
This issue is separated from #472126: D7UX: Move buttons to right area, add content and meta selector so as to avoid putting the issue into a "giant, unreviewable patch" state. This patch changes the...
View ArticleRename configuration keys in FileProcessBase process plugin.
Problem/MotivationFollow-up to #2877839: Reuse option in FileCopy migrate process plugin not work with remote files.+++ b/core/modules/migrate/src/Plugin/migrate/process/FileProcessBase.php @@ -0,0...
View ArticleAdd README.txt to Bartik theme
Problem/MotivationThe Bartik theme lacks of a README.txt file.Proposed resolutionAdd README.txt file to Bartik theme. The goals are:Report the info provided in the info.yml file.Explain the origin of...
View ArticleUmami support for Internet Explorer 11
Problem:Umami theme has lots of display issues in Internet Explorer.main menu links are not displayed - major usability buglogo image is stretched verticallyText in banner is at top of image, rather...
View ArticleChoose policy for defining font-weight on Umami theme
Problem/MotivationSo far we can find several components using both syntax: font-weight: normal and font-weight: 400, or font-weight: bold and font-weight: 700 in the Umami theme.font-weight: normal is...
View ArticleCreate the Umami Menu Toggle Button via JS so it's not present when JS...
This is a follow up from #2940023: Improve accessibility of Umami's responsive main menu. The responsive menu in Umami has some accessibility problems:The button only does something when JS is enabled....
View ArticleTypeError: Argument 1 passed to Drupal\Core\Form\FormState::setError() must...
Problem/MotivationWhen I try to delete a paragraph from a node I get an ajax error and in logs I find the following error:TypeError: Argument 1 passed to Drupal\Core\Form\FormState::setError() must be...
View ArticleProper way to install Drupal, missing vendor folders, example.gitignore
Problem/MotivationI am having a hard time understanding the "proper way" to install and manage my Drupal 8 project, especially with regards to building it and using source control. Where I'm coming...
View ArticleMysql 8 Support on Drupal 7
An issue has been created for Drupal 8 already, but this is for Drupal 7 particularly.Problem/MotivationMySQL 8 has been release and includes performance enhancements. It would be nice to integrate...
View ArticleBlock visibility node type not working in preview mode
In manage block, I checked one specific content type in option Visibility, the block is showing only in this content type, the problem is the preview mode, in preview mode this content type is ignored.
View ArticleMigrate upgrade shows errors in green
Problem/MotivationAfter running a migration via the UI some helpful information is displayed but that include the message '8 upgrades failed' in green which surely should be in red. Or am I...
View ArticleReuse option in FileCopy migrate process plugin not work with remote files
I have tested that code:process: uri: plugin: file_copy reuse: true source: - source_file_path_remote - destination_file_path In the transform method of file_copy process plugin the download process...
View ArticleException handling in Migrate UI
Problem/MotivationFrom #2281691: User interface for migration-based upgrades. Much of the exception handling in the Migrate UI is problematic, including:Throwing or catching \Exception instead of...
View ArticleOption to have all php files outside of web root.
Traditional Drupal has an index.php at the root folder, and basically everything below that is web-accessible, only protected by .htaccess. Servers like lighttpd need separate configuration to achieve...
View Articleincorrect @return for Tables::getTableMapping()
API page: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...> array|bool The table field mapping for the given table or FALSE if not available.That leads you to believe that...
View Article