Lines Matching refs:changed

36  * changed internal code to use the namespaced classes as much as possible
180 * changed context access to use the PHP 7 null coalescing operator when available
220 * changed the way we store template source in template classes
279 * changed template cache names to take into account the Twig C extension
294 * changed template cache names to take into account enabled extensions
389 * changed url_encode to always encode according to RFC 3986
453 * changed ☃ to § in tests
502 …* changed the date filter behavior to always apply the default timezone, except if false is passed…
573 * fixed a side-effect of the date filter where the timezone might be changed
576 …* changed the autoescape option to also accept a supported escaping strategy (for BC, true is equi…
684 …* changed the precedence of the .. operator to be more consistent with languages that implements s…
692 …* changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/ad…
728 …* changed name regex to match PHP one "[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*" (works for blocks…
785 * changed the way {% set %} works when capturing (the content is now marked as safe)
841 * changed the order of execution for node visitors
874 * changed trans tag to accept any variable for the plural count
877 * changed the algorithm used for parsing expressions
881 * changed all exceptions to extend Twig_Error
922 …* changed 'as' to '=' for the set tag ({% set title as "Title" %} must now be {% set title = "Titl…
936 * changed the date filter to support any date format supported by DateTime
939 * changed the cache option to only accepts an explicit path to a cache directory or false
942 * changed the generated code to match the new coding standards
989 …* changed the automatic-escaping rules to be more sensible and more configurable in custom filters…
991 * changed the Array and String loaders to actually make use of the cache mechanism
1004 been changed (see the source code for more information or the documentation).
1045 * changed the cache extension to .php
1048 * changed the filter tag to allow chained filters
1051 * changed default directory permission when cache dir does not exist (more secure)
1053 …* changed filters first optional argument to be a Twig_Environment instance instead of a Twig_Temp…