Fabien Potencier
273b666a71
removed the obsolete lib/ directory, removed PSR-0 class aliases
2019-04-23 16:34:05 +02:00
Fabien Potencier
50763ac22e
bumped version to 3.0
2019-04-23 16:33:38 +02:00
Fabien Potencier
9acd647214
bumped version to 2.8
2019-04-03 15:57:27 +02:00
Fabien Potencier
eae31defba
Merge branch '1.x' into 2.x
...
* 1.x:
removed support forum in composer.json
2019-02-22 01:48:55 +01:00
Fabien Potencier
3757418b88
removed support forum in composer.json
2019-02-22 01:48:47 +01:00
Fabien Potencier
66b708bde8
bumped version to 1.38
2019-02-15 08:28:49 +01:00
Fabien Potencier
85972a040e
deprecated Parser::isReservedMacroName()
2019-02-15 03:39:46 +01:00
Fabien Potencier
637028117a
dropped PHP 5.3 support
2019-01-08 09:18:55 +01:00
Fabien Potencier
777912e5b4
bumped version
2019-01-08 09:16:31 +01:00
Fabien Potencier
02587c7f0c
Merge branch '1.x' into 2.x
...
* 1.x:
tweaked phpunit config
2018-12-11 08:16:20 +01:00
Fabien Potencier
b78a1dd198
tweaked phpunit config
2018-12-11 08:08:16 +01:00
Jens Svalgaard Kohrt
dc3acfb7cd
Fix multi-byte UFT-8 in escape('html_attr')
2018-09-20 15:45:46 +02:00
Fabien Potencier
1329b5580f
bumped versionn to 2.6
2018-07-31 11:41:48 +02:00
Fabien Potencier
4beb7bfb0b
Add support for dynamic tests
2018-07-31 11:10:58 +02:00
Fabien Potencier
44bb6cc9ac
bumped version to 2.5.0
2018-05-18 09:34:00 +02:00
Fabien Potencier
eff4f9f622
Merge branch '1.x' into 2.x
...
* 1.x:
fixed doc markup
Fixed PHPDoc of Twig_Token::test
added the Symfony ctype polyfill as a dependency
Added missing edge-cases
2018-05-18 09:25:34 +02:00
Fabien Potencier
5b9a70b3a3
added the Symfony ctype polyfill as a dependency
2018-05-01 21:12:10 +02:00
Fabien Potencier
47b5707f03
Merge branch '1.x' into 2.x
...
* 1.x:
fixed website URL
Fix cache update after uploading the template file (when auto-update is enabled).
Small optimization for Twig_NodeTraverser::traverseForVisitor
Add JSON escape strategy
2018-04-20 07:27:39 +02:00
Fabien Potencier
28690681d1
fixed website URL
2018-04-20 07:23:43 +02:00
Fabien Potencier
4049028940
Merge branch '1.x' into 2.x
...
* 1.x:
removed dev deps in composer.json
2018-03-19 18:23:14 +01:00
Fabien Potencier
64349bcf49
removed dev deps in composer.json
2018-03-19 18:18:16 +01:00
Fabien Potencier
16bfb101f0
bumped version to 1.35
2017-08-16 08:18:33 +02:00
Fabien Potencier
fd98722d15
Merge branch '1.x' into 2.x
...
* 1.x:
Add the aliases
Add namespaced aliases
2017-05-25 15:39:31 -07:00
Nicolas Grekas
71af32b306
Add namespaced aliases
2017-05-24 10:12:32 +02:00
Fabien Potencier
3810368b3b
marked Twig_Node_Module as final via an annotation (will be final in 3.0)
2017-05-22 08:18:37 +02:00
Fabien Potencier
75f2231a45
fixed code for older versions of PHP
2017-05-11 15:26:49 -07:00
Fabien Potencier
d884330572
bumped version to 1.34
2017-05-11 14:48:03 -07:00
Fabien Potencier
f5596be101
Merge branch '1.x' into 2.x
...
* 1.x:
updated CHANGELOG
Call clearstatcache() before calling is_dir().
bumped version to 1.33
fixed CHANGELOG
Make "length" filter and "empty" test consider __toString [Twig 1.x]
2017-03-22 08:12:17 -07:00
Fabien Potencier
5040e38885
bumped version to 1.33
2017-03-22 07:48:20 -07:00
Fabien Potencier
ea2ca30d00
Merge branch '1.x' into 2.x
...
* 1.x:
Updated the vim-twig link
PHPUnit 6 compatability
Fix codeblock
Update Compiler.php
2017-03-12 08:30:20 -07:00
Christian Flothmann
0d791de63d
PHPUnit 6 compatability
2017-03-11 20:03:13 +01:00
Fabien Potencier
a818ab3ac3
bumped version to 2.2
2017-02-17 11:33:43 -08:00
Fabien Potencier
9578c35227
Merge branch '1.x' into 2.x
...
* 1.x:
fixed tests for PHP 5.2
fixed tests for PHP 5.2
fixed tests for PHP 5.2
Fix typo in test filename
added a note in the docs about the PSR-11 runtime loader
fixed typo
updated CHANGELOG
bumped version to 1.32
Add ContainerRuntimeLoader
tweaked docs
Update striptags.rst
fixed CS
Mention autoescape=true deprecation (issue #2386 )
Fix typo.
bumped version to 1.31.1-DEV
prepared the 1.31.0 release
added a note about macros usage in the deprecated docs
2017-02-17 11:32:53 -08:00
Fabien Potencier
d2863a89c8
feature #2401 Add ContainerRuntimeLoader (chalasr)
...
This PR was merged into the 1.x branch.
Discussion
----------
Add ContainerRuntimeLoader
Next to https://github.com/symfony/symfony/pull/21625#discussion_r101715445
Commits
-------
964a51bc Add ContainerRuntimeLoader
2017-02-17 11:12:59 -08:00
Fabien Potencier
f08c06ed7e
bumped version to 1.32
2017-02-17 11:10:54 -08:00
Robin Chalas
964a51bc02
Add ContainerRuntimeLoader
2017-02-17 19:29:40 +01:00
Fabien Potencier
f02005ecd6
bumped version to 2.1.0
2017-01-10 14:08:27 -08:00
Fabien Potencier
3cdbd325d4
bumped version to 1.31.0
2017-01-10 14:00:36 -08:00
Fabien Potencier
e36f33dae0
fixed composer.json
2016-12-24 09:32:21 +01:00
Fabien Potencier
4411071959
Merge branch '1.x' into 2.x
...
* 1.x:
fixed composer.json
bumped version to 1.30.1-DEV
prepared the 1.30.0 release
2016-12-24 09:07:51 +01:00
Fabien Potencier
b42bacec7f
fixed composer.json
2016-12-24 09:07:02 +01:00
Fabien Potencier
747d7bea87
dropped PHP 5.x support
2016-12-21 10:34:59 +01:00
Rob Frawley 2nd
12e75458bc
fix travis build matrix to support 7.x and hhvm
2016-12-21 10:34:59 +01:00
Fabien Potencier
7ffb188710
deprecated function/test/filter/tag overriding
2016-12-20 04:58:45 +01:00
Fabien Potencier
6668d475d6
deprecated support for mbstring.func_overload != 0
2016-11-23 10:49:23 -08:00
Fabien Potencier
2675139c93
Merge branch '1.x' into 2.x
...
* 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
2016-11-19 11:45:49 -08:00
Fabien Potencier
0595c402d7
improved a deprecation notice
2016-11-19 11:13:58 -08:00
Fabien Potencier
af3b0a550c
bumped minimum version to PHP 5.6
2016-11-10 11:37:20 -08:00
Fabien Potencier
d630f870a7
bumped version to 1.28
2016-11-10 11:28:46 -08:00
Fabien Potencier
d77f3dd34b
deprecated Parser::getFilename()
2016-10-17 11:33:14 -07:00