added self variable, simplified macro management, added some more documentation for...
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 09:27:38 +0000 (11:27 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 09:27:41 +0000 (11:27 +0200)
commita8031fc96a8dbb88c223c7046cd4ffdd385c770b
treee81abed0c373442fdca2311cb55594ce7462bc04
parentc017a93e7770b60e235a9f15b8639dcad086d74c
added self variable, simplified macro management, added some more documentation for macros (closes #61)
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
lib/Twig/Environment.php
lib/Twig/Node/Expression/Name.php
lib/Twig/Node/Import.php
lib/Twig/Node/Module.php
test/Twig/Tests/Node/ModuleTest.php
test/Twig/Tests/Node/SandboxedModuleTest.php
test/fixtures/tags/macro/basic.test
test/fixtures/tags/macro/self_import.test [new file with mode: 0644]