Где Drupal 10?

Главные вкладки

Аватар пользователя Babich Babich 14 декабря 2022 в 11:19

Всем здравствуйте. С нетерпением жду выхода Drupal 10. Если я правильно понял он запланирован на сегодня 14 декабря 2022 года? https://www.drupal.org/about/core/policies/core-release-cycles/schedule

Лучший ответ

Комментарии

Аватар пользователя kodo kodo 15 декабря 2022 в 5:14

Вот хороший вопрос... у меня уже 15 декабря, "а Друпала все нет... "
Грусть - печаль, на неделю уже откладывал разработку нового сайтика... эх...

Аватар пользователя ivnish ivnish 15 декабря 2022 в 8:10

Drupal 10 - это тот же Drupal 9 (который Drupal 8), но без легаси кода и с минимумом новых фич (типа CKEditor 5). Или вы ждете какие-то конкретные фичи из symfony 6.2 ?

Аватар пользователя vikeng vikeng 15 декабря 2022 в 10:17

Они вечеринку замышляют по этому поводу, с выступлениями спикеров и трансляцией по zoom https://www.drupal10party.com/

О времени выпуска:

It will be probably released on December 14th. Depending on your time zone, it may actually be released on the 15th. We don't know the exact time yet, but the release window is December 13 1200 UTC to December 15 1200 UTC.

До трех по Москве должно выйти, как я понял

Аватар пользователя Babich Babich 15 декабря 2022 в 17:22

Конкретно я просто люблю всяческие обновления и стараюсь их тестировать и обновлять. Это касается не только Drpal, но и различного ПО в целом.

Аватар пользователя Babich Babich 16 декабря 2022 в 8:24

Обновился до 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.

В чем может быть проблема?

Аватар пользователя ivnish ivnish 16 декабря 2022 в 9:11

Сделай в composer.json

"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.0",

и попробуй запустить

composer update "drupal/core-*" --with-all-dependencies

Если не поможет, значит какое-то модули блочат обновления. Нужно будет установить upgrade_status и смотреть отчет

Аватар пользователя Babich Babich 16 декабря 2022 в 9:17

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].

Аватар пользователя Babich Babich 16 декабря 2022 в 9:28

В отчете есть список неподдерживаемых модулей. В том числе webform. Так же не поддерживается кастомная тема. В теме можно дописать какой-то параметр, чтобы на нее не ругался?

Аватар пользователя ivnish ivnish 16 декабря 2022 в 9:48
1

Да, именно так. Либо не спешить и сидеть дальше на Drupal 9, потому что он не превращается в тыкву с выходом Drupal 10