Commit Graph

6393 Commits

Author SHA1 Message Date
Fabien Potencier b6360fbae3 minor #4117 [Doc] Replace http links with https (smnandre)
This PR was squashed before being merged into the 3.x branch.

Discussion
----------

[Doc] Replace http links with https

Commits
-------

ae429bd5 [Doc] Replace http links with https
2024-07-02 08:10:01 +02:00
Simon André ae429bd51d [Doc] Replace http links with https 2024-07-02 08:09:58 +02:00
Fabien Potencier a2f5d49126 minor #4118 Remove usage of uniqid (fabpot)
This PR was merged into the 3.x branch.

Discussion
----------

Remove usage of uniqid

Commits
-------

2f8219e6 Remove usage of uniqid
2024-07-01 18:43:37 +02:00
Fabien Potencier 2f8219e691 Remove usage of uniqid 2024-07-01 18:40:58 +02:00
Fabien Potencier cd2f7f2521 minor #4115 [Doc] Document OPTIMIZE_TEXT_NODES (smnandre)
This PR was merged into the 3.x branch.

Discussion
----------

[Doc] Document OPTIMIZE_TEXT_NODES

(and remove obselete OPTIMIZE_VAR_ACCESS)

Commits
-------

491a8417 Document OPTIMIZE_TEXT_NODES
2024-07-01 14:33:44 +02:00
Simon André 491a84175d Document OPTIMIZE_TEXT_NODES
(and remove obselete OPTIMIZE_VAR_ACCESS)
2024-06-30 10:13:10 +02:00
Fabien Potencier 045f5adec7 feature #3859 Issue #3828: Add sequence and mapping tests (pdureau)
This PR was squashed before being merged into the 3.x branch.

Discussion
----------

Issue #3828: Add sequence and mapping tests

Add sequence and mapping tests from Jinja.

Commits
-------

c5c95a2d Issue #3828: Add sequence and mapping tests
2024-06-22 19:49:10 +02:00
Pierre c5c95a2d5c Issue #3828: Add sequence and mapping tests 2024-06-22 19:48:59 +02:00
Fabien Potencier c77354ebad Add missing comment 2024-06-22 19:44:04 +02:00
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