[Zope] Re: ZAjax anyone?

2005-10-09 Thread Michael Haubenwallner
Chris McDonough wrote: On Oct 8, 2005, at 6:54 AM, Greg Fischer wrote: I would love to have a product (called ZAjax :) that simply receives a request from the client and spits out xml. To be more specific, a set of classes that call ZSQL methods and retrieve records, then send that ba

[Zope] NameError in Zope Tutorial Lesson 8

2005-10-09 Thread Norbert Kaufmann
Hello listmembers, I am fairly new to Zope and turning debugging on and googling a lot does not lead me to the solution of the problem. Learning Zope I got this error trying out lesson 8(cont.): <--snip--> Error Type: NameError Error Value: global name 'title' is not defined <--snap--> Zope ve

[Zope] Method cache (Memoize) for Zope

2005-10-09 Thread Max M
Has anybody written a Memoize-like decorator for Zope? I imagine that it could be a nice feature to have a standard decorator for Zope that would cache results in a _v_ volatile variable. I usually do it a bit like this:: def _cache_it(self, meth, *args, **kwargs): cache_name = '_

[Zope] [Ann] Zope Hotfix 2005-10-09

2005-10-09 Thread Andreas Jung
Hello, a security issue with the Docutils package coming with Zope 2.6 or higher has been discovered. Sites that expose reStructuredText functionality to untrusted users (typically portal sites allowing registered users to edit content) are possibly affected. Download location and installatio

[Zope] LocalFS problems with @import-ing stylesheets

2005-10-09 Thread Samuel Souk-aloun
I can confirm the problem, the stylesheet is not rendered from localfs with firefox the problem is caused by an incorect http header "text/plain" instead of "text/css" I've tried to add a type_map to the LocalFS but the content-type does not change so, for me, it is clearly a LocalFS issue anyone

Re: [Zope] INSTALLING gcc (and ZOPE) on DEBIAN

2005-10-09 Thread Lennart Regebro
On 10/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Why not? I dont understand - killing processes does not mean getting their > space? It's probably not going to be enough anyway. > But do you advise me to do? That depends on what your goal is. Why are you trying to run Zope on a virtua

RE: [Zope] Packaging a zope application

2005-10-09 Thread Joshua Burvill
Dieter wrote: >Joshua Burvill wrote at 2005-10-7 12:28 +1000: >> ... >>Currently there is a three step process: >>1. install correct version of zope >>2. unzip a zip file which I maintain that contains all the added libraries, >>products, .zexp file, and external methods into their correct paths

Re: [Zope] How to make a table with sortable colmns?

2005-10-09 Thread Andreas Jung
--On 7. Oktober 2005 14:35:00 +0100 Thomas Apostolou <[EMAIL PROTECTED]> wrote: But how can i tell the table to sort the column i click on just like plone does with the members list? I think he was asking for a client-side-only solution. Google for "sortable table". This will link you to

Re: [Zope] Re: ZAjax anyone?

2005-10-09 Thread Greg Fischer
Thank you everyone!  I really appreciate all the input.  It's amazing what you find by doing a little more thorough searching...  here's more of what I am looking for: http://timmorgan.org/wiki/ReactFrameworkForZope Tim Morgan has put together what I would call Zajax from the looks of it.  I am g

Re: [Zope] Re: ZAjax anyone?

2005-10-09 Thread Greg Fischer
Ok, after further investigation, Tim Morgan's React is not exactly what I am looking for.  That said, his work is outstanding, and I think it's awesome!  It's like Ruby On Rails implemented (better IMHO) in Zope!  Very cool! However, I think what I want to work with is just a Zope product without