AJAX save of an Article node results in an error related to the image field
I've tried to gather as much info about this issue as possible. Sadly I'm not able to resolve it, although I felt I was close at times. Let's start with the pathology.Steps to reproduce.Install the...
View ArticleChange field UI so that adding a field is a separate task
Problem/MotivationThe current field creation workflow in the field UI is somewhat overwhelming to users. Users have to step through a series of three forms to add a field. Additionally, there are some...
View ArticleMove "no results behavior" into the second column of the Views UI
Problem/MotivationOn #1957214: Title setting in views UI does not indicate when the title might be overridden, all the Views maintainers agree that handling an empty view (no results) is really not an...
View ArticleCheck prerequirements date.timezone
If php.ini has no default value set for date.timezone (this is so in the most linux distributions) then after the database connection step the installation process dies with the following error...
View ArticleUpdate Entity Reference's exclusion of config entities
Entity Reference explicitly excludes entities that extend ConfigEntityBase from being used. A couple of things:It should not exclude ConfigEntityBase, but ConfigEntityInterface, as not all...
View ArticleConfirmFormBase::getCancelPath() should allow for a route
ConfirmFormBase has a getCancelUrl() method, which points to what is usually some kind of parent for the form. This requires a URL string pointing to the router path - i.e. admin/config/foobarHowever...
View ArticleCreate drillable render arrays
There are several places where we revert to Drupal-7 style printing of ugly and incomprehensible variables in template files because we want attributes to be renderable, or renderables to be drillable....
View ArticleConvert aggregator_form_opml to a FormInterface implementation and routing...
Convert this page callback to a new-style FormInterface implementation, using the instructions on http://drupal.org/node/1800686.
View ArticleImprove DX when writing style plugins
Problem/MotivationFrom #1876964-34: Improve DX when writing style plugins by adding a renderSingle function<?php     //What if I don't want to use theme_views_view_grouping in my style plugin....
View ArticleMenu drag and drop not working, show row weights link missing
Hi, everyone!I've just installed the new 7.22 and I've noticed menu's drag and drop function is not working. Tested with Chrome and Firefox (both last versions). Show row weights link is also missing...
View ArticleAdd a tour for the node frontpage view
Problem/MotivationThe frontpage view is the first thing a site builder sees when installing Drupal, and therefore one of the first things the site builder will want to customize. The frontpage view...
View ArticleMove controller derivation to route enhancers (and just that)
#1938980: Move controller derivation to route enhancers started off so simple. We just want to move some classes around for clarity, and to make it easier to extend. In the process, though, we realized...
View ArticleConvert ckeditor module to Twig
TaskUse Twig instead of PHPTemplateRemaining* replace all tpl.php files with .html.twig equivalents * replace all theme functions with .html.twig equivalent templates * add new preprocess functions for...
View ArticleConvert datetime module to Twig
TaskUse Twig instead of PHPTemplateRemaining* replace all tpl.php files with .html.twig equivalents * replace all theme functions with .html.twig equivalent templates * add new preprocess functions for...
View ArticleMove _aggregator_parse_opml to the parser plugin
it doesnt make any sense at all having a custom parsing functionality for opml feeds in aggregator.admin.inc when we have whole parsers plugins that are swappable
View ArticleConvert aggregator/rss and aggregator/opml to views
Lets get rid of those two ugly xml callbacks and turn them to views
View ArticleClearly state how to re-install Drupal using existing settings.php
Followup of #1951068: install.php error reporting is broken When Drupal is already installed, and someone tries to run install.php, it outputs list of suggestions. This list doesn't contain description...
View ArticleConvert theme_views_view_mapping_test() to Twig
Meta issue: #1843738: [meta] Convert views module to Twig
View ArticlePage displays cannot be deleted unless they have a valid path
This reminds me of having to fill out required fields on a node just to delete it :)Here's a test.AttachmentSizeStatusTest resultOperationstestDeleteWithNoPath.patch887 bytesIdleFAILED: [[SimpleTest]]:...
View ArticleCreate a retina version of the toolbar icons
It's easy to target devices with 1.5x or 2x resolutions. We should display retina-like resolution for the toolbar images.Anyone can tell me where to find the original files of the 1x icons (ideally the...
View Article