Всем здравствуйте. С нетерпением жду выхода Drupal 10. Если я правильно понял он запланирован на сегодня 14 декабря 2022 года? https://www.drupal.org/about/core/policies/core-release-cycles/schedule
Где Drupal 10?
Главные вкладки
Лучший ответ
Вышел Drupal 10
Комментарии
Да, запланирован, но еще не релизнулся. Можешь отслеживать релиз на этой странице
Понял. Спасибо. Ждем...
Или на https://www.drupal.org/10
А почему вы его ждете?
Ну не каждый может на бекдропе работать
Вот хороший вопрос... у меня уже 15 декабря, "а Друпала все нет... "
Грусть - печаль, на неделю уже откладывал разработку нового сайтика... эх...
Drupal 10 - это тот же Drupal 9 (который Drupal 8), но без легаси кода и с минимумом новых фич (типа CKEditor 5). Или вы ждете какие-то конкретные фичи из symfony 6.2 ?
Они вечеринку замышляют по этому поводу, с выступлениями спикеров и трансляцией по zoom https://www.drupal10party.com/
О времени выпуска:
До трех по Москве должно выйти, как я понял
Так это вечеринка запланирована а не релиз.
Так будет ещё интереснее - вечеринка в честь релиза, но без релиза!
Конкретно я просто люблю всяческие обновления и стараюсь их тестировать и обновлять. Это касается не только Drpal, но и различного ПО в целом.
Вышел Drupal 10
Ура!!!!
Обновился до Drupal 9.5.0
Удалил устаревшие модули RDF, Ckeditor, темы Bartik, Seven.
Обновляю до Drupal 10 командой Composer
composer require drupal/core-recommended:10.0.0 drupal/core-composer-scaffold:10.0.0 drupal/core-project-message:10.0.0 --update-with-all-dependencies
Выдает ошибку
Problem 1
- Root composer.json requires drupal/core-recommended 10.0.0 -> satisfiable by drupal/core-recommended[10.0.0].
- drupal/core-recommended 10.0.0 requires drupal/core 10.0.0 -> found drupal/core[10.0.0] but these were not loaded, likely because it conflicts with another require.
В чем может быть проблема?
Сделай в composer.json
"drupal/core-recommended": "^10.0",
и попробуй запустить
composer update "drupal/core-*" --with-all-dependencies
Если не поможет, значит какое-то модули блочат обновления. Нужно будет установить upgrade_status и смотреть отчет
Problem 1
- drupal/core-recommended 10.0.x-dev requires drupal/core 10.0.x-dev -> foun d drupal/core[10.0.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.1.x-dev requires drupal/core 10.1.x-dev -> foun d drupal/core[10.1.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha1 requires drupal/core 10.0.0-alpha1 - > found drupal/core[10.0.0-alpha1] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha2 requires drupal/core 10.0.0-alpha2 - > found drupal/core[10.0.0-alpha2] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha3 requires drupal/core 10.0.0-alpha3 - > found drupal/core[10.0.0-alpha3] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha4 requires drupal/core 10.0.0-alpha4 - > found drupal/core[10.0.0-alpha4] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha5 requires drupal/core 10.0.0-alpha5 - > found drupal/core[10.0.0-alpha5] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha6 requires drupal/core 10.0.0-alpha6 - > found drupal/core[10.0.0-alpha6] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-alpha7 requires drupal/core 10.0.0-alpha7 - > found drupal/core[10.0.0-alpha7] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-beta1 requires drupal/core 10.0.0-beta1 -> found drupal/core[10.0.0-beta1] but these were not loaded, likely because it con flicts with another require.
- drupal/core-recommended 10.0.0-beta2 requires drupal/core 10.0.0-beta2 -> found drupal/core[10.0.0-beta2] but these were not loaded, likely because it con flicts with another require.
- drupal/core-recommended 10.0.0-rc1 requires drupal/core 10.0.0-rc1 -> foun d drupal/core[10.0.0-rc1] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-rc2 requires drupal/core 10.0.0-rc2 -> foun d drupal/core[10.0.0-rc2] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0-rc3 requires drupal/core 10.0.0-rc3 -> foun d drupal/core[10.0.0-rc3] but these were not loaded, likely because it conflicts with another require.
- drupal/core-recommended 10.0.0 requires drupal/core 10.0.0 -> found drupal /core[10.0.0] but these were not loaded, likely because it conflicts with anothe r require.
- Root composer.json requires drupal/core-recommended ^10.0 -> satisfiable b y drupal/core-recommended[10.0.0-alpha1, ..., 10.1.x-dev].
Ставлю upgrade_status, composer Откатил назад.
В отчете есть список неподдерживаемых модулей. В том числе webform. Так же не поддерживается кастомная тема. В теме можно дописать какой-то параметр, чтобы на нее не ругался?
Да
core_version_requirement: ^9 || ^10
Модули нужно будет обновить до тех версий, которые УЖЕ поддерживают Drupal 10
Получается, либо ждать, пока разработчик обновит модуль, либо от него отказываться.
Да, именно так. Либо не спешить и сидеть дальше на Drupal 9, потому что он не превращается в тыкву с выходом Drupal 10
Это точно))
Хм... без webform грусть печаль...
Дак webform уже давно поддерживает Drupal 10
Модуль upgrade_status ругается на webform. Предлагает обновить до бета версии.
Перепроверил инфу. Да, поддержку Drupal 10 обещают в версии 6.2. Пока только в dev-версии эта поддержка есть
Общими усилиями, придем к результату)