Lines Matching refs:template

115  * fixed template name generation in Twig_Environment::createTemplate()
174 * fixed block() function when used with a template argument
179 * exposed a way to access template data and methods in a portable way
182 * added support for a custom template on the block() function
198 * added Twig_Source to hold information about the original template
201 * fixed template paths when a template name contains a protocol like vfs://
206 * removed template source code from generated template classes when debug is disabled
212 * added template cache invalidation based on more environment options
214 * fixed template paths when a template is stored in a PHAR file
220 * changed the way we store template source in template classes
247 * undeprecated _self (should only be used to get the template name, not the template instance)
275 * improved performance when checking template freshness
277 * fixed template class name generation to prevent possible collisions
279 * changed template cache names to take into account the Twig C extension
283 * fixed a race condition in template loading
292 …* added an option to force PHP bytecode invalidation when writing a compiled template into the cac…
294 * changed template cache names to take into account enabled extensions
297 * added a way to override the filesystem template cache system
298 * added a way to get the original template source from Twig_Template
327 * fixed wrong error message when including an undefined template in a child template
337 * fixed template/line guessing in exceptions for nested templates
351 * added Twig_Environment::createTemplate() to create a template from a string
353 * fixed filesystem loader cache when different file paths are used for the same template
358 autoescaping strategy for a template based on template file extension.
379 * improved error reporting in a sandboxed template
407 * added a source function to include the content of a template without rendering it
430 * fixed the filesystem loader cache when a template name exists in several namespaces
431 * fixed template_from_string when the template includes or extends other ones
436 * fixed the error line number for an error occurs in and embedded template
458 * fixed a security issue in the filesystem loader where it was possible to include a template one
511 * fixed wrong template location in some error messages
545 * made the parsing independent of the template loaders
546 * fixed exception trace when an error occurs when rendering a child template
560 * fixed a regression when using a number in template attributes
575 * added a way to dynamically change the auto-escaping strategy according to the template "filename"
582 * fixed template line number in some exceptions
584 * added an error when defining two blocks with the same name in a template
587 * enhanced error reporting when the template file is an instance of SplFileInfo
595 * fixed a regression when a template only extends another one without defining any blocks
601 * optimized parent template creation when the template does not use dynamic inheritance
607 …* made the strategy used to guess the real template file name and line number in exception message…
685 …* added an Exception to Twig_Loader_Array::isFresh() method when the template does not exist to be…
689 * added a better error message when a template is empty but contain a BOM
719 …* fixed algorithm that determines if a template using inheritance is valid (no output between bloc…
721 …* added a way to ignore a missing template when using the "include" tag ({% include "foo" ignore m…
737 * fixed compilation of templates when the body of a child template is not empty
759 * added an exception when the template passed to "use" is not a string
770 * added support for horizontal reuse of template blocks (see docs for more information)
774 … and runtime exceptions with Twig_Error_Runtime and added logic to guess the template name and line
848 …* added a syntax error exception when parent block is used on a template that does not extend anot…
886 * the implementation of template inheritance has been rewritten
898 * fixed race condition when writing template cache
926 … special variable that refers to the current template (useful for importing macros from the curren…
937 …ble setting to throw an exception when an invalid variable is used in a template (disabled by defa…
944 …* added an exception when a child template has a non-empty body (as it is always ignored when rend…
961 * fixed lexer when a template has a big chunk of text between/in a block
988 * added a way to specify variables to pass to an included template
1009 * fixed a bug when a literal '\n' were present in a template text
1010 * fixed bug when the filename of a template contains */
1034 * optimized template loading speed
1035 * removed output when an error occurs in a template and render() is used
1055 * avoid writing template file if an error occurs
1058 * fixed empty cache files when the template contains an error