Changes between Version 3 and Version 4 of WorkFlow


Ignore:
Timestamp:
07/09/07 18:22:07 (6 years ago)
Author:
and
Comment:

--

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 
     3Plone 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. 
    24 
    35=== Workflows === 
     
    1618For more information on workflows see http://plone.org/documentation/tutorial/creating-workflows-in-plone/ 
    1719 
    18 === Permissions === 
     20=== Roles and Permissions === 
    1921"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] 
    2022