can use table named "order"
Hi, I have a table named "order", when I user db_select or db_query to fetch data from this table, there will be errors.PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an...
View ArticleProvide new _update_8000_*() CRUD helpers for Field and Instance definitions
We need equivalents for the existing _update_7000_field_*() helper functions, that run on top of CMI storage.Then, #1953418: Decide on when the upgrade runs for Field API to configuration can remove...
View ArticlePDOException: SQLSTATE[23000] php error
While logged in as admin I click on Modules to go to ../admin/modules. Every time I go to this page I receive a error message.The website encountered an unexpected error. Please try again later.I am...
View ArticleInstallation fails with MyISAM - key too long
Currently 8.x fails to install if you are using MyISAM as database driver.Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes: CREATE TABLE {file_usage} (...
View ArticleField UUID changes can badly corrupt field data
Problem/MotivationSaving an existing field with a different UUID, including by attempting to import even an absolutely identical copy of the field that has a different UUID, puts a Drupal installation...
View ArticleAdd a dedicated annotation for imagetoolkit plugins
Meta: #1966246: [meta] Introduce specific annotations for each plugin type
View ArticleStale class names for FieldInstance in phpdocs
Followup for #1735118: Change notice: Convert Field API to CMI : FieldInstance class was moved around and its namespace changed accordingly. Some phpdocs still refer to the old namespace.
View ArticleMove field types to classes / Plugins
Now that #1735118: Change notice: Convert Field API to CMI landed, let's revive this.For the record, the current "field type API" consists of : hook_field_info() hook_field_schema()...
View ArticleToken type 'type' property is used, but not supported
Core adds a "type" property to some token types, so types can extend other types. The problem is that core itself does nothing with the property, but Token module does.We should rename the property to...
View Article[META] Discuss how and whether the configuration system, config entities, or...
Problem/MotivationBased on a rather frustrating IRC discussion, we apparently aren't all on the same page about the use of UUIDs in config entities.Proposed resolutionDiscuss. Details to...
View Articlesystem_list() does a cache call on every function call
That means, in my case where I noticed it, 18 identical cache get queries instead of one.Patch coming in a second.
View ArticleReword description of Editor module to be grammatically correct
The current description provided for the Editor module is not grammatically correct. The attached patch rewords the description to improve grammatical correctness.AttachmentSizeStatusTest...
View ArticleConvert session_write_interval to settings
Part of #1775842: [meta] Convert all variables to state and/or config systems
View ArticleREST export view should default to XML
I'm not sure how/why this started happening, but when I turn on rest.module and hit http://8x.localhost:8082/entity/node/1 in my browser, I...
View ArticleRemove drupal_add_js/css from seven.theme
Add a hook_library_info in the theme and use drupal_add_library instead of drupal_add_js/cssSomething that might cause a conceptual problem is having a library_info hook in the theme. Theme need to...
View ArticleAdd File::uri()
File::uri() does not exist, and instead the File entity incorrectly uses Entity::uri(). Instead, we should find a way to leverage file_create_url(), or parts of it.
View ArticleArray tokens
Tokens are currently only available using 'named access', e.g. you have to specify a child token's name to access it. While modules can offer array access themselves—and Token.module does this...
View ArticleHow do document needed @Translation on dedicated
Due to the initiative to create separate dedicated Annotation (#1966246: [meta] Introduce specific annotations for each plugin type) the question came up: How do we document that a certain key needs a...
View ArticleRemove useless intro on views editing
There is this information; "Modify the display(s) of your view below or add new displays." which is basically saying "you can do stuff on this page", its not really informative on something people...
View Article