Re: [Zope-dev] Re: Developing plugins for PluggableAuthService

2004-09-01 Thread Chris Withers
Lennart Regebro wrote:
Chris Withers wrote:
You do know I have a working CASUserFolder, right?
No, but we wouldn't have been able to use it, since we need CPS support.

What does CPS support mean? Why wouldn't CASUserFolder work with CPS?
I've got a customer who wants this to work in a proxied environment, 
and I think they gave me the okay to develop it as plugins for PAS too...

Wanna join forces?
Done! :) Although I wouldn't mind looking at your code to double check.
Does your stuff do CAS 2.0 proxying yet?
cheers,
Chris
--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Re: Developing plugins for PluggableAuthService

2004-09-01 Thread Lennart Regebro
Chris Withers wrote:
Lennart Regebro wrote:
Chris Withers wrote:
Is there any chance I could tempt you to change these to be Python 
2.3 style logging calls? 

Sure. remind me of the syntax. :)

import logging
logger = logging.getLogger('event.whatever')
logger.error('whatever',exc_info=1)
You could also read:
http://docs.python.org/lib/module-logging.html
...for a more complete description :-)
cheers,
Chris
OK, Thanks. I'm noticing that (with Zope 2.7.2) when I do this, I do not 
get the modulname (whatever) nor the exception level WARNING printed to 
the log. Is this a config error, or am I doing something wrong? Because 
quite obviously, it should be there, right?

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


[Zope-dev] Announce: August Zope Bug Day!

2004-09-01 Thread Chris Withers
Hi All,
This announcement is pretty late, so I'm expecting it to be more of a 
low-key affair. That said, there's is a CMF bug day happening at the 
same time, so who knows...

What?
  Zope Bug Day working from http://collector.zope.org/Zope
When?
  Friday 3rd September - from when you wake up until when the day ends!
Where?
  #zope-dev on irc.zope.org
Come along and help if you've got a chance!
Read this if you want to know how:
http://dev.zope.org/CVS/BugDays
cheers,
Chris
--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk
___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] portal_actions via listFilteredActionsFor

2004-09-01 Thread Krzysztof Kubacki




Hallo, I have the problem.

Zope 2.7.0, Plone-2.0.3, Linux

I list actions from portal_actions actions 
python: here.portal_actions.listFilteredActionsFor(here) I recive a list 
with actions. Depending on kind of logged user I recive that list in diffrent 
count.I mean that when I'm Manager the list is bigger than I'm SiteManager. 
I suppose that it depends on permissions.Where I can set it? I would like to 
recive the same list being Manager and SiteManage as well.

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


[Zope-dev] Zope MemoryError after installing Plone

2004-09-01 Thread Matt Shaw
Hi all,

I just compiled a fresh copy of zope 2.7 - it started up just fine. So then
I grabbed Plone 2.0.4. After copying Plone to my Products directly, I cannot
startup Zope and I get a MemoryError.

Here is the tb: http://paste.plone.org/1317

I'm using python 2.3.3 on freebsd4 - Do I need recompile python with some
special flag?


Thanks,
Matt




---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
Plone-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/plone-users



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