Notice: Array to string conversion in array_diff_assoc()
When editing a node with Taxonomy terms, PHP generates this warning:"Notice: Array to string conversion in array_diff_assoc() (line 369 of C:\xampp\htdocs\drupal-7\includes\entity.inc)"I am a module...
View ArticlePut drupal_classloader() on a diet
The class loader interface is a mess, and just needs to be simpler and cleaner.Load vendor/autoload.php in index.phpEnsure modules can still register additional namespacesEnsure Plugins is okay
View ArticleUsability issue with the use of #ajax in date format list
Over in #2003892-101: Convert date formats to config entities is was noted by @mradcliffe that:There is a serious usability issue with the use of #ajax in this form that was introduced in #2003942:...
View ArticleConvert TipPluginManager to extend DefaultPluginManager
Part of #2010412: Change plugin managers to use DefaultPluginManager
View ArticleConvert hook_filetransfer_info() to plugin system
If it worked for #2028109: Convert hook_stream_wrappers() to plugin system it can work here too!
View ArticleConvert hook_updater_info() to plugin system
If it worked for #2028109: Convert hook_stream_wrappers() to plugin system it can work here too!
View ArticleConvert hook_queue_info() to plugin system
If it worked for #2028109: Convert hook_stream_wrappers() to plugin system it can work here too!
View ArticleUpdate configuration schema for date formats as entities
ProblemIn #2003892: Change notice: Convert date formats to config entities, the date formats have been moved from system.date.yml to their own config entity files. We need to cover this in config...
View ArticleConvert language_admin_add_form to a Controller
Part of #1971384: [META] Convert page callbacks to controllers.For instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View ArticleConfigure Block gear pulldown menu inaccessible when graphics code is used in...
using PHP code in the block body (of a Zen header region), which resulted in an image many pixels afar from the pop-up gears menu, which then disappears as soon as the cursor leaves from over the...
View Articledrupal_goto for external URLs?
I reported it as a bug* that a module was using drupal_goto to redirect the user to an external URL because another module that implemented hook_alter_drupal_goto was expecting only internal paths. I...
View ArticleEntity query sql backend limits storage controllers changes in contrib
Problem/MotivationEntity storage controllers allow you to retrieve and save data on multiple tables, but entity query's SQL back end does not support the same. This limits the flexibility of extending...
View ArticleRestrict "admin" user for deletion or blocking the user account from "User...
Hi All, This is a very known scenario that as like we can change the status(Active/Block) of the user accounts from "User Management", we may in some situations even delete the "admin" account from the...
View Articleerror in inline docs for DrupalWebTestCase::setUp()
API page: https://api.drupal.org/api/drupal/modules!simpletest!drupal_web_test_case.php/function/DrupalWebTestCase::setUp/7Enter a descriptive title (above) relating to protected function...
View ArticleConvert ActionManager to extend DefaultPluginManager
Part of #2010412: [Meta] Change plugin managers to use DefaultPluginManager
View ArticleConvert hook_language_negotiation_info() to plugin system
This may be the last of the info hooks that makes sense as plugins...
View Articledrupal_bootstrap docs are missing phases
API page: https://api.drupal.org/api/drupal/core%21includes%21bootstrap.inc/functi...Enter a descriptive title (above) relating to function drupal_bootstrap, then describe the problem you have found:It...
View ArticleUpdate CKEditor library to 4.3 RC
CKEditor 4.3 promises to bring CKEditor Widgets.CKEditor Widgets have been specifically developped for us (see http://dev.ckeditor.com/ticket/9764) and tailored to our specific needs, so we want to get...
View ArticleConvert ->uid to ->id(), isAnonymous() and isAuthenticated()
Part of #2017207: [meta] Complete conversion of users to Entity Field API.
View Article