Skip to content

[FrameworkBundle] deprecate the framework.templating option #32267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jun 28, 2019

Q A
Branch? 4.4
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets #32120
License MIT
Doc PR

The config node has already been removed in the master branch in #31800. For DX it would have been better to have this deprecation in 4.3 (see e.g. #32120), but it's probably too late to ship this as a bugfix.

@Tobion
Copy link
Contributor

Tobion commented Jun 28, 2019

This should go in 4.3 because that's where the deprecation happened. You cannot fix the other deprecations without removing the config. So this is a requirement and serves as explanation.

@Tobion
Copy link
Contributor

Tobion commented Jun 28, 2019

Please also add the instructions to UPGRADE-4.3.md as pointed out in #32120

@xabbuh xabbuh changed the base branch from 4.4 to 4.3 June 29, 2019 10:10
@xabbuh xabbuh modified the milestones: next, 4.3 Jun 29, 2019
@xabbuh
Copy link
Member Author

xabbuh commented Jun 29, 2019

This should go in 4.3 because that's where the deprecation happened. You cannot fix the other deprecations without removing the config. So this is a requirement and serves as explanation.

You are right. I have just checked this on a fresh installation.

@@ -169,8 +169,8 @@ Form
FrameworkBundle
---------------

* Remved the `framework.templating` option, use Twig instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you 👍

@fabpot
Copy link
Member

fabpot commented Jul 3, 2019

Thank you @xabbuh.

@fabpot fabpot merged commit ba241ce into symfony:4.3 Jul 3, 2019
fabpot added a commit that referenced this pull request Jul 3, 2019
…ion (xabbuh)

This PR was merged into the 4.3 branch.

Discussion
----------

[FrameworkBundle] deprecate the framework.templating option

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | #32120
| License       | MIT
| Doc PR        |

The config node has already been removed in the `master` branch in #31800. For DX it would have been better to have this deprecation in 4.3 (see e.g. #32120), but it's probably too late to ship this as a bugfix.

Commits
-------

ba241ce deprecate the framework.templating option
@xabbuh xabbuh deleted the issue-32120 branch July 3, 2019 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants