"git@git.drupal.org:project/drupal.git" did not exist on "f384961721041aa3b7fcf6988848644ba1ed0a18"
Drupal 11 compatibility fixes.
1 unresolved thread
1 unresolved thread
Closes #3462426
Merge request reports
Activity
added 1 commit
- 6188b22e - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- 0220ac89 - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- 7027649e - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- cf21f215 - Temp commit to run PHPUnit tests on Drupal 11.
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); changed this line in version 13 of the diff
added 1 commit
- 9ae350d5 - Make data providers static and fix other failures due to invalid return types.
added 3 commits
-
5c8000d9...03c80dd7 - 2 commits from branch
project:3.0.x
- 436ce663 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility
-
5c8000d9...03c80dd7 - 2 commits from branch
added 1 commit
- badd9e5f - Attempt to fix issues with sessions in tests.
added 4 commits
-
f5b2a5ae...ce80253a - 3 commits from branch
project:3.0.x
- 88c7df35 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility
-
f5b2a5ae...ce80253a - 3 commits from branch
added 1 commit
- 70b16914 - Method Drupal\commerce_number_pattern\Form\NumberPatternForm::save() should...
added 1 commit
- fea58209 - Fix setting the default order item type for variation types.
added 1 commit
- 90db7c31 - Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required.
added 1 commit
- 4b6a89cd - Allow easier inheritance for payment gateway plugins.
added 1 commit
- efe581e2 - Refactor payment gateway plugins defined by Commerce.
added 1 commit
- d5fe7d0c - Refactor payment gateway plugins defined by Commerce.
Please register or sign in to reply