[Zope-CMF] Frostbite: New Release

2005-11-30 Thread sureshvv

Tres has a new release 0.4 of Frostbite at

http://palladion.com/home/tseaver/software/Frostbite

that addresses some of these issues.

Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] CookieCrumbler redirects to login page

2005-11-30 Thread sureshvv
My site is redirecting logged in users to the login page intermittently without 
any error message (on the screen, error_log or event.log even with 
VerboseSecurity installed) when they access certain potions of the site.


What changes do I need to make to get the permission that was denied? Can we fix 
CookieCrumbler to put a portal_status_message and put the full message in the 
error_log?


Suresh



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: Help with Frostbite! Tres... Pls. reply to this and previous two in thread...

2005-11-29 Thread sureshvv
Question 4: I had a skins python script with proxy = Manager. This seems to fail 
inside the Frostbitten product. Is there a workaround?


Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: Help with Frostbite

2005-10-21 Thread sureshvv



1. Got an error about same_type being undefined. So I had to define this
function in my __init__.py

2. Got some errors about container not defined. I replaced these with
context. But not sure if I can do that everywhere.


Another weirdness.

1. The Python Scripts moved into __init__.py seem to be getting invoked without 
parameters other than self. I am having to provide default values for all of 
them and then get their values out of self.REQUEST. Is this by design or is

another Product that I have stepping all over Frostbite?

Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Help with Frostbite

2005-10-17 Thread sureshvv
I installed Frostbite managed to complete most of the Installation steps from 
the README.txt file.


I am stuck on step 7.

 7. Add an instance of your generated product's class to the skins tool of 
your site.


The skins tool (portal_skins folder, i assumed) has only 2 items  in the 
dropdown:

1. Filesystem directory view
2. Skin custom folder

So how do I add an instance of my generated product's class?

Any and all help appreciated.

Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: problem creating Five views for CMF

2005-10-14 Thread sureshvv

Jens Vagelpohl wrote:


On 14 Oct 2005, at 08:55, sureshvv wrote:


Jens Vagelpohl wrote:


On 13 Oct 2005, at 11:39, pete wrote:
I'll work on converting more content types along the same lines  
over  the next few days on a svn branch.




Can you write-up a brief HOW-TO also please?



There can't be any howto until this is all fleshed out.


Here is a link I just found that is not quite a HOW-TO but may be usable as a 
starter:


http://www.goldeggstack.org/one/Zope3views

Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Re: RFC: Flon functionality ported to CMF?

2005-09-21 Thread sureshvv

yuppie wrote:



1.) It depends on zope.app.introspector, but the introspector is 
deprecated in Zope 3.1.




Yep... It is gone from the trunk.

Suresh

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Problem with Filesystem Directory View's support of .metadata on folders?

2005-07-14 Thread sureshvv

Jens Vagelpohl wrote:


On Apr 13, 2005, at 18:45, sureshvv wrote:


Is there a reason for this? Would you be interested in a patch?



It does. Look at CMF CVS HEAD.


I looked at the code in DirectoryView.py and it appears that the setting of 
properties will work only for sub-directories but not for the top level 
directory that is added.


Also security does not appear to be handled.

Can someone please verify this?

Thanks,

Suresh


___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Anyone thinking of porting Plone portal_properties to CMF?

2005-05-10 Thread sureshvv
Don't think it is part of CMF 1.5.
Suresh
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests