Re: [Zope-dev] Re: current best of breed ZEO for Zope 2.6.2 in production?

2003-10-02 Thread Magnus Heino
On Thursday 02 October 2003 19.50, Jeremy Hylton wrote: > On Thu, 2003-10-02 at 13:34, Leonardo Rochael Almeida wrote: > > > I thought that was easy to miss, so I changed the heading from > > > > > > Zope Enterprise Objects > > > > > > to > > > > > > Zope Enterprise Objects (OBSOLETE) > > >

[Zope-dev] i18n

2003-01-19 Thread Magnus Heino
Hi. Where is the ZPT i18n-support described? I cant find anything thats up2date. -- /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - htt

Re: [Zope-dev] Bugfix release?

2002-11-27 Thread Magnus Heino
> > I guess what I'm saying is that for a version 2.x.y, x should behave > > as you describe while y should go up as often as a bug is discovered > > and fixed... > > That means we either waste a lot more time doing releases, or the > releases become a lot more shoddy, hardly more than a snapshot

Re: [Zope-dev] Bugfix release?

2002-11-27 Thread Magnus Heino
> Someone posted already a fix for this problem. It should not be hard to fix > this single problem by exchanging the DateTime.py file on your sites That really doesn't matter. The official release on http://www.zope.org/Products still has the bug. -- /Magnus __

Re: [Zope-dev] Re: [ZODB-Dev] Blather

