added namespaced templates support in Twig_Loader_Filesystem
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 14 Jul 2012 13:26:10 +0000 (15:26 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 22 Jul 2012 11:52:31 +0000 (13:52 +0200)
commit0eb4d01d925a9f4a77403b241c2b2d616a8ac17a
treef71a54a45975404de170fa8080705d6aa00939b8
parentc24ea1bcc1ccc176edaed8c7f904584764d1b375
added namespaced templates support in Twig_Loader_Filesystem
14 files changed:
CHANGELOG
composer.json
doc/api.rst
ext/twig/php_twig.h
lib/Twig/Loader/Filesystem.php
test/Twig/Tests/Loader/FilesystemTest.php
test/Twig/Tests/Loader/Fixtures/named/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/named_bis/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/named_final/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/named_ter/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/normal/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/normal_bis/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/normal_final/index.html [new file with mode: 0644]
test/Twig/Tests/Loader/Fixtures/normal_ter/index.html [new file with mode: 0644]