Drupal coding standard and Drupal Practice check should pass
PHPCS, PHPCBF for both --standard=Drupal and --standard=DrupalPractice
Check Mail Editor Drupal coding standard
phpcbf --standard=Drupal --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/modules/mail_edit/
phpcs --standard=Drupal --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/modules/mail_edit/
Check Mail Editor Drupal Practice
phpcbf --standard=DrupalPractice --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/modules/mail_edit/
phpcs --standard=DrupalPractice --extensions=php,module,inc,install,test,theme,scss,css,info,txt,md,yml /var/www/html/modules/mail_edit/
Comments
Comment #2
rajab natshahComment #3
rajab natshahComment #4
rajab natshahComment #5
rajab natshahComment #6
Pooja Ganjage commentedHi,
I am applying patch for adding core_version_requirement in info file.
Kindly review this patch once.
Thanks.
Comment #7
rajab natshahComment #8
rajab natshahComment #9
rajab natshahComment #10
rajab natshahAssigning to me to not muddy waters here.
Comment #11
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshahComment #15
rajab natshahHad one more testing round on Drupal 9
Had one more testing round on Drupal 8
Comment #16
rajab natshahComment #17
rajab natshahComment #18
rajab natshahComment #19
alexdmccabeComment #20
alexdmccabeThis had some overlap with #3178810: Drupal 9 Compatibility for Mail Editor.(Other similar issues patches did not work), and now the patch from #14 no longer applies.
Comment #21
rajab natshahThank you, Alex for following up.
For sure if a new tag release with Drupal 9 compatibility will help a lot, We like to keep using the module in Drupal 9 projects.
Feel free to update the patch and commit
No prob.
#3168674: Remove [Mail Editor] module from [Varbase Core] on the 9.0.x Drupal 9 branch
Waiting for a 2.0.0-alpha1, 2.0.0-beta1, 2.0.0-rc1, or a stable 2.0.0
Comment #22
Matheus Macario commentedI'm gonna try to solve this issue, as soon as possible i'll give a feedback
Comment #23
Matheus Macario commentedAlready verified and this issue was fixed, there is no error, and the other requirements was solved.
Comment #24
alexdmccabeThanks everyone!