-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
ACL + DoctrineMigrationsBundle #2091
Comments
+1 for this, i made a comment on the Google Groups list a couple of months ago, let's see if i can do something in the code |
@schmittjoh ping |
I had submitted a patch to solve this which was rejected. It's somewhere in my symfony fork though. |
@schmittjoh could you give the ref to your PR / branch ? |
Unfortunately not, it's incorporated into my master branch. But since it On Thu, Mar 8, 2012 at 2:36 PM, Victor Berchet <
|
Do you remember the reason why this was rejected by any chance ? (I can't find the closed PR with GH) |
I believe it was performance, but don't know for sure, was like 7 or 8 On Thu, Mar 8, 2012 at 3:15 PM, Victor Berchet <
|
#1313 ? |
Yes, that looks like it. |
So I guess the problem was mainly that the PR has 2 not related commits (am I right here ?) + some mis-understanding. Would you mind opening a new PR with the second commit only ? |
I'd appreciate if someone else can cherry-pick the commit, and try to get On Fri, Mar 9, 2012 at 3:18 AM, Victor Berchet <
|
I can do that if you confirm that the first commit is not required. |
Was the problem really fixed? I still have the issue in version 2.0.16. Any ideas on how to overcome this? |
@memphys it was fixed, but for 2.1 |
@stof any chances it will be back-ported to 2.0? |
@memphys no. It relies on a new feature introduced in 2.1, and new features are never backported. |
@stof ok, understood. Thanks! |
The
app/console doctrine:migrations:diff
generates a migration to drop all the ACL tables.Now I'm pretty sure we can safely say that a develop should always check the generated migrations ...
Nonetheless this behavory can be anoying and is defenatly not intended!
PS . I'm not really sure where this issue should go but I think this is more related to ACL then the bundle.
Apart from that I think the ACL has some serious issues with being decoupled while instead it should be strongly integerated into the doctrine bundle.
The text was updated successfully, but these errors were encountered: