Notices in comment_submit() and comment_admin_overview() when body field does...
Summary updated until comment #101.(The following happens in D7. The comment module in D8 has no problems, according to #99 and #101.)After changing the comment_body field of a content type, the...
View ArticleLanguage of config changes during import
Problem/MotivationI have a site with three language (EN, DE, ES). DE is the default language. The language stored in some config files changes from en to de on import.Proposed resolutionThe langcode...
View ArticleRadios / Checkboxes focus styling wrong when marked as having an error
Pulled from #551 from @dmsmidt on May 12, 2015 at 3:40am:Concerning #547 - # 549: The issue with checkbox/radio styling is certainly not introduced by this patch. It's already a problem (in some...
View ArticleFinalize new inline form errors
This planning issue shows all followups from #1493324: Inline form errors for accessibility and UX. The parent issue is a huge UX improvement, but it leaves the error handling with some inconsistencies...
View ArticleUndefined property: stdClass::$nid in node_tokens()
On saving a node: Notice: Undefined property: stdClass::$nid in node_tokens() (line 112 of C:\wamp\www\Core7\modules\node\node.tokens.inc).
View ArticleMove custom 403/404 settings to error handling
Problem/Motivation#2578995: Update the link descriptions on the Configuration page for the system module reminded me that 404/403 pages are under site information. It's been like that for years, but to...
View ArticleAdd another responsive tables solution that doesn't hide content
Problem/MotivationIn #1276908: Administrative tables are too wide for smaller screens we added a method for resizing tables for smaller screens that hides columns. This works until you get to a point...
View ArticleEnsure BigPipe does not break when HTML document contains CDATA sections or...
Problem/MotivationIn the BigPipe D8.1 core issue, @effulgentsia said this at #2469431-258: BigPipe for auth users: first send+render the cheap parts of the page, then the expensive parts.6:+++...
View ArticleReplace collapse.js with a proper polyfill for <details>
Problem#1168246: Freedom For Fieldsets! Long Live The DETAILS. replaces collapsible fieldsets with the HTML5 details/summary combo, but our collapse.js is not a proper polyfill that achieves a...
View ArticleVertical tabs cannot be disabled
There is the module for Drupal 6 "Vertical Tabs". And we can enable or disable it. In Drupal 7 it is a core function, and I can not find anywhere in UI how to disable it.And what I have to do if I just...
View ArticleBoolean field "On label" and "Off label" are not...
Problem/MotivationThe On label and Off label of boolean fields cannot be translated currently.This is because they are marked as type string in the configuration schema instead of type label.Proposed...
View ArticleEdited feed item breadcrumb does not reflect the change
Steps to reproduce: - Create a new feed item (aggregator/sources/add) - Visit the feed item edit form (aggregator/sources/%/configure) - See the breadcrumb reflect the current feed title. - Edit the...
View ArticleUnable to install Drupal on Windows
SetupWindows 7 professional SP1, 64-bit, 3Gb RAM PHP 5.4.25 Apache 2.2.25 MySQL 5.6.13Steps to reproduce:Check out latest HEAD (28 May 2014) Create an empty MySQL database using phpMyAdmin Visit...
View ArticleTime Ago summary does not render on Manage Display for Datetime
As it says on the tin. Patch forthcoming.Beta phase evaluationReference: https://www.drupal.org/core/beta-changesIssue categoryBug because the example dates of the time ago formatter are not visible in...
View ArticleEditing a view leaves old keys hanging, results in invalid schema
Problem/MotivationEditing a View's Field's Formatter and exporting the view's configuration does not show the changes to the Formatter.Steps to ReproduceFrom fresh install / db Go to...
View ArticleUpdate documentation for aggregator categories
I have started with a fresh install of multi-lingual 8.0.5 installation. Enabled the Aggregator module. Navigated to admin page for aggregator: /admin/config/services/aggregator Unable to locate button...
View ArticleUsing checkboxes for exposed filters results in zero rows displaying
Using a form_alter to change the display of an exposed form element to a checkbox results in no results until an option has been selected. (This is different behavior that the default multi-select...
View Articleuasort() does NOT preserve sort order, but core assumes so...
Meta split from #2448765: Element::children sort order undefined and slower than it could be - This makes tests fail in PHP7.Problem/Motivation- Core uses uasort in quite a few places, but uasort does...
View ArticleDrupal 7.43 / 8.0.4 regression: When an anonymous user submits a form with an...
Originally reported in #2675170-19: Drupal 7.43 makes file upload component fail for anonymous user but appears to affect Drupal core. To reproduce using the Standard installation profile:1. Allow...
View Article"Promoted to front page" for new content types should default to...
Problem/MotivationWhen creating a new content type, the default value for the "Promoted to front page" checkbox should be FALSE.Beta phase evaluationReference:...
View Article