Rename renderSingleGroup to renderRowGroup
In #1876964: Change notice: Improve DX when writing style plugins by adding a renderSingle function the api for rendering a single THING of a grouped view got improved though the function got renamed...
View ArticleUninstalling a module does not remove its configuration file.
Hi,Uninstalling my module, I realised that its configuration file hasn't been removed. Is there something extra I need to do in my module, or is this an actual bug?K.
View ArticleViews modals get stuck under the vertical toolbar
Problem/MotivationViews modals get stuck under the vertical-mode toolbar.Steps to reproduceInstall Drupal with the standard profile.Set the toolbar to the vertical mode.Disable overlay.module.Edit a...
View ArticleViews block displays fail to render the "Edit view" contextual link
In #1914966-18: Nested contextual links triggers don't work well, webchick posted a screenshot that shows overlap of pencil icons for the contextual link wrapper for "Edit view" and the one for...
View ArticleDocs typo in field_ui.admin.inc
In both 8.x and 7.x, there is a typo in modules/field_ui/field_ui.admin.inc that says @ingroups form instead of @ingroup formShould be a good novice task (one-line patch).
View ArticleConvert region.tpl.php to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all templates with .html.twig equivalent templatesRelated#1885560: [meta] Convert everything...
View ArticleConvert page.tpl.php to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all templates with .html.twig equivalent templatesRelated#1885560: [meta] Convert everything...
View ArticleConvert html.tpl.php to Twig
TaskUse Twig instead of PHPTemplateTwig sandbox: http://drupal.org/sandbox/pixelmord/1750250RemainingReplace all templates with .html.twig equivalent templatesRelated#1885560: [meta] Convert everything...
View ArticleConvert theme_link() to Twig
Currently postponed/blocked on #1922454: Gut l(), fix theme('link'), have a working framework for consistently generated links inside and outside of twig..TaskUse Twig instead of PHPTemplateTwig...
View ArticleAdd support for 'permissions' and/or 'contexts' to render cache system
Spin-off from #914382: Contextual links incompatible with render cache.Currently, drupal_render_cid_create() handles #cache['keys'] and #cache['granularity']. AFAIK, 'keys' are intended to be static...
View ArticleRemove 'help' definition from drupal_common_theme()
Problem/MotivationWhile going through drupal_common_theme() in #1885560: [meta] Convert everything in theme.inc to Twig, a definition for theme_help() was found. theme_help() was removed during Drupal...
View ArticlePostgres bug when upgrading 6.22 to 7.x
Reference to forum: http://drupal.org/node/1272132When using Postgres (tested on 9.1.8) the system update hook 7016 does not correctly change the field types. The following trace is taken from the...
View ArticleComments can't be saved/submited
Comments can't be saved or previewed when using text format "Basic HTML". It works fine with "Restricted HTML" and "Full html".
View ArticleClose overlay button CSS wrong in RTL
In testing some RTL stylesheets I noticed the overlay border radius CSS needed work.Screenshot beforeAfter patch ChromeFF and Safari after shots also attached. Have not yet tested in...
View ArticleAPI addition to resolve unwanted cache flushes when loading entities.
PrefaceThis is quite long (sorry), so as a preface, here's the conclusion:I believe it's clear that we need an API addition for the entity loading functions to simply say "After loading this entity (no...
View ArticleTest the interactive installer
Problem/MotivationThe early installer is full of quirks and has little test coverage.Proposed resolutionUse the overrides introduced in #1949724: Allow simpletest child sites to additionally load a...
View ArticleMake "Manage fields" the default dropbutton operation for content types
Problem/MotivationWhen building or maintaining a site, I use the "Manage fields" operation for content types as least 10 times as much as any other operation.Proposed resolutionLet's make "Manage...
View ArticleOverlay module display bug
There is an ID (overlay) in the overlay.tpl template of the core overlay module that serves as a wrapper for the contents. This is however conflicting with another ID (overlay) that identifies the...
View ArticleFatal Error: ViewUI::isTranslatable endless loop
Hello,I have some problems to edit a view (/admin/structure/views/view/taxonomy_term/edit). Because every request I get an memory limit exceeded error:Fatal error: Allowed memory size of 419430400...
View ArticleMove views_fetch_fields into a autoloadable class
We want to reduce the amount of procedural code, so let's move views_fetch_fields() for example into the views_ui module.
View Article