On Dec 18, 2013, at 2:22, Guido Kollerie <[email protected]> wrote:
> On 18/12/13 10:07 , Guido Kollerie wrote: > >> Although documented 'Caller-Relative Template Lookup' doesn't seem to be >> working with pyramid_mako. > > [...] > >> Does someone happen to have a fix for this available or is someone >> working on a fix? > > A fix seems already committed: > > https://github.com/Pylons/pyramid_mako/commit/acdbe221df30c8c7469133d21a1c840a5fb2d2f2 > > Will there be a new release soon? > > -- > Guido Kollerie > I was waiting to do the next release until I get some time to sit down and go through that part of the code. Right now you can either use caller relative OR setting the mako directory, a mixture of the two should be possible, with one coming before the other (not sure what order is best yet … probably caller relative first). This would have it be more in-line with pyramid_jinja2. Michael Merickel had already started some of the work, I simply need to finish it. I will add it to my list of things to do. I didn’t want to release it just yet, hence the wait. For now if you could test the changes and give me feedback I’d be grateful. I will try to get a release out the door within the next couple of days. Bert -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
