field_ui_update_8001 deletes permissions
I doubt anyone upgrading from D7 to D8 can access the admin/structure/taxonomy page after field_ui_update_8001 is ran.
View ArticleReact to / force order of imports
From @alexpott in #1735118-113: Convert Field API to CMI :FieldInstanceStorageController():+ * Note: the class take no special care about importing instances after their+ * field in importCreate(),...
View ArticleTour tips not appearing when creating custom tips
I try to create a Tour tip for the Create Basic page node form and I'm following the instructions from the Tour API documentation.After creating a tour.tour.add-page.yml file (see code block below) in...
View ArticleAdd generic content handler for returning dialogs and other AJAX behaviors
In #1870764: Add an ajax command which makes it easy to use the dialog API in complex cases, we added generic AJAX commands for controlling dialogs. In that issue, we discovered that having a single...
View ArticleRemove "ul.menu" dependency to prevent theme clashes
Follow up for #1938044: Prefix all toolbar classes to prevent theme clashesMy theme overrides theme_menu_tree() with it's own html code. Navbar and Toolbar menus seem to expect that class ul.menu...
View ArticleYaml dumper escaping the escape character
Problem In yml file, data with escape string getting addition escape. for example,in system.date.yml we got: html_datetime: name: 'HTML Datetime' pattern: php: 'Y-m-d\TH:i:sO' intl:...
View ArticleRemove CacheBackendInterface::deleteExpired()
The methods CacheBackendInterface::deleteExpired() and CacheBackendInterface::garbageCollection() seems redundant. It's hard to see a use-case for deleteExpired() other than garbage collection.In...
View ArticleImprove performance of ViewsDataCache
Currently, the views data cache class rebuilds the data too often, so if table data is not stored on the class, it will rebuild the data (hook_views_data) rather than trying to retrieve the cached data...
View ArticleOn field settings form, hook_field_load() and hook_field_presave() are not...
When implementing hook_field_load() and hook_field_presave() for a specific field type, one would expect that the hooks are called also on the field settings page in...
View ArticleFatal error: Class 'Drupal\user\Plugin\Core\Entity\User' during install process
I am receiving this error during the install process in my local dev environment: Fatal error: Class 'Drupal\user\Plugin\Core\Entity\User' not found in /path/to/drupal-8/core/includes/bootstrap.inc on...
View ArticleDo not garbage collect as soon as items expire
With the new improved support for retrieving expired cache entries, it is counter-productive to delete those as soon as they expire.This patch is a proof of concept on how this can be implemented. I'm...
View ArticleConvert action_admin_configure to a new-style Controller
Follow on from #1939024: Convert action_admin_manage to a new-style Controller and blocked until that issue is committed in some form (because commits would otherwise conflict - issues are...
View ArticleDocument QueryAggregateInterface::execute
This was waiting for PHP 5.3.10.AttachmentSizeStatusTest resultOperationscldceqqai.patch559 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 53,099 pass(es).View details | Re-test
View Articledatabase queries on actions table do not match structure
Steps to reproduce - 1 Go to /admin/settings/actions Result: There is a list of entries in the 'Action type' column but the Description column is blank. Expected: the Description column should not be...
View ArticleContact core module 7.14 is not sending email but sending auto-reply
I have a Contact us form with my Yahoo.com email address as a recipient address.https://www.afab-lab.com/dr/contactI set “Your e-mail address ” to my varniss.com email address and push “Send message”...
View Articlepost rss items from aggregator to twitter
hey all, i use the core aggregator to pull a bunch of rss feeds. i have a view of these feeds that are displayed for the last 24 hours on my main page. i categorize them via the core feature for this...
View ArticleConvert the 2 menu callbacks in ban.module to a new style controller (and...
Convert these page callbacks to new-style Controllers, using the instructions on http://drupal.org/node/1800686
View ArticleAdd test coverage for the node module's Views Analyzer integration
While reviewing #1872876: Turn role permission assignments into configuration., I noticed that the current implementation throws notices, and we have no coverage for it. This could go in before or...
View ArticleSwitch from FrameworkBundle's HttpKernel to rendering strategies
Symfony 2.2 includes a new rendering strategy system to replace the old and rather crufty way of handling subreqests/ESI/hInclude. However, we're still using a clone of the old one. Let's get caught...
View ArticleAdd "Routing system" to MAINTAINERS.txt; add Crell and katbailey to base system
With the routing system splitting off from menu, it needs its own maintainers.I think I've found just the right suckers for the job. :-)I'd assign this to Kat to RTBC, but I can't do that until this...
View Article