[Repoze-dev] [issue113] repoze.bfg.jinja2 adding extension

2009-12-08 Thread Josip Delic
New submission from Josip Delic delij...@gmail.com: Setting jinja2 environment extensions with repoze.bfg settings. adding somthing like this to bindings.py: from repoze.bfg.settings import get_settings settings = get_settings() extensions = settings.get('jinja2_extensions', []) environ

[Repoze-dev] [issue112] Only getting registry over get_current_registry() in view (bfg 1.2X)

2009-12-07 Thread Josip Delic
New submission from Josip Delic delij...@gmail.com: Hi, the code show's an error in calling a utility from component registry ... i'm only getting it with calling first get_current_registry(). https://bitbucket.org/delijati/repoze_bfg_related/src/tip/wsgi_intercept_test_buildout

[Repoze-dev] [issue110] unexpected keyword argument 'level' repoze.bfg.jinja2 (bfg 1.2a2)

2009-11-30 Thread Josip Delic
New submission from Josip Delic delij...@gmail.com: After updating to newer version of repoze.bfg, i've got this error. When i remove the level keyword it works. In repoze.bfg.renderers is it also removed. Error: File /home/delicj/.buildout/eggs/repoze.bfg.jinja2-0.5-py2.6.egg/repoze

[Repoze-dev] [issue97] Macro support for repoze.bfg.jinja2

2009-09-30 Thread Josip Delic
Josip Delic delij...@gmail.com added the comment: sorry for the late response. i moved from freiburg to hamburg. i looked a little bit closer at the implementation in chameleon_zpt.py. I've changed my code to work like it. I've added a first version of my changes, waiting for feedback

[Repoze-dev] [issue97] Macro support for repoze.bfg.jinja2

2009-09-05 Thread Josip Delic
Josip Delic delij...@gmail.com added the comment: I'm not sure if there is a memory leak, but i only found this solution to add the folder to the search path. Ok we can first check if the path is aready added. I took the code from http://www.djangosnippets.org/snippets/1061/ in this example

[Repoze-dev] [issue97] Macro support for repoze.bfg.jinja2

2009-09-04 Thread Josip Delic
New submission from Josip Delic delij...@gmail.com: added macro support for repoze.bfg.jinja2 with test ;-) -- files: jinja2_macro.patch messages: 256 nosy: delijati priority: bug status: unread title: Macro support for repoze.bfg.jinja2 __ Repoze Bugs b