added the special _context variable to reference the current context
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 29 Jun 2010 06:33:25 +0000 (08:33 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 29 Jun 2010 06:33:25 +0000 (08:33 +0200)
commit80af31538a40aa9ecc18403986fc242a2c083cbe
tree0a52afef6f54e848a966796781018946663fb7b1
parent74dc1596df9636a1b18703f4388ecbe473ef39ef
added the special _context variable to reference the current context
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
lib/Twig/Node/Expression/Name.php
lib/Twig/Node/Import.php
lib/Twig/Template.php
test/Twig/Tests/Fixtures/tags/macro/basic.test
test/Twig/Tests/Fixtures/tags/macro/self_import.test
test/Twig/Tests/Node/Expression/NameTest.php
test/Twig/Tests/integrationTest.php