Move views_get_applicable_views into a class
As http://drupal.org/node/1800998 showed we should move more and more into lazy-loadable code. views_get_applicable_views() is one of them.
View ArticleRemove term_access tag in TermStorageController::buildQuery()
As discussed in #1893772: Split Entity StorageController into Storage + CRUDController, loading is the wrong place to check for term access. We're not doing this for any other entity.
View ArticleRemove translatable tag
The translatable tag was an attempt to make certain things that weren't translatable translatable by providing a schema and query flag/tag that would all contrib to alter things queries and e.g. join a...
View ArticleExtend transliterate() with maxlength
As the transliteration can differ in the output string length from the input we should provide a maxlength parameter. E.g.: I think we shouldn't split "oe" from ö->oe conversion in German, if we...
View Articlewidth/height of image field not updated when fid changes
Noticed this in #1839066: Implement the new entity field API for the image field type, the width/height is only re-calculcated when empty.The new Entity Field architecture actually allows us to detect...
View ArticleBetter documentation of drupalPost() and Field API
I just spent an hour kicking myself in the head trying to make a form test work because the current documentation provides no solid information about how to set the $edit values for Field API...
View ArticleRemove space from comment in DrupalUnitTestBase.php
Remove trailing space in comments of the DrupalUnitTestBase.php.
View ArticleConvert Views UI AJAX forms to use FormInterface
#1913856: Convert Views UI forms to use FormInterface only tackles the non-AJAX forms, because they are much more straightforward. This attempts to untangle the various AJAX forms that use the Views...
View ArticleCreate configuration schemas for field module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for file module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for filter module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for forum module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for language module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for locale module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for menu module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for node module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for openid module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for php module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for rest module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleCreate configuration schemas for search module
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View Article