Re: [Zope-dev] HiperDOM xmlc

2000-09-17 Thread Lalo Martins
On Sun, Sep 17, 2000 at 12:42:00PM -0400, Paul Everitt wrote: [EMAIL PROTECTED] wrote: BTW, please don't call the solution "xHTML Template"; it's not xHTML, it's generic XML - it can easily be used for RSS or WML or MathML or NewsML for example. While it *can* be used that way (just as

[Zope-dev] ZPatterns bug: infinite recursion with External Attribute Provider

2000-09-17 Thread Steve Alexander
ZPatterns-0-4-2a2 When I use an External Attribute Provider, I get an infinite recursion problem, and Zope hangs. This is because DataManager (in DataManagers.py) uses normal getattr() and object.__skinSlot__ methods to get and set the special attribute __skinSlot__ on DataSkins. Thus, the

Re: [Zope-dev] HiperDOM xmlc

2000-09-17 Thread Lalo Martins
On Sun, Sep 17, 2000 at 03:51:35PM -0400, Shane Hathaway wrote: [EMAIL PROTECTED] wrote: Why? WML-oriented people with WML-oriented tools would benefit from it just as much, for example. (Are there WML-oriented tools already?) What Paul is saying is that we need to make it work for

[Zope-dev] User objects on 2.2

2000-09-17 Thread Lalo Martins
Why doesn't Anonymous have permission to call has_permission on itself? This is counter-intuitive to say the least... []s, |alo + -- Hack and Roll ( http://www.hackandroll.org )

Re: [Zope-dev] ZPatterns bug: infinite recursion with External Attribute Provider

2000-09-17 Thread Phillip J. Eby
At 09:18 PM 9/17/00 +0100, Steve Alexander wrote: ZPatterns-0-4-2a2 When I use an External Attribute Provider, I get an infinite recursion problem, and Zope hangs. Argh. This is what happens when I create a new feature on the spur of the moment and toss it in just before a release. :( This

[Zope] Python Methods 0.1.7 under Zope 2.2.1

2000-09-17 Thread J M Cerqueira Esteves
Working with Zope 2.2.1 (in two distinct servers), I noticed the following behaviour with (0.1.7) Python methods (created under Manager role): 1. Apparently anyone (non-authenticated users) can successfully run the methods even if these include operations (folder/file/user creation, etc.)

Re: [Zope] Dynamically render DTML?

2000-09-17 Thread Kapil Thangavelu
"Mark N. Gibson" wrote: Is it possible to return dtml from python, and have it rendered correctly on the page? for example, the python might look like this... def get_header(somevar=1): if somevar==1: return 'dtml-var standard_html_header' else: return 'dtml-var

[Zope] looking for developers on a project !

2000-09-17 Thread Jsacks
hi , our company is looking to customize the current zope software into a particular e-commerce solution. if you would like to participate in this project please let us know. you can respond to this email or call 412-401-9510 thanks! jake sacks

[Zope] string to list?

2000-09-17 Thread Nitesh Dhanjani
Hello, I have a Z SQL method which returns me a string like {{"a"},{"b"},{"c"}} Is there anyway I can write a dtml-in loop to pick out each element from the string? I want to be able to do something like: dtml-in my_zsql_method_which_returns_a_string dtml-var element, /dtml-in and that

[Zope] test

2000-09-17 Thread Matthew Burleigh
ignore this -- - Matthew Burleigh - Systems Administrator, Digital Creations - publishers of Zope. - (888)344-4332 -- http://www.digicool.com - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

[Zope] Bizarre bug - floating ZClasses

2000-09-17 Thread Lalo Martins
I finally went to upgrade our production machine (the one which runs cosmetica.com.br and hackandroll.org) to Zope 2.2. When I did (and after upgrading SiteAccess and updating its objects with the provided script), BannerFolders and BannerAds stopped working. So, I went to the Control Panel and

Re: [Zope] Bizarre bug - floating ZClasses

2000-09-17 Thread Tim Cook
Lalo Martins wrote: On top of that, I tried to install the Product and it gives me a "Duplicate Class Ids" error... I don't know if this is the same issue I experienced. But, look in the Products directory and see if they were actaully deleted. I had some that were not. I had to manually

[Zope] Design Question

2000-09-17 Thread Tim Cook
From a performance standpoint I'd like to know how to best implement this. Speed is important: I have a comma delimited file that I imported into a (Python) dictionary. This may not be the best way to do this though. Maybe just nested lists would be better? The comma delimited file will only

[Zope] PTK/LoginManager/Membership - configuring User Sources

2000-09-17 Thread Darcy Clark
I am currently (one of many probably) inching along towards getting PTK/LoginManager/Membership working and wondered if somebody could point me in the right direction to get the pieces working together. I have installed the PTK, made a portal. I then replaced the acl_users in the portal