Hi zopies, When i try to copy many objects via the ZMI there is sometimes the 'Paste'-button missing in the/any destination folder. This is/was a known bug, solved up from 2.3. - See: http://www.zope.org/Products/Zope/2.3.1/CHANGES.txt - Zope 2.3.0 - Bugs Fixed - Fixed a bug in the management interface which caused the "Paste" button to not show up after a copy or cut operation on the first showing of manage_main. But it still occurs in my Zope, in 2.4.(?); 2.5.0; 2.5.1 and in 2.6.0 Does anybody know something about it and how to solve the prob? I want to copy all my zwiki pages (about 450) in a new zwiki instance and i really don't want to spend an afternoon to click all of them manually!! Regards, Florian -- Florian Konnertz ---------------- http://www.openspirit.de consciousness research and wisdom traditions Collaboration space about these topics: http://openspirit.homelinux.net/os_portal/noowiki/FrontPage http://www.florian-konnertz.de homepage, my linux howtos http://www.openmovie.org movie and mp3 -player projects Have a nice day!
Florian Konnertz writes:
When i try to copy many objects via the ZMI there is sometimes the 'Paste'-button missing in the/any destination folder. Zope stores the information about "copied/cut" objects in a cookie.
To protect its memory, browsers restrict the size and number of cookies they store. It is possible that your browser silently drops the cookie when it becomes too large (it is entitled to do this according to the cookie spec). Dieter
Why not try using WebDAV to copy directories or lots of files to a new folder? WebDrive and TeamDrive are two nice commercial versions which work well with Zope. Very inexpensive for single user licenses. Other semi-functional, Open Source, and other WebDav clients can be found here: http://www.webdav.org/projects/ Bryan
Hi zopies,
When i try to copy many objects via the ZMI there is sometimes the 'Paste'-button missing in the/any destination folder.
This is/was a known bug, solved up from 2.3. - See:
http://www.zope.org/Products/Zope/2.3.1/CHANGES.txt - Zope 2.3.0 - Bugs Fixed - Fixed a bug in the management interface which caused the "Paste" button to not show up after a copy or cut operation on the first showing of manage_main.
But it still occurs in my Zope, in 2.4.(?); 2.5.0; 2.5.1 and in 2.6.0
Does anybody know something about it and how to solve the prob?
I want to copy all my zwiki pages (about 450) in a new zwiki instance and i really don't want to spend an afternoon to click all of them manually!!
Regards, Florian
-- Florian Konnertz ---------------- http://www.openspirit.de consciousness research and wisdom traditions
Collaboration space about these topics: http://openspirit.homelinux.net/os_portal/noowiki/FrontPage
http://www.florian-konnertz.de homepage, my linux howtos http://www.openmovie.org movie and mp3 -player projects
Have a nice day!
Bryan Capitano wrote:
Florian wrote: (...)
I want to copy all my zwiki pages (about 450) in a new zwiki instance and i really don't want to spend an afternoon to click all of them manually!!
Why not try using WebDAV to copy directories or lots of files to a new folder? WebDrive and TeamDrive are two nice commercial versions which work well with Zope. Very inexpensive for single user licenses. Other semi-functional, Open Source, and other WebDav clients can be found here: http://www.webdav.org/projects/
Bryan
Hi Bryan, thanks for the idea!! - I used WebDAV some months ago for normal text docs successful, and haven't used it since then, so i forgot about it... This should be the solution, but... I tried and have the same prob as i ever had. The content type is not kept when copying. At that time when i used it i already tried to check this out, i know it has something to do with PUT_factory method, but i have no idea yet how to use it. I will read more about it right now but i want to ask you, if you know or have some links to tell me. Life, Florian -- Florian Konnertz ---------------- http://www.openspirit.de consciousness research and wisdom traditions Collaboration space about these topics: http://openspirit.homelinux.net/os_portal/noowiki/FrontPage http://www.florian-konnertz.de homepage, my linux howtos http://www.openmovie.org movie and mp3 -player projects Have a nice day!
Dieter Maurer wrote:
Florian Konnertz writes:
.... i know it has something to do with PUT_factory method, but i have no idea yet how to use it. HowTo on Zope.org.... URL?
Florian -- Florian Konnertz ---------------- http://www.openspirit.de consciousness research and wisdom traditions Collaboration space about these topics: http://openspirit.homelinux.net/os_portal/noowiki/FrontPage http://www.florian-konnertz.de homepage, my linux howtos http://www.openmovie.org movie and mp3 -player projects Have a nice day!
Florian Konnertz wrote:
i know it has something to do with PUT_factory method, but i > have no idea yet how to use it. HowTo on Zope.org....
URL?
http://www.google.com? *grinz* Chris
participants (4)
-
Bryan Capitano -
Chris Withers -
Dieter Maurer -
Florian Konnertz