2002-09-12 Thread Magnus Heino
t see and for every ZMI request. This > is far more info than most people want (including me). :-) Why not keep this at BLATHER, but change the "Unauthorized error's" to INFO? -- /Magnus Heino ___ Zope-Dev maillist - [EMAIL PROTECT

Re: [Zope-dev] rfc1123_date

2002-07-15 Thread Magnus Heino
Thats how I solved it. Seems a bit weird though to put date methods like iso8601_date, rfc1123_date and rfc850_date in App.Common, when DateTime already has method like that, like rfc822. /Magnus > You could use ModuleSecurityInfo (see Zope Developer's Guide), you > could use an External Meth

[Zope-dev] rfc1123_date

2002-07-15 Thread Magnus Heino
Why is rfc1123_date a method in App.Common, and not a method on DateTime.DateTime? How am I supposed to use it from dtml/zpt? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or

SV: SV: [Zope-dev] Small Alert - Temp Solution - more...

2002-03-09 Thread Magnus Heino
> > You will see that the Set-Cookie is different in the 5 cases > > My conclusion for now is that something could be wrong with the Apache > rewriting process. Nope, cause I'm running Roxen.. and have the same behaviour. /Magnus ___ Zope-Dev mail

SV: SV: [Zope-dev] Small Alert - Temp Solution - more...

2002-03-06 Thread Magnus Heino
> Jean-Paul Smets wrote: > > I could find out that certain cookie names work, some others do not > > > > Works > > > > __ac_ > > __ac_ra > > __ac_rak1 > > __ac_nex1 > > __ac_erp5 > > > > Does not work > > > > __ac > > __ac_rack1 > > __ac_rack12 > > > > Really strange. > > What browser are you usi

SV: [Zope-dev] Zope 2.6 project updated

2002-03-06 Thread Magnus Heino
> I don't know OrderedFolder very well but it'd be very useful in several > of my projects, so I can volunteer a bit of time in helping to get it > in Zope 2.6 as well. I'd rather see that you used your time to put Formulator into 2.6 :-P /Magnus __

SV: SV: [Zope-dev] Small Alert - Temp Solution

2002-03-05 Thread Magnus Heino
I can verify this. Same thing happens here too. I had to redirect login_form to :8080 before, since I could not login to CMF otherwise, using VHM. I changed auth_cookie from __ac to __ac_, and now I can login through VHM... Bug... I'll put it in the Collector. (I'm using a week old cvs snapsh

SV: [Zope-dev] Small Alert

2002-03-05 Thread Magnus Heino
> I just upgraded this morning a Debian Woody server with Zope 2.5. The > upgrade has resulted in all my CMF (which use SiteRoot or > VirtualHostMonster) to refuse any authentication. > > Without SiteRoot or VirtualHostMonster, everything is fine. I have had this problem (and a few others, some

[Zope-dev] SV: [Zope] authenticating over XML-RPC to implement the Blogger API

2002-02-03 Thread Magnus Heino
> object. Has anyone elsedone user authentication via parameters? I have patched my xmlrpclib.py to allow authentication with username/password. I dont have access to it right now, but I can send it to you tomorrow morning... /Magnus ___ Zope-Dev

[Zope-dev] Acquisition and Threads

2001-12-07 Thread Magnus Heino
Can someone please tell me what is going on here? [magnus@bombardier magnus]$ cat aq.py from Acquisition import Implicit from threading import Thread import time class A(Implicit, Thread): def run(self): print context.aq_self class B(Implicit): pass b = B

SV: [Zope-dev] Open Letters and Zope 3

2001-12-04 Thread Magnus Heino
> The beauty of Z3, though, is that you should have much more flexibility > in what you choose to use. Don't like DTML? Don't use it. Really hate Thats really not the problem imho. The problem is that some products will use DTMLFile and standard_html_header/footer, and that is a real mess...

SV: [Zope-dev] Re: Fishbowl?

2001-11-30 Thread Magnus Heino
> This is just a guess, but I suspect that this is a sort of unfortunate > cycle developing: people post proposals, get (understandably) dismayed > at the response time and end up not spending much time there, either > contributing or providing feedback. Well, lets move this discussion to a w

SV: SV: [Zope-dev] Re: Fishbowl?

2001-11-30 Thread Magnus Heino
> > Well, that checkin was done to the cvs 4 days ago. If you haven't > > read the one line at dev.zope.org about it being available in the > > cvs, or if you dont subscribe to the cvs mailinglist, how are you > > supposed to know that it exists? :-P > > Actually, he sent an email to zope-dev

SV: [Zope-dev] Re: Fishbowl?

2001-11-30 Thread Magnus Heino
> This isn't a good track record. Brian produced 35 pages worth of > almost-flawless docs on web services to go with his code. But no > comments. And he's doing this on his own time. So let's remember that > this is a two-way street. Well, that checkin was done to the cvs 4 days ago. If you

SV: [Zope-dev] Fishbowl?

2001-11-30 Thread Magnus Heino
> 3. We could use another open source tool. Bugzilla springs to > mind. Yes, it's not Zope, or even python, but it does > work, certainly better than anything we, as a community, have > right now or could build in the time it would take to > install and set up. Well, I'm not too sure about that.

[Zope-dev] LDAP

2001-11-22 Thread Magnus Heino
Hi. I'm struggeling with zope, cmf and ldap. I started of with a fresh RH7.2 installation. I ran the openldap migration scripts. Then created users using the posixAccout and posixGroup class. These classes seem to be different from what is recommended in the LDAPUserFolder product. Anyway, I h

[Zope-dev] Security

2001-11-20 Thread Magnus Heino
Hi. Looking at Amos ZPublisher howto, http://www.zope.org/Members/Amos/ZPublisher Would it be possible to use the security machinery too? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cro

SV: [Zope-dev] Web Services for Zope

2001-09-28 Thread Magnus Heino (Rivermen)
> Well... the status is that I'm trying to work on it on an > as-possible basis :) The problem is that it hasn't been very > possible for the last few weeks. > > If you just need to generate WSDL and you're willing to live > on the bleeding edge and use some code that might still change > a

SV: [Zope-dev] ZPT equivalent for DTMLFile?

2001-09-13 Thread Magnus Heino (Rivermen)
> I'd like to use ZPT for product add pages and the like, where > I'd usually use > DTMLFile. > > How do I do that? PageTemplates itself does this. Take a look at the initialize method in PageTemplates/ZopePageTemplate.py /Magnus ___ Zope-Dev mai

[Zope-dev] url quote from pyton scripts

2001-06-26 Thread Magnus Heino (Rivermen)
Hi. How can I do a url quote from a python script? Can I somehow access the method in urllib or DT_Var or how can it be done? -- /Magnus Heino ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No

SV: [Zope-dev] 60GB Data.fs?

2001-06-06 Thread Magnus Heino (Rivermen)
> Also how are the disks layed out? Is it possible to have, say, 5 disks > each on their own (no RAID) and then split the data.fs over them using > PartitionedFileStorage or similar. Where can I get PartitionedFileStorage? /Magnus ___ Zope-Dev mailli

SV: Subject: [Zope-dev] change ownership

2001-05-10 Thread Magnus Heino (Rivermen)
The one that comes with Zope. /Magnus > -Ursprungligt meddelande- > Från: Tim McLaughlin [mailto:[EMAIL PROTECTED]] > Skickat: den 10 maj 2001 15:26 > Till: 'Magnus Heino (Rivermen)'; Tim McLaughlin > Kopia: '[EMAIL PROTECTED]' > Ämne: RE

SV: Subject: [Zope-dev] change ownership

2001-05-10 Thread Magnus Heino (Rivermen)
> def set_owner(self, user_name): > self.changeOwnership(self.acl_users.getUser(user_name)) > > OK, so that should keep you busy for a while. Anyway, the Not long enough :-P > point is that the > parameter to changeOwnership is a User _object_. Good luck. Ive got this external method in

SV: Subject: [Zope-dev] change ownership

2001-05-10 Thread Magnus Heino (Rivermen)
I can get it to work :-/ I get an attributeerror on aq_inner in lib/python/AccessControl/Owned.py, line 302, in ownerInfo Seems as if the user i provide isn't of the right type? How do you use your method? How is it being called? /Magnus > Magnus, > No, changeOwnership is not exposed for TTW

[Zope-dev] change ownership

2001-05-09 Thread Magnus Heino (Rivermen)
Is it not possible to change ownership of an object? I can only find methods to take ownership... /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related li

[Zope-dev] Threads...

2001-05-04 Thread Magnus Heino (Rivermen)
Hi. I want to start a thread from my product. I'm doing it in the same way as the code below. Label is set to 'a' as default. If I change this to 'b' and save, Label is changed to contain 'b'. But, it seems as if Label is loaded with the saved value at some later point than the last row below

SV: [Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Title: RE: [Zope-dev] manage_tabs Ok, I get it. Sorry :-P   security.declareProtected('View management screens', 'manage')manage_editForm = DTMLFile('dtml/editForm', globals()) security.declareProtected('View management screens', 'manage')manage_main = manage_editForm   And it works...   Ma

SV: [Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
ropean I.S. Acucorp UK Limited -Original Message- From: Magnus Heino (Rivermen) [mailto:[EMAIL PROTECTED]] Sent: Friday, 04 May 2001 13:09 To: '[EMAIL PROTECTED]' Subject: [Zope-dev] manage_tabs Hi. In my Zope product, I've got this;  manage_options = S

[Zope-dev] manage_tabs

2001-05-04 Thread Magnus Heino (Rivermen)
Hi. In my Zope product, I've got this; manage_options = SimpleItem.manage_options+( {'label':'Edit', 'action':'manage_main'}, ) If I view the management sceen of this product, I get four tabs (Undo, Ownership, Security and Edit). But If I click on "Edit", all tabs but the edit ta

SV: [Zope-dev] CoreSessionTracking

2001-04-23 Thread Magnus Heino (Rivermen)
> In the meantime, use the .set method of the session data > object, e.g. in the > onStart function: > > sdo.set('Username', 'Foobar') > > .. or use an external method. Ok, works now. Thanks. How to I access things like the DTML AUTHENTICATED_USER.getUserName() from a python script? /Magnus

SV: [Zope-dev] CoreSessionTracking

2001-04-23 Thread Magnus Heino (Rivermen)
This onStart method... sdo['date'] = context.ZopeTime() ...gives this error: -- 2001-04-23T14:36:32 PROBLEM(100) Session Tracking session event failed The call to function onStart failed. Traceback: Traceback (innermost last): File /usr/home/magnus/www/Zope-2.3.1-src/lib/python/Products/

SV: [Zope-dev] CoreSessionTracking

2001-04-23 Thread Magnus Heino (Rivermen)
> The onStart method will be called when a session data object > is created. > Neither of the calls you show here create a session data > object. Something > like "Session.getSessionData()" would, however. Ah. I read "when a session starts, you may call an external method or PythonScrip" and

[Zope-dev] CoreSessionTracking

2001-04-23 Thread Magnus Heino (Rivermen)
Is onStart and onEnd broken in the CoreSessionTracking (0.8) product? (Or am I broken? :-)) I have a folder /Radio Within that folder I have a "Session ID Manager" and a "Session Data Manager" named Session. "Session onStart method path" of the "Session ID Manager" is set to /Radio/onStart I

[Zope-dev] filter metatypes in objectmanager

2001-03-27 Thread Magnus Heino
How can I control what meta_type's that can be added to an ObjectManager? If you create a ZClass that inherits from ObjectManager, you can specify this, but how is it done from a python product? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] h

[Zope-dev] Product Tutorial

2001-03-18 Thread Magnus Heino (Rivermen)
Hi. Is http://www.zope.org/Members/hathawsh/PythonProductTutorial/index_html?pp=1 still valid, or have things changed since it was written? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cro

RE: [Zope-dev] ANNOUNCE: PartitionedFileStorage

2001-01-02 Thread Magnus Heino (Rivermen)
> But like I told ChrisW, I think BerkeleyStorage will fill the > need that > PartitionedFileStorage was only partitially addressing. How is the new BerkeleyStorage product coming along? /Magnus ### This message has been scanned by F-Secure Anti-Virus f

RE: [Zope-dev] A groupware package for zope

2000-12-19 Thread Magnus Heino (Rivermen)
> For the last couple of months I've been working on a groupware > package for Zope, named ZopeGUM. It has reached version > 0.1.63 now, and it's in steady progress. > > All the planned components, like messenger, address book, > calendar, todos, etc. are there and working now; though > it's de

[Zope-dev] Loginmanager and LDAP

2000-11-27 Thread Magnus Heino (Rivermen)
Hi. I'd like to authenticate users using LDAP and Active Directory. Zope is running on a RH7.0 box. Has anyone done this, is it possible? /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cros

[Zope-dev] ZODB storage options

2000-11-23 Thread Magnus Heino (Rivermen)
Hi.. I am writing an application using ZODB in which I dont need versions and undos. Should I change from FileStorage to something else? If so, what storage should I choose? Small size is more important than speed in this case. /Magnus ___ Zope-Dev

Re: [Zope-dev] ZODB, Threads and Persistence

2000-11-10 Thread Magnus Heino
he zodb. ? /Magnus > > - Original Message - > From: "Magnus Heino (Rivermen)" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, November 10, 2000 10:35 AM > Subject: [Zope-dev] ZODB, Threads and Persistence > > > > > > Hi. >

[Zope-dev] ZODB, Threads and Persistence

2000-11-10 Thread Magnus Heino (Rivermen)
Hi. Reading from Jims 'Introduction to the Zope Database': "An object's state may be freed at any time by the ZODB to conserve memory usage." What does this mean? That the object can be freed even though there are references to it? The reason I'm asking is becase I want to use threads and per

[Zope-dev] Compile zope with kgcc instead of gcc

2000-10-13 Thread Magnus Heino (Rivermen)
How do I compile Zope with kgcc instead of gcc? (Yes, I need to do this since I am using RH7.0 where LONG_BIT is defined the wrong value). /Magnus ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cros

[Zope-dev] soap and zope

2000-09-18 Thread Magnus Heino (Rivermen)
Has anyone done anything with soap and zope? /Magnus Heino ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo