5月23日 西安 OSC 源创会开始报名啦,存储、虚拟机、Docker 等干货分享
Drupal 7.37 发布, 修复了一些 bug 并小小的 改进了 API 和功能 。相比 7.36 版本而言,此版本 更新内容 如下:
Fixed a regression in Drupal 7.36 which caused certain kinds of content types to become disabled if they were defined by a no-longer-enabled module.
Removed a confusing description regarding automatic time zone detection from the user account form (minor UI and data structure change).
Allowed custom HTML tags with a dash in the name to pass through filter_xss() when specified in the list of allowed tags.
Allowed hook_field_schema() implementations to specify indexes for fields based on a fixed-length column prefix (rather than the entire column), as was already allowed in hook_schema() implementations.
Fixed PDO exceptions on PostgreSQL when accessing invalid entity URLs.
Added a sites/all/libraries folder to the codebase, with instructions for using it.
Added a description to the "Administer text formats and filters" permission on the Permissions page (string change).
此版本现已提供下载: http://ftp.drupal.org/files/projects/drupal-7.37.zip
更多内容请看 发行页面 。
Drupal 是一个开源的内容管理系统(CMS) 平台,它是用 PHP 写成的。主要用于构造提供多种功能和服务的动态网站,这些功能包括用户管理(UserAdministration)、发布工作流 (Publishing Workflow)、讨论、新闻聚合(NewsAggregation)、元数据(Metadata)操作和用于内容共享的XML发布。Drupal有一 个优秀的模块化结构,提供了许多模块,包括短消息、个性化书签、网站管理、Blog、日记、电子商务、电子出版、留言簿、Job、网上电影院、论坛、投票 等模块。并且Drupal模块的下载、安装、定制非常方便。
下面是一个建站实例