How to install ftw.statusmap
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install ftw.statusmap
Dependencies
- distribute
- Products.CMFCore
- Products.statusmessages
- zope.i18nmessageid
- zope.publisher
- Zope2
- [tests] plone.app.testing
- [tests] plone.testing
- [tests] transaction
- [tests] unittest2
- [tests] zope.configuration
Lastest release
ftw.statusmap
A plone view listing objects and review states in a tree.
Features
- Shows objects and review states recursively as tree.
- Adds CSS-classes per review-state for easy custom styling.
- Allows to execute workflow transitions for every object which has this transition available.
Usage
- Add ftw.statusmap to your buildout configuration:
[instance]
eggs += ftw.statusmap
- Install the generic setup profile.
Links
- Main github project repository: https://github.com/4teamwork/ftw.statusmap
- Issue tracker: https://github.com/4teamwork/ftw.statusmap/issues
- Package on pypi: http://pypi.python.org/pypi/ftw.statusmap
- Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.statusmap
Copyright
This package is copyright by 4teamwork.
ftw.statusmap is licensed under GNU General Public License, version 2.
alt: | githalytics.com |
---|---|
target: | http://githalytics.com/4teamwork/ftw.statusmap |
Changelog
1.1 (2013-05-24)
- Translate portal type names with its own i18n domain.
[mathias.leimgruber]
- Fix item order - sort on path.
[mathias.leimgruber]
1.0 (2013-01-09)
- Implementation of basic features.