Orchard 1.10.2

建立:1.10.2

Published: 4/25/2017

发布时间:4/25/2017

This release contains bug fixes and new features.

此版本包含错误修复和新功能。

How to Install Orchard

如何安装Orchard


To install Orchard using WebPI, follow these instructions:

要使用WebPI安装Orchard,请按照以下说明操作:

http://docs.orchardproject.net/Documentation/Installing-Orchard.

http://docs.orchardproject.net/Documentation/Installing-Orchard

Web PI will detect your hardware environment and install the application.

Web PI将检测您的硬件环境并安装该应用程序。

Alternatively, to install the release manually, look for the release files on

或者,要手动安装发行版,请查找发行版文件

https://github.com/OrchardCMS/Orchard/releases

https://github.com/OrchardCMS/Orchard/releases

http://docs.orchardproject.net/Documentation/Manually-installing-Orchard-zip-file

http://docs.orchardproject.net/Documentation/Manually-installing-Orchard-zip-file

The zip contents are pre-built and ready-to-run. Simply extract the contents of the Orchard

zip内容是预先构建的并且可以立即运行。只需提取果园的内容即可

folder from the zip contents to an IIS virtual directory (or site root) and then point your

从zip内容到IIS虚拟目录(或站点根目录)的文件夹,然后指向您的

browser to the site. You can also just extract to a local folder and open the Orchard

浏览器到网站。您也可以只提取到本地文件夹并打开Orchard

folder in Visual Studio or WebMatrix as a web site (but not as a web application).

Visual Studio或WebMatrix中的文件夹作为Web站点(但不是Web应用程序)。

Please make sure you have a machine key

请确保您有机器钥匙

http://docs.orchardproject.net/Documentation/Setting-up-a-machine-key

http://docs.orchardproject.net/Documentation/Setting-up-a-machine-key

or you may experience frequent disconnections.

或者您可能会经常断开连接。

What file to download?

要下载什么文件?


You will find the files to download on our Github release page: https://github.com/OrchardCMS/Orchard/releases/tag/1.10.2

您可以在我们的Github发布页面上找到要下载的文件:https://github.com/OrchardCMS/Orchard/releases/tag/1.10.2

If you just want to use Orchard and don't care about the source code, Orchard.Web.1.10.2.zip

如果你只想使用Orchard而不关心源代码,Orchard.Web.1.10.2.zip

is what you want to use, preferably through the WebPI instructions.

是你想要使用的,最好是通过WebPI指令。

Do not attempt to build the WebPI version in VS. Use the full source if you want to use VS.

不要尝试在VS中构建WebPI版本。如果要使用VS,请使用完整源代码。

If you want to take a look at the source code or want to be able to build the application in Visual Studio,

如果您想查看源代码或希望能够在Visual Studio中构建应用程序,

https://github.com/OrchardCMS/Orchard/archive/1.10.2.zip is fine.

https://github.com/OrchardCMS/Orchard/archive/1.10.2.zip很好。

If you want to setup a development environment for patch or module development,

如果要为修补程序或模块开发设置开发环境,

you should clone the repository by following the instructions here:

您应该按照此处的说明克隆存储库:

http://docs.orchardproject.net/Documentation/Setting-up-a-source-enlistment

http://docs.orchardproject.net/Documentation/Setting-up-a-source-enlistment

Branches are described here: http://docs.orchardproject.net/Documentation/Developer-FAQ#Whatarethedefaultanddevbranches?WhichoneshouldIbeusing?

分支在这里描述:http://docs.orchardproject.net/Documentation/Developer-FAQ#Whatarethedefaultanddevbranches?WhichoneshouldIbeusing?

Who should use this software?

谁应该使用这个软件?


This software is in version 1.10.2. The code is in a stable state and constitutes

该软件的版本为1.10.2。代码处于稳定状态并构成

a solid foundation for building applications, themes and modules.

为构建应用程序,主题和模块奠定坚实的基础。

Suggestions are welcome in the discussion forums.

欢迎在论坛中提出建议。

You are allowed to use this software in any way that is compatible with the new BSD license.

您可以以与新BSD许可证兼容的任何方式使用此软件。

This includes commercial derivative work.

这包括商业衍生作品。

Breaking Changes

突破性变化


There are no known breaking changes as part of this release compared to 1.10.

作为此版本的一部分,没有已知的重大变化[与1.10相比](Orchard-1-10.Release-Notes)。

What's new?

什么是新的?


Orchard 1.10.2 fixes bugs and introduces the following notable changes and features:

Orchard 1.10.2修复了bug并引入了以下值得注意的变化和特性:

  • [Feature] Custom Lucene analyzer selection

  • [功能]定制Lucene分析仪选择 *

  • [Feature] New workflow activity to remove a role

  • [功能]删除角色的新工作流活动 *

  • [Feature] Strict Transport Security option for SSL

  • [功能] SSL的严格传输安全选项 *

  • [Feature] Content Picker localization

  • [功能]内容选择器本地化 *

  • [Feature] Filter widgets by culture

  • [功能]按文化过滤小部件 *

  • [Improvement] Vary output cache by cookie

  • [改进]通过cookie改变输出缓存 *

  • [Improvement] "Publish later" tasks can be removed

  • [改进]可以删除“稍后发布”任务 *

  • [Improvement] Default database indexes on Tags and Taxonomies

  • [改进]标签和分类中的默认数据库索引 *

  • [Improvement] Individual form submissions exports

  • [改进]个人表格提交出口 *

  • [Improvement] "Save" is renamed "Save Draft"

  • [改进]“保存”更名为“保存草稿” *

  • [Improvement] C#5 validation is enforced

  • [改进]强制执行C#5验证 *

  • [Improvement] New User.Parameter token

  • [改进]新的User.Parameter令牌 *

  • [Bug] Scheduled task is not deleted when the content is published

  • [错误]发布内容时不会删除计划任务 *

  • [Bug] Taxonomy sorting

  • [Bug]分类排序 *

  • [Bug] User Media folder names collisions

  • [Bug]用户媒体文件夹名称冲突 *

  • [Bug] Blog post permissions

  • [Bug]博客帖子权限 *

  • [Bug] Configured database isolation level is not respected

  • [错误]不遵守配置的数据库隔离级别 *

  • [Bug] Gallery search is failing

  • [Bug]图库搜索失败 *

  • [Bug] CacheManager is not thread-safe

  • [Bug] CacheManager不是线程安全的 *

  • [Bug] MySql failures on Setup

  • [Bug]安装时MySql失败 *

  • [Bug] Exporting TextField with empty values down't work

  • [Bug]导出带有空值的TextField不起作用 *

  • [Bug] Job queue is not processed in batches

  • [错误]不会批量处理作业队列 *

The full list of fixed bugs for this release can be found here:

可以在此处找到此版本的已修复错误的完整列表:

  • Bugs fixed in 1.10.2.

  • [错误修复于1.10.2](https://github.com/OrchardCMS/Orchard/issues?utf8=%E2%9C%93\u0026q=is%3Aclosed+is%3Aissue+milestone%3A%22Orchard+1.10.2% 22+)。 *

How to upgrade from a previous version

如何从以前的版本升级


You can find migration instructions here: http://docs.orchardproject.net/Documentation/Upgrading-a-site-to-a-new-version-of-Orchard.

您可以在此处找到迁移说明:http://docs.orchardproject.net/Documentation/Upgrading-a-site-to-a-new-version-of-Orchard