Lines Matching refs:extension

148  * fixed C89 compat for the C extension
215 …* allowed filters/functions/tests implementation to use a different class than the extension they …
267 * deprecated the possibility to override an extension by registering another one with the same name
279 * changed template cache names to take into account the Twig C extension
342 * fixed memory leaks in the C extension
358 autoescaping strategy for a template based on template file extension.
398 * fixed a C extension crash when accessing defined but uninitialized property.
408 * fixed the C extension sandbox behavior when get or set is prepend to method name
428 * fixed the C extension compilation on Windows
432 * fixed a crash of the C extension on an edge case
437 * fixed crashes of the C extension on some edge cases
497 …* fixed a crash of the C extension when an exception was thrown from a macro called without being …
522 * fixed C extension compilation on Windows
523 * fixed a segfault in the C extension when using DateTime objects
535 …* fixed the C extension when accessing a public property of an object implementing the \ArrayAcces…
605 * fixed usage of Z_ADDREF_P for PHP 5.2 in the C extension
618 * fixed Twig C extension
628 …lters, tests, and functions management in Twig_Environment when a new one or new extension is added
651 * refactored Twig_Template::display() to ease its extension
678 * added a C extension that can optionally replace Twig_Template::getAttribute()
706 * added cache reloading when auto_reload is true and an extension has been modified
740 * added PHPDoc for all Token parsers and Core extension functions
824 * The Escaper extension is enabled by default, which means that all displayed
826 behavior by removing the extension via $env->removeExtension('escaper')
834 * the i18n extension is now part of the Twig Extensions repository
849 * made the Escaper extension enabled by default
850 * fixed sandbox extension when used with auto output escaping
852 * added an Optimizer extension (enabled by default; optimizes "for" loops and "raw" filters)
896 * removed the debug tag (should be done in an extension)
912 * fixed trans tag when used with the Escaper extension
935 * added a sandbox tag in the sandbox extension
940 * added a way to add token parsers, filters, and visitors without creating an extension
957 * added support for gettext via the `i18n` extension
992 …* included the default filter function definitions in the extension class files directly (Core, Es…
996 * added the following filters in the Core extension: in, range
1045 * changed the cache extension to .php