cache_page data corrupt in .sql backup
HelloJust tried backing up my website using the export facility in phpmyadmin. After backing it up I opened up the backup file in wordpad and noticed that the cache_page table data is corrupt, the data...
View ArticleAdd support for #pattern to relevant Field API widgets
Follow up to #1174766: Support the #pattern FAPI property for native HTML5 pattern attributeAdd widget settings for the new #pattern FAPI property, in the widgets for which it is relevant (any Form API...
View ArticleCreating a second site (in multisite env) with the same user name for mysql...
Steps to reproduce de bug:Site1 is fully working, it use "username" and "pass1" to connect to the mysql database (db1)Now, create Site2, with the same user name but a different password to connect to...
View ArticleRemove use of the main element from templates if the spec is not adopted or...
The main element is still really new and it's not without controversy.http://wiki.whatwg.org/wiki/Main_elementThe element has made its way prematurely into at least the Seven theme:#1913692: Convert...
View ArticleAdd the main element to the list of HTML5 elements that get set to display block
This issue responds to #1913692: Convert Seven to HTML5 .All HTML elements are display:inline by default. New HTML5 sectioning elements need to be set to display:block for browsers that don't include...
View ArticleUser Account Links Tests assumes certain menu link IDs
<?php /**  * Tests disabling the 'My account' link.  */ function testDisabledAccountLink() {   // Create an admin user and log in....
View ArticleRandom letter "i" appearing on add content forms
Ok guys,This is a weird one, and I really need help figuring it out!!!! My site needs to go live in 1 week!So out of nowhere, I suddenly noticed that the letter "i" just starting appearing above forms...
View ArticleMove Tags vocabulary to standard profile config
Tags vocabulary could be created by importing config fileAttachmentSizeStatusTest resultOperationstags-standard-profile.patch3.86 KBIdlePASSED: [[SimpleTest]]: [MySQL] 53,125 pass(es).View details |...
View ArticleUse batch in field_sql_storage_update_8000()
Testing the upgrade path on a large site with 600k nodes and close to 300 fields, this function takes longer than the rest of the update functions combined. Some single alter table queries took over...
View ArticleEntityMalformedException when enabling a text editor while creating a new...
ProblemDrupal\Core\Entity\EntityMalformedException: The entity does not have an ID. in Drupal\Core\Config\Entity\ConfigStorageController->save() (line 356 of...
View ArticleDocument entity info callbacks
While we figure out the defgroup wording at #1250500: [policy adopted; needs patch for defgroup] Find a (standard) way to document callback signatures, we can also work on documenting the...
View ArticleBootstrapConfigStorageFactory and update
in #1784312: Stop doing so much pre-kernel bootstrapping introduced a BootstrapConfigStorageFactory which I don't understand at all. It references $conf['drupal_bootstrap_config_storage'] but is the...
View ArticleEntityFieldQuery::range is not resetting when NULL is passed
According to the documentation for EntityFieldQuery::range if you pass NULL as argument, the range directive gets removed. This is not working as expected. It is not removing the range directive, it is...
View ArticleCreate.js PropertyEditor widgets should be loaded lazily
The Drupal 7 version of the Edit module already implements this. We can't do a 1:1 port though, because of D8 Edit having a vastly different architecture thanks to Plugins.See...
View Articleform_execute_handlers() has an undocumented return which is never used
form_execute_handlers() takes some pains to return a boolean value. This is undocumented, and none of the callers I can find make use of it.
View ArticleDrupal multisite installation problem
Hello,We can help me with a multisite drupal installation. We have 3 drupal installation with sites. I have 2 sites move to de sites map in de root drupal installation. I have make a symbolic link for...
View ArticleImprove ParamConverterManager and developer experience for ParamConverters
Follow-up on #1798214: Upcast request arguments/attributes to full objectsIn #1798214: Upcast request arguments/attributes to full objects we introduced RouteEnhancers as part of the DynamicRouter from...
View ArticleHTML filter breaks embedded video
The Limit HTML tags filter is breaking calls to embedded video.My embed code: <object width = "512" height = "328"> <param name = "movie" value =...
View Articletaxonomy_allowed_values should use entity_label
Currently when using the Entity Translation and Title modules to translate taxonomy term names, the term name is not being translated when used in an options form widget for the taxonomy reference...
View ArticleCore does not revoke permission assignments of dynamic permissions when they...
Okay, that issue title is weird... Anyways, let me explain this with a quick example:Some of the permissions generated in node_permission() are dynamic and depend on the existing node types. Let's...
View Article