Convert user_form_test_current_password to a Controller
Part of #1971384: [META] Convert page callbacks to controllers. Convert form defined in user_form_test_current_password to a Controller.
View ArticleEntity reference formatter should default to the 'Default' view mode
There is no way to select the 'default' view mode of an entity when using the entity_reference field. There should *always* be a 'default' option by default.
View ArticleFigure out how to translate Drupal-specific CKEditor plugins
As of #1879120: Use Drupal-specific image and link plugins — use core dialogs rather than CKEditor dialogs, containing alterable Drupal forms, Drupal ships with its own "image" and "link" plugins for...
View ArticleRemove visibility__active_tab from block.schema.yml
visibility__active_tab is defined in block.schema.yml and exported in every block yml file. This property stores the last active tab from Block Visibility settings. I think this data should not stored...
View ArticleDeclare dependencies in BatchStorage and test with phpunit tests
Updated: Comment #0Problem/MotivationBatchStorage class has calls to procedural code which make it difficult to unit test.In relation to API freeze, refactoring stuff, leaving the wrappers, and marking...
View ArticleAlign block config schema with block configuration
Problem/MotivationSeems the configuration of block entity has been changes since block.block.*.* schema created which is causing 'access denied' at #1998600: Block config translation fails Currrent...
View ArticleExpand phpunit tests for \Drupal\Component\Utility\Settings
Updated: Comment #0Problem/MotivationSettings class has some tests, but is missing some coverage.Proposed resolutionNote: Settings class does not seem to have any has calls to procedural code which...
View ArticleForum bug
Forum created but we try to see what contained in the forum it shows blank -no posts. If you access the taxonomy term instead you can see the topics. But the module not working as it should be. I...
View ArticleURL with more than 10 slashes is not working in new routing system
Problem/MotivationAs per current routing system if we add any URL with more than 10 slash ('/'), it throws page not found.Steps to reproduce:1. Create a path in your module_name.routing.yml with more...
View Articleremove theme_image_style_list() and call theme('table__image_styles__list')...
Problem/MotivationThere are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.Proposed resolutionWe have three options:Remove...
View ArticleRemove theme_image_style_effects() and call...
Problem/MotivationThere are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.Proposed resolutionWe have three options:Remove...
View ArticleRemove theme_book_admin_table and call theme('table__book_admin') instead
Problem/MotivationThere are way too many theme functions / template files in core. Some are similar (if not identical) and should be consolidated.Proposed resolutionWe have two options:Remove...
View Articleoverride label for "Any" value on non-required single-select exposed filters...
Right now the only way to override the "Any" label in the exposed form is through form alter. The attached patch will give the user the option to override the default "Any" label with a custom...
View ArticleIntroduce #type elements for base theme hooks in filter.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleIntroduce #type elements for base theme hooks in forum.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleIntroduce #type elements for base theme hooks in image.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleIntroduce #type elements for base theme hooks in language.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for...
View ArticleIntroduce #type elements for base theme hooks in link.module
Part of #2025629: [meta] Ensure that all base theme hooks provided by core used as #theme in renderable arrays have a compatible #type equivalentHooks for consideration:link_formatter_link_separate
View ArticleAdd public identifier to all render methods in all views plugins in core
There are quite some places where you have a code like this in views:<?phpclass Foo ... { function render(...) { ... }}?>These ones should all get the public identifier.Noticed as part of...
View ArticleInject dependencies into EntityStorageControllerBase
Once #1497374: Switch from Field-based storage to Entity-based storage the needed dependencies like the module handler and the entity manager should be injected into the storage controller base class.
View Article