Move field_has_data() to Field::hasData()
Coming from #2013939: Remove hook_field_CRUD_() in favor of hook_entity_TYPE_CRUD() calls - field_has_data() should move to a method.
View Articlesearch_excerpt fails on long underscored strings
<?php$text = '12345678901234567890 12345678901234567890123456789012345678901234567890123456789012345_test_1234567890123456789012345678901234567890 ';$keys = 'test';print search_excerpt($keys,...
View Articlestates.js is not compatible with jquery +1.6.1 because it use $.attr in the...
In the same spirite than #1480568: use $.attr with false instead of empty string I would like to fix states.js to make it compatible with jQuery we have in core *and* more recent version.I'm explaining...
View ArticleAdd Jesse Beach as a Accessibility Maintainer
After discussing this with a few folks (including Jesse), I'd like to propose removing Brandon Bowersox-Johnson from the D8 list & replacing him with Jesse Beach.Jesse's shown a lot of initiative...
View ArticleCan't add new modules or content types to my site...
I've just installed drupal on a new site, v 7.22, but something is wrong and I have no idea what to do...When I try to add a new content type, everything looks to be going ok, the content type is...
View ArticleClean up look of summary and details to remove visual noise
Visual noise and the psychological effect known as "the tyranny of small decisions are at play in the admin UI where:a) All details wrappers are expanded by default on pageload nullifying their utility...
View ArticleVertical tab styling for tabs should not be applied when JavaScript is...
Problem/MotivationWhen JavaScript is disabled, a giant gap to the left of the vertical tabs appears. There are a few styles in vertical-tabs.css that need to be scoped to a .js context.Proposed...
View ArticleSome words aren't showing translated for anonymous users.
I get this bug on two pages : /user & /newsletter/subscriptions.When I try translate that words in : admin/config/regional/translate/translate I get no error (even on the log), but after saving the...
View ArticleHook for flushing all caches
Hey guys.I've been searching for a hook to use when flushing all caches (with drush and from the admin UI) in order to clear varnish caches as well, but I couldn't find any. The only one invoked in...
View ArticleAllow entity types to be flagged as read-only
Sometimes, when integrating remote data, entities of an entity-type are read-only, i.e. save() and delete() is not implemented. As this is a rather rare use-case, I don't think this warrants dealing...
View ArticleSupport language fallback on entity fields
Right now we've language fallback implemented for field API fields, however with entity fields being translatable as well, we really to support language fallbacks on entity field level as well. Then,...
View ArticleComplete Configuration schemas for views arguments
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleEntityListController::buildRow() should return secure label
Follow-up from #1809376-31: Use EntityListController for image stylesProblem/MotivationCurrently label passed as is so each controller needs to make check_plain()Proposed resolutionApply check_plain in...
View ArticleComplete Configuration schemas for views display extender
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views fields
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views filters
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views relationship
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views row
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views sort
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View ArticleComplete Configuration schemas for views style
This is a sub-issue of #1910606: Improve the configurations schemas for Views significantly.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced some config...
View Article