New displays are not ordered correctly
Problem/MotivationWhen new displays are created in the Views UI, either using the add display button or the "clone as" feature, they initially appear in the correct order (newest last). However, as...
View ArticleOpen id - Gmail not working
i have an issue to use gmail as open id (core module) with drupal 7 but its woking fine with yahoo. i tried as follows with open id...
View ArticleNeeds field item class
API page: http://api.drupal.org/api/drupal/core%21modules%21field%21field.api.php/...Enter a descriptive title (above) relating to function hook_field_info, then describe the problem you have...
View ArticleInvalid delta in block_block_configure() causes PHP error in...
As the title says: an invalid delta in block_block_configure causes the following error:Fatal error: Unsupported operand types in C:\Documents and Settings\PixelSmash\My...
View Article[META] Sprint CSS cleanup
There's a lot of closed / old issue for drupal core CSS cleanup. Lots of changes has been done to the core modules, and it's time for some more clean up on the markup and CSS. Also provide try to...
View ArticleImprove inline documentation in Field::save() when updating field storage...
Problem/MotivationFollowup from #1735118: Convert Field API to CMI (postponed on that issue).+++ b/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.phpundefined@@ -0,0 +1,463 @@+Â Â Â Â Â //...
View ArticleMove translation_entity.module specific properties out of the Entity type...
As I discovered in #1967294: Add a dedicated @EntityType annotation, there are at least a half dozen properties in the annotation that are only used by translation_entity module.The only properties in...
View ArticleConvert book theme tables to table #type
TaskConvert the following theme functions to use the new table #type: Module Theme function name Where in Code What is it really? book theme_book_admin_table function table Related issues#1876712:...
View ArticleDocument expected inputs for Field and FieldInstance constructors
Problem/MotivationThis is a followup from #1735118: Convert Field API to CMI and postponed on that issue.+++ b/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.phpundefined@@ -0,0 +1,463...
View ArticleUtilize Drupal\Component\Annotation\Plugin::parse() to merge in default values
As a part of #1966246: [meta] Introduce specific annotations for each plugin type, specific plugin types will now have their own annotation classes, and that is where their documentation will live.It...
View ArticleAdd protected saveNew() and saveUpdated() methods to Field and FieldInstance...
Problem/MotivationThis is a followup for #1735118: Convert Field API to CMI and postponed on that issue. Field::save() and FieldInstance::save() include long if/else statements that execute different...
View ArticleAdd a static method defining the default values for fields and field instances
Problem/MotivationThis is a followup for #1735118: Convert Field API to CMI and postponed on that issue.The constructors for Field and FieldInstance provide default values for some $values.In...
View Articlehook_field_schema() cannot vary based on field settings
Because field_create_field() is called before the user can edit any settings in the Field UI, and because field_create_field() is the function that leads to this call, this means that any "settings" in...
View ArticleClarify documentation around field storage and schema in Field::save()
Problem/MotivationThis is a followup for #1735118: Convert Field API to CMI and postponed on that issue.+++ b/core/modules/field/lib/Drupal/field/Plugin/Core/Entity/Field.phpundefined@@ -0,0 +1,463 @@+...
View ArticleDX: Helper method/function to retrieve reference fields related to a module
Problem/MotivationIn Drupal 7, if you write a module that uses field storage to write on entity_save() -- say, Taxonomy Access Control -- it is difficult to know what fields actually contain the data...
View ArticleINSTALL.mysql.txt does not mention LOCK TABLES, CREATE TEMPORARY TABLES
I'm not sure which way it is right, but the file INSTALL.mysql.txt recommends granting fewer privileges to the database than the online documentation. It appear other people than me had the same...
View ArticleUsers unable to access content unless "administer nodes" is enabled.
Users are unable to access content on my site unless they have permission to "administer nodes." My site is set up so that views generates the content and panels organize and display the views. The...
View ArticleClean up the CSS for System module
Part of the CSS Cleanup: #1968914: [META] Sprint CSS cleanupOverview of GoalsMake it easy to remove unwanted design assumptions in the theme layer, while maintaining critical functionality (such as...
View ArticleClean up the CSS for Color module
Part of the CSS Cleanup: #1968914: [META] Sprint CSS cleanupOverview of GoalsMake it easy to remove unwanted design assumptions in the theme layer, while maintaining critical functionality. Prevent...
View ArticleFigure out what the deal is with field_reserved_columns()
From #1735118: Convert Field API to CMI. Not really sure how to explain this one, so I'll just quote what we said on-issue.+++...
View Article