Commit Graph

6384 Commits

Author SHA1 Message Date
Fabien Potencier 3080da32c5 feature #4106 Rename hash to mapping and array to sequence (fabpot)
This PR was squashed before being merged into the 3.x branch.

Discussion
----------

Rename hash to mapping and array to sequence

Commits
-------

bc19f2f4 Tweak
c44be99a Rename array to sequence
5157402a Rename hash to mapping
2024-06-22 19:40:59 +02:00
Fabien Potencier f24929a4c9 Fix typo 2024-06-22 19:38:57 +02:00
Fabien Potencier bc19f2f48e Tweak 2024-06-22 19:37:52 +02:00
Fabien Potencier c44be99a84 Rename array to sequence 2024-06-22 19:37:51 +02:00
Fabien Potencier 5157402a77 Rename hash to mapping 2024-06-22 19:36:24 +02:00
Fabien Potencier da4592793b minor #4109 Update PHPUnit config (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Update PHPUnit config

Commits
-------

b78dee86 Update PHPUnit config
2024-06-21 08:25:01 +02:00
Fabien Potencier 1d8458d6ec minor #4108 Optimize sprintf() calls for PHP 8.4 (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Optimize sprintf() calls for PHP 8.4

Commits
-------

b63bde30 Optimize sprintf() calls for PHP 8.4
2024-06-21 08:24:40 +02:00
Fabien Potencier b78dee8682 Update PHPUnit config 2024-06-21 08:22:31 +02:00
Fabien Potencier b63bde3063 Optimize sprintf() calls for PHP 8.4 2024-06-21 08:16:55 +02:00
Fabien Potencier ca395348cf feature #4105 Deprecate the second argument of CallExpression::compileArguments (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Deprecate the second argument of CallExpression::compileArguments

Commits
-------

71d6c82d Deprecate CallExpression::compileArguments
2024-06-18 17:14:20 +02:00
Fabien Potencier 71d6c82de6 Deprecate CallExpression::compileArguments 2024-06-18 17:13:26 +02:00
Fabien Potencier ab071efe3b Bump version 2024-05-31 17:05:59 +02:00
Fabien Potencier 67f29781ff Prepare the 3.10.3 release v3.10.3 2024-05-16 11:04:27 +01:00
Fabien Potencier 75fc9b9487 bug #4093 Fix parse error in generated code when using CaptureNode (nicolas-grekas)
This PR was merged into the 3.x branch.

Discussion
----------

Fix parse error in generated code when using CaptureNode

Fix #4092

Introduced in https://github.com/twigphp/Twig/commit/799355dc823c80467f82670dfca8b57e9cd09622

Commits
-------

50425283 Fix parse error in generated code when using CaptureNode
2024-05-16 11:03:08 +01:00
Nicolas Grekas 504252835c Fix parse error in generated code when using CaptureNode 2024-05-16 11:46:35 +02:00
Fabien Potencier 7069d82f23 Bump version 2024-05-14 07:06:34 +01:00
Fabien Potencier 7aaed0b831 Prepare the 3.10.2 release v3.10.2 2024-05-14 07:04:16 +01:00
Fabien Potencier f553f16999 bug #4091 Fix old escaper signature + add docs (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Fix old escaper signature + add docs

Closes #4087
Closes #4088

Commits
-------

04b1ad3c Fix old escaper signature + add docs
2024-05-14 06:47:40 +01:00
Fabien Potencier 04b1ad3ced Fix old escaper signature + add docs 2024-05-13 18:21:17 +02:00
Fabien Potencier 0bdc73a599 Bump version 2024-05-12 08:17:25 +02:00
Fabien Potencier 3af5ab2e52 Prepare the 3.10.1 release v3.10.1 2024-05-12 08:16:18 +02:00
Fabien Potencier 1de5736d85 bug #4083 Fix BC break on escaper extension (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Fix BC break on escaper extension

Closes #4082

`@tacman` Can you test that this fixes your issue?

Commits
-------

1953f778 Fix BC break on escaper extension
2024-05-11 23:07:09 +02:00
Fabien Potencier 1953f77844 Fix BC break on escaper extension 2024-05-11 21:02:20 +02:00
Fabien Potencier 431316260b bug #4085 Fix constant return type (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Fix constant return type

