Skip to content
Snippets Groups Projects

Drupal 11 compatibility fixes.

1 unresolved thread

Closes #3462426

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
378 378 $form_state->setError($pane_form['returning_customer'], $this->t('Unrecognized username or password. <a href=":url">Have you forgotten your password?</a>', [':url' => $password_url]));
379 379 return;
380 380 }
381 if (user_is_blocked($username)) {
381 $user = User::load($username);
  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 6c9591f4 - Fix some phpstan & phpcs issues.

    Compare with previous version

  • added 2 commits

    • e1f81583 - 1 commit from branch project:3.0.x
    • 4c66cd9e - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    • 5317fc1f - 1 commit from branch project:3.0.x
    • 1bea39f9 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    • a3455794 - Temp commit to run test with D11.

    Compare with previous version

  • added 1 commit

    • 6a527902 - Temp commit to run test with D11.

    Compare with previous version

  • added 1 commit

    • bbf0c1cb - Temp commit to run test with D11.

    Compare with previous version

  • added 1 commit

    • ef8ca627 - Some modules are now D11 compatible.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    • 32ee9537 - 1 commit from branch project:3.0.x
    • d8e863b9 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    • 9ae350d5 - Make data providers static and fix other failures due to invalid return types.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 3 commits

    Compare with previous version

  • added 1 commit

    • 424421be - Address other test failures.

    Compare with previous version

  • added 1 commit

    • e22c7a2b - Fix the EuropeanUnionVatTest.

    Compare with previous version

  • added 1 commit

    • badd9e5f - Attempt to fix issues with sessions in tests.

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 4 commits

    Compare with previous version

  • added 1 commit

    • 1b368f85 - Attempt fixing the TaxNumberTest.

    Compare with previous version

  • added 1 commit

    • 55467ff7 - Expected 1 space after FUNCTION keyword.

    Compare with previous version

  • added 2 commits

    • 076fdbed - 1 commit from branch project:3.0.x
    • a98a51d6 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    • 6c014ad6 - Address various PHPstan issues.

    Compare with previous version

  • added 1 commit

    • 70b16914 - Method Drupal\commerce_number_pattern\Form\NumberPatternForm::save() should...

    Compare with previous version

  • added 1 commit

    • fea58209 - Fix setting the default order item type for variation types.

    Compare with previous version

  • added 1 commit

    • 90db7c31 - Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required.

    Compare with previous version

  • added 1 commit

    • 4b6a89cd - Allow easier inheritance for payment gateway plugins.

    Compare with previous version

  • added 1 commit

    • efe581e2 - Refactor payment gateway plugins defined by Commerce.

    Compare with previous version

  • added 1 commit

    • d5fe7d0c - Refactor payment gateway plugins defined by Commerce.

    Compare with previous version

  • added 2 commits

    • 9c640d2e - 1 commit from branch project:3.0.x
    • 0f7a58fe - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    • dc58ecfe - Remove the temporary composer.json changes.

    Compare with previous version

  • Please register or sign in to reply
    Loading