Improve "use_more_always" understandability
Problem/MotivationAs a great man said :<dawehner> DuaelFr: this always confused me, but I am biased as the code is in my brainFrom an user point of views, the fact is that "Display 'more' link...
View ArticleProvide a method which renders a path to a certain route with the current...
As needed for both the local actions and tasks there is a need on the url generator to have a generate like method but without the need to specify every parameter manually.
View ArticleAdd a method to the AccessManager that only needs a route name and parameters
motivation:As we move towards a full route-based system, we need to handle access based on route and parameters rather than tying ourselves in knots reconstructing system paths.The method we are...
View ArticleUUIDs not added when file uploaded using managed_file FAPI element
This behaviour occurs when a file field is attached to a node, and also with a managed_file element as part of a custom form (with the default file_managed_file_value value callback).
View Articleremove space after $this-> testHelperPlugin
follow-up from #2023095-6: Convert Drupal\views\Tests\PluginBaseTest to PHPUnit to remove trailing space in PluginBaseTest
View ArticleFix theme_form_element_label so that it is compatible with drupal_render()
See https://drupal.org/node/2007124#comment-7652593 and #2041283: theme_status_report() is severely broken.
View ArticleReplace the throbber.gif sprite with two seperate givs
Problem/MotivationThrobber.gif is a sprite. This poses problems when one changes the padding of an autocomplete field, because the lower half, which is the spinning blue wheel, becomes visible. In...
View Article[meta] Avoid calling drupal_render() "early", wherever it is beneficial to do...
As part of the discussion from #1830588: Put the page title on the page array (or its replacement), remove drupal_set_title(), @moshe sums this up nicely: Well, the guideline since D7 has been that you...
View ArticleInstalling Drupal 8 on a Win/Linux dual boot system
I have a dual boot Linux/Windows system. The dev partition for Drupal code is NTFS. This allows switching between windows and linux using the same partition. I also make use of multi-site configuration...
View ArticleUUIDs have 16 bytes, not 32
Current doc comment for Drupal\Component\Uuid\UuidInterface::generate():<?php /**  * Generates a Universally Unique IDentifier (UUID).  *  * @return  *  A 32 byte integer represented as a hex...
View Article[META] Inject dependencies into plugin derivative classes
Now that #2028511: Allow plugin derivative classes to use services from the container is in with an initial conversion for the ViewsBlock plugin derivative class, we can convert any other derivative...
View ArticleInject dependencies into ViewsEntityRow derivative class
A part of #2046981: [META] Inject dependencies into plugin derivative classes.
View ArticleInject dependencies into EntityDeriver derivative class
A part of #2046981: [META] Inject dependencies into plugin derivative classes
View ArticleInject dependencies into ViewsExposedFilterBlock derivative class
Part of #2046981: [META] Inject dependencies into plugin derivative classes
View ArticleRemove redundant [role=navigation] in the header around the breadcrumbs in...
The header element of the page template of the Seven theme is marked up with a redundant [role="navigation"] ARIA landmark. The role of the header isn't navigation. It's a container. It can contain...
View ArticleMark invalid form field with [aria-invalid=true]
Problem/MotivationWe learned during the Twin Cities 2013 accessibility testing that invalid form fields are invisible to users navigating that page with a screen reader because the invalid fields are...
View ArticleContent translation settings UI should leverage Drupal.announce() to inform...
Updated: Comment #1Problem/MotivationThe content translation settings UI is a really complex and, most of all, dynamic UI. Enabling a checkbox, for instance, can make a new table in a different place...
View ArticleRemove $submitted from node templates
After #1927584: Add support for the Twig {% trans %} tag extension there's no need to separately prepare the $submitted variable for node templates.
View ArticleRemove deprecated documentation in DataType annotation
Left-over from #2002102: Move TypedData primitive types to interfaces - that key does not exist any more.AttachmentSizeStatusTest resultOperationsd8_primitive_leftover.patch750 bytesIdlePASSED:...
View ArticleBackport error handling improvements to file_scan_directory()
From #1706064: Compile the Injection Container to disk we changed some code in file_scan_directory() that prevents errors when directories are unreadable, but exist. The change is in...
View Article