Closes #4084

Commits
-------

f6ce88df Fix constant return type
2024-05-11 20:51:42 +02:00
Fabien Potencier f6ce88df2f Fix constant return type 2024-05-11 20:51:17 +02:00
Fabien Potencier bfc3b7b19b Bump version 2024-05-11 09:45:17 +02:00
Fabien Potencier 34422f9004 Prepare the 3.10.0 release v3.10.0 2024-05-11 09:44:16 +02:00
Fabien Potencier 87adff0c14 Update CHANGELOG 2024-05-11 09:43:08 +02:00
Fabien Potencier 6950b2e1d8 Fix markup 2024-05-11 09:37:03 +02:00
Fabien Potencier 761aa56a6f Revert "minor #4042 Auto-close PRs on subtree-splits (kbond)"
This reverts commit 12625c0c05, reversing
changes made to ad934312cd.
2024-05-11 09:35:57 +02:00
Fabien Potencier 318f7b8bb6 Fix typo 2024-05-11 09:09:43 +02:00
Fabien Potencier 6da7a95fba bug #4081 Fix blocks not available under some circumstancies (fabpot)
This PR was squashed before being merged into the 3.x branch.

Discussion
----------

Fix blocks not available under some circumstancies

Fix #4079

Commits
-------

55ae2149 Add more tests
d30b72c3 Fix blocks not available under some circumstancies
2024-05-11 09:03:44 +02:00
Fabien Potencier 55ae21493b Add more tests 2024-05-11 08:59:04 +02:00
Fabien Potencier d30b72c364 Fix blocks not available under some circumstancies 2024-05-11 08:44:27 +02:00
Fabien Potencier 799355dc82 Remove double ; in generated code 2024-05-08 11:17:29 +02:00
Fabien Potencier 00c43a9c38 Fix wrong @throws annotation 2024-05-04 19:05:47 +02:00
Fabien Potencier 78466e847b feature #4074 Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well) (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well)

Commits
-------

f2c9795b Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well)
2024-05-04 18:28:29 +02:00
Fabien Potencier f2c9795b26 Fix EscaperExtension constructor to not change from previous releases (will be the same in 4.x as well) 2024-05-04 18:27:46 +02:00
Fabien Potencier 450d2fb77a feature #4072 Move back default strategy to the extension (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Move back default strategy to the extension

Commits
-------

22810841 Move back default strategy to the extension
2024-05-04 11:38:35 +02:00
Fabien Potencier 7ccf825dc1 minor #4071 Fix wrong tests (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Fix wrong tests

Commits
-------

59542c3c Fix wrong tests
2024-05-04 11:37:53 +02:00
Fabien Potencier 22810841ba Move back default strategy to the extension 2024-05-04 08:51:08 +02:00
Fabien Potencier 59542c3caf Fix wrong tests 2024-05-04 08:32:54 +02:00
Fabien Potencier 68e4e5545f minor #4068 fix class names (xabbuh)
This PR was merged into the 3.x branch.

Discussion
----------

fix class names

Commits
-------

bee4263c fix class names
2024-05-02 10:18:08 +02:00
Christian Flothmann bee4263cd6 fix class names 2024-05-02 09:47:24 +02:00
Fabien Potencier 0d1a937f61 Fix CS 2024-05-01 18:23:14 +02:00
Fabien Potencier b222be9974 Fix CS 2024-05-01 16:06:53 +02:00
Fabien Potencier e5269cb308 feature #4066 Make some CoreExtension methods part of the public API (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Make some CoreExtension methods part of the public API

Closes #4040

Commits
-------

0a275945 Make some CoreExtension methods part of the public API
2024-05-01 14:11:27 +02:00
Fabien Potencier 0a275945af Make some CoreExtension methods part of the public API 2024-05-01 14:11:02 +02:00
Fabien Potencier 1e75ff9c73 minor #4044 Move some static extension methods to non-static (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Move some static extension methods to non-static

A first step to resolve #4040

Commits
-------

283475b1 Move some static extension methods to non-static
2024-05-01 13:55:18 +02:00
Fabien Potencier 283475b102 Move some static extension methods to non-static 2024-05-01 13:48:35 +02:00