Extended ordering controls for folder contents.
Project description
Extended ordering controls for folder contents.
Installation
Plone 4
Add package to your instance’s eggs:
[instance] eggs += collective.folderposition
Plone 3.x
Without z3c.autoinclude, you must add the package to both eggs and zcml:
[instance] eggs += collective.folderposition zcml += collective.folderposition
Changelog
1.0 - 2010-12-14
Keep checked checkboxes checked across submissions.
1.0b4 - 2010-12-14
Recalculate the delta select box on focus incase kss updates the table.
1.0b3 - 2010-12-13
Return to previous page after submission.
Fix error when moving Up/Down.
1.0b2 - 2010-12-13
Supply subset_ids to interact correctly with batching.
1.0b1 - 2010-12-10
Initial release.