Convert language's system_config_form() to SystemConfigFormBase
Sub-issue of #1924990: [meta] Convert all of system_config_form() to SystemConfigFormBase
View Articledropbutton in narrow views ui
In dropbutton.base.css we have:@media screen and (max-width:600px) { .js .dropbutton-wrapper { width: 100%; }}At least for this:This clobbers the dropbuttons of views ui at < that width:After...
View ArticleStop locking me out of my own settings.php file
I know that we change the permissions on settings.php (actually, the default directory) for "security reasons" but it's a change that makes me very mad at drupal on a weekly basis.Not only does this...
View ArticleOutdated GRDDL profile URL
Problem/MotivationThe default GRDDL profile URL set in Drupal core is outdated. It is currently set to http://www.w3.org/1999/xhtml/vocab, but this URL is a permanent redirect to...
View ArticleImage upload not working after upgrade to 7.20
After upgrade to 7.20, the image upload is not working properly. Images are uploaded but not displayed. In posts, only empty boxes appear. In profiles - text: "avatar of author so and so". Restored the...
View ArticleMake $entity->original a defined entity field
Spun-off from #1919322: entity_load_unchanged() should be part of the storage controller.The EntityStorageControllerInterface::loadUnchanged() method is used only to populate the $entity->original...
View ArticleDocument the container on the testBase
Just in general it would be helpful for document the dependency injection container on the testBase, so IDE's can autocomplete it.AttachmentSizeStatusTest...
View ArticleDrupal8 dev: language name Uyghur in Cyrillic alphabet
Dear Sir: I just installed Drupal8 dev and found that my language name "Uyghur" is in in Cyrillic alphabet as "Уйгур".Could you review it and change it to "Uyghur" in Latin alphabet or "ئۇيغۇرچە", in...
View ArticleRemove allow_operations key from system.authorize.yml
In #1833516: Add a new top-level global for settings.php - move things out of $conf allow_operations was moved to Settings() instead of Config().We forgot to remove the config key from the Yaml...
View ArticleAdd permissions for REST module's documentation
There will probably be documentation added for REST link relations and types, as described in #1925618: Add documentation for REST link relations. These should be permissioned. As suggested in #4 of...
View ArticleCSS Performance setting checkbox description wrong
The current checkbox title is Aggregate and compress CSS files.. This checkbox sets the config key system:performance:css.preprocess. CSS compression is controlled by system:performance:css.gzipThe...
View ArticleTwo tests in Configuration group both called 'Installation functionality'
Patch attached improves the names so that they are different :)AttachmentSizeStatusTest resultOperationsdrupal8.conficting-config-test-names.patch1.38 KBIdlePASSED: [[SimpleTest]]: [MySQL] 52,254...
View ArticleSSL PDO Connection Options
Add documentation to sites/default/default.settings.php describing how to use the $databases[default][default][pdo] array to make a secure connection to a MySQL DB.
View ArticleWrite tour integration for custom_block.module
Part of #1921152: META: Start providing tips for other core modules.Problem/MotivationWrite tour integration for custom_block.moduleProposed resolutionCreate tour yml files for required admin screens...
View ArticleWrite tour integration for forum.module
Part of #1921152: META: Start providing tips for other core modules.Problem/MotivationWrite tour integration for forum.moduleProposed resolutionCreate tour yml files for required admin screens in...
View ArticleConsolidate search-result.html.twig and search-results.html.twig
The search result templates split appart the OL and the LI parts of an item list. This goes against the principal of keeping single HTML elements in single template files, one of our principles for...
View ArticleImages with non-standard characters in their file names are no longer...
One Drupal user had uploaded an image file named "Loons?-1.jpg". By the time the html is sent to the web browser, the filename appears as "Loons%3F-1.jpg. I assume this is some sort of UTF-8 encoding...
View ArticleRename toolbar "menu" tab to "admin"
It doesn't seem very helpful to have a menu link called "menu" in the toolbar. I think we should find a more descriptive name for it. I believe "Admin" is a good candidate but I'm sure we can do better.
View ArticleUpgrade 6->7 doesn't enable file module if contrib image was enabled
I upgraded a clean D6 on which I'd installed Contrib Image module and created a few dummy images.After upgrade, my visit to the module page resulted in being asked to enable File module because Image...
View ArticleConsolidate file-managed-file.html.twig and file-widget.html.twig since they...
In converting file module to twig, we identified two identical templates that need to be consolidated: - file-widget.html.twig - file-managed-file.html.twigIs there a good reason to keep these...
View Article