[Zope] Addressbook Product

2007-03-20 Thread Frank Drews

Hi,

I have realy searched for a nice addressbook product for a couple two 
days now. I dont find anything suitable. I need it for a collaboration 
plattform running on zope, cmf. I like zope very much and am looking for 
a shared addressbook.

Anybody any experiences or suggestions?
What would be realy great, but no must-have feature for me would be an 
integration of the user-data and some permission features to set (who 
can view/write which addresses)..


Imho a shared addressbook (both for userdata and external contacts) is 
the most important missing feature to make zope a very powerfull 
groupware-portal (forums, mails, calender, documents, workflow, wiki, 
chat ... all already very nice).


Thank you very much Frank




[EMAIL PROTECTED] schrieb:

Send Zope mailing list submissions to
zope@zope.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail.zope.org/mailman/listinfo/zope
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Zope digest..."


Today's Topics:

   1. Re: Cannot Import Base has_attr...Again! (Jens Vagelpohl)
   2. Re: How do people work with html-designers? (Laurence Rowe)
   3. losing random session data (Norbert Marrale)
   4. Re: losing random session data (Andreas Jung)
   5. Re: losing random session data (Maciej Wisniowski)
   6. Re: losing random session data (Tres Seaver)
   7. What is the best way to debug a Zope 2.62 application.
  (Mark, Jonathan (Integic))
   8. Re: What is the best way to debug a Zope 2.62 application.
  (robert rottermann)
   9. Re: What is the best way to debug a Zope 2.62 application.
  ( Eric Br?hault )
  10. email validator script (javi lopez)
  11. Re: email validator script (Andreas Jung)
  12. file upload ([EMAIL PROTECTED])
  13. Re: file upload (Jonathan)
  14. Re: file upload ([EMAIL PROTECTED])
  15. Re: file upload (Jonathan)


--

Message: 1
Date: Sun, 18 Mar 2007 17:01:59 +0100
From: Jens Vagelpohl <[EMAIL PROTECTED]>
Subject: Re: [Zope] Cannot Import Base has_attr...Again!
To: zope user list 
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 18 Mar 2007, at 16:45, [EMAIL PROTECTED] wrote:
  

--On 17. März 2007 15:16:31 -0400 [EMAIL PROTECTED] wrote:


I had this problem on another server I recently built...and it  
  

went away

all by itself! I'm now rebuilding my home server, and it's  
  

cropped up

again. Last time, Maciej Wisniowski suggested I go to a zopectl  
  

prompt

and type in "import Products.CMFPlone", but apparently that  
  

doesn't work

on Zope 2.7.8/Plone 2.1.4. Here is the traceback. Please advise.  
  

TIA,


Tony

  

Consult the plone-users list for Plone-related questions.



  
I did that last time and no one addressed the issue, so I came  
here. Would you care to address the issue?




The fact that no one helped on the Plone list does not invalidate  
Andreas' assertion that this is a Plone issue and it belongs on the  
Plone list.


jens


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFF/WJ3RAx5nvEhZLIRAuWpAJ9GeeP3YoAGkbWLugO1xzjyxgomSgCdHZ58
vbdZ1mjfZn9827vjr1h6Z6E=
=t3JN
-END PGP SIGNATURE-


--

Message: 2
Date: Sun, 18 Mar 2007 19:29:34 +
From: Laurence Rowe <[EMAIL PROTECTED]>
Subject: [Zope] Re: How do people work with html-designers?
To: zope@zope.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Gaute Amundsen wrote:
  

I have been meaning to ask this for a while..

How do people set up the zope development process and servers to work well 
with web-designers who use wysiwyg editors like dreamweaver?




Take a look at deliverance http://openplans.org/projects/deliverance

The other option is to find someone with very good CSS skills who can 
design without adding changing the underlying html. In my experience 
that has been fairly rare though.


Laurence



--

Message: 3
Date: Sun, 18 Mar 2007 16:22:29 -0400
From: Norbert Marrale <[EMAIL PROTECTED]>
Subject: [Zope] losing random session data
To: zope@zope.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

In Zope 2.7.5-final, python 2.3.5, freebsd6 with Transient Object 
Container settings:

Data timeout: 20
Timeout resolution: 20
Maximum subobjects: 1000

and a python script that does this:

req = context.REQUEST
prev_order=(req.SESSION.get('order'))
if prev_order == None:
   order=[]
else:
   order = prev_order
order.append(req.form)
req.SESSION.set('order',order)

my data ends up look

[Zope] Which Products Folder?

2007-01-30 Thread Frank Drews

Hi,

I am very new to Zope, Zope is running fine, but I dont know the 
Products-Folder to copy new Products:



zope 2.94
C:\Programme\CPS3.4.0-3\Zope\lib\python\Products
C:\Programme\CPS3.4.0-3\Zope\skel\Products
C:\Programme\Zope-2.9.4\lib\python\Products
C:\Programme\Zope-2.9.4\skel\Products

ZMI is working fine, nuxeo cps, too.
Have I to create a new Folder somewhere, I want to add Products like 
calzope cpsgroupware?


I have a similar problem with the Import folder. Which one is the right, 
just importing inside a folder of the ZMI?


Many thanks I am really stuck and tried for more than one day

Frank


zope@zope.org <mailto:zope@zope.org>.

--
Frank Drews
DITF-Denkendorf/MR
[EMAIL PROTECTED]
+49 (0)711 9340 167

___
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 )