Announce poll removal in CHANGELOG.txt and remove final reference to poll...
Patch attached completes poll removal by adding it to list of removed modules in CHANGELOG.txt and tidies up one code example.AttachmentSizeStatusTest...
View ArticleLabel fix for system.site config schema
Few labels missing in system.site schema that found with the D8 configuration inspector sandbox module at http://drupal.org/sandbox/reyero/1635230
View ArticleRemove TwigReference objects in favor of a high speed implementation by using...
I finally have an understanding of how the NodeVisitor works.As more and more in Core switches to render arrays within templates, the need for performance improvements increases again.Fortunately I...
View ArticleProblem with PHP function "substr" and special characters
I defined a custom form function MY_MODULE_form. the function looks like this:<?phpfunction my_module_form($form, &$form_state) { $str = 'asdödsa'; // german umlaut in the middle of the string...
View ArticleUpdate the way modules implement hooks.
In Drupal 8's implementation of `module_implements`, every module is looped over and then function_exists is called to see if a module has implemented a specific hook. This works however there are...
View ArticleAdd groupable_only parameter to DisplayPluginBase::getFieldLabels()
In D7 we added the groupable_only parameter so that we could filter lists of field labels by ones that only supported string groupy, so that we didn't break any modules overriding this method, we...
View Article[meta] Gut l(), fix theme('link'), have a working framework for consistently...
Problem/MotivationCurrently there is some discussion about the best way to use l() and url() in twig templates #1812562: Create best practices about use of the l() function and the url() function in...
View ArticleAnonymous (or any) unable to leave comments on Article Node
A client of mine recently contacted me saying the comments on their site are not working any longer. When you try to leave a comment (anonymous is allowed, and has always worked fine) it now says...
View ArticleProvide a EntityAccessCheck class that checks access on routes by using the...
Different kind of places should use routes at some point, so it would totally help to provide a way to check access easily by defining the operation and the used entity in the route.
View Articledblog_watchdog does not handle ISO-8859-4 characters
When the URL has characters like äöå and other non ISO-8859-1 characters, the insert throws an exception.PDOException: in dblog_watchdog() (line 154 of...
View ArticleDenial-of-service vulnerabiility in Image module
This is a Drupal 8 followup for the security issue fixed here: http://drupal.org/SA-CORE-2013-002Credit for the patch/fix: Damien Tournoud, pwolanin, David_Rothstein, Heine, Bèr KesselsDrupal 7 patch...
View ArticleGraphical calendar page to display date from field
In a basic page I've got some info regarding an upcoming event:Networking Harry's Coffee Shop 209 Pierce Birmingham, MI 48078Wednesday, February 20, 2013The date shown above is in a Date field. How can...
View ArticleLast missing bit from D7 "_field_info_collate_fields()" patch
#1040790: _field_info_collate_fields() memory usage was 1st committed to D8, then some adjustments were made during the polish phase of the D7 backport. They have all been committed to D8 in followup...
View ArticleImprove documentation of menu_link_save()
The API documentation for menu_link_save() could be improved to add the information that it does not play well with path aliases. It is very tricky because when creating a menu link on node creation...
View ArticleFailures in MenuRouterTest due to unmet dependency
I have no idea how MenuRouterTest currently passes on the testbots. I can not get the test to pass locally I get the following failures:Test summary------------Menu router 218 passes, 6 fails, 6...
View Articleremove 'bool' key from option definitions
We don't use this anywhere now, it was previously used for exporting code, but we don't do that anymore either.Patch to follow.
View ArticleColorbox with Media gallery
I don't why colorbox is the problem or media gallery i can't fix when i click on the thumb colorbox is opening ok snd has his style but he has to open full screen not to open by the width and height...
View ArticleRework field form API elements so that #title and #description are both...
Here's the use case: I want to take the #description for a body field and move it into the #title wrapped in a <small> tag.It's possible to target a specific element and tack on a pre_render or...
View ArticleConsider ASCII character set for machine name schema columns
#1314214-82: UTF-8: support 4 bytes characters in MySQL: It's probably worth tidying up our schema (for example: machine name-type keys should probably use a ascii character set so as to reduce the...
View ArticleRemove view edit message to discard a view
In ViewEditFormController we still have some logic in the form build that checks the $view->vid, which we don't have anymore, but also, we now save all views from the wizard directly, so users will...
View Article