Remove remaining prefixed border-radius and box-shadow from core
We no longer need to prefix border-radius or box-shadow.http://caniuse.com/border-radiushttp://caniuse.com/css-boxshadow
View ArticleModify regions to support Convert site elements (site name, slogan, site...
Modify regions to support: #1053648: Convert site elements (site name, slogan, site logo) into blocks as described in the comment: http://drupal.org/node/1053648#comment-6920512
View ArticleRemove Seven's ie.css
Remove Seven's ie.css and the conditional comment that adds it for IE8.Not only have we dropped IE8 from core, but this file only has a ruleset that is duplicated in normalize, plus css added from...
View ArticleHead broken - use of LANGUAGE_NOT_SPECIFIED constant
#1792032: File validation error message not removed after subsequent upload of valid file had an old language constant...Local test evidenceDrupal test run---------------Tests to be run: - File field...
View ArticleViews should use ['#attached']['library'] rather than ['#attached']['css']
Following up on #1812048-11: Build the exposed form using form API functions, Views should use drupal_add_library to attach CSS/JS to form elements.
View ArticleConvert node_type_form() to a Controller
For instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.Part of #1971384: [META] Convert page callbacks to controllers
View ArticleUpdateQuery::arguments() does not return all values.
With reference to #1222150: dpq() only works for SELECT and INSERT queries (a devel module issue), an outstanding issue with the output of its dpq() function on db_update() queries is that the field...
View ArticleProvide the user ID and permissions hash to allow JavaScript to maintain...
Problem/MotivationDrupal 8 will ship with far more JavaScript. Drupal 8 will need to perform well on mobile.This means we must allow JavaScript code to apply smart client-side caching strategies in...
View Articlemanage front page blocks by site manager
hi i want a front page that the managers of site can configure that. i want to have an administrative page that managers can enable and disable blocks of front page. is there any way to solve my problem?
View ArticleRemove entity dependency on plugins, promote EntityType to a domain object
This patch removes Entity type's dependency on Plugins among other things.I kept the annotation, but moved discovery of entity types to yaml files. It may seem like an unnecessary extra step, but the...
View ArticleConvert language_admin_overview_form to a Controller
Part of #1971384: [META] Convert page callbacks to controllersFor instructions on how to convert a page callback into a controller, see the WSCCI Conversion Guide.
View Article'#type' should be required in renderable arrays and should solely define the...
This is intended to be part of this meta issue #1843798: [meta] Refactor Render API.Problem/MotivationThe usage of drupal_render() is hard to understand and use, isn't used consistently throughout...
View ArticleURL Filter fails if there is an @ in the link
A url in the input that contains an @ sign is turned into a link that stops before the @.http://www.flickr.com/photos/95490987@N08/sets/72157633649215349...
View Articledrupal_container() is deprecated, don't use it in bootstrap.php
Problem/Motivationdrupal_container() is deprecated.Proposed resolutionUse the Drupal class instead.Remaining tasksIn the patch I replaced all calls to drupal_container()-get() with Drupal::service(),...
View ArticleDon't call theme() directly anywhere outside drupal_render()
There's a bunch of discussion around what we can do to make rendering and the theme system better.Currently there are ideas blocked simply because sometimes theme() is called inside drupal_render() and...
View ArticleAdd a SubFormInterface so that FormInterface can delegate to many objects
Problem/MotivationThe text format configure form contains the forms of all of its filter plugins. The block entity form contains the form of its block plugin. The view entity contains the forms of its...
View ArticleFix more file permissions
Along the same lines as #1841896: Fix various file permissions, some more files have crept into the codebase with unnecessary executable bits (0755 perms). A patch to fix will follow. See also...
View ArticleRemove leftover 'module' annotation keys and plugin manager...
As said in #1780396-64: Namespaces of disabled modules are registered during test runs, removing Drupal\edit\Plugin\EditorManager::processDefinition() was forgotten in #1836008: Remove...
View ArticleRefactor Attribute classes and add drupal_pre_render_attributes
Problem/MotivationThe Attribute classes are over architected and the composition is slow for performance. Also need a way to let type's define attributes.Proposed resolutionMove logic from...
View ArticleRemove default/fallback entity form operation
Problem/MotivationWhen Entity Form Controllers were introduced, it came with the concept of a "default" form, where you could just call entity_get_form($entity), with no specified operation.This has...
View Article