Commit Graph

4940 Commits

Author SHA1 Message Date
Fabien Potencier 6aae22ecde Bump license year 2020-01-01 18:10:47 +01:00
Fabien Potencier b370b79a14 Merge branch '1.x' into 2.x
* 1.x:
  Bump license year
2020-01-01 18:09:27 +01:00
Fabien Potencier 54be566c04 Bump license year 2020-01-01 18:09:02 +01:00
Fabien Potencier 41a87b9729 Bump version to 2.12.4-DEV 2019-12-28 08:14:03 +01:00
Fabien Potencier 97b6311585 Prepare the 2.12.3 release v2.12.3 2019-12-28 08:12:03 +01:00
Fabien Potencier 8279c11538 Update CHANGELOG 2019-12-28 08:10:31 +01:00
Fabien Potencier e74a51ecb1 Merge branch '1.x' into 2.x
* 1.x:
  Update doc with new escaping behavior
  Remove obsolete page
  language typo
2019-12-28 08:09:20 +01:00
Fabien Potencier 7f75a23f85 minor #3230 Fix constraints (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Fix constraints

Commits
-------

966fa451 Fix constraints
2019-12-27 08:37:45 +01:00
Fabien Potencier 6acf02e3bf bug #3226 Allow Symfony 5 (Guite)
This PR was submitted for the 3.x branch but it was merged into the 2.x branch instead (closes #3226).

Discussion
----------

Allow Symfony 5

This fixes #3225

Commits
-------

d735a43e support Sf5
2019-12-27 08:36:12 +01:00
Axel Guckelsberger d735a43e4e support Sf5 2019-12-27 08:36:07 +01:00
Fabien Potencier 966fa45126 Fix constraints 2019-12-27 08:33:44 +01:00
Fabien Potencier 82362775bb minor #3224 Update doc with new escaping behavior on ternary statements (l-vo)
This PR was submitted for the 3.x branch but it was merged into the 1.x branch instead (closes #3224).

Discussion
----------

Update doc with new escaping behavior on ternary statements

According to https://symfony.com/blog/better-white-space-control-in-twig-templates#fine-grained-escaping-on-ternary-expressions

Commits
-------

92e1cd35 Update doc with new escaping behavior
2019-12-27 08:28:59 +01:00
Laurent VOULLEMIER 92e1cd35c5 Update doc with new escaping behavior
When applied on ternary statements
2019-12-27 08:28:48 +01:00
Fabien Potencier 1a874b581a Remove obsolete page 2019-12-20 13:14:10 +01:00
Fabien Potencier 0a5fd1762a minor #3223 Remove the (feldenla)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #3223).

Discussion
----------

Remove `the`

Remove the article `the` to make a correct statement.

Commits
-------

8b8cfb0f language typo
2019-12-20 13:13:13 +01:00
feldenla 8b8cfb0f4e language typo 2019-12-20 13:13:08 +01:00
Fabien Potencier bf9544515e minor #3216 Add missing suggestions in Twig Extra Bundle (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Add missing suggestions in Twig Extra Bundle

Commits
-------

8c2c193a Add missing suggestions in Twig Extra Bundle
2019-12-11 11:42:19 +01:00
Fabien Potencier 8c2c193a29 Add missing suggestions in Twig Extra Bundle 2019-12-11 11:08:55 +01:00
Fabien Potencier 46e232b37c Merge branch '1.x' into 2.x
* 1.x:
  Add missing link in docs
  Correct return type of twig_date_converter
2019-12-09 17:39:17 +01:00
Fabien Potencier 335dcad4b0 Add missing link in docs 2019-12-09 17:35:58 +01:00
Fabien Potencier e45476d9d0 minor #3215 [Minor] Correct return type of twig_date_converter (mcfedr)
This PR was submitted for the 3.x branch but it was merged into the 1.x branch instead (closes #3215).

Discussion
----------

[Minor] Correct return type of twig_date_converter

if a `\DateTimeImmutable` is passed to `twig_date_converter` it will return a `\DateTimeImmutable`, not a `\DateTime`.

Commits
-------

e927e859 Correct return type of twig_date_converter
2019-12-09 17:33:13 +01:00
Fred Cox e927e859ea Correct return type of twig_date_converter 2019-12-09 17:33:08 +01:00
Fabien Potencier fdb691a424 minor #3205 Updated spaceless deprecation to point to apply tag, as the filter tag is now deprecated too (snebes)
This PR was squashed before being merged into the 2.x branch (closes #3205).

Discussion
----------

Updated spaceless deprecation to point to `apply` tag, as the `filter` tag is now deprecated too

Title says it all.  No reason to chase our tail if we find a random `spaceless` tag yet.

Commits
-------

a3435895 Updated spaceless deprecation to point to `apply` tag, as the `filter` tag is now deprecated too
2019-11-28 15:04:06 +01:00
Steve Nebes a343589583 Updated spaceless deprecation to point to apply tag, as the filter tag is now deprecated too 2019-11-28 15:04:01 +01:00
Fabien Potencier 41b651736c Merge branch '1.x' into 2.x
* 1.x:
  Fix tests
2019-11-28 15:02:56 +01:00
Fabien Potencier 3853841c9f minor #3206 Fix tests (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

Fix tests

Commits
-------

8a6010f6 Fix tests
2019-11-28 15:02:09 +01:00
Fabien Potencier 8a6010f695 Fix tests 2019-11-28 14:58:09 +01:00
Fabien Potencier aecce3d92e Merge branch '1.x' into 2.x
* 1.x:
  Remove mention of the obsolete twig-extensions repository
  Remove usage of the old Autoloader class in the docs
2019-11-18 18:29:44 +01:00
Fabien Potencier badf167c2c minor #3200 Remove mentions of the obsolete twig-extensions repository (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

Remove mentions of the obsolete twig-extensions repository

Commits
-------

7f48a181 Remove mention of the obsolete twig-extensions repository
2019-11-18 18:28:41 +01:00
Fabien Potencier 7f48a181cd Remove mention of the obsolete twig-extensions repository 2019-11-18 18:27:43 +01:00
Fabien Potencier 34a2a74596 bug #3198 Fix number formatter in Intl extra extension (fabpot)
This PR was squashed before being merged into the 2.x branch (closes #3198).

Discussion
----------

Fix number formatter in Intl extra extension

Commits
-------

a6cf3f3f Fix number formatter in Intl extra extension
2019-11-15 21:27:23 +01:00
Fabien Potencier a6cf3f3f37 Fix number formatter in Intl extra extension 2019-11-15 21:27:18 +01:00
Fabien Potencier d796e12863 minor #3197 Fix README (fabpot)
This PR was merged into the 2.x branch.

Discussion
----------

Fix README

Commits
-------

ddad9d8c Fix README
2019-11-15 17:09:10 +01:00
Fabien Potencier ddad9d8c98 Fix README 2019-11-15 17:07:38 +01:00
Fabien Potencier 8208cc20fe minor #3196 Remove usage of the old Autoloader class in the docs (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

Remove usage of the old Autoloader class in the docs

Commits
-------

240e967c Remove usage of the old Autoloader class in the docs
2019-11-15 16:46:00 +01:00
Fabien Potencier 240e967c61 Remove usage of the old Autoloader class in the docs 2019-11-15 16:44:44 +01:00
Fabien Potencier 208b745286 Fix docs 2019-11-15 13:40:08 +01:00
Fabien Potencier 37bd13d4e4 Merge branch '1.x' into 2.x
* 1.x:
  Fixed doc markup
  Bump version to 1.42.5-DEV
  Prepare the 1.42.4 release
2019-11-15 13:38:55 +01:00
Fabien Potencier 69030c7fb5 Fixed doc markup 2019-11-15 13:37:35 +01:00
Fabien Potencier 08ea68c89d Bump version to 2.12.3-DEV 2019-11-11 17:53:52 +01:00
Fabien Potencier d761fd1f1c Prepare the 2.12.2 release v2.12.2 2019-11-11 17:52:09 +01:00
Fabien Potencier 499ef6c515 Update CHANGELOG 2019-11-11 17:51:25 +01:00
Fabien Potencier 4a773f923f Bump version to 1.42.5-DEV 2019-11-11 17:50:21 +01:00
Fabien Potencier e587180584 Prepare the 1.42.4 release v1.42.4 2019-11-11 17:49:32 +01:00
Fabien Potencier 468f5cbe21 Merge branch '1.x' into 2.x
* 1.x:
  Add support for exponential numbers
  Fix phpdoc
2019-11-07 22:14:26 +01:00
Fabien Potencier 8f9c0b3267 feature #3182 Add support for exponential numbers (fabpot)
This PR was merged into the 1.x branch.

Discussion
----------

Add support for exponential numbers

Commits
-------

60921350 Add support for exponential numbers
2019-11-07 22:14:12 +01:00
Fabien Potencier d073fed7f1 minor #3183 Allow Symfony 5 (nicolas-grekas)
This PR was merged into the 2.x branch.

Discussion
----------

Allow Symfony 5

Commits
-------

4ab02e3e Allow Symfony 5
2019-10-23 17:56:47 +02:00
Nicolas Grekas 4ab02e3e9f Allow Symfony 5 2019-10-23 17:53:29 +02:00
Fabien Potencier 6092135057 Add support for exponential numbers 2019-10-22 17:32:36 +02:00
Fabien Potencier d86b8ea580 minor #3180 Fix small typo (kevin-verschaeve)
This PR was merged into the 2.x branch.

Discussion
----------

Fix small typo

Commits
-------

d48aceb8 Fix small typo
2019-10-17 13:01:59 +02:00