Use Symfony Request for shortcut module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting are:core/modules/shortcut/shortcut.admin.inc
View ArticleUse Symfony Request for simpletest module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting...
View ArticleUse Symfony Request for system module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting...
View ArticleUse Symfony Request for taxonomy module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting...
View ArticleRemove confusing log messages (Language module)
Problem/Motivation@attiks noticed that some confusing log entries were written upon initialization.Proposed resolutionEither of the following could work: 1. Simply to not log the following two entries,...
View ArticleUse Symfony Request for toolbar module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting are:core/modules/toolbar/toolbar.module
View ArticleUse Symfony Request for translation module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting are:core/modules/translation/translation.module
View ArticleUse Symfony Request for user module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting...
View ArticleUse Symfony Request for views module
Part of #1998638: [Meta] Refactor raw PHP variables (e.g $_SERVER, $_REQUEST, $_GET, $_POST) with Symfony Request objectFiles that need converting...
View ArticleDefault value for text field behaving strangely - not displaying in content...
I created a content type, and set a default value. When I created a piece of content of this type, the default value that I set did not show up in the edit form. When I entered a value and saved the...
View ArticleCategorize module "locale" under "Multilingual" in stead of "Core"
Problem/MotivationIn order to make the multilingual aspects of Drupal more transparent, please categorize Locale together with the other Multilingual modules (Language, Interface translation, Content...
View ArticleGetInfo should be an abstract class with docs on TestBase/UnitTestCase
This adds better documentation and IDE support.
View ArticleView own content hits
Title says it all. Permission to view content hits on only nodes authored by user.
View ArticleLong list taxonomy terms alphabetically sort
Hi,I have a taxonomy with a very long list of terms (more than 1000 terms). I would like to apply 'Reset to alphabetical' sorting, but there is no such command under each page of the terms listing!Can...
View ArticleAccess to old file in revision
Hello to everybody. I love Drupal :) I use Drupal 7.22 with public file system. I set 700 permission on files directory and its subdirectory. I've a question about node revision with file field. You...
View ArticleMissing buttons.png referenced in jquery.ui.theme.css
Hi, as part of #1238484: Ability to mark the form buttons to be of a specific type (so that they can be styled differently), the buttons.png file was removed, but .ui-slider .ui-slider-handle and...
View Article[policy] Define coding standards for anonymous functions (closures)
We do not yet have a consensus about how to write anonymous functions. Currently two different versions are in use in D8:With a space between the function and the opening parenthesis:<?php...
View Articledrupal_write_record() ignores default values when NULL is provided
ProblemWhen drupal_write_record() receives an object, it will check for the presence of fields defined in hook_schema(). If a field is not present as properties on the object, drupal_write_record()...
View ArticleJSHint tour
New JSHint config #1995996: Update JSHint configuration.core/modules/tour/js/tour.js: line 17, col 15, 'view' is defined but never used.
View ArticleJSHint ckeditor
New JSHint config #1995996: Update JSHint configuration.core/modules/ckeditor/js/ckeditor.admin.js: line 20, col 16, 'label' is defined but never used.
View Article