merged branch hason/macros (PR #1139)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:51:29 +0000 (17:51 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 3 Aug 2013 15:51:29 +0000 (17:51 +0200)
commit03926034c452bbf7f3bcc14dd167acf39bb33818
tree44b81ff6fa93a0614c3f1d857ef5a74369b9f6d1
parent730aa25bedeee922c361640f6e4c01e4e6bac998
parent3004ba19d44b340d392a2635d08b1a286d55aa15
merged branch hason/macros (PR #1139)

This PR was merged into the master branch.

Discussion
----------

Improved macros

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #861, #867, #929, #1052
| License       | MIT
| Doc        | yes

* Fixed fatal error for unknown macro
* Added support for named arguments for macros
* Added support for directly call macros defined in the same template

Commits
-------

3004ba1 Added support for directly call macros defined in the same template
63615a6 Added support for named arguments for macros
09fedb8 Fixed fatal error for unknown macro
9e96837 Refactored parsing of macros
CHANGELOG
test/Twig/Tests/TemplateTest.php