Hi folks,
I've been working on the next minor revision to repoze.bfg, which will be 1.2.
1.2 will be a slightly more important release than the previous 1.1 release,
because it involves exposing an "imperative" API for configuration (adding
routes/views, etc).
In particular, it means that the
2009/11/27 george hu :
> does any body know what is the problem here?
I would suggest that you first use the ``CHAMELEON_CACHE=1`` and
``CHAMELEON_DEBUG=1`` environment flags to be able to inspect and
step-debug through the template code.
Ideally you would be able to step-debug directly in the te
I'm trying to use zpt to render a nested list and I found an example in the
mail list of zope,
['a', 'b', ['c', ['d', 'e']]]
the corresponding zpt code,
The python:same_type() didn't work here, so I replaced it with
isinstance(node,list). However, I got the
Chris McDonough wrote:
> Happy Thanksgiving folks.
>
> repoze.bfg 1.1.2 has been released. Install it via:
>
> easy_install -i http://dist.repoze.org/bfg/1.1/simple repoze.bfg
>
> Or via PyPI.
>
> It is a pure bugfix release. The changelog follows:
>
> 1.1.2 (2009-11-26)
> ==