##################################
Pending issues and future features
##################################

Issues
######

* Fix screenshot (deprecated from 2.6)

* Remove FileUtils.py (?) Python has a `shutil` standard module.

Features
########

* Include migration script "Attribute storage -> FSS". See ATCT2FSS in
  the collective reposo. https://svn.plone.org/svn/collective/ATCT2FSS/
  Note that the migration script may use the utils.patchedTypesRegistry.

* Remove ActionProviderBase from tool base classes.

* Add checksum to be sure files are not corrupted on filesystem.

* The "storage-strategy" should be mandatory and not implicitely
  "flat" in plone-filesystemstorage.conf.

* Deprecate the "flat" storage strategy (may be removed in FSS 2.8 or
  2.9).

* Fix the bobo traverse mess: we should not honour Plone 2.5(-)
  compatibility (remove patches.py) and fix the traverse warning.
