Guys, I have just finished to add support for inheritance in Mako templates whith the dotted names lookup system.
This means that if you want dotted names support and have some mako templates, you should convert: <%inherit file="/mako_base.mak" /> to <%inherit file="tg.test_stack.rendering.templates.mako_base" /> and all works. I have added tests in the test_stack/rendering to make sure this works nicely. I think we now have dotted names support ready for Genshi and Mako. I personally don't know nothing about Jinja, would someone out there add some test cases for it so I can fix them? What is left on my todo list is to make sure i18n filters work properly with my dotted names lookups. Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
