Hi, at http://aspn.activestate.com/ASPN/Mail/Message/zope-Dev/1054345 I found a hint that Ordered Folder version 0.5.1 is needed but at http://zope.org/Members/srichter/Products/OrderedFolder the version counter only goes to 0.4. An inclusion into upstream Zope was mentioned at this page, but I found no pointer whether this is just done. If yes how could this be used (and why is the later page not updated to give a hint)? Kind regards Andreas.
Andreas Tille wrote at 2004-5-3 13:55 +0200:
... An inclusion into upstream Zope was mentioned at this page, but I found no pointer whether this is just done.
Zope 2.7 now comes with an "OrderedFolder" (defined in "OFS/OrderedFolder"). I do not know how it relates to the "OrderedFolder" product. -- Dieter
On Mon, 3 May 2004, Dieter Maurer wrote:
An inclusion into upstream Zope was mentioned at this page, but I found no pointer whether this is just done.
Zope 2.7 now comes with an "OrderedFolder" (defined in "OFS/OrderedFolder"). I do not know how it relates to the "OrderedFolder" product. Ahh, thanks for this hint. Do you know whether there is kind of a "test this feature free Zope 2.7 installation"? I'd like to test this before I start fiddling around with parallel installation of 2.6.4 and 2.7.
BTW, I found out a strange behaviour of OrderedFolder 5.1 which I was able to find at http://products.bluedynamics.org/Products/OrderedFolder The strange think is that if I created a user with a role which does have the following permissions: Access contents information Copy or Move Delete objects List folder contents List undoable changes Undo changes View View management screens View source This user is able to create Ordered Folders in the ZMI but if this user clicks into the Ordered Folder Object which was created right now by himself it only gets the index_html page instead of the folder view. I guess there are no further permissions to change and thus the Ordered Folder Product seems to be a little bit broken. Or did I miss something? Kind regards Andreas.
Andreas Tille wrote at 2004-5-4 10:48 +0200:
...
Zope 2.7 now comes with an "OrderedFolder" (defined in "OFS/OrderedFolder"). I do not know how it relates to the "OrderedFolder" product. Ahh, thanks for this hint. Do you know whether there is kind of a "test this feature free Zope 2.7 installation"?
Try to put "OFS.OrderedFolder" (from Zope 2.7) into your "Zope 2.6"). Almost surely you must copy more things from 2.7 into 2.6. Almost surely, it is easier to just install Zope 2.7 and try it there (this is very easy when you install Zope from source). -- Dieter
participants (2)
-
Andreas Tille -
Dieter Maurer