Add aria-label attributes to all elements
Coming from #2045039-7: Cleanup HTML heading structure @terrill:That said, I still think we should add aria-label attributes to all elements. There are many of these on each page, and without a label...
View ArticleCopy of [META] Rename Views properties to core standards
Part of meta-issue #2052421: [META] Rename Views properties to core standards
View ArticleWidgetFactory should extend or be replaced by ContainerFactory
We need to be able to inject services from the container into the WidgetFactory. See #2017851: Move entity_reference_get_selection_handler() to a method on SelectionPluginManager for an example of where.
View ArticleImage style effect ordering exhibits some odd behaviour
Hmmm... we seems to have broken image effect ordering...Steps to reproduce:Create a new image style called "test"Add an effect to crop 300 x 200 and anchor it in the top left cornerAdd an effect to...
View ArticleImproved UI layout and UX for the file clean-up configuration
Follow up for: #1399846: Make unused file 'cleanup' configurableProblem/MotivationThe automatic file clean-up functionality in Drupal core is a destructive feature that automatically, and without...
View ArticlePer content type landing pages
Creating a content type automatically creates a landing page for that content type. All content for that type will be displayed at the landing page as well as "promoted to front page" as required. The...
View ArticleChrome: Uncaught TypeError: Object function (subtrees) {...
This is a fresh checkout of 8.x-dev, clean install in Chrome. Toolbar tray doesn't work, with this error in the console:Uncaught TypeError: Object function (subtrees) { Drupal.toolbar.subtrees =...
View ArticleProvide a field to define the default file description
This ticket tracks the ability to define the default description in a file field.
View ArticleRemove getDefinition() from Plugin discovery interface
As discussed in #2051847: AnnotatedClassDiscovery::getDefinitions is critically slow when viewing nodes with comments, the fact that discovery has a getDefinition() method is misleading. When using the...
View ArticleUpdate Guzzle to latest version
In order to solve #1991298: Fatal error when installing Drupal on servers that don't have the cURL extension we need to update Guzzle. I think the impact of this might be, quite big, so if someone with...
View ArticleImprove translatability of strings in toolbar.js
Per #1860434-81: Refactor the Toolbar JavaScript to use Backbone; fix several poorly functioning behaviors: + opened: Drupal.t('opened'), + closed: Drupal.t('closed'),Need to be Ucfirst per #421118:...
View ArticleAdd a route to the frontpage
If you want to use the urlgenerator->generate there seems to be no easy way to link to the fronpage.Let's introduce a new route. I would have liked to place it somewhere in a core.routing.yml,...
View ArticleAdd user access checks to 'more' link
when a custom URL under "Link display" is used for a given display, there is not anything in views to check user access to these links. @dawehner suggested using the access system provided by the...
View Articleediting large comments - Receiving 403 forbidden on server side
Basically if I have a small comment it works but people are posting larger and larger comments. The server is giving a 403 forbidden error but if I trim the post its working out.Is this a server side...
View ArticleLink color does not meet WCAG AA contrast ratio in header
Seven's blue link color #0074bd does not provide enough contrast to meet WCAG AA when it is in the header (#e0e0d8).This is a follow up of https://drupal.org/node/740756.AttachmentSizeStatusTest...
View ArticleAllow contrib modules to provide plugins on behalf of optional modules
Updated: Comment #4Problem/MotivationIn Drupal 7, it was common for modules like Views to provide plugins on behalf of other modules. Like node views handlers:if (!function_exists('node_views_api')) {...
View ArticleDefault value of email field is not saved anymore
When you create a new email field, and enter a default value. The default value is not saved anymore. Also editing the field and then try to set a default value, doesn't work anymore.
View ArticleModule listing doesn't hide empty packages when filtering
The module listing (admin/modules) doesn't hide empty packages anymore. It was broken in #1990544: Convert system_modules() to a Controller. I suspect a bad merge, as #1893072: Use details element on...
View Articlevalid_url() bug. 502 Proxy Error if URL length > 201
API page: https://api.drupal.org/api/drupal/includes%21common.inc/function/valid_u...Enter a descriptive title (above) relating to function valid_url, then describe the problem you have found:It gives...
View ArticleData partially disappears from database
We periodically find that content on our site (shelburnefarms.org) has partially disappeared. The text on a page (entered into a rich text area) will disappear, but only partially. It's always cut off...
View Article