Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[SecurityBundle] Deprecate ACL related code#24318

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:3.4fromchalasr:security/deprecate-acl
Sep 26, 2017

Conversation

@chalasr
Copy link
Member

QA
Branch?3.4
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?yes
Tests pass?yes/no
Fixed ticketsreplaces#23811
LicenseMIT
Doc PRtodo

Needssymfony/acl-bundle#2

protectedfunctionexecute(InputInterface$input,OutputInterface$output)
{
// BC to be removed in 4.0
(newSymfonyStyle($input,$outputinstanceof ConsoleOutputInterface ?$output->getErrorOutput() :$output))->warning('Command "init:acl" is deprecated since version 3.4 and will be removed from SecurityBundle in 4.0. Register symfony/acl-bundle and use "acl:init" instead.');

Choose a reason for hiding this comment

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

Register symfony/acl-bundle and use ... ->Install symfony/acl-bundle and use ... ?

protectedfunctionexecute(InputInterface$input,OutputInterface$output)
{
// BC to be removed in 4.0
(newSymfonyStyle($input,$outputinstanceof ConsoleOutputInterface ?$output->getErrorOutput() :$output))->warning('Command "acl:set" is deprecated since version 3.4 and will be removed from SecurityBundle in 4.0. Register symfony/acl-bundle instead.');

Choose a reason for hiding this comment

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

Register symfony/acl-bundle instead. ->Install symfony/acl-bundle to use this command. ?

Copy link
Contributor

@ro0NLro0NL left a comment

Choose a reason for hiding this comment

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

Thanks! Looking good :)

@fabpot
Copy link
Member

Thank you@chalasr.

@fabpotfabpot merged commite3b7dc5 intosymfony:3.4Sep 26, 2017
fabpot added a commit that referenced this pull requestSep 26, 2017
This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] Deprecate ACL related code| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | yes| Tests pass?   | yes/no| Fixed tickets | replaces#23811| License       | MIT| Doc PR        | todoNeedssymfony/acl-bundle#2Commits-------e3b7dc5 [SecurityBundle] Deprecate ACL related code
@chalasrchalasr deleted the security/deprecate-acl branchSeptember 26, 2017 23:06
fabpot added a commit that referenced this pull requestSep 27, 2017
…tion (ogizanagi)This PR was merged into the 3.4 branch.Discussion----------[SecurityBundle] Add missing AclSchemaListener deprecation| Q             | A| ------------- | ---| Branch?       | 3.4| Bug fix?      | no| New feature?  | no <!-- don't forget updating src/**/CHANGELOG.md files -->| BC breaks?    | no| Deprecations? | yes <!-- don't forget updating UPGRADE-*.md files -->| Tests pass?   | yes| Fixed tickets | N/A <!-- #-prefixed issue number(s), if any -->| License       | MIT| Doc PR        | N/AMissing from#24318Commits-------d43c1f7 [SecurityBundle] Add missing AclSchemaListener deprecation
This was referencedOct 18, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

@weaverryanweaverryanweaverryan approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

+2 more reviewers

@ro0NLro0NLro0NL left review comments

@gusdecoolgusdecoolgusdecool approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

3.4

Development

Successfully merging this pull request may close these issues.

8 participants

@chalasr@fabpot@javiereguiluz@weaverryan@gusdecool@nicolas-grekas@ro0NL@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp