Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[TwigBundle] removed deprecated ActionsExtension #13233

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
Jan 14, 2015

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Jan 4, 2015

Q A
Bug fix? no
New feature? no
BC breaks? yes
Deprecations? no
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

This removes the {% render %} tags which was replaced by the {{ render }} function in 2.2.

@javiereguiluz
Copy link
Member

Given that {% render %} will no longer work, the PR table should say BC breaks? yes, right?

@fabpot
Copy link
Member Author

fabpot commented Jan 4, 2015

@javiereguiluz fixed

@Tobion
Copy link
Contributor

Tobion commented Jan 4, 2015

👍 but it seems like it is missing the deprecation trigger so far. So I guess renderUri should include a trigger_error in branch 2.7

@fabpot fabpot force-pushed the deprecated-removal branch from b957f44 to 70cd6c9 Compare January 14, 2015 06:00
@fabpot
Copy link
Member Author

fabpot commented Jan 14, 2015

@Tobion You're right, done in #13408

@fabpot fabpot merged commit 70cd6c9 into symfony:master Jan 14, 2015
fabpot added a commit that referenced this pull request Jan 14, 2015
This PR was merged into the 3.0-dev branch.

Discussion
----------

[TwigBundle] removed deprecated ActionsExtension

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

This removes the `{% render %}` tags which was replaced by the `{{ render }}` function in 2.2.

Commits
-------

70cd6c9 [TwigBundle] removed deprecated ActionsExtension
@fabpot fabpot deleted the deprecated-removal branch February 12, 2015 09:32
@fabpot fabpot mentioned this pull request Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants