Core autocomplete legacy javascript intercepts comma unnecessarily
Autocomplete uses a comma as a stop character because of #201269: Synonym collapsing in core and http://drupalcode.org/project/drupal.git/commit/08b1bb73f770888b39ac8624. The original issue is over 5...
View ArticleFigure out override priorities and whether we want a kind of global override...
Problem/motivationIn #1929136: Fix override-free context, move global config overrides back to an event listener and #1763640: Followup: Introduce config context to make original config and different...
View ArticleIntroduce master displays
Bit of a stub for the moment.we need to introduce a new ConfigEntity for master displays, and implement their inheritance into normal displays. master displays are mostly just a rehash of normal...
View Articlehook_form_alter diseapers from module_implements cache
Problem/MotivationWe're using the GenPass Module which implements hook_form_alter().After a variable time, the module seems to diseaper from the module_implements cache. The module is still activated...
View ArticleOverlapping contextual links
I frequently have cases in which I have two contextual links gears one on top of the other, preventing me from accessing the bottom one.For example, if you create a view which uses full content (not...
View ArticleRemove spacing issue in language.negotiation.yml
Sub issue of #1919178-5: Create configuration schemas for language module. original settings:session: parameter: languageurl: source: path_prefix prefixes: en: '' domains: en: ''...
View ArticleClean up a little Views date handling/arguments
There's SQL in HandlerBase, there's a complex, unnecessary and inscrutable extractSQL in argument/Date -- what does "DAY" mean when it could be like different things. We already have the functionality...
View ArticleReplace image style 'itok' token with non-intrusive options
Linked issue #1934482: Add an option to disable recursive imagecache preset path because even the fix was published two weeks ago, I can't see any discussion on that issue.The itok token introduced in...
View ArticleCache clear doesn't affect logo or favicon
Drupal has a great piece of functionality for themer's to force browsers to reload css and javascript. However, this same courtesy is not extended to the favicon and the logo image. You cannot...
View ArticleCreate a test for views date handlers.
The data handlers for sure need some proper testing. Related issues: #1893906: Move views argument date handlers from node module
View ArticleAllow sites using the 'image_allow_insecure_derivatives' variable to have...
For background, see http://drupal.org/drupal-7.20-release-notes.Because Drupal 7.20 fixed a security issue that was related to fundamental functionality in the Drupal core Image module, it broke a fair...
View ArticleAdd a 'project maintenance' component
Proposed BenefitsIt would help by better organizing important issues like #1255674: [meta] Make core maintainable, which is filed under 'other', and #1273344: Establish heuristics for core feature...
View ArticleAutomated cron runs should only be enabled by default for Standard profile
ProblemAfter installing Drupal with the Minimal profile, automated cron runs were automatically enabled.DetailsAutomated cron runs (via JS/Ajax) only exist for low-end sites on shared hosting and such,...
View ArticleMerge system.timezone config object into system.date
Problemsystem.date contains plenty of date related configuration settings already.Whenever system.timezone is needed, system.date is most likely needed, too. And vice-versa.Proposed solutionMerge...
View ArticleMerge system.fast_404 config object into system.performance
Problemsystem.performance contains performance related configuration settings already.When system.fast_404 is needed, system.performance is needed, too.Proposed solutionMerge system.fast_404 into...
View Article(Node?) Module cannot be uninstalled through the UI
ProblemInstall Drupal with Minimal profile.Try to uninstall Node module.The module uninstallation confirm form keeps on redirecting to itself; the module is not uninstalled.
View ArticleAlternative session handler implementation is not able to override...
ProblemThis code in drupal_settings_initialize() belongs to the responsibility of the session handler: // To prevent session cookies from being hijacked, a user can configure the // SSL version of...
View ArticleException: Serialization of 'Closure' is not allowed in serialize() (line 154...
ProblemWhen an exception is thrown during a entity storage controller save() operation, all you get is this fatal error: Error messageException: Serialization of 'Closure' is not allowed in serialize()...
View ArticleAllow installation profiles to partially override module default...
Follow-up to: #1934700: Automated cron runs should only be enabled by default for Standard profileProblemAn installation profile that only wants to override a particular setting from a default module...
View Article