Skip to content

[SecurityBundle] Rename init:acl to acl:init #23811

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

Closed
wants to merge 1 commit into from
Closed

[SecurityBundle] Rename init:acl to acl:init #23811

wants to merge 1 commit into from

Conversation

ro0NL
Copy link
Contributor

@ro0NL ro0NL commented Aug 6, 2017

Q A
Branch? 3.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets #...
License MIT
Doc PR symfony/symfony-docs#...

@fabpot
Copy link
Member

fabpot commented Aug 6, 2017

I'd would prefer that we finally move everything related to ACLs into another bundle that can be moved outside of Symfony core. Probably directly into symfony/security-acl

@ro0NL
Copy link
Contributor Author

ro0NL commented Aug 6, 2017

See symfony/acl-bundle#2 :) but that needs a update anyway, so perhaps we can do this still here.

@nicolas-grekas nicolas-grekas added this to the 3.4 milestone Aug 7, 2017
@linaori
Copy link
Contributor

linaori commented Aug 7, 2017

I'll simply do the same changes in that bundle so they remain in sync

@ro0NL
Copy link
Contributor Author

ro0NL commented Aug 7, 2017

👍 not sure how this goes.. if the commands stay in core till 4.0 i think the rename makes sense. In the acl bundle we can do the rename instantly i guess, without deprecation.

@linaori
Copy link
Contributor

linaori commented Aug 7, 2017

@ro0NL I've simply copied your changes to keep them in sync, the deprecation makes sense as we can release a 4.0 variant of that bundle without problems. As long as people use 3.4 and use the ACL (bundle), they should be able to plug and play without BC breaks

@JasonCoal
Copy link

JasonCoal commented Aug 22, 2017 via email

@chalasr
Copy link
Member

chalasr commented Sep 25, 2017

Let's deprecate ACL code and rename it in symfony/acl-bundle directly. See #24318

@ro0NL
Copy link
Contributor Author

ro0NL commented Sep 25, 2017

Favoring #24318 :)

@ro0NL ro0NL closed this Sep 25, 2017
@ro0NL ro0NL deleted the acl/init-command branch September 25, 2017 11:32
fabpot added a commit that referenced this pull request Sep 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        | todo

Needs symfony/acl-bundle#2

Commits
-------

e3b7dc5 [SecurityBundle] Deprecate ACL related code
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.

8 participants