[Repoze-dev] page directive sci-fi

2009-09-13 Thread Chris McDonough
Here's some sci fi I wrote up about a page ZCML directive. As Tim Hoffman suggested, maybe the fact that the page is passed into the template would give us enough pull capability to avoid any of the other hacks I proposed to push global names into every rendered template. Note that the view

Re: [Repoze-dev] page directive sci-fi

2009-09-13 Thread Chris Rossi
I may be missing something that makes this impossible, but my point was that you could probably add it to the existing implementation without changing how any existing applications work. The existing functionality is all there as a subset of the new stuff. But I haven't stared at it for too long

Re: [Repoze-dev] page directive sci-fi

2009-09-13 Thread Tim Hoffman
Hi Chris You are correct, I just didn't want to see the view directive just disappear and be left with a page implementation ;-). T On Mon, Sep 14, 2009 at 10:34 AM, Chris Rossi ch...@archimedeanco.com wrote: I may be missing something that makes this impossible, but my point was that you

Re: [Repoze-dev] page directive sci-fi

2009-09-13 Thread Chris McDonough
Tim Hoffman wrote: Hi Chris You are correct, I just didn't want to see the view directive just disappear and be left with a page implementation ;-). I just baked all this behavior into the view directive on the trunk. There are no backwards incompatibilities. - C

Re: [Repoze-dev] repoze +buildout + openoffice

2009-09-13 Thread Sebastien Douche
On Fri, Sep 11, 2009 at 17:46, simahawk simah...@gmail.com wrote: even if the package is on pypi and I put it in find-links. ... any hint? Hi, imho it's not possible to declare PyPI in find-links, but necessarily in index. -- Sebastien Douche sdou...@gmail.com Twitter: http://bit.ly/afkrK

[Repoze-dev] repoze.bfg 1.1a2 released

2009-09-13 Thread Chris McDonough
A new alpha release of repoze.bfg 1.1 (alpha 2) was released this evening. It contains two new features: view directives can now name a template and an attribute. See the changelog below for descriptions of these features. 1.1a2 (2009-09-14) == - A ZCML ``view`` directive