Changes between Version 3 and Version 4 of WorkFlow
- Timestamp:
- 07/09/07 18:22:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkFlow
v3 v4 1 Plone ships with a sophisticated work flow and permissions system. A work flow is a series of steps that are followed in order to complete a task. In the case of Plumi most often it's the process of publishing a video. Permissions are about what powers a user has on the site to add or change content, or change the way the site works. 1 == Workflow, Roles and Permissions == 2 3 Plone ships with a sophisticated work flow and permissions system. A work flow is a series of steps that are followed in order to complete a task. In the case of Plumi most often it's the process of publishing a video. Permissions are about what powers a user with a given role has on the site to add or change content, or change the way the site works. 2 4 3 5 === Workflows === … … 16 18 For more information on workflows see http://plone.org/documentation/tutorial/creating-workflows-in-plone/ 17 19 18 === Permissions ===20 === Roles and Permissions === 19 21 "Permissions are low-level things - they specify that a user can do exactly A, but not B in a given context. Permissions are used as guards on access to methods, scripts, page templates, workflow transitions and sometimes individual components on a page." [http://plone.org/documentation/tutorial/understanding-permissions/permissions-and-roles Plone: Understanding Permissions] 20 22
