mothership-ec / cog-mothership-cms
此包已被废弃,不再维护。未建议替代包。
Mothership中的内容管理系统Cog模块
4.14.0
2016-04-18 10:50 UTC
Requires
- php: >=5.4.0
- mothership-ec/cog: ~4.13
- mothership-ec/cog-imageresize: ~2.0
- mothership-ec/cog-mothership-cp: ~3.3
- mothership-ec/cog-mothership-file-manager: ~3.0
- mothership-ec/cog-mothership-reports: ~2.0
- mothership-ec/cog-mothership-user: ~4.0
Suggests
- mothership-ec/cog-mothership-reports: Module for displaying reports
- dev-develop
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.1
- 4.10.0
- 4.9.0
- 4.8.1
- 4.8.0
- 4.7.0
- 4.6.1
- 4.6.0
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.1
- 4.4.0
- 4.3.6
- 4.3.5
- 4.3.4
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-master
- dev-feature/optional-descriptions
- dev-feature/page-option-filter
- dev-feature/ux/admin-rebuild
- dev-feature/better-wording-rgroup-button
- dev-feature/page-filter-fixes
- dev-feature/analytics-config
- dev-feature/dont-build-sidebar-ajax
- dev-feature/load-page-tree
- dev-feature/social-yaml-fix
- dev-feature/pageloader-refactor
- dev-feature/page-pagination
- dev-feature/wysiwyg
- dev-release/change-search-limit
- dev-compatibility/stoneham
- dev-feature/default-view-namespace-updates
- dev-feature/multiple-currencies
- dev-feature/strtolower-on-tags
- dev-feature/ssl-redirect
- dev-feature/ux/product-dashboard
- dev-feature/fix-link-field
- dev-feature/captcha-contact-form
- dev-compatability-contact-form
- dev-feature/patch/141
- dev-feature/reimplement-tagging
- dev-#80-decouple-field-types
- dev-moving-pages-in-edit
- dev-page-authorisation-unit-tests
- dev-page-authorship-unit-tests
- dev-asset-management
This package is not auto-updated.
Last update: 2021-03-22 11:08:13 UTC
README
Message\Mothership\CMS
cogule为Mothership提供了一个内容管理系统。
路由
此cogule定义了两个路由集合
- ms.cms:CMS页面应该渲染的前端。
- ms.cp.cms:在Mothership控制面板中管理CMS的后端。
已发送的事件
cms.page.create -> 页面 -> 结果(成功或失败) cms.page.edit.save -> 页面(之前) -> 页面(之后) -> 结果(成功或失败) cms.page.delete -> 页面 -> 结果(成功或失败) cms.page.restore -> 页面 -> 结果(成功或失败)
编辑开始/结束
这可以用来在有人编辑页面时锁定页面。
cms.page.edit.start(当用户请求页面编辑表单时) cms.page.edit.finish(当用户导航离开、取消表单或提交表单时)
评论
cms.comment.create
cms.comment.approve
cms.comment.unapprove
cms.comment.report
cms.comment.delete
资产
asset.create
asset.delete
asset.edit
asset.use
注意:我们可以添加一个配置选项,用于页面类型集合和用户组集合的服务名称(以便应用可以将其更换,如果需要的话)