[Zope] Working with versions

2000-10-23 Thread brocken22

Hallo,
I've got a question concerning versions.
The working with versions in the management screen is obvious to me, but
what about hiding the management-screen and working with them.
I want to add ZClasses programmatically but some users should only be able
to add them after a Controller has checked that everything is o.k.
What are the right methods to use???

-- 
Sent through GMX FreeMail - http://www.gmx.net


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Working with versions

2000-10-23 Thread Chris McDonough

Hi...

You need to open a versioned database connection manually.  This is probably
harder than it should be.  For more info, see
http://www.zope.org/Documentation/Developer/Models/ZODB and look under
Architecture -- DB.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 23, 2000 5:06 AM
Subject: [Zope] Working with versions


 Hallo,
 I've got a question concerning versions.
 The working with versions in the management screen is obvious to me, but
 what about hiding the management-screen and working with them.
 I want to add ZClasses programmatically but some users should only be able
 to add them after a Controller has checked that everything is o.k.
 What are the right methods to use???

 --
 Sent through GMX FreeMail - http://www.gmx.net


 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )




___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Working with versions

2000-10-23 Thread hohage

Hallo Chris,
thank you for your reply, but I don't understand what I have to do.
I looked into the documentation but it is obscure to me.
 Sven

= Original Message From "Chris McDonough" [EMAIL PROTECTED] =
Hi...

You need to open a versioned database connection manually.  This is probably
harder than it should be.  For more info, see
http://www.zope.org/Documentation/Developer/Models/ZODB and look under
Architecture -- DB.

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, October 23, 2000 5:06 AM
Subject: [Zope] Working with versions


 Hallo,
 I've got a question concerning versions.
 The working with versions in the management screen is obvious to me, but
 what about hiding the management-screen and working with them.
 I want to add ZClasses programmatically but some users should only be able
 to add them after a Controller has checked that everything is o.k.
 What are the right methods to use???

 --
 Sent through GMX FreeMail - http://www.gmx.net


 ___
 Zope maillist  -  [EMAIL PROTECTED]
 http://lists.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://lists.zope.org/mailman/listinfo/zope-announce
  http://lists.zope.org/mailman/listinfo/zope-dev )





___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )