|
changes
OrderedObjectManager
- 4.1
- missing icons in folder_contents fixed;
shipped an already project-customized folder_contents
for Plone, sorry for that...:)
upgraded to Plone 1.0.2 template. Thanks to Marian Saeger!
- 4.0
- added Plone-support to OrderedObjectManager.
Now you can move your Plone-objects up and down as
you like it. No more tweaking with obscured
weightings etc.pp. to get order into your navigation..:)
- 3.1
- added a manage_redirect-paramter (taken from the REQUEST)
to the manage_*_methods, so you can integrate
OrderedObjectManager far more easily into your own
management_templates (esp. Plone) without adding customized
wrappers.
- 3.0
- fixed bug for manage_renameObjects for BTreeFolder2 and
other folderish objects.
- Backported and modified some of the OrderSupport-Code and
the much cleaner manage_main.dtml from 2.7 (done by Yuppie
and me) to OrderedObjectManager.
- 2.4
- fixed bug so that manage_renameObject will work as expected:
no more moves when you rename objects...:-)
removed deprecated move_object_to_position;
- 2.3
- fixed security permissions: many thanks to Abel Deuring for
working out that anonymous users could move objects and his
Patch; some whitespace-cleanups...
- 2.2
- fixed a bug & updated to new version of AbracadabraObject
- 2.1
- fixed a html-error in manage_main;
closed a double quote with a single quote
- 2
- upgraded OrderedObjectManager to ExternalEditor 0.6;
sorting order is now stored in a session so it won't change
when browsing through folders; fixed a bug for the "Order
Items"-feature: now all items will be selected
automatically.
- 1
- added new feature: manage_orderObjects(). Now you can reorder
selected objects in a container by a fixed sorting (Type, Id,
Title ...) through the ZMI or scripts
- 01
- minor changes to manage_main.dtml =>
disabled AbracadabraObject & ExternalEditor if not installed
- 00
|