renamed the inline tag to embed
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 24 Apr 2012 05:34:14 +0000 (07:34 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 24 Apr 2012 05:35:39 +0000 (07:35 +0200)
commitfab21d8a7641349dc390f153ef62431f836d989c
treea32678c3fdec448b2444424e2ff2953dfafe3035
parent1b547807d2962702afd819903509b35a53ee283d
renamed the inline tag to embed
12 files changed:
CHANGELOG
doc/tags/embed.rst [moved from doc/tags/inline.rst with 82% similarity]
doc/tags/index.rst
lib/Twig/Environment.php
lib/Twig/Extension/Core.php
lib/Twig/Node/Embed.php [moved from lib/Twig/Node/Inline.php with 71% similarity]
lib/Twig/Node/Module.php
lib/Twig/Node/SandboxedModule.php
lib/Twig/Parser.php
lib/Twig/TokenParser/Embed.php [moved from lib/Twig/TokenParser/Inline.php with 70% similarity]
test/Twig/Tests/Fixtures/tags/embed/basic.test [moved from test/Twig/Tests/Fixtures/tags/inline/basic.test with 89% similarity]
test/Twig/Tests/Fixtures/tags/embed/with_extends.test [moved from test/Twig/Tests/Fixtures/tags/inline/with_extends.test with 92% similarity]