[Zope-dev] zope transaction bug?

2002-03-07 Thread Ross J. Reedstrom
Hey all - Boy, it's been a long time since I've hung around here. Anyway, I think we've found a bug somewhere in the zope transaction machinery. Every now and then, a backend will get into 'idle in transaction' state. After that, no work on that backend ever commits - the 'END' query just never g

Re: TF & ZMI, was: RE: [Zope-dev] Zope 2.6 and OrderedFolders

2002-03-07 Thread Eric Roby
I think this is an excellent alternative to handle the UI aesthetics. The other part of this issue (for me) is the acquisition of these objects. Even if they are hanging out in the root, I would still like to be able to put templates in a template folder, scripts in a scripts folder etc... and n

Re: [Zope-dev] the segfault saga continues

2002-03-07 Thread Leonardo Rochael Almeida
Now this is really weird. I could swear I recompiled all python scripts. I ZCataloged them all and then recompiled them in chunks. But I still get those anoying 'needs recompiling' messages. I wonder if it'd be too bad an idea to set self._p_changed = 1 at PythonScript.__setstate__ to make the tra

Re: TF & ZMI, was: RE: [Zope-dev] Zope 2.6 and OrderedFolders

2002-03-07 Thread Leonardo Rochael Almeida
On Thu, 2002-03-07 at 19:39, [EMAIL PROTECTED] wrote: > You know, the funny thing is that TF really accomplishes the goals of a > ZMI/UI-improvement hack (unclutter a view of a folder to VISUALLY separate > the software/content/presentation space) implemented, IMHO, in the wrong > place. I would

TF & ZMI, was: RE: [Zope-dev] Zope 2.6 and OrderedFolders

2002-03-07 Thread sean . upton
You know, the funny thing is that TF really accomplishes the goals of a ZMI/UI-improvement hack (unclutter a view of a folder to VISUALLY separate the software/content/presentation space) implemented, IMHO, in the wrong place. I would think there is another way that a Folder UI could be unclutter

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jerome Alet
On Thu, Mar 07, 2002 at 02:32:47PM -0700, Jeffrey P Shell wrote: > A WebDAV client may request a timeout length for a lock, but it's basically > just a suggestion. You say you investigated again "some time later". > Zope's default timeout is thirty minutes. Clients can ask for longer ones > and

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jeffrey P Shell
A WebDAV client may request a timeout length for a lock, but it's basically just a suggestion. You say you investigated again "some time later". Zope's default timeout is thirty minutes. Clients can ask for longer ones and Zope will obey, but the 30 minutes is granted for 'infinite' timeout requ

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jerome Alet
On Thu, Mar 07, 2002 at 01:55:45PM -0500, Andreas Jung wrote: > From: "Jerome Alet" <[EMAIL PROTECTED]> > > > > All worked fine, the locks were found. > > > > Then some time later I've retried to find the locks, and both the > > ZMI and my method returned no lock. However in cadaver the locks >

Re: [Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Andreas Jung
- Original Message - From: "Jerome Alet" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 13:38 Subject: [Zope-dev] WebDAV locks disappearing... > Hi, > > I've just tested webDAV access for the very first time using cadaver, > so maybe this is a known problem

Re: [Zope-dev] Zope 2.6 project updated

2002-03-07 Thread Craeg K. Strong
Stephan Richter wrote: >> I am afraid I must second this opinion. We recently looked at >> OrderedFolder, thinking to subclass it >> to produce our Slideshow product. The idea was to make a >> lightweight web-based replacement for PowerPoint >> where you can define the order of the slides an

Re: [Zope-dev] multiple database connections

2002-03-07 Thread Jerome Alet
On Thu, Mar 07, 2002 at 03:28:28AM -0800, kapil thangavelu wrote: > On Thursday 07 March 2002 02:34 am, you wrote: > > > > not-yet-existing Database Connection ? After all, creating ZSQL methods > > isn't for end users, so maybe Zope could trust developpers in knowing > > exactly what they want to

[Zope-dev] WebDAV locks disappearing...

2002-03-07 Thread Jerome Alet
Hi, I've just tested webDAV access for the very first time using cadaver, so maybe this is a known problem. I've locked some objects using cadaver's lock command, and then opened a browser keeping cadaver's connection opened. then I've searched for this locks using the ZMI and also a method of

Re: [Zope-dev] multiple database connections

2002-03-07 Thread Andy McKay
On March 7, 2002 03:28 am, kapil thangavelu wrote: > part of this goes back to the old who is zope's target audience days, when > content managers were supposed to use the zmi directly. plus its just > generally less confusion, imo. Getting rid of this assumption will solve lots of daft little is

Re: [Zope-dev] multiple database connections

2002-03-07 Thread kapil thangavelu
On Thursday 07 March 2002 02:34 am, you wrote: > Hi, > > > So my question is : why the hell can't developpers create ZSQL methods as > they see fit, and be allowed to type-in the name of a possibly > not-yet-existing Database Connection ? After all, creating ZSQL methods > isn't for end users, so

Re: [Zope-dev] Zope 2.6 planning - call for contributors!

2002-03-07 Thread Mario Valente
Hi: I think that the possibility of having "inactive" objects, objects that are instantied, exist in the ZODB and in the folder tree but are invisibile to the Zope machinery (acquisition, rendering, itemizing) by setting/unsettting a property flag would also be something of extreme usefu

[Zope-dev] Join the Zope team

2002-03-07 Thread Brian Lloyd
Hi all, Zope Corp. is looking to add a Project Manager / Technical Lead to our team. You can find a full description of the position here: http://www.zope.com/Corporate/CareerOpportunities/ The position is roughly 50 / 50 engineering and project management. In addition to planning and executi

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

2002-03-07 Thread Shane Hathaway
On Thu, 7 Mar 2002, Magnus Heino wrote: > > What browser are you using? Strange things like this happen for me > > occasionally after a Mozilla upgrade, but I just delete the cookies for > > the site and everything goes back to normal. I figure someone at > > Netscape is just fiddling with the

[Zope-dev] multiple database connections

2002-03-07 Thread Jerome Alet
Hi, First I have to say I've not tried what is discussed below, I'm just thinking about how this could be done... Say I have several relationnal databases, both have an identical structure. Since these databases are identical, all my ZSQL methods can be used with any of them. So I plan to arch

Re: [Zope-dev] Zope 2.6 planning - call for contributors!

2002-03-07 Thread Adrian Hungate
I would like to second this idea. Adrian... -- The difficulty of tactical maneuvering consists in turning the devious into the direct, and misfortune into gain. - Sun Tzu - Original Message - From: "Mario Valente" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>>; <[EMAIL PROTECTED]> Sent: