Advanced sorting features for plone folders
Since plone2.5 we’ve got drag&drop support for sorting items in folder_contents view (as long as your content’s meta_type does not contain spaces ;-).
However, drag an drop has the limitation that in a batched view (20 items per page), you can’t move the item on position 20 to 21. You can swith off batching in folder_contents view in recent versions, and there are also patches that enable drag&drop again (see plone3 user manual and issue 7202).
When handling a lot of items in a container, i can think of other useful options such as “move to top”, “move to bottom”, “move n items up/down” or even “sort alphabetically asc/desc”.
In 2006 i wrote a python script for making this (except of sorting) possible for a customer.
It has been ‘released’ in our public svn repository today and I hope this will make other people’s live easier, too:
https://svn.webmeisterei.com/repos/public/plone-tools/moveObjToPos/trunk/
I’m thinking of a more polished version as a small plone package (maybe even with i18n) and adding support for sorting items alphabetically.
Does anybody know if there are already products available that do the same thing?
Are there plans that plone will support a feature like “show items alphabetically sorted” or “ordered reversed” in a folder’s views?
