Add Attachment Collector to ensure #attached assets are not lost during...
Problem/MotivationFor proper render caching it is very important that not only the markup is saved, but also the accompanying assets ('#attached').Currently both the block cache and Drupal core's...
View ArticleArgument of \Drupal::formBuilder()->getForm() should implements FormInterface
API page: https://api.drupal.org/api/drupal/core%21core.api.php/group/form_api/8.2.xEnter a descriptive title (above) relating to Form generation, then describe the problem you have found:The following...
View ArticleAllow any contextual link to opt-in to being displayed via offcanvas
Problem/MotivationCurrently, outside_in_contextual_links_view_alter() hardcodes a single contextual link as using offcanvas. Any other links to be added will need the same logic.Proposed resolutionMake...
View ArticleFigure/Figcaption for Image Widget
In D8 now you can use CKEditor to add an image caption. This properly wraps an image in a figure/figcaption element. I do think this would be a useful option for the image system. It would also make...
View ArticleMake Seven theme's link + button focus styles more robust for keyboard...
Problem/MotivationThe CKEditor toolbar configuration UI (seen at e.g.admin/config/content/formats/manage/full_html is very hard for sighted keyboard-only users to use. The available buttons CAN...
View ArticleNode title not displayed for some nodes in the frontpage View when showing...
I am going to keep this short, I am very new to Drupal.Theme: Writer (should have no implication). View: I only changed the Frontpage View from Teaser to Full Page. This is a new site, very fresh...
View Articlenode_access filters out accessible nodes when node is left joined
Updated: Comment #334Problem/MotivationCurrently, when a node table is left joined into a query, adding a node_access tag to the query filters out accessible rows from the base table (effectively...
View ArticleRequest for Time Only widget/Formatter for timestamp field.
I feel there should be ability to select time only option for timestamp. For example if i want only time field and no date, like timefield module.
View ArticleRegression in active trail between 8.1.x and 8.2.x
In a current project since upgrading to 8.2.2 the following code which applies an active-trail class no longer works. While trying to debug this issue I pasted the menu template into the stark theme....
View ArticleError accessing basic site info
When I try to access basic site information i get this error"Message InvalidArgumentException: Source path has to start with a slash. in Drupal\Core\Path\AliasManager->getAliasByPath() (line 186 of...
View ArticleAdd support of built-in PHP session upload progress
Right now, upload progress only works if you're running in mod_php mode (with the PECL extesion uploadprogress). Sadly mod_php only work with Apache.PHP >=5.3 has a built-in upload progress...
View Articledate picker not appearing when form is loaded in a modal
I have a content type with a date field and when I create a new node of this type the edit form shows the date picker when I click on the date field to edit it. All is good :)Now.. if I open the form...
View ArticleAdd legacy assertFieldByXPath()/assertNoFieldByXPath() method for browser tests
Problem/MotivationFor better compatibility with existing Simpletests we should try to provide assertFieldByXPath(), but mark it as deprecated. That way we need to change fewer parts of a test when...
View ArticleMore random fails in UpdatePathTestBase tests: "settings.cache failed...
Problem/MotivationAfter #2749955: Random fails in UpdatePathTestBase tests, we are continuing to see random fails in UpdatePathTestBase tests. For example, from #2627512-139: Datetime Views plugins...
View ArticleSome aria-describedby refers to not existing element ID.
Steps to reproduceGo to admin/config/people/accountsNavigate to REGISTRATION AND CANCELLATION > When cancelling a user accountInspect the radio buttons. Seeing that...
View ArticleVBO for taxonomy term
Hello,I need to be able to apply bulk operation on taxonomy terms (and files, it will be another issue). I saw that VBO is implemented only for nodes and users.I didn't see any opened issue on this...
View ArticleMake admin/content/files a VBO view
Problem/Motivationadmin/content/filesis currently a view, but it is no VBO view, so for example mass-deletion is not available.Proposed resolutionAdd a bulk form to that view, similar to...
View ArticleCreate secured temporary /files tmp directory (or) create hash on uploaded...
Given the most recent PSA: https://www.drupal.org/psa-2016-003 and diving into the workings of why it happened, brought the idea up that "maybe" Drupal needs to create a secured temporary file...
View ArticleAllow contributed modules to alter the format_date() function result.
Drupal doesn't support other calendars, Solar Calendar(Gregorian calendar) here is some works for supporting it using a module. However, it needs a custom hook to be added, which means editing...
View ArticlePer language settings (vs translated settings) are not directly supported
Problem/MotivationPer Gabor in https://drupal.org/node/2272363#comment-8822223 I implemented translatable configuration in a way how it was not intended by the design. What a lot of people need is the...
View Article