Lines Matching refs:removed

34  * removed duplicated directory separator in FilesystemLoader
116 * removed final tag on Twig_TokenParser_Include
206 * removed template source code from generated template classes when debug is disabled
221 * removed usage of realpath in cache keys
223 * removed embed parent workaround for simple use cases
391 * removed the __toString policy check when the sandbox is disabled
619 * removed the creation of Twig_Markup instances when not needed
656 * removed the need to quote hash keys
677 * removed usage of Reflection in Twig_Template::getAttribute()
729 * removed the possibility to use the "extends" tag from a block
791 * removed coupling between Twig_Node and Twig_Template
798 * the "items" filter, which has been deprecated for quite a long time now, has been removed
806 * removed the grammar and simple token parser (moved to the Twig Extensions repository)
828 * removed the "without loop" attribute for the "for" tag (not needed anymore
839 …* removed 'is_escaper' option for filters (a left over from the previous version) -- you must use …
847 * removed the newline after a comment (mimics PHP behavior)
869 * removed support for {{ 1 < i < 3 }} (use {{ i > 1 and i < 3 }} instead)
870 * the "in" filter has been removed ({{ a|in(b) }} should now be written {{ a in b }})
879 * removed trim_blocks option
896 * removed the debug tag (should be done in an extension)
914 * removed Twig_Template instances from the debug tag output
923 * removed the sandboxed attribute of the include tag (use the new sandbox tag instead)
931 * removed the Twig_Resource::resolveMissingFilter() method
1003 Twig_Loader base class has been removed, and the Twig_LoaderInterface has also
1035 * removed output when an error occurs in a template and render() is used