
這是我們安裝一個空的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中。
评论