Typo in schema.inc file
Correct typo of "Retrive" at :// Retrive the table name and schema $table_info = $this->getPrefixInfo($table_name, $add_prefix);
View Articlecomment.type.comment.yml has an undeclared dependency on node.module
Problem/MotivationThe comment.type.comment.yml config which is shipped with the standard profile has an undeclared dependency on node.module.How to reproduceInstall Drupal with the Standard...
View ArticleAdd test for enabling modules with incompatible PHP version dependency
Problem/MotivationModule dependency tests for the module installation process should include a test for modules that specify an incompatible PHP version.Proposed resolutionCreate the test.Remaining...
View ArticleToolbar implementation creates super annoying re-rendering.
Problem/MotivationFront-end performance of the toolbar is quite poor in Chrome/safari webkit browsers, reasonable in Firefox and untested in IE(so far). Not in terms of asset loading, but simply in...
View ArticleDisable "Bandwidth Optimization" when serving with HTTP2
Drupal 8 can concatenate assets like CSS and JS. This can greatly reduce the amount of HTTP request. But with HTTP2 the overhead of an HTTP request is now very low and concatenation seem useless and...
View ArticleAllow theme developers to add the default logo filename to the theme's...
Currently theme.inc only looks for logo.svg. Themers would like to support other filetypes such as png, jpg, gif
View Articlefastcgi_finish_request and shutdown functions (e.g. batch) do not play nicely...
Problem/Motivationfastcgi_finish_request() as called by Symfony\HttpFoundation\Response.php ensures that the request is finished as soon as possible.However given #2579775: Missing Content-Length...
View ArticleUsers deleted a field instead of going back to change their settings
Problem/MotivationDuring the usability study, some participants, once they realised they had chosen the wrong field settings, deleted the field. They did not realise they could move back to a previous...
View ArticleTranslation tab has problems with unpublished nodes when using modules that...
"unpublished nodes" don't show up on node/%node/translate for users where uid ≠ 0 as soon as modules are installed that implement hook_node_grants I spent quite a while looking into what causes this...
View ArticleIndicate that grouping elements have child element errors for ux and a11y
Child elements in grouping elements like details, vertical tabs and fieldsets are invisible to the user when the grouping element is closed. To improve the user experience and accessibility we should...
View ArticleLanguage reference fields do not implemenet OptionsProviderInterface
While language reference provide a set of options to choose from, the field item does not implement the options provider interface. This makes it impossible for modules like Facets or Rules to use the...
View ArticleTry to make path aliases a computed field on the path item
Problem/MotivationThere is no way currently to get the path alias from a path item field. #2649646: Normalize path fields as part of the entity: allow REST clients to know the path alias for example...
View ArticleMake usage of comment logger consistent
Problem/MotivationCurrently comment uses "comment"& "content" loggersProposed resolutionUse only "comment" loggerRemaining tasksCreate patch, commitUser interface changesWatchdog will consistently...
View ArticleReplace dblog recent log entries with a view
Problem/Motivation#1874534: Introduce a dblog / watchdog views integration Introduced dblog views integration. Now is possible to replace the logs report with a view.Proposed resolutionProvide the a...
View ArticleUpgrade views handlers and relationships for dblog
Problem/MotivationWhen a site has more than 1000 logs, the Logs id could use a separator to format the logs, for example 1,200. If this field is used in a link to link a log event this breaks the link....
View ArticleMake tabledrag warning message show when row weights are enabled, and add...
In #504378: Auto-save draggable forms I found out that: After dragging a block to another section, we see the message: * The changes to these blocks will not be saved until the Save blocks button is...
View ArticleDuplicate home page url with pagination
1 - at еру home page of my site and i have a page navigation in bottom. 2 - I go, for example, on the second page.http://image.prntscr.com/image/097641f363594671bc40e2352ade1957.png and have...
View ArticleImporting (deploying) REST resource config entities should automatically do...
Problem/MotivationWhile working on #2737719: EntityResource: Provide comprehensive test coverage: for every entity type, every format, every method, I noticed it was unfortunately necessary to rebuild...
View ArticleBlock layout action removes instance, but contextual link deletes all instances.
Problem/MotivationInitially this issue was about changing the label of the contextual (delete) link to match the label in block-layout (remove). In fact the link in contextual links actually deletes...
View Article