* 1.x:
fixed CS
marked some classes as being final
Better type description on PHPDoc, better testing of returned value.
Make Twig_Error report real source path when possible
This PR was merged into the 1.x branch.
Discussion
----------
Better testing of operators returned by Extension
Add better testing and docs description about operators when using an extension.
Commits
-------
282df53 Better type description on PHPDoc, better testing of returned value.
This PR was merged into the 1.x branch.
Discussion
----------
marked some classes as being final
Not sure about this one. I'd like some reviews before merging (we might make some other ones final and I might have marked some as final which should not). ping @stof @nicolas-grekas
Commits
-------
e89c712 marked some classes as being final
This PR was merged into the 2.x branch.
Discussion
----------
Remove debugging class
this file was added in the repo in the 2.x branch during an upstream merge of the 1.x branch. It clearly looks like a mistake.
Commits
-------
8206f44 Remove debugging class
This PR was merged into the 1.x branch.
Discussion
----------
added support for {{ _self }} to provide an upgrade path from 1.x to 2.0
fixes#2284
Commits
-------
8ab764b added support for {{ _self }} to provide an upgrade path from 1.x to 2.0
* 1.x:
updated CHANGELOG
Deprecate usage of undefined blocks
deprecated support for mbstring.func_overload != 0
bumped version to 1.28.3-DEV
prepared the 1.28.2 release
This PR was merged into the 1.x branch.
Discussion
----------
Deprecate usage of undefined blocks
Alternative to #2277.
Commits
-------
75d474a Deprecate usage of undefined blocks
This PR was merged into the 1.x branch.
Discussion
----------
Deprecate support for mbstring.func_overload != 0
see https://wiki.php.net/rfc/deprecations_php_7_2
Commits
-------
6668d47 deprecated support for mbstring.func_overload != 0
This PR was squashed before being merged into the 1.x branch (closes#2272).
Discussion
----------
Fix unconsistent behavior with "get" and "is"
Commits
-------
8fb35d5 Fix unconsistent behavior with "get" and "is"
* 1.x:
fixed message
improved a deprecation notice
bumped version to 1.28.2-DEV
prepared the 1.28.1 release
added tests for block() when using a template argument
fixed block() is defined call when using a template argument
Bugfix: When rendering blocks of other templates, don't pass the local blocks array.
fixed doc issues
fixed typo in the docs
fix wrong __CLASS__ constant
bumped version to 1.28.1-DEV
prepared the 1.28.0 release
fixed render block with template wrapper
This PR was merged into the 1.x branch.
Discussion
----------
Bugfix: When rendering blocks of other templates, don't pass the local blocks array
This PR fixessymfony/symfony#20556.
When referring to a block of another template from within a template that also has a block with the same name, Twig renders the wrong block.
Commits
-------
8c090a7 added tests for block() when using a template argument
a5526f3 fixed block() is defined call when using a template argument
c04d077 Bugfix: When rendering blocks of other templates, don't pass the local blocks array.