Implement Seven style guide for core overlay
MotivationThe Seven style guide is heavily being implemented in a sandbox at https://drupal.org/sandbox/ry5n/1932040. Members of the Spark team wanted to attempt to marry the proposed Overlay style...
View ArticleAdd config schema to field and instance config entities
Follow up from #1735118: Convert Field API to CMIThis includes config snippets for settings for all field type / storage / widget types.
View ArticleRemove ArrayAccess BC layer from field config entities
Follow up from #1735118: Convert Field API to CMIConvert array syntax to object syntax in existing code, add type hints for $field & $instance arguments across core functions, update docs.Will...
View ArticleRemove field_create_*(), field_update_*() and field_delete_*() in favor of...
Follow up from #1735118: Convert Field API to CMI
View ArticleFigure out what to do with field_read_(field|instance)()
Follow up from #1735118: Convert Field API to CMIMove to EFQ ? are they even still needed ?. Probably involves a separate API to retrieve deleted fields, which very little code actually needs to deal...
View ArticleDecide on when the upgrade runs for Field API to configuration
Follow up from #1735118: Convert Field API to CMIdo we want to make it run as early as possible - and how ?. This could be an non issue too.Means getting rid of the old _update_7000_field_*() helper...
View ArticleDon't expose the term 'Entity' to users
Coming from the review in #1847596-119: Deprecate Taxonomy term reference field in favor of Entity-reference and the following discussions, let's change the field label to be only "Reference".
View ArticleMake 'target bundles' required on the Entity reference instance settings form
Coming from the review in #1847596-119: Deprecate Taxonomy term reference field in favor of Entity-reference and the following discussions, I think the easiest actionable item for the moment is to not...
View ArticleMove 'view modes' part out of field_bundle_settings()
And completely kill the variable.Postponed on #1735118: Convert Field API to CMI and #1875992: Add EntityDisplay objects for entity forms
View ArticleMake the bundle settings for entity reference fields more visible.
Problem/MotivationThis issue is spun off from #1847596: Deprecate Taxonomy term reference field in favor of Entity-reference.The bundle selection for an entity reference field is probably the most...
View ArticleSaving permissions stop working with the upgrade of MySQL-Server from 5.0.x...
Hello, I'm using a 7.19 drupal version with several modules for more than one year now. Few day ago my server provider upgraded the MySQL-Server from 5.0.x to 5.5.x.Since then I cannot save permission...
View ArticleMake "These settings apply to the field everywhere it is used" clearer
ProblemCurrently the field settings on every field contain the intro: These settings apply to the Body field everywhere it is used. For example, see...
View ArticleMultiple private file download requests stepping on each other?
A messy one regarding private file downloads. I'm admittedly back a few minor versions on core, but I've looked around the source and don't think the problem has been addressed. Thus the post:I have a...
View ArticleMove the field-specific settings form elements at the top of the form
Coming from #1847596-142: Deprecate Taxonomy term reference field in favor of Entity-reference, it seems that usability will be improved if we move the field cardinality setting below the ones provided...
View ArticleFigure out serialization of PDO Connections
In various places we ran into issues with PDO Connections stored at some object which is part of the form state, which results in a error telling you that PDO is not serializable.Try to implement...
View Articlefield_tags is missing in $entity if field is empty on "node/add"
I have the issue #1923328: Notice: Undefined property: stdClass::$field_tags in linkchecker that I do not understand yet and I need some help about this field issue.If a new article node is added (via...
View ArticleReplace 'target type' on entity reference field settings with something clearer
Problem/MotivationThe "target type" label on the entity reference field settings is unclear:Proposed resolutionLet's replace it with something more self-explanatory. The best I've come up with is "What...
View ArticleReplace "Select a field type" with a hierarchical select
Spin-off from #1847590: Fix UX of entity reference field type selection. In comment 7 of that issue, amateescu suggested:I also see another option for the UI: have a single "Reference" entry in the...
View ArticleMove language node access logic into NodeAccessController
Follow up for #1658846-199: Add language support to node access grants and recordsProblem/MotivationLogic in the wrong class.Proposed resolutionMove into NodeAccessController+++...
View ArticleRefactor Core Node Access Tests to not only test for denies, also test for...
Follow up for 1. in #1658846-187: Add language support to node access grants and recordsProblem/MotivationMissing test coverage for grants. We only have tests for denies.Proposed resolutionAdd more...
View Article