转载

Drupal 7.36 发布,CMS 内容管理系统

阿里百川,开启移动应用开发的新篇章

Drupal 7.36 发布,此版本主要更新信息如下:

  • Prevented the form API from allowing arrays to be submitted for various form elements, such as textfields, textareas, and password fields (API change: https://www.drupal.org/node/2462723 ).

  • Added a 'javascript_always_use_jquery' variable which can be set to FALSE by sites that may not need jQuery loaded on all pages, and a 'requires_jquery' option to drupal_add_js() which modules can set to FALSE when adding JavaScript files that have no dependency on jQuery (API addition: https://www.drupal.org/node/2462717 ).

  • Added a user_has_role() function to check whether a user has a particular role (API addition: https://www.drupal.org/node/2462411 ).

  • Added a 'file_public_schema' variable which allows modules that define publicly-accessible streams in hook_stream_wrappers() to bypass file download access checks when processing managed file upload fields.

  • Fixed a bug that caused database query tags not to be added to search-related database queries under many circumstances, and which prevented the corresponding hook_query_TAG_alter() implementations from being called.

  • Fixed the "for" attribute on managed file upload field labels to improve accessibility (minor markup change).

  • Fixed incorrect foreign keys in the User module's role_permission and users_roles database tables.

  • Changed permission descriptions throughout Drupal core to consistently link to relevant administrative pages, regardless of whether the user viewing the Permissions page can view the page being linked to (minor UI change).

  • Fixed the drupal_add_region_content() function so that it actually adds content to the page.

详细信息请查看 发行页面 。

下载地址如下:

https://www.drupal.org/project/drupal

Drupal 是一个开源的内容管理系统(CMS) 平台,它是用 PHP 写成的。主要用于构造提供多种功能和服务的动态网站,这些功能包括用户管理(UserAdministration)、发布工作流 (Publishing Workflow)、讨论、新闻聚合(NewsAggregation)、元数据(Metadata)操作和用于内容共享的XML发布。Drupal有一 个优秀的模块化结构,提供了许多模块,包括短消息、个性化书签、网站管理、Blog、日记、电子商务、电子出版、留言簿、Job、网上电影院、论坛、投票 等模块。并且Drupal模块的下载、安装、定制非常方便。

下面是一个建站实例

Drupal 7.36 发布,CMS 内容管理系统

正文到此结束
Loading...