-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Allowed symlinks when searching for translation, searialization and validation files #20547
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
Conversation
If we want to allow symlinks here, we should do the same for the validation files. What do you think? |
I agree. What about serialization files? |
I added the followLinks on both serialization and validation files |
@xabbuh Is it OK for you? Note that I don't understand why the travis build is in error for PHP5.3. |
Looks like a new behavior, thus new feature to me. Am I wrong? |
Agreed, to treat this as a new features. Besides that 👍 from me. |
If you consider this as a new feature, do I need to rebase my branch on top of master or 3.2(as it's not released yet)? |
New features should now go to |
OK for me I changed the destination branch. |
👍 |
Thank you @tifabien. |
…translation, searialization and validation files (tifabien) This PR was squashed before being merged into the 3.3-dev branch (closes #20547). Discussion ---------- [FrameworkBundle] Allowed symlinks when searching for translation, searialization and validation files | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - When we have a symlink folder in app/Resources/translations, files inside this symlink are not handled. Commits ------- 4874e43 [FrameworkBundle] Allowed symlinks when searching for translation, searialization and validation files
When we have a symlink folder in app/Resources/translations, files inside this symlink are not handled.