Create a theme handler to manage enabling / disabling of themes
We have a moduleHandler class which is used to assist with enabling / disabling modules. Proposing we have a similar mechanism for themes. theme_enable() theme_disable() etc... would be converted so we...
View ArticleDeprecate procedural functions which have been moved to the Field class
Problem/MotivationSeveral functions in field.info.inc are now just wrappers to methods in the Field class (e.g. field_info_extra_fields(), field_info_fields()). These should be marked as...
View ArticleImplement access() for Fields on User entity
Subissue of #2028027: [META] Implement access() methods for all entity fieldsFields needing access control:passwordemailstatusinitaccesslogin
View ArticleField formatter settings edit button doesn't show unless there is a settings...
Problem/MotivationThe logic which decides whether to display the formatter settings edit button currently tests whether there is any settings summary text to display. If so, the summary text and the...
View ArticleSynchronizing all configurations causes a PHP error
I was following the steps to set up the REST server:Enabled rest module.Added rest.settings.yml at sites/default/files/config_somehash/staging/rest.settings.yml as per the above guide.Open...
View ArticleRefactor Drupal.AJAX calls in Edit module JavaScript once #1533366 is committed.
Problem/MotivationSeveral deficiencies have been noted in Drupal.ajax(): #1533366: Simplify and optimize Drupal.ajax() instantiation and implementation. Because of these, we have built several...
View ArticleAdd a Druplicon watermark background
Watermark/emboss (didn't Photoshop have an emboss tool?) Druplicon on a blue background and use this as the background for the installer.
View ArticleHuman readable titles for Tour Tip plugin types
Problem/MotivationTour tips need a Human readable title so they are presented well in the Tour UI #1920468: Write a tour for the first page after install showing extend and other things.Proposed...
View ArticleAbstract out config import changes to a config list class and create a...
Based on discussion with alexpott and heyrocker in IRC, to manage config import issues in #1808248: Add a separate module install/uninstall step to the config import process we need to have ability for...
View ArticleCustomers are Receiving Two Email Notifications Upon Ubercart Checkout
The Problem: Upon checkout, customers who purchase a membership account on my site are receiving two conflicting email notifications: 1) I have set up a Rule that occurs upon checkout and it works...
View Articlewhite-space:normal doesn't apply on the translation UI table
Updated: Comment #0Problem/MotivationThe table that lists translatable strings on admin/config/regional/translate gets this CSS rule from the system.theme.css file:tr.odd .form-item, tr.even .form-item...
View ArticleRemove mentions of hook_rdf_mapping
It seems we missed some of the hook_rdf_mapping implementations when we were removing the hook. These should be removed.
View ArticleAggregation settings are not removed from fields when turned off
When creating a view, if 'use aggregation' has been turned on and aggregation settings set for a field, the field remains aggregated even after 'use aggregation' has been turned off.Steps to...
View Article[meta] Can't upgrade from Drupal 6 to Drupal 7
Per https://groups.drupal.org/node/305573 Drupal 7 issues are no longer counted against thresholds.However releasing Drupal 8 requires a working upgrade path from Drupal 7, and for the 250,000+ sites...
View ArticleExpand Action with methods
Part of meta-issue #2016679: [Meta] Expand Entity Type interfaces to provide methods.See the detailed explanations there and look at the issues that already have patches or were commited.Add get*, set*...
View ArticleStop Quick Edit breaks quick edit until reload
If, when viewing a page on which you have been using the inline editor, you click 'stop quick edit' and then choose 'quick edit' again, although the relevant field becomes editable, the inline editor...
View ArticleLanguage file problems when installing a site in a different language than...
Updated: Comment #0Problem/Motivation1.) When adding a new language on admin/config/regional/language, the language files are not downloaded.The site is installed in English and French language is...
View ArticlePHP notice when creating new Drupal user
The following notice pops up when I try to create a new user:Notice: Undefined index: user_picture in Drupal\Core\Entity\EntityFormController->submitEntityLanguage() (line 438 of...
View Article[policy] Decide how to refer to "entitites" and "bundles" in D8 UI
Updated: Comment #0 [no updates yet]Problem/MotivationIn Help text and possibly elsewhere (but I think mainly in help text), we need to have a standard way to refer to "entities" and "entity bundles"...
View Article