#1: Adjust SubPlone to use ATFolder as a base, for Plone 2.1+
SubPlone 1.0 and the trunk of svn are still using BaseBTreeFolder, which fails to provide new folder functionality in Plone 2.1 and beyond.
- Proposed by
- Justin Ryan
- Seconded by
- Viveka Weiley
- Proposal type
- Architecture
- Repository branch
- bitmonk-atct-plone2.1
- State
- being-discussed
Motivation
SubPlone uses a base folder type from CMF, which does not provide functionality expected from 2.1 and beyond.
Proposal
SubPlone should be based on the default folder type available in Plone 2.1 and on.
Implementation
The change is rather simple, moving from "BaseBTreeFolder" to "ATFolder" as a base, with possibly some other slight adjustments.
Deliverables
A new ATCT-based content type compatible with existing SubPlone functionality and migration.
Progress log
This is working in a branch and has been in production for over a year, but there is no migration as of yet.
