Skip to content
Snippets Groups Projects

Fixes added manually on top of bot's changes

7 unresolved threads

Closes #3430427

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
343 343 }
344 344
345 345 // Provide some default values.
346 $formatters[$formatter] += ['weight' => $default_weight++];
346 $formatters[$formatter]['weight'] = $default_weight + 1;
  • 2 2 type: module
    3 3 hidden: TRUE
    4 4 package: Testing
    5 core: 8.x
    6 core_version_requirement: ^8 || ^9 || ^10
    5 core_version_requirement: '^9.5.11 || ^10 || ^11'
    7 6 dependencies:
    8 - drupal:system (>=8.6)
    7 - drupal:system (>=9.5)
  • 8 8 "irc": "irc://irc.freenode.org/drupal-media"
    9 9 },
    10 10 "require": {
    11 "drupal/core": "^8.6 || ^9 || ^10"
    11 "drupal/core": "^9.5.11 || ^10 || ^11"
  • 1 1 name: 'Fallback formatter'
    2 2 type: module
    3 3 description: 'Provides a formatter that allows the user to configure multiple formatters and the order in which they should be attempted to display output.'
    4 core_version_requirement: ^8 || ^9 || ^10
    4 core_version_requirement: '^9.5.11 || ^10 || ^11'
  • Provided suggestions.

  • added 1 commit

    • 23652352 - Updated the core version to 9.5 and removed the drupal:system dependency, as...

    Compare with previous version

  • Chandan Singh
    Chandan Singh @chandu7929 started a thread on an outdated change in commit 23652352
  • 2 2 type: module
    3 3 hidden: TRUE
    4 4 package: Testing
    5 core_version_requirement: '^9.5.11 || ^10 || ^11'
    6 dependencies:
    7 - drupal:system (>=9.5)
    5 core_version_requirement: '^9.5 || ^10 || ^11'
  • Requested minor change.

  • added 1 commit

    • 6f32b85b - Remove core version requirement from test module as not required.

    Compare with previous version

  • 96 97 $assert_session = $this->assertSession();
    97 98
    98 99 $this->drupalGet('admin/structure/types/manage/article/display');
    100 $this->assertSession()->optionExists('fields[body][type]', 'fallback');
    99 101 $page->selectFieldOption('fields[body][type]', 'fallback');
    102 $this->assertSession()->waitForText('No formatters selected yet.');
  • 8 8 "irc": "irc://irc.freenode.org/drupal-media"
    9 9 },
    10 10 "require": {
    11 "drupal/core": "^8.6 || ^9 || ^10"
    11 "drupal/core": "^9.5 || ^10 || ^11"
  • added 1 commit

    • cdab7824 - Drop D9 support, review feedback changes.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 1db2b835 - convert weight to int as it might be empty.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • f326be2e - Fix baseline to require Druapl 9.5

    Compare with previous version

  • Jakob P added 2 commits

    added 2 commits

    • 2a0e121b - Remove legacy travis.yml and corresponding development notes.
    • 94f51065 - Linting

    Compare with previous version

  • Jakob P added 1 commit

    added 1 commit

    • 2c6a5119 - Fix logic issue with weight assignment.

    Compare with previous version

  • Adam G-H
  • Adam G-H added 1 commit

    added 1 commit

    • e727a0ff - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading