Add a responsive preview bar to Drupal core
Problem/MotivationWhile previewing layouts at various screen and device dimension sizes is familiar to most front end developers and themers, the mechanics of this efforts may still be unknown or...
View Articlestates.js is not compatible with jquery +1.6.1 because it use $.attr in the...
In the same spirite than #1480568: use $.attr with false instead of empty string I would like to fix states.js to make it compatible with jQuery we have in core *and* more recent version.I'm explaining...
View ArticleNormalize Controller/View-listener behavior with a Page object
Updated: Comment #4Problem/MotivationMuch of the code in our controller pipeline was written with the assumption that it would be replaced "later", after the system had matured a bit and SCOTCH figured...
View ArticleAdd mobile friendly meta tags to the html.tpl.php
Problem/MotivationIn order for legacy desktop-based websites to work in mobile devices, mobile browsers implement a virtual viewport that is much larger than the actual dimensions of the device. If you...
View ArticleCovert all form menu items to new form builder in form_test module
Part of #1971384: [META] Convert page callbacks to controllersConvert below form callback to new form builder._form_test_checkbox _form_test_disabled_elements _form_test_input_forgery...
View ArticleAllow to specific route parameters to be defined via the views UI
Updated: Comment 0Problem/MotivationSee https://drupal.org/node/1857256#newProposed resolutionRemaining tasksUser interface changesAPI changesRelated IssuesSee
View Articlenode_access_grants call GLOBAL $user
There are actually two interleaved issues here.The current node_access_grants() code still assumes procedural style, taking $account = NULL as an argument. If NULL, the $account is assumed to be the...
View ArticleMake modules only require .info.yml files
yes, that's right, no more requirements for .module files.summary of agreement from #drupal discussion, mainly between Crell and webchick:1. From now on, only .info is required to dictate the presence...
View ArticleUser login page looks cramped on mobile
Part of #2152519: [meta] Make sure Drupal 8 looks good and works right on mobile browsers .
View ArticleConvert format_size() and parse_size() to OO code
Updated: Comment #0Problem/Motivationformat_size() and parse_size() are still standalone functions, where they could be easily turned into a self-contained service as, for instance, the date service....
View ArticleMark drupal_load() deprecated
Only used in four places in core, two of them are pointless now we don't support disabled modules.Sub issues#2159911: forum_uninstall() and simpletest_uninstall() call drupal_load() pointlessly
View ArticleRemove drupal_add_js() from system.module
Part of #1839338: [meta] Remove drupal_set_*() drupal_add_*() in favour of #attached/response for out-of-band stuff .The culprit:function test_page_test_page() { drupal_add_js(array('test-setting'...
View ArticleRemove drupal_add_js() from Bartik
Part of #1839338: [meta] Remove drupal_set_*() drupal_add_*() in favour of #attached/response for out-of-band stuff .
View Article[META] Remove drupal_add_js()
Part of #1839338: [meta] Remove drupal_set_*() drupal_add_*() in favour of #attached/response for out-of-band stuff .To do:#2160577: Remove drupal_add_js() from batch.inc#2160581: Remove...
View ArticleCreate search component
Problem/Motivation The search field is rounded both as another opportunity to introduce friendliness into the UI, but also follows a tendency for search fields to be rounded in some browsers and...
View ArticleCreate hook_help for entity reference
Background: This issue is part of the task to update/create the hook_help texts of the modules for Drupal 8:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - write the...
View Article[meta] Dropbutton accessibility issues
Hi,I am creating this issue against the views module, but maybe the "component" shouldn't be views since the issue regards dropbutton...The "List additional actions" button shown in the "dropbutton"...
View ArticleUpdate hook_help for Breakpoint module
Background: This issue is part of the task to update the hook_help texts of the Drupal 8 modules:#1908570: [meta] Update or create hook_help() texts for D8 core modulesTasks: - review / write the...
View ArticleClean up and test migrate executable and sql idmap
These two classes were copy pasted from D7 for the initial migrate patch and never cleaned up or tested properly. This gets a lot closer to that goal. It's not possible to separate them out because of...
View ArticleImplement hook_help() for views_ui.module
I think we need this to fall in line with core modules. Title says it all.
View Article