Lines Matching refs:filters

208  * fixed regression on static calls for functions/filters/tests
215 …* allowed filters/functions/tests implementation to use a different class than the extension they …
314 * added a deprecation "framework" for filters/functions/tests and test fixtures
328 * added support for variadic filters, functions, and tests
406 * fixed first and last filters for UTF-8 strings
485 * added the ability to use any PHP callable to define filters, functions, and tests
488 * added support for named arguments for filters, tests, and functions
489 * moved filters/functions/tests syntax errors to the parser
572 * enforced interface when adding tests, filters, functions, and node visitors from extensions
585 * added the preserves_safety option for filters
628 …* fixed globals, parsers, visitors, filters, tests, and functions management in Twig_Environment w…
660 * added support for dynamically named filters and functions
667 * enhanced exceptions for unknown filters, functions, tests, and tags
687 * added Twig_Filter_Node to allow more complex filters to have their own Node class
728 …"[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks, tags, functions, filters, and macros)
810 …* added "needs_context" option for filters and functions (the context is then passed as a first ar…
839 …* removed 'is_escaper' option for filters (a left over from the previous version) -- you must use …
852 * added an Optimizer extension (enabled by default; optimizes "for" loops and "raw" filters)
859 * the odd and even filters are now tests:
940 * added a way to add token parsers, filters, and visitors without creating an extension
968 If you have defined custom filters, you MUST upgrade them for this release. To
989 …* changed the automatic-escaping rules to be more sensible and more configurable in custom filters
990 * improved the filter system to allow object methods to be used as filters
996 * added the following filters in the Core extension: in, range
1048 * changed the filter tag to allow chained filters
1053 …* changed filters first optional argument to be a Twig_Environment instance instead of a Twig_Temp…