
这是我们安装一个空的Drupal 10网站后,在“配置 - 升级”中选择从一个Drupal 7进行升级时,看到的提示截图,其中有26个模块将不会被升级,36个模块将会被升级:
26个模块将不会被升级:
新站点缺少与旧站点模块相对应的模块。 除非在升级之前安装它们,否则它们所需的配置和/或内容将无法在您的新站点上使用。 阅读清单以帮助决定要做什么。
| Drupal 7 module name | Drupal 7 machine name | Drupal 10 |
|---|---|---|
| AMP Analytics | amp_analytics | |
| Accelerated Mobile Pages (AMP) | amp | |
| Baidu MIP | mip | |
| BlockAnonymousLinks | blockanonymouslinks | |
| Color | color | |
| Composer Manager | composer_manager | |
| Feeds | feeds | |
| Feeds Admin UI | feeds_ui | |
| Feeds Import | feeds_import | |
| Global Redirect | globalredirect | |
| Honeypot | honeypot | |
| Image CAPTCHA | image_captcha | |
| Job Scheduler | job_scheduler | |
| Localization update | l10n_update | |
| Memcache | memcache | |
| Pathauto | pathauto | Pathauto |
| Views | views | |
| XML sitemap | xmlsitemap | |
| XML sitemap custom | xmlsitemap_custom | |
| XML sitemap engines | xmlsitemap_engines | |
| XML sitemap menu | xmlsitemap_menu | |
| XML sitemap node | xmlsitemap_node | |
| XML sitemap taxonomy | xmlsitemap_taxonomy | |
| jamesqi | jamesqi | |
| reCAPTCHA | recaptcha | reCAPTCHA |
| zh_convert | zh_convert |
这些Drupal 7模块除了少数几个是Drupal 10中有对应的模块以外,多数都是在Drupal 10中找不到对应的模块,包括第三方模块和我们的自定义模块。
36个模块将会被升级:
| Drupal 7 module name | Drupal 7 machine name | Drupal 10 |
|---|---|---|
| Block | block | Block, Custom Block |
| Book | book | Book |
| CAPTCHA | captcha | CAPTCHA |
| Chaos tools | ctools | Core |
| Comment | comment | Comment |
| Contact | contact | Contact |
| Content translation | translation | Core |
| Contextual links | contextual | Core |
| Dashboard | dashboard | Core |
| Database logging | dblog | Database Logging |
| Field | field | Field |
| Field SQL storage | field_sql_storage | Field |
| Field UI | field_ui | Core |
| File | file | File |
| Filter | filter | Filter |
| Help | help | Core |
| Image | image | Image |
| List | list | Options |
| Locale | locale | Interface Translation, Language, System |
| Menu | menu | Custom Menu Links, Menu UI, System |
| Node | node | Comment, Node |
| Number | number | Core |
| Options | options | Options |
| Overlay | overlay | Core |
| PHP filter | php | Core |
| Path | path | Path |
| Search | search | Search |
| Shortcut | shortcut | Shortcut |
| System | system | File, Language, System |
| Taxonomy | taxonomy | Core, Taxonomy |
| Text | text | Text |
| Token | token | Token |
| Toolbar | toolbar | Core |
| Trigger | trigger | Core |
| User | user | User |
| Views UI | views_ui | Core |
这些Drupal 7模块是可以在Drupal 10中找到对应的模块,升级后会把以前Drupal 7模块的配置等都带到Drupal 10中。
评论