Drupal 8.0.3/7.42 发布,8.0.3 更新如下: 7.42 的主要更新: #1191290:
Stopped invoking hook_flush_caches() on every cron run, since some
modules use that hook for expensive operations that are only needed on
cache clears. #2392153: Changed the default .htaccess and web.config to block Composer-related files. #1443308: Added static caching to module_load_include() to improve performance. #1919338:
Fixed double-encoding bugs in select field widgets provided by the
Options module. The fix deprecates the 'strip_tags' property on option
widgets and replaces it with a new 'strip_tags_and_unescape' property
(minor data structure change). #2545480:
Improved MySQL 5.7 support by changing the MySQL database driver to
stop using the ANSI SQL mode alias, which has different meanings for
different MySQL versions. #2599326:
Fixed a regression introduced in Drupal 7.39 which prevented
autocomplete functionality from working on servers that are not
configured to automatically recognize index.php. #1414508:
Updated the Archive_Tar PEAR package to the latest 1.4.0 release, to
fix bugs with tar file handling on various operating systems. #1289336:
Fixed fatal errors on node preview when a field is displayed in the
node teaser but hidden in the full node view. The fix removes a
field_attach_prepare_view() call from the node_preview() function since
it is redundant with one in the node preview theme layer. #1862250:
Improved the description of the "Trimmed" format option on text fields
(translatable string change, and minor UI and data structure change).
详情请看:https://www.drupal.org/node/2662106
Drupal
是一个开源的内容管理系统(CMS) 平台,它是用 PHP
写成的。主要用于构造提供多种功能和服务的动态网站,这些功能包括用户管理(UserAdministration)、发布工作流
(Publishing
Workflow)、讨论、新闻聚合(NewsAggregation)、元数据(Metadata)操作和用于内容共享的XML发布。Drupal有一
个优秀的模块化结构,提供了许多模块,包括短消息、个性化书签、网站管理、Blog、日记、电子商务、电子出版、留言簿、Job、网上电影院、论坛、投票
等模块。并且Drupal模块的下载、安装、定制非常方便。 |