Re: Self-referenced template recursion handling

2013-12-06 Thread German Larrain
On Friday, December 6, 2013 11:36:00 AM UTC-3, unai wrote: > > Lot of app/CMS creators create base templates for their apps. Currently, > if one > of those templates needs some kind of change, the user needs to copy the > template all over again, making it difficult to update their templates >

Self-referenced template recursion handling

2013-12-06 Thread unai
Hi! Pablo Martín (goinnn[0]) and I have been working on self-referenced template recursion handling for the past few weeks. The idea is that when a template references itself when extending, recursion is avoided by skipping the current template loader (ticket #15053[1]). This new feature would be