Re: [Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Andreas Jung



--On 23. Dezember 2005 11:16:22 -0800 Francisco Chamorro 
[EMAIL PROTECTED] wrote:




What tools (if any) are available to help me solve this issue?  My first
thought was to install CVS, but I'm not entirely sure that will solve it
entirely.  Are there any tools available for work flow in zope?  Any help
would be really appreciate.



I would use CMF as basis for such a product. Use DCWorkflow to create a 
workflow for your content. Then you can implement any business-logic 
(checkin-checkout etc.) on top of a workflow. If you need something outside 
CMF you can re-use the WebDAV locking mechanism.


-aj


pgpHC4Awp6WgV.pgp
Description: PGP signature
___
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/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Chris McDonough

Hi Francisco,

This may not be what you *want* to read ;-), but this is how I (and  
many others) do it:


http://www.plope.com/Members/chrism/zope_collab

- C


On Dec 23, 2005, at 2:16 PM, Francisco Chamorro wrote:

Hi everyone, I have a process question and wanted to know what  
tools are available in zope to help me solve this issue.  A total  
of 6 developers/producers access zope on a daily basis and make  
updates to pages, sometimes the same pages.


The problem I'm having is that sometimes one developer will make  
changes to a page, push those changes to our preview environment  
for client review and wait for client feedback.  Then another  
developer will access the same page, make his own changes (not  
realizing there are changes not approved) and push his changes and  
the non-approved ones to live, causing products to go live before  
they are supposed to etc.


What tools (if any) are available to help me solve this issue?  My  
first thought was to install CVS, but I'm not entirely sure that  
will solve it entirely.  Are there any tools available for work  
flow in zope?  Any help would be really appreciate.


Thank you.

-Francisco


___
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/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )



___
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/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )