Make more links 100% renderable, use #theme_wrappers if necessary
a follow-up to #2031305: Change notice: Remove theme_more_help_link() and replace with a #type link render array cause I drupal_rendered them half-way through :( whoopsiebut we should also have...
View ArticleAllow services to implement hooks by nominating methods in a...
Updated: Comment #0Problem/MotivationWe're going OO but we still have to keep procedural code because hooks can only be implemented by functions. So what if we could also implement functions in...
View Articlecan't change link color, Bartik theme
All colors are configurable except the link color. It indicates it is changed however all links are in red and can not be changed. Site: computerfairy.net 1. Reproduce by going to Home » Administration...
View Articlecan't change link color, Bartik theme
All colors are configurable except the link color. It indicates it is changed however all links are in red and can not be changed. Site: computerfairy.net 1. Reproduce by going to Home » Administration...
View ArticleTypo error for "Timeone" in UserStorageController.php
There is a typo error in "Timeone". The correct word is "Timezone"AttachmentSizeStatusTest resultOperationstypo-timezone-0.patch599 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 57,170 pass(es).View details...
View ArticleRemove drupal_(string) methods out of diffengine
Part of #1929270: [meta] Drupal-agnostic components should not be calling Drupal functions
View Articledrupal_mkdir() doesn't work with absolute paths or recursive
When calling with an absolute path, such as '/Users/joachim/bin/drupal_hooks/8', this function returns FALSE.This is because the call to explode produces an array like this:Array( [0] => [1]...
View ArticleReplace wrappers for unlink, rmdir, mkdir, tempnam with a drupal core component
Part of #1929270: [meta] Drupal-agnostic components should not be calling Drupal functions
View Articleuser_access() should not depend on Drupal::request()->attributes->get('account')
After patch #1890878: Add modular authentication system, including Http Basic; deprecate global $user got in we introduced if (!isset($account)) { // In the installer request session is not set, so...
View ArticleConvert core taxonomy to cck taxonomy field before upgrade
HiDoes it be interesting to convert core taxonomy to cck taxonomy field before upgrading to D7 ? because as core taxonomy will be converted to fields into D7, sometimes i get duplicate field.this...
View Articlefield_bundle_settings_ variable accumulates data for removed view modes
I create a new view mode for an entity type, either:- by installing a module that defines one, such as diff - in custom code with hook_entity_info() - with a contrib module that exposes an admin UI,...
View ArticleNotice of array to string conversion in _locale_rebuild_js
When installing Drupal 8 HEAD in French through the interactive installer I get the notice shown below on every page. It first appears on the front page when I have clicked "Visit your new...
View ArticleConfiguration storage controller should use Entity::id()
The ConfigStorageController::loadMultiple() should use EntityInterface::id() function instead of trying to retrieve a public member. See DatabaseStorageController::loadMultiple() as example. //...
View ArticleURLs not validated on account creation
Users can enter invalid URLs during account creationWhen a user profile includes fields that requires a URL such as the users website, the field is sanitized if the user edits the profile - more...
View ArticleIntroduce #pre_alters/#post_alters for drupal_render(), deprecate...
drupal_render() defines #pre_render and #post_render standard attributes for render elements.Using either/both of these is rather clunky as you need to know the functions that might want to modify this...
View Articleinteger list fields store keys as strings if there are leading zeros
When creating an integer list field, if you manually add keys that have leading zeros, then the keys get stored as strings and the data is not properly displayed. The saved values on the content that...
View ArticleNo longer possible to configure cache backends (and similar) without enabling...
Cache backends are now defined in the DIC.To have something available in the DIC as a service, it needs to be registered in a services.ymlOnly modules can provide services.ymlPreviously, you could...
View Article[meta] Convert info hooks to plugins
For some reason, we never had a meta for this.Tag is here: https://drupal.org/project/issues/search/drupal?issue_tags=Plugin-conver...
View ArticleAdd theme_table_row(), split off from theme_table()
I would like to be able to render table rows individually, so I can insert single table rows into tables using AJAX. At the moment this is not possible, because tables are rendered as a whole, and...
View ArticleMove the link display to the middle column
See imageAttachmentSizeStatusTest resultOperationslink-display.png48.75 KBIgnoredNoneNone
View Article