Add EntityDiff entity type for handling PATCH requests
This sort of crosses over between REST module and Serialization.module. I forget where we decided to put it, so refile if needed. :-)Problem/MotivationPATCH support is tricky for many reasons. In...
View ArticleThe Condition Manager Needs the Namespace
Since the tests setup their own namespace injection for Condition plugins instead of using the DIC, the conditions continued to work, but the DIC registered plugin manager actually fails currently.Eclipse
View ArticleMove date argument annotations to properties
The plugin annotations should just contain information, needed as metadata. The date argument metadata are just needed on the instance of the plugin, so let's move it to properties.
View ArticleExcessive calling of menu loader
I have a straitforward menu loader:<?php $items[$root . '/snapshot/%cim_snapshot'] = array(   'title'=> 'Snapshot details',   'page callback'=> 'cim_admin_snapshot_view',   'page...
View ArticleForm API AJAX request to get a date-time format example string fails to...
Found in (231fd21638cf28fda43939eaadc21bbd4deb1ff2).Steps to reproduce:Navigate to admin/config/regional/date-time/formats/addType a letter such as d in to the Format string* field.Expected result:A...
View Articletablesort.inc - Documentation updates.
I assume that we are now in code cleanup phase. I use PhpStorm to find possible bugs and problems in the Drupal 8 core. Normally I will not alter code flow. If I find problems in a file, which I will...
View ArticleMisleading variable name in BreakLockForm
That's not an $account, that's $accounts.AttachmentSizeStatusTest resultOperationss.patch1.02 KBIdlePASSED: [[SimpleTest]]: [MySQL] 54,128 pass(es).View details | Re-test
View ArticleRemove enable/disable entity operations
By default, config entity list controllers show enable and disable operations. These are usually implemented as one-click action links.The problem with this is (and see #1834002: Delete operations are...
View ArticleForm '#title_display' property does't work on 'fieldset' element type
I've tried to use #title_dysplay => 'invisible' in my form to hide fieldset label, so I can use custom markup to improve semantics on that page and discovered that #title_dysplay does't work on...
View ArticleError un image upload
Clicking on button Upload on an image field shows this error message:An error occurred while attempting to process /file/ajax/field_image/und/0/form-_UK2ipoZYiucuPLUCSEgpUCTHgGA4tI_odCk1FRGKfM: Cannot...
View ArticleFigure out how to integrate hooks, $request, and caching
From #1847768-84: Remove ip_address() by Damien Tournoud:I specifically mentioned accessing the current request from the side... If you do that, there is no caching possible at the sub-request level...
View ArticleDecide which field and instance properties should be public/protected
Follow up from #1735118: Convert Field API to CMI
View ArticleMake aggregator feeds bundleable - move plugins configuration per bundle
Enabling/disabling aggregator plugins doesnt make a lot sense at all on a global state Contrib could really use bundles, and core would make it easier.And the thing is that its not hard at all to make...
View ArticleConvert format_rss_channel() and format_rss_item() to twig templates
Problem/MotivationPrompted by this conversion:http://drupal.org/node/1896060#comment-7274838This is in an attempt to allow those output tags informat_rss_channel()format_rss_item()to be rendered as...
View ArticleBetter Examples possible
API page: http://api.drupal.org/api/drupal/modules%21system%21system.api.php/funct...Enter a descriptive title (above) relating to function hook_menu_alter, then describe the problem you have...
View ArticleImprove parameter description for $value on ->fieldCondition()
API page: http://api.drupal.org/api/drupal/includes!entity.inc/function/EntityFieldQuery%3A%3AfieldCondition/7Minor change, but considering nearly all of the comments provide examples using arrays for...
View Articlestandard.inc - PHP cleanup and Documentation updates.
I assume that we are now in code cleanup phase. I use PhpStorm to find possible bugs and problems in the Drupal 8 core. Normally I will not alter code flow. If I find problems in a file, which I will...
View Articlesession.inc - PHP cleanup and Documentation updates.
I assume that we are now in code cleanup phase. I use PhpStorm to find possible bugs and problems in the Drupal 8 core. Normally I will not alter code flow. If I find problems in a file, which I will...
View Articleschema.inc - PHP cleanup and Documentation updates.
I assume that we are now in code cleanup phase. I use PhpStorm to find possible bugs and problems in the Drupal 8 core. Normally I will not alter code flow. If I find problems in a file, which I will...
View Article[meta] Introduce specific annotations for each plugin type
Problem/Motivation@Plugin is a dumping ground for metadata, and is often used for configuration, not metadata (information that is only useful once you have an instantiated plugin) It also conveys no...
View Article