[Meta] Upgrade to D8 from D7: regular testing needed on various OSs with...
Problem/MotivationThe test bot can do upgrade tests but manual upgrade tests more OSes , PHP versions, special circumstances and who knows what else. Update is extremely finicky.The bot is useful and...
View ArticleAddress SA-CONTRIB-2013-035 for views in D8
Now that we have had an SA for Views 7.x-3.x, we opted to address the D8 vulnerability publicly.http://drupalcode.org/project/views.git/commit/ddf8181bd13f69ffbeeee14ae...http://drupal.org/node/1948358
View ArticleCall to a member function read()
Hi,I get the full error PHP Fatal error: Call to a member function read() on a non-object in /var/www/drupal-8/core/lib/Drupal/Component/PhpStorage/FileStorage.php on line 115, referer:...
View ArticleDocument hook_search_info() conditions_callback
See http://api.drupal.org/api/drupal/core!modules!search!search.api.php/function/hook_search_info/8 and the new docs standards for callbacks.
View ArticleDocument Batch API callbacks
These need documenting now we have a standard for documenting callbacks: http://drupal.org/node/1354#callback-def
View ArticleDocument #region_callback in Field UI
See http://api.drupal.org/api/drupal/core!modules!field_ui!field_ui.admin.inc/function/field_ui_field_overview_row_region/8, which is the (AFAIK) only implementation of this callback.
View ArticlePHP Fatal error: Class 'Insert' not found in \SomeNamespace\SomeClass.php on...
I've seen this before and now again in http://qa.drupal.org/pifr/test/471168. So I looked into it.When you enable xdebug, you get the stack trace, which shows something like this:PHP Fatal error:...
View ArticleUpdate is broken
In a clean checkout:Take the attached database dump file, unzip it and restore it to a database. This is two dumps, drupal-7.filled.standard_all.database.php.gz and drupal-7.all-disabled.database.php...
View ArticleKeyValue $conf overrides should not be services
Currently, the value of $conf['keyvalue_default'] and $conf['keyvalue_expirable_default'] are service names. If you're used to how cache worked, you'd expect them to be class names.Requiring all KV...
View Articlemodule_hook is broken for disabled modules and included hooks
In D8, implementsHook calls $this->loadInclude($module, 'inc', $module . '.' . $hook_info[$hook]['group']); which happily tries to do $this->moduleList[$module] without any check in either method...
View ArticleNope. Nope. Nope.
It is with great sadness and regret that I hereby tender my... unresignement. It seems this is my cross to bear (and not a teddy bear).AttachmentSizeStatusTest resultOperationsweep.patch380...
View ArticleInclude Drupal class in PHPUnit bootstrap
PHPUnit tests that need the new Drupal class will fail currently, because we forgot to add the explicit include to the bootstrap file.Patch fixes.AttachmentSizeStatusTest...
View ArticleCreate configuration schemas for block and custom_block modules
This is a sub-issue of #1910624: [META] Introduce and complete configuration schemas in all of core.Problem/motivation#1866610: Introduce Kwalify-inspired schema format for configuration introduced the...
View ArticleID and NAME are confusing in block_alter hooks
Problem/MotivationFixing #1899772: Fix name retrieving for block plugins to fix hook_block_view_NAME_alter() I've realised that ID and NAME on hook_block_view_ID_alter and hook_block_view_NAME_alter...
View ArticleAdd "All Changes Saved" text to views
(Not a huge issue for those of us who understand views, but might help some newbies):When creating a new view, if I am happy with the default settings from the "add view" page and click "Save and...
View ArticleNotice: Undefined property: stdClass::$original in file_field_update() (line...
In Drupal 7.21.http://drupal.org/files/core-7.15-remove-file-attach-load-985642-41.patch...@ /modules/file/file.field.inc line 264 // Load the original entity, if $entity->original is not already...
View ArticleMove path.inc to a Path Service in the DIC
In _drupal_bootstrap_full(), you can see the following:<?php require_once DRUPAL_ROOT . '/'. settings()->get('path_inc', 'core/includes/path.inc');?>This is a perfect candidate for the DIC....
View ArticleOpen link in another block
Hi,I want to put two blocks next to each other. I want one block to be a list of menu links. I want the other block to be the "window" where the links on the left open. Is this possible? You know,...
View Articlephpunit errors are silently eaten
We only look for failures but not errors. The first error is fatal btw, notice or not. I am not sure on how to write a test for this.AttachmentSizeStatusTest resultOperationsphpunit_error.patch1.16...
View ArticleHelp uploading large zipped google reader OPML file to aggregator
I am trying to upload my Google Reader OPML file to Aggregator on my Drupal site following the instructions at this page: https://deekayen.net/reader-to-aggregatorI have successfully downloaded a...
View Article