D11 compatibility fixes.
4 open threads
Closes #3452452
Merge request reports
Activity
added 1 commit
- a8b5d0a9 - test commit to verify recaptch module in D11.
added 1 commit
- eea42978 - Ignoring captcha module to run pipeline for next major
added 1 commit
- 968d2a45 - Dropping D8 and adding core php min 8.1 for CI jobs of previous major.
added 1 commit
- 07358d6e - Bumping captcha module and fixing cspell job.
91 91 $edit['recaptcha_site_key'] = ''; 92 92 $edit['recaptcha_secret_key'] = ''; 93 93 $this->drupalGet('admin/config/people/captcha/recaptcha'); 94 $this->submitForm($edit, $this->t('Save configuration')); 94 $this->submitForm($edit, 'Save configuration'); changed this line in version 13 of the diff
100 100 $edit['recaptcha_site_key'] = $site_key; 101 101 $edit['recaptcha_secret_key'] = $secret_key; 102 102 $this->drupalGet('admin/config/people/captcha/recaptcha'); 103 $this->submitForm($edit, $this->t('Save configuration')); 103 $this->submitForm($edit, 'Save configuration'); changed this line in version 13 of the diff
207 207 ->setValue('?'); 208 208 209 209 $this->drupalGet('user/login'); 210 $this->submitForm($edit, $this->t('Log in')); 210 $this->submitForm($edit, 'Log in'); changed this line in version 13 of the diff
2 2 type: module 3 3 description: 'Protect your website from spam and abuse while letting real people pass through with ease.' 4 4 package: Spam control 5 core_version_requirement: '^8.9 || ^9 || ^10' 5 core_version_requirement: ^9.5 || ^10 || ^11 changed this line in version 12 of the diff
added 1 commit
- d02dabfc - Revert the usage of t function with submitform.
Please register or sign in to reply