Remove drupal_set_title in system/ajax_test module controllers
Subtask of #1830588: [META] remove drupal_set_title()Problem/MotivationUsing procedural drupal_set_title() inside controller class is not encouraged.Proposed resolutionReplace drupal_set_title() with...
View ArticleProposal to manage the Drupal 8 release cycle
TL;DRThere are several issues with core development as it stands: not innovating fast enough, insufficient commercial incentive to contribute, contributor burnout, and unpredictable release cycles.We...
View ArticleSaving an Image field with an image that has undeterminable dimensions throws...
Updated: Comment #57Problem/MotivationI see a lot of issues about this error in various contrib modules, but it is not exclusively a contrib problem and can happen with the core integer field as well...
View ArticleConvert the taxonomy listing and feed at /taxonomy/term/%term to Views
Similar to #1806334: Replace the node listing at /node with a view , the default taxonomy term listing page is inflexible, and Views has long shipped with a replacement. Let's remove the custom code...
View ArticleRemove references to global $user in History module
Part of #2047951: [META] Remove calls to deprecated global $user and $GLOBALS['user']All places in History module should be fixed.core/modules/history/history.module: global $user;...
View ArticleConfirm form of a simple setting always says it's creating a new configuration
When doing a simple config import, say 'system.site', the confirm form will ask you if it wants to create a new one, even though system.site clearly exists. It should ask for 'update' instead.
View ArticleRemove Unused local variable $name_field from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/modules/system/lib/Drupal/system/Tests/Database/SelectOrderedTest.phpLine 30: Unused local...
View ArticleRemove Unused local variable $ringo from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/modules/system/lib/Drupal/system/Tests/Database/DatabaseTestBase.phpLine 78: Unused local...
View ArticleRemove Unused local variable $routes from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.phpLine 91: Unused local...
View ArticleDelete confirm form for locked fields is hotlinkable
Updated: Comment #0Problem/MotivationLocked fields don't show a 'delete field' link in the field ui however the url for the confirm form can still be navigated to via hotlinking (although the submit...
View ArticleRemove Unused local variable $browsers_default from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.phpLine 165: Unused local variable...
View ArticleRemove Unused local variable $username from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/modules/user/lib/Drupal/user/Tests/Views/HandlerFieldUserNameTest.phpLine 39: Unused local...
View ArticleChange notice: Replace all remaining superglobals ($_GET, $_POST, etc.) with...
In order to depend on using the Request object to determine caching, we need to ensure that everything uses it, rather than raw PHP variables for $_SERVER, $_REQUEST, $_GET, $_POST.Conversion...
View ArticleModules' schema versions not stored when installation is interrupted
Updated: Comment #5Problem/MotivationWhen a module's installation is interrupted (because of a PHP error, for instance), the module's schema version is never stored. The module is listed in...
View ArticleCannot administer menu item/link if it points to an unpublished node
Steps to reproduce:Create an unpublished node.Go to menu adminCreate a menu link pointing to the node.Try to find the menu link you just created, good luck.
View Article[meta] Drupal and PSR-0/PSR-4 Class Loading
Quick summaryIt was decided (Dries, #111) to use PSR-4 for module-provided classes, instead of PSR-0.#2083547: PSR-4: Putting it all together has a technical implementation that works. This desperately...
View ArticleRemove Unused local variable $lock_not_acquired_exit from...
Part of meta-issue #2002650: [meta] improve maintainability by removing unused local variablesFile /core/modules/system/lib/Drupal/system/Tests/Lock/LockFunctionalTest.phpLine 63: Unused local variable...
View ArticleRemove references to global $user in History module tests.
Remove $GLOBALS['user'] from simple tests.core/modules/history/lib/Drupal/history/Tests/Views/HistoryTimestampTest.php: $GLOBALS['user'] = $account;This is because of this in the Change Record"NOTE:...
View ArticleReplace list_themes() with a service.
Updated: Comment #NProblem/Motivation#2102125: Big Local Task ConversionProposed resolutionRemaining tasksUser interface changesAPI changesRelated Issues
View ArticleRemove calls to deprecated global $user in system module Tests
Remove $GLOBALS['user'] from simple tests./core/modules/system/lib/Drupal/system/Tests/*This is because of this in the Change Record"NOTE: The global $user variable still exists as it is necessary for...
View Article