How to install z3ext.content.draft
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3ext.content.draft
Dependencies
- distribute
- rwproperty
- z3c.traverser
- z3ext.catalog
- z3ext.content.forms
- z3ext.content.type
- z3ext.layout
- z3ext.layoutform
- z3ext.security
- z3ext.statusmessage
- z3ext.wizard
- zope.app.intid
- zope.keyreference
- [test] z3ext.autoinclude
- [test] z3ext.autoinclude
- [test] z3ext.content.browser
- [test] z3ext.personal.content
- [test] z3ext.personal.space
- [test] z3ext.security
- [test] zope.app.testing
- [test] zope.app.zcmlfiles
- [test] zope.testbrowser
- [test] zope.testing
Lastest release
0.7.6 (2009-11-30)
- Fixed ForbiddenAttribute for AddContentWizard
0.7.5 (2009-11-19)
- Update tests to work with z3c.form 2.2
0.7.4 (2009-09-16)
- Fixed ForbiddenAttribute for EditDraftWizard
0.7.3 (2009-09-07)
- Check draft container availability in draft content permission checker
0.7.2 (2009-08-31)
- Fixed permissions for drafted content
- Fixed removing submitted conent
0.7.1 (2009-08-14)
- Fixed reindexing during content publish
0.7.0 (2009-08-11)
- Added ability to retract content back to draft
- Activity support moved to z3ext.personal.content
- Top contributors moved to z3ext.personal.content
- Added 'Remove' button to edit draft wizard
- Added DraftedContentType, it adds checks for IDraftContainer availbility
- Fixed content name validator
- Fixed draft indexing on submit
- Fixed z3ext:draft provides
- Use multi adapter (principal, draft content type) to get IDraftContainer
0.6.0 (2009-06-21)
- Added 'saveable' z3ext:draft attribute, if it set to false
user can't save draft to drafts container.
- Remove z3ext.content.space dependency
- Remove z3ext.content.permissions dependency
- Make z3ext.content.actions dependency optional
0.5.0 (2009-06-05)
- Move IDraftedContent interface to z3ext.content.type
- Copyright changed to 'Zope Foundation and Contributors'
- Added draft content type interface generation to simplify browser customizations
- Added 'z3ext.topcontributors' support
0.4.3 (2009-05-07)
- Fixed location step in case with one location available
- Check location constraints before publishing/submitting
0.4.2 (2009-05-05)
- Fixed DraftSubmitTo index
- Handle ValueError exception in field validation
0.4.1 (2009-04-11)
- KeyError fixed during draft creat/submit
- Fix interaction before check permission in content type checker
0.4.0 (2009-04-08)
- Hide 'Location' step if only one location available
- Added content activity support
- Allow use add content wizard if user has submit permission
- Do not use z3c.autoinclude
0.3.0 (2009-03-26)
- Handle IContentViewView for content
- Submitted draft: redirect to worksapce after reject/publish
0.2.0 (2009-03-17)
- Added 'Save' button to edit draft wizard for last saveable step
- Fixed isDraft index
0.1.0 (2009-03-14)
- Initial release.