Undefined index: default_image in image_field_instance_settings_form()
I have this error related to the image module from the drupal core modules:Notice: Undefined index: default_image in image_field_instance_settings_form() (line 161 of...
View ArticleCannot submit required textarea area when using ckeditor on firefox due to...
1) Standard install 2) Create an article 3) Try adding a comment to article, with html + ckeditor w/o changing input formatResult: Firefox browser required validation fails, giving an error message...
View ArticleDecide what methods should be added for plugin managers to \Drupal
Follow-up to #1937600: Determine what services to register in the new Drupal classWe need to decide what we want to do with plugin managers, some of them are quite frequently accessed.My suggestion:1....
View ArticleMock and protect $GLOBALS['user'] and the session id during DUBT tests
Follow-up from #512026: Move $form_state storage from cache to new state/key-value system.As you can see in the added DUBT test there, I need to take special care to restore the uid of the global user...
View ArticleRename "Add block" to "Place block" on the blocks admin page
Problem/MotivationThis issue is part of #1875252: [META] Make the block plugin UI shippable. One of the most confusing aspects of the "interim" blocks user interface is that the UI does a poor job of...
View ArticleConvert hook_archiver_info into the New Shiny(TM)
Plugins, annotations, PluginManagers, oh my!AttachmentSizeStatusTest resultOperationsarchiver_info_shiny_edition.patch10.63 KBIdlePASSED: [[SimpleTest]]: [MySQL] 53,289 pass(es).View details | Re-test
View ArticleAdditional uncaught exception thrown while handling exception
Hello, I think I'm having problems on mysql. I've uploaded my site on godaddy. I was working ok for two months until I got this message. Here's the message when I want to enter my site : Additional...
View ArticleChanges from "Reset to alphabetical" lost when clicked on "Save" on Terms List
To recreate: 1) Add 4 terms in a vocabulary (say tags) at admin/structure/taxonomy/tags viz, a,b,c,d 2) Reshuffle the terms by drag and drop to have the order b,d,c,a and "Save" 3) Now on the terms...
View Article$databases definition is different in install_settings_form_submit() and...
Symptoms: latest code from 8.x fails to install, throwing fatal PHP error Cannot use object of type stdClass as array in .../core/includes/install.inc on line 257Steps to reproduce:Get the latest 8.x...
View Articlewarning: strtotime(): It is not safe to rely on the system's timezone settings.
EDIT: This is a Drupal core issue, not related to this project, as seen here:http://drupal.org/node/325827New versions of PHP display the following E_WARNING when listing a list of articles from...
View ArticleReplace global $databases with settings()->get('databases')
Globals should be replaced by the Drupal\Component\Utility\Settings singleton.This patch will convert all usages of the global $databases;.
View ArticleConvert /forum and /forum/% to new routing system, convert Forum to subclass...
Problem/MotivationBrings forum module in to line with latest API improvements in core. By subclassing Term entity type with Forum entity type we can move much of the custom code surrounding forum...
View ArticleConvert /forum and /forum/% to use an entity render controller
Follow up for #1951268: Convert /forum and /forum/% to new routing system, convert Forum to subclass Term entity typeProblem/MotivationOnce #1951268: Convert /forum and /forum/% to new routing system,...
View ArticleConvert admin/structure/forum/edit/{forum|container}/% to use...
Follow up for #1951268: Convert /forum and /forum/% to new routing system, convert Forum to subclass Term entity typeProblem/Motivation#1951268: Convert /forum and /forum/% to new routing system,...
View ArticleExtend BlockInterface::access to allow passing in an account
Problem/MotivationThe Drupal\block\BlockInterface::access() method (and it's implementation in Drupal\block\BlockBase) does not allow to check access for a specific account, but just for the global...
View ArticleAllow basic HTML
I try to configure comments so that line breaks and basic html tags are allowed. I went to Configuration -> Text format -> Plain text and activate " and activated there: Limit allowed HTML...
View ArticleCore aggregator feeds not updating with cron run
I am running Drupal 7.21 and am in the process of shifting my Google Reader feeds to Drupal core aggregator module feeds.I succeeded at uploading my Google Reader OPML file, but noticed that feeds were...
View ArticleWhen using categories, I get "Warning: date_format() expects parameter 1 to...
I am getting errors on aggregator items which are out of date, according to the setting to keep them for a week:Warning: date_format() expects parameter 1 to be DateTime, boolean given in format_date()...
View ArticleGoogle Webmaster Tools reporting "Log in using OpenID" has bad link.
Hi!I've just noticed that Google Webmaster Tools has been reporting a bad link on every page on my site with a "Log in using OpenID" link. The link in question is: "/%2523" (which evaluates to "/%23",...
View ArticleAdd a zero configuration installation profile to core
ProblemThe Minimal installation profile serves a concrete purpose; it's a base for building out a new site completely from scratch. Thus, it makes assumptions on what modules you need for...
View Article