Improve EntityStorageControllerInterface
#1497374: Switch from Field-based storage to Entity-based storage introduce some new methods which need some proper documentation, see http://drupal.org/node/1354
View ArticleIntroduce #type elements for base theme hooks in locale.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 menu.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:menu_overview_form
View ArticleIntroduce #type elements for base theme hooks in node.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 overlay.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:overlayoverlay_disable_message
View ArticleIntroduce #type elements for base theme hooks in picture.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 rdf.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:rdf_metadata
View ArticleIntroduce #type elements for base theme hooks in search.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:search_resultsearch_results
View ArticleIntroduce #type elements for base theme hooks in simpletest.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 system.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 taxonomy.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:taxonomy_term
View ArticleIntroduce #type elements for base theme hooks in toolbar.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 update.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 user.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 ArticleRemove views-more.html.twig and replace with #type link render arrays
This is part of #1595614: [meta] Remove all the theme functions in core that simply output a link. Replace with #type 'link' render arrays.An example of how to do a similar conversion can be seen at...
View ArticleIntroduce #type elements for base theme hooks in views.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 views_ui.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 ArticleInclusion criteria for CLDR territories in CountryManager::getStandardList()
#1938892: Switch from ISO-3166-1 country data to CLDR unicode data lead to the addition of some territories and a region, all of which don't represent countries. Specifically, the addition of:Diego...
View ArticleColor contrast on toolbar sub-menu links
The toolbar sub-menu links do not have enough color contrast per WCAG 2.0 requirements.This was found by a Drupal accessibility testswarm: http://drupala11y.org/error/1f2879b4-2336-414c-8281-bb05f66c4741
View ArticleRouting system cannot handle /foo/bar and /foo/{baz}
If you create two routes of which the paths are identical, except that the last fragment of one route is a fixed string, and of the other route it is a slug, one of them always takes...
View Article