- Added forloop.* (all variables)
commit18868b45f39e758ee841dfb143aae33f1158d742
authorCésar D. Rodas <crodas@php.net>
Thu, 15 Jul 2010 07:19:24 +0000 (15 03:19 -0400)
committerCésar D. Rodas <crodas@php.net>
Thu, 15 Jul 2010 07:19:24 +0000 (15 03:19 -0400)
tree9a12725707dc0e776a79d82a198e6b9d1e8d63f8
parente734888fd53c934ef3287d799fef2056784a8ca8
- Added forloop.* (all variables)
- Added title and truncatewords filters
- Added more tests
35 files changed:
haanga/extensions.php
haanga/filters.php
haanga/filters/title.php [new file with mode: 0644]
haanga/filters/truncatewords.php [new file with mode: 0644]
haanga/generator.php
haanga/haanga.php
haanga/lexer.lex
haanga/lexer.php
haanga/parser.php
haanga/parser.y
haanga/tags.php
tests/assert_templates/inheritence_nested_block.html [new file with mode: 0644]
tests/assert_templates/inheritence_nested_block.tpl [new file with mode: 0644]
tests/assert_templates/inheritence_nested_block_duplicated.html [new file with mode: 0644]
tests/assert_templates/inheritence_nested_block_duplicated.tpl [new file with mode: 0644]
tests/assert_templates/nested_block.html [new file with mode: 0644]
tests/assert_templates/nested_block.tpl [new file with mode: 0644]
tests/assert_templates/nested_block_second_parent.html [new file with mode: 0644]
tests/assert_templates/nested_block_second_parent.tpl [new file with mode: 0644]
tests/assert_templates/nested_block_second_parent_override.html [new file with mode: 0644]
tests/assert_templates/nested_block_second_parent_override.tpl [new file with mode: 0644]
tests/assert_templates/regroup.html
tests/assert_templates/regroup.php
tests/assert_templates/regroup.tpl
tests/assert_templates/title.html [new file with mode: 0644]
tests/assert_templates/title.php [new file with mode: 0644]
tests/assert_templates/title.tpl [new file with mode: 0644]
tests/assert_templates/truncatewords.html [new file with mode: 0644]
tests/assert_templates/truncatewords.php [new file with mode: 0644]
tests/assert_templates/truncatewords.tpl [new file with mode: 0644]
tests/err_templates/block_super.tpl [new file with mode: 0644]
tests/err_templates/block_super_nonsubtemplate.tpl [new file with mode: 0644]
tests/err_templates/forloop1.tpl [new file with mode: 0644]
tests/err_templates/ifchanged.tpl [new file with mode: 0644]
tests/err_templates/title.tpl [new file with mode: 0644]