Convert FileItem and ImageItem to extend EntityReferenceItem
Similar to #1965208: Convert TaxonomyTermReferenceItem to extend EntityReferenceItem, this will finally allow us to write generic code for "* reference" fields by using a unified name (target_id) for...
View ArticleSupport Zepto.js
I'd like to talk about the possibly of supporting Zepto.js in core Javascript. Zepto's API is designed to mimic jQuery's. The main difference is that Zepto has a strict focus on mobile/modern browsers...
View ArticleConvert openid_login_form to a controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConvert Drupal\image\Tests\ImageDimensionsScaleUnitTest to phpunit
Part of #1938068: [Meta] Convert UnitTestBase to PHPUnit
View ArticleSet transactionalDDLSupport properly for sqlite driver
transactionalDDLSupport is defaulted to false in core/lib/Drupal/Core/Database/Connection.php since most drivers do not support it. However, SQLite supports DDL statements within transactions....
View ArticleAdd context to system filters
The current filtering system is a global based filtering system such as filtering urls, converting \n to <p>, <br/> which is really good, but in doing some complex things such as quickly...
View ArticleTwig Filter
Depends on #1996910: Add context to system filtersSince Twig is now in core, and with the above patch, giving the ability to filter using the Twig rendering engine will give the power of the PHP filter...
View ArticleImport translation throws db error
Hello!I just exported a .po file from a drupal 7 site (via the admin/config/regional/translate/export page) and tried to import it on a new drupal 7 site via admin/config/regional/translate/import...
View Article#limit_validation_errors seems ignored inside custom validation function when...
Site with only mymodule and views (with dependences) enabled beside core modules.If my validation function looks like this:<?phpfunction mymodule_form_validate($form, &$form_state) { // ......
View ArticleShare the same path alias across different languages within Drupal install.
My setup is as follows:1) I have 3 defined languages (English "en", Dutch "nl" and French "fr") - "en" is the default language. 2) I create a page and set it to English and give it a path of...
View ArticleConvert custom_block_delete_form to new form interface
Part of #1945406: [meta] Convert all of confirm_form() to ConfirmFormBase
View ArticlePDOException when watchdog is empty
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use...
View ArticleTranslate user interface strings gives option to translate to English rather...
Once in a while I get something like the enclosed image. I'm not sure how this happened, but Drupal thinks my string is originally in French and wants me to define an English version. How can I tell...
View ArticleRTL stylesheets not recognized for vertical tabs
Neither vertical-tabs-rtl.css from core/misc or from Seven are recognized for RTL. Vertical tabs are not a module, its 2 stylesheets and 1 js file are at the top level of core/misc. The only other...
View ArticleError when editing content, loggin in, and others
Hi.What is causing the error below? I am running verions 7.22 and I only seem to get it when I have my site online. I don't see it when I'm on my local. I figure there is there something going on with...
View ArticleRegression: category selector missing on site wide contact form
The ability to select a contact category form is missing from the site wide contact form.To reproduce:Install standard profileAdd an additional contact categoryView /contactWhat the will look...
View Articlefile_get_file_references() doesn't load entities correctly
In file_get_file_references(), the references are loaded and iterated over:<?php $usage_list = file_usage()->listUsage($file); $file_usage_list = isset($usage_list['file']) ?...
View ArticleUndefined function: Guzzle\Http\Curl\curl_multi_init()
At line 632, I had to add the leading slash to get this CURL extension function working:<?php$this->multiHandle = \curl_multi_init();?>
View ArticleErroneous Views grouping and grouping_level template variables
Problem/MotivationA follow-up from exploratory testing done on #1843752-32: Convert views/templates/views-view-grouping.tpl.php to twig, I've found that the grouping and grouping_level variables, which...
View ArticleConvert $plugin['path'] . '/' . $plugin_id . '/' . $plugin['suffix'] to a new...
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View Article