Re: [Zope] Re: Zope on Solaris

2005-08-21 Thread Andreas Jung
--On 20. August 2005 16:26:05 -0700 Steve McMahon <[EMAIL PROTECTED]> wrote: Also, the concerns about Solaris were related to poor performance under Solaris 8 on a multi-Sparc platform. Anybody got any more recent information that might apply to Solaris 10 or to an Opteron platform? To ma

[Zope] AssertionError after update to Zope 2.8.1

2005-08-21 Thread Ricardo Newbery
Oh so close... Migrated from Zope 2.7.2 to 2.8.1 Updated all the Catalog instances according to the instructions. Fixed a few outdated products. Then just for kicks, I tried to update the Python scripts by visiting the /manage_addProduct/PythonScripts/recompile url. After about a minute, it

[Zope] Help me with acquisition and custom types

2005-08-21 Thread Mark Gibson
I've got a problem... I've created two objects, A folderish object called myfolder, and a document-type object called mydocument. Here's how my classes are defined... class mydocument( CatalogAware, Implicit, Persistent, RoleManager, Propert

Re: [Zope] OOP and Zope.

2005-08-21 Thread Dieter Maurer
Fernando Lujan wrote at 2005-8-19 12:16 -0600: >I try to find information about programming in Zope with the OO >paradigm. I didn't find many documentation... > >For instance, how can I define classes and instances once I just work >with dtml-methods and dtml-documents? You can look at ZClasses.

Re: [Zope] Workflow question

2005-08-21 Thread Dieter Maurer
David Pratt wrote at 2005-8-19 15:38 -0300: >First step is to make new type - will >do this today but might need to ask a question or two when I get to >bobo traverse portion. When you say another auxillary object, what kind >of object is this so I understand a bit better? One similar to "webda

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-21 Thread Paul Winkler
> Paul Winkler wrote at 2005-8-14 18:07 -0500: >> >>Finally, Dieter, if you want to get your changes into zsyncer >>without working through an intermediary, I´d be happy to give you >> checkin privileges. Do you have a Sourceforge account? > > Yes: "dmaurer". I'm back now - and I've just added

Re: [Zope] Re: ZSyncer and Zope-2.8.0

2005-08-21 Thread Paul Winkler
> Am Montag, 15. August 2005 22:20 schrieb Sascha Ottolski: >> To make a long story short, i append a small diff against the trunk >> that seems to work for me (not thoroughly tested, though, and not >> perfect about authorization). > > sorry for replying to myself, just noticed that while browsing

Re: [Zope] AssertionError after update to Zope 2.8.1

2005-08-21 Thread Tim Peters
[Ricardo Newbery] > Oh so close... > > Migrated from Zope 2.7.2 to 2.8.1 > Updated all the Catalog instances according to the instructions. > Fixed a few outdated products. > > Then just for kicks, I tried to update the Python scripts by visiting > the /manage_addProduct/PythonScripts/recompile url

Re: [Zope] Workflow question

2005-08-21 Thread David Pratt
Hi Dieter. I think I understand. What I have done so far is to make a upload folder product. I have taken the portal folder base class to create a portal upload folder base class, commented out the PUT_factory method and added the following methods for bobo traverse and PUT. I am then subcla