* 1.x:
updated CHANGELOG
[DOC] Fixed typos in advanced.rst
Improve deprecations message Add the version in the message
Make file cache tolerant for trailing (back)slashes on directory configuration.
This PR was merged into the 1.x branch.
Discussion
----------
Improve deprecations message
This PR specifies the version in which some ``Twig_SimpleTest`` were deprecated to make it easier to upgrade a package.
Commits
-------
fdb1937 Improve deprecations message Add the version in the message
This PR was merged into the 1.x branch.
Discussion
----------
rtrim cache dir
@see #1951
Commits
-------
c3ec2fb Make file cache tolerant for trailing (back)slashes on directory configuration.
This PR was submitted for the master branch but it was merged into the 1.x branch instead (closes#1929).
Discussion
----------
[DOC] Fixed typos in advanced.rst
Hey,
there are two typos of `Interace`. Although it sounds cool, `Interface` works better for copy and paste.
Cheers
Matthais
Commits
-------
57cd302 [DOC] Fixed typos in advanced.rst
This PR was merged into the 2.0-dev branch.
Discussion
----------
Let PHP convert Twig_Markup to JSON instead of pre-filtering it
See http://blog.blackfire.io/blackfire-on-blackfire-twig-and-json.html for the reason to do this.
The bump of the requirement to PHP 5.5+ in Twig 2 makes it possible to rely on ``JsonSerializable``
Commits
-------
8bd96c1 Let PHP convert Twig_Markup to JSON instead of pre-filtering it
This PR was merged into the 1.x branch.
Discussion
----------
Removed usage of deprecated constant
Commits
-------
f19318d Removed usage of deprecated constant
This PR was merged into the 2.0-dev branch.
Discussion
----------
remove php 5.2 compatibility for filesystemhelper
#1945 for 2.x
Commits
-------
4ce9587 remove php 5.2 compatibility for filesystemhelper
* 1.x: (22 commits)
skip read-only dir tests on windows and cleanup tmp dirs correctly
Fixing a slight typo in interface
made a small refactoring
fixed typo
deprecated a class that has never been used
bumped version to 1.23.2-DEV
prepared the 1.23.1 release
updated CHANGELOG
Add dot to the end of exception messages.
set back default
Typo in doc
CS
static vs. self
Code grooming
fix deprecation message typo
fixed typos
fixed CS
fix BC, revert to pre 1.23 behavior, and make use of pattern an option
make cache per user (on linux)
fixed Twig_Extension_GlobalsInterface name in comments
...
This PR was squashed before being merged into the 1.x branch (closes#1945).
Discussion
----------
skip read-only dir tests on windows and cleanup tmp dirs correctly
- fix tests on windows (skipping them as read-only dirs are not possible on windows, only read-only files; read-only attribute on folders (`exec('attrib +R '`) does not prevent files to be created inside them)
- correctly cleanup tmp directories at the end of tests
Commits
-------
c6601a1 skip read-only dir tests on windows and cleanup tmp dirs correctly
This PR was merged into the 1.x branch.
Discussion
----------
Fixing a slight typo in interface
Just a typo in the ExtensionInterface
Commits
-------
de15975 Fixing a slight typo in interface
This PR was merged into the 1.x branch.
Discussion
----------
Code grooming
Commits
-------
aa7c53a Add dot to the end of exception messages.
b8a6e72 set back default
0f5f9aa Typo in doc
8bb9b83 CS
355213b static vs. self
d4e3ada Code grooming
This PR was merged into the 1.x branch.
Discussion
----------
made exception messages more precise
Replaces #1906 and #1902
Commits
-------
04d6738 fixed typos
This PR was merged into the 1.x branch.
Discussion
----------
fix BC, revert to pre 1.23 behavior, and make use of pattern an option
For context see twigphp/Twig-extensions#155
Commits
-------
ee5e25e fix BC, revert to pre 1.23 behavior, and make use of pattern an option
This PR was merged into the 1.x branch.
Discussion
----------
fixed Twig_Extension_GlobalsInterface name in comments
It looks like renaming `Twig_Extension_GlobalsProviderInterace` to `Twig_Extension_GlobalsInterface` was done only partially while working on #1897.
Commits
-------
2660286 fixed Twig_Extension_GlobalsInterface name in comments
This PR was merged into the 1.x branch.
Discussion
----------
make cache per user (on linux)
Just because I hate having failed test when I run test once on 1 account, then once on another account ;)
Commits
-------
da5cac6 make cache per user (on linux)