1

我们正在考虑满足我们的需求的 Orchard Core CMS。旧版 Orchard 似乎支持三个功能 - 版本内容、计划发布和审计跟踪的能力,但 Orchard Core CMS OOB 中似乎没有这些功能。

如何在 Orchard Core 中实现这三个功能的功能?它们是否必须通过使用工作流或自定义模块来完成?了解这些功能是否在路线图上?

谢谢!

4

2 回答 2

2
  • 内容版本控制在 Orchard 中可用,当您发布可草稿内容项目时,它将创建一个新版本。目前还没有 UI,但我们实际上在幕后准备了一个Audit Trail 模块并致力于开源它。这提供了类似于 Orchard 1 的完整审计跟踪功能,以及浏览和恢复以前版本的能力。
  • 计划发布已完成,拉取请求等待合并。
于 2020-04-23T12:56:22.203 回答
0

收到了 Sebastian Ros 的回复,他是 Orchard Core 的主要贡献者之一。截至撰写本文时:

Content versioning is already implemented. There is no UI to list previous versions right now. There is an issue filed to track it.
Scheduled publishing can already be implemented using workflows, but there is an issue to track a more integrated solution, like in O1.
Audit trails is on the roadmap but not yet started.

1.0 will be shipped when all issues currently tagged with 1.0 and P0,P1,P2 flags have been implemented.

https://github.com/OrchardCMS/OrchardCore/issues/5597

于 2020-02-20T02:38:13.950 回答