Dependencies
- distribute
- hurry.query
- hurry.workflow
- pytz
- z3c.template
- zc.catalog
- zope.app.generations
- zope.app.publication
- zope.browserpage
- zope.catalog
- zope.component
- zope.componentvocabulary
- zope.dublincore
- zope.event
- zope.i18n
- zope.interface
- zope.intid
- zope.lifecycleevent
- zope.location
- zope.processlifetime
- zope.schema
- zope.security
- zope.tales
- zope.traversing
- zope.viewlet
- ztfy.comment
- ztfy.security
- ztfy.utils
- [test] zope.testing
Contents
What is ztfy.workflow ?
ztfy.workflow is an extension to hurry.workflow package. It provides a small set of base content classes, utilities and viewlets to handle basic workflow management.
How to use ztfy.workflow ?
See doctests in ztfy/workflow/doctests/README.txt to have a full description of ztfy.workflow usage.
Changelog
0.2.8
- updated translation
0.2.7
- added ":published" and ":visible" to "wf:" TALES path adapters
- added "wf_name" index in WorfklowCatalog
- modify "++wf++" namespace so that when an InvalidTransactionError is raised, we look for a registered error view before raising a TraversalError
0.2.6
- changed package source layout
0.2.5
- removed unused package dependency
0.2.4
- changed ISite interface import in database upgrade code
0.2.3
- updated database automatic upgrade code
0.2.2
- updated database automatic upgrade code
0.2.1
- remove "zope.app" package dependencies
0.2
- switched to ZTK-1.1.2 and hurry.workflow-0.11
- add ITransition interface to transitions
- add ITransitionTarget interface to handle transitions viewlet links
0.1.1
- update database upgrade code used when creating a site manager
0.1.0
- initial release