- Added global compiler option (useful for meneame templates)
commiteb4431411dd5658268d19e4494f8903f788aeba5
authorCésar D. Rodas <crodas@php.net>
Sat, 7 Aug 2010 08:34:39 +0000 (7 04:34 -0400)
committerCésar D. Rodas <crodas@php.net>
Sat, 7 Aug 2010 08:34:39 +0000 (7 04:34 -0400)
tree55c7d9e0b7c8eff2c33e6b8d69efe6983224c779
parent5b97074d31ac2083eb0d9d3de61aa8b3b9b9f08b
- Added global compiler option (useful for meneame templates)
    TODO:
        Unittest for:
            + Exec when it is disabled (should show an exception
            + global compiler option
36 files changed:
lib/Haanga.php
lib/Haanga/AST.php
lib/Haanga/Compiler.php
lib/Haanga/Generator/PHP.php
tests/tmp/assert_templates_autoescape.tpl.php
tests/tmp/assert_templates_base.tpl.php
tests/tmp/assert_templates_custom_tag.tpl.php
tests/tmp/assert_templates_cycle.tpl.php
tests/tmp/assert_templates_dummy.tpl.php
tests/tmp/assert_templates_empty_loop.tpl.php
tests/tmp/assert_templates_filter.tpl.php
tests/tmp/assert_templates_first_of.tpl.php
tests/tmp/assert_templates_if_else_simple.tpl.php
tests/tmp/assert_templates_ifchanged.tpl.php
tests/tmp/assert_templates_ifequals.tpl.php
tests/tmp/assert_templates_in.tpl.php
tests/tmp/assert_templates_inheritence_nested_block.tpl.php
tests/tmp/assert_templates_inheritence_nested_block_duplicated.tpl.php
tests/tmp/assert_templates_join.tpl.php
tests/tmp/assert_templates_load.tpl.php
tests/tmp/assert_templates_loop.tpl.php
tests/tmp/assert_templates_nested_block.tpl.php
tests/tmp/assert_templates_nested_block_second_parent.tpl.php
tests/tmp/assert_templates_nested_block_second_parent_override.tpl.php
tests/tmp/assert_templates_object.tpl.php
tests/tmp/assert_templates_partial.tpl.php
tests/tmp/assert_templates_pluralize.tpl.php
tests/tmp/assert_templates_regroup.tpl.php
tests/tmp/assert_templates_spaceless.tpl.php
tests/tmp/assert_templates_subtemplate.tpl.php
tests/tmp/assert_templates_templatetag.tpl.php
tests/tmp/assert_templates_title.tpl.php
tests/tmp/assert_templates_trans.tpl.php
tests/tmp/assert_templates_truncatewords.tpl.php
tests/tmp/assert_templates_variable_existe.tpl.php
tests/tmp/assert_templates_with.tpl.php