Fix DrupalPractice.Objects.GlobalFunction in test Forms
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for Forms in...
View ArticleFix LineLength for @todo comments
Problem/MotivationPart of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standardSteps to reproduceProposed resolutionWrap @todo comments at 80 col.It is not possible to enforce a change for...
View ArticleFix LineLength for doc block paragraphs
Problem/MotivationPart of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standardSteps to reproduceProposed resolutionWrap paragraphs in doc blocs at 80 characters. This excludes the...
View ArticleFix LineLength for tags in doc blocs
Problem/MotivationPart of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standardSteps to reproduceProposed resolutionWrap the description for tags in doc blocs at 80 characters. It is not...
View ArticleFix LineLength for inline comments
Problem/MotivationPart of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standardSteps to reproduceProposed resolutionWrap inline comments to 80 character.. It is not possible to enforce this...
View ArticleFix LineLength for summary, @file and @var
Problem/MotivationPart of #2572709: [meta] Fix 'Drupal.Files.LineLength' coding standardSteps to reproduceProposed resolutionShorten summary lines, @file, and @var lines as needed.It is not possible to...
View ArticleFix DrupalPractice.Objects.GlobalFunction in system test modules
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for system test...
View ArticleFix DrupalPractice.Objects.GlobalFunction in remaining test moduleses
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for remaining test...
View ArticleAllow custom field to be used as user picture
The user picture is provided by a field called user_picture. If you perform a minimal installation of Drupal 8, this field is not created, so you have no user pictures what so ever. The "User pictures...
View ArticleFix DrupalPractice.Objects.GlobalFunction in module
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for modules, but not tests or Hooks.Remaining tasksUser interface...
View ArticleDeprecate views_field_default_views_data and related functions
Problem/MotivationIt would be great to deprecate auto including .inc files defined by hook-hook-info groups.In order to do that we first need remove helpers from provided groups.This issue handles all...
View Article[META] Provide modern replacements for and deprecate the legacy include files
Drupal 9 still has a bunch of legacies includes files. See the previous meta #2999721: [META] Deprecate the legacy include files before Drupal 9Here is the tracking of the deprecation status of the...
View ArticleFix DrupalPractice.Objects.GlobalFunction in hooks
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for hooksRemaining tasksUser interface changesIntroduced...
View ArticleFix DrupalPractice.Objects.GlobalFunction in core/lib
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for core/libRemaining tasksUser interface changesIntroduced...
View ArticleFix DrupalPractice.Objects.GlobalFunction in Functional tests
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for Functional...
View Article[meta] Remove usage of t() in tests not testing translation
Problem/MotivationThere is no need to use t() in tests, unless we're testing translations, however in core we do not follow this consistently, which does not set a good example for new contributions.A...
View Article[META] Replace t() calls inside of classes
Problem/MotivationThere's many places in core where t() function is used in classes without dependency injection. It makes this classes hard to unit test because t() defined in...
View ArticleFix DrupalPractice.Objects.GlobalFunction in Kernel tests
Problem/MotivationPart of the work to enable DrupalPractice.Objects.GlobalFunctionSteps to reproduceProposed resolutionEnable sniff for Kernel...
View ArticleRefactor testLinkFormatterQueryParametersDuplication and convert to a Kernel...
Problem/MotivationLinkFieldTest::testLinkFormatterQueryParametersDuplication doesn't make any HTTP requests so should be a Kernel test. It has shared code with doTestURLValidation in that test so it...
View ArticleReplace usage of dblog module at tests with alternative
Problem/MotivationThis is follow-up issue from #3496117: Remove unnecessary usage of dblog module at tests.Some tests use dblog module to check log messages, this requires database connection. In order...
View Article