Fields do not support tokens in prefix and suffix, nor help
Patch below soles the problem in case of numeric fielddiff --git a/modules/field/field.form.inc b/modules/field/field.form.inc index 280f778..cbd6c9a 100644 --- a/modules/field/field.form.inc +++...
View ArticleHelper issue for #2005716 (Remove entity dependency on plugins)
For #2005716: Remove entity dependency on plugins, promote EntityType to a domain objectAttachmentSizeStatusTest resultOperationsentity-2005716-helper-0.patch237.89 KBIdleFAILED: [[SimpleTest]]:...
View ArticleMove database query out of...
This breaks the ability to use a different storage controller for feeds, or in other words, everyone implementing a different storage controller for feeds, needs to swap out this form controller.
View ArticleWrong default value for parameter in method SystemQueue::claimItem()
According to documentation, the default value for parameter $lease_time of method SystemQueue::claimItem() should be 1 hour (3600 seconds).But the default value is 30 in...
View ArticleExcess UPDATE {block} queries from _block_rehash()
Problem/MotivationCurrently, _block_rehash() writes to {block} far more often than it has to. Recently, we ran into issues caused by an excesses number of UPDATE {block} queries being run on cron run...
View ArticleExtend list of languages with all languages of ICU
Drupal has a list of languages defined in the function getStandardLanguageList() in LanguageManager.php, based on the list of localise.drupal.org Instead of this list, we can ship Drupal with a list of...
View Articlecheck if the default language list of the installer is up to date with...
On https://localize.drupal.org/translate some new languages were added. We need to check if the list in getStandardLanguageList() in LanguageManager.php reflects these languages and add the new...
View ArticleMove node database queries into node storage
The node module has a number of hardcoded sql queries these should be move into the storage layer.
View ArticleFieldInstance::delete() doesn't clean up all form modes
FieldInstance::delete() removes the instance from EntityDisplays for all view modes, but only for the 'default' form mode
View Articletheme_status_report() is severely broken
In system_theme() we see that theme_status_report() takes a render element. But in fact all callers pass an array that is not compatible with drupal_render(), which the theme function seems to try to...
View ArticleConvert $node->nid to $node->id() and $node->isNew()
This is a spin-off for the first and largest part of #1939994: [META] Complete conversion of nodes to the new Entity Field API.Patch is the same as in #1939994-59: [META] Complete conversion of nodes...
View ArticleAcess denied for admin overview page
Hi,When navigating to the admin overview page /admin I get the following access denied message:"You are not authorized to access this page."All other pages that fall under the admin area work fine i.e....
View ArticleCaching issue causes 'theme not found' error when enabling theme
I took the initial steps to create a custom theme for a D8 site (basically, copying the stark theme and changing the folder name and the YAML files)When I went to the /admin/appearance page, I...
View Articleunnecessary translate strings
Should not translate URL path ?AttachmentSizeStatusTest resultOperationsremove_t.patch1.07 KBIdlePASSED: [[SimpleTest]]: [MySQL] 57,031 pass(es).View details | Re-test
View ArticleInject the module handler into the entity access controller
Once #1979094: Separate create access operation entity access controllers to avoid costly EntityNG instantiation the module_invoke_all() calls should be replaced by an injected module handler and a...
View ArticleElement values retrieved from top to bottom instead of bottom to top
Problem_form_builder_handle_input_element() retrieves element values from the top of the form array hierarchy to the bottom, as it is called by form_builder(), which moves through the hierarchy in that...
View ArticleDrupal 8 crashes apache 2.4.4
Hey guys,This is weird, I have put request at Apache, PHP and now with Drupal, I am trying to test Drupal 8 on my Windows server with Apache 2.4.4 PHP 5.5.0 and Maria DB 5.5.31 and when Drupal tries to...
View ArticleRely on 'provider' instead of 'module' for Field plugin types
The plugin API now automatically populates the module name in a 'provider' entry in plugin definitions. We should remove the explicit 'module' entry present in existing plugins, and move business code...
View ArticleInstall step AJAX throws a 404
Environment: - WAMP - MySQL 5.5.24 - PHP 5.3.13 - Apache 2.2.22Error: Everything works fine and the Installation Profile step is going well untill the progress bar hits the end after which the...
View ArticleRemove awkward styling from toolbar tray
Toolbar dividers in horizontal state end abruptly and shortcut edit link wraps.Currently looks like this by default. Odd wrap, abrupt end of borders between list items.This is what happens if you add a...
View Article