- Fix problem with workflows (changed zcml format)
- Fix Python 3 compatibility and drop Python 2.7 compatibility
- Fix compatibility with new kotti versions (kotti_image)
- Add tox for test setup
- Image support is optional (you can use kotti_backend with no kotti_image installed)
- Add optional "Goto frontend" edit links on backend
- Add more tests
- Add optional pyramid.includes setting
kotti_backend.views.override_root_view`
. Include it if you want to override the root with the@@contents
view
- Add important note on README
- Add support for third party plugins with decoupled frontend (public view permission
pview
)
- No more automatic override for
kotti.use_workflow
ini setting. Now you have to addkotti.use_workflow = kotti_backend:workflows/private_workflow.zcml
- Create package with
pcreate -s kotti kotti_backend
.