[Zope] store data as long as the user is logged on

2005-07-21 Thread gabor
based on some-kind-of user-id... but i'd like to avoid that if possible (don't want to think about the multi-user-asking-at-the-same-time problems).. is there any place where i could attach my data structure? thanks, gabor ___ Zope maillist - Zope

Re: [Zope] store data as long as the user is logged on

2005-07-21 Thread gabor
Tino Wildenhain wrote: Am Donnerstag, den 21.07.2005, 16:36 +0200 schrieb gabor: hi, i need to store some data as long as the user is logged on to zope. how can i achieve this? using the session is not a good idea, because some parts of the code simply call session.clear() (i did not write

[Zope] how to get info about an object (dir/type)

2005-06-30 Thread gabor
object, but those are forbidden in zope. how do you usually solve this? gabor ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo

Re: [Zope] how to get info about an object (dir/type)

2005-06-30 Thread gabor
Andreas Jung wrote: --On 30. Juni 2005 13:48:19 +0200 gabor [EMAIL PROTECTED] wrote: hi, while working with zope, i many times have the following problem: i find a method that i can use, and the documentation (for example) says: returns the current user. ok, but what kind of object

[Zope] developing with zmi: how to move a patch from data from devel to live?

2005-06-20 Thread gabor
the right method that the gui calls to call it from the install script seems stupid for me. but it solves the problem. with the script i can really make the changes i need on the devel server. so, is there a solution where i can use the ZMI? how do you solve this kind of problem? gabor

Re: [Zope] developing with zmi: how to move a patch from data from devel to live?

2005-06-20 Thread gabor
Jens Vagelpohl wrote: On 20 Jun 2005, at 07:35, gabor wrote: now you create the fix/improvement on the devel server. but now how do you move the improvement/fix to the live server? you cannot just copy the data.fs over. the customer already has some content/data in it... one way seems

[Zope] ZEO recommended for single-cpu?

2005-06-14 Thread gabor
hi, i understand that you need to use ZEO when running ZOPE on a multi-cpu machine (or when you want to cluster ZOPE). but from mails on this forum it seems that people are also using ZEO when they're running ZOPE on a single-cpu machine. why? gabor

[Zope] zope backward compatibility policy?

2005-06-13 Thread gabor
not seem to be mentioned. i thought that if someone is not in the changelog, then is supposed to be unchanged. or not? p.s: i am still a beginner in the zope world, so maybe i am completely wrong :) gabor ___ Zope maillist - Zope@zope.org http

Re: [Zope] zope backward compatibility policy?

2005-06-13 Thread gabor
Andreas Jung wrote: --On 13. Juni 2005 09:47:33 +0200 gabor [EMAIL PROTECTED] wrote: hi, what's the backward compatibility policy of zope? i'm asking because while upgrading from 2.6.4 to 2.7.2 we had some problems. simple ones (like the 'lines' property type seems to have changed from

[Zope] backing up a running zodb fileStorage

2005-06-10 Thread gabor
hi, i am trying to backup a zodb filestorage of a running zope. i'm on linux. i've read that you simply make a copy of the Data.fs file.. but what about the modifications/transactions that are happening when i make the copy. will not the database be in a corrupt state then? gabor

RE: [Zope-dev] Confera fix

2000-06-28 Thread Gabor Melis
Hi I use confera-1.3.2-mtg. This version does not use ts_regex. I needed a small patch to make it handle newlines correctly. I cannot find a link confera-1.3.2-mtg so I attach the mtg patch as well. Gabor Melis On 27-Jun-2000 MIME :[EMAIL PROTECTED] wrote: Attached is a slightly modified