Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedNov 17, 2016
If we want to allow symlinks here, we should do the same for the validation files. What do you think? |
tifabien commentedNov 17, 2016
I agree. What about serialization files? |
tifabien commentedNov 17, 2016
I added the followLinks on both serialization and validation files |
tifabien commentedNov 22, 2016
@xabbuh Is it OK for you? Note that I don't understand why the travis build is in error for PHP5.3. |
nicolas-grekas commentedNov 25, 2016
Looks like a new behavior, thus new feature to me. Am I wrong? |
xabbuh commentedNov 25, 2016
Agreed, to treat this as a new features. Besides that 👍 from me. |
tifabien commentedNov 25, 2016
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)? |
javiereguiluz commentedNov 25, 2016
New features should now go to |
tifabien commentedNov 25, 2016
OK for me I changed the destination branch. |
nicolas-grekas commentedJan 6, 2017
👍 |
fabpot commentedJan 6, 2017
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
Uh oh!
There was an error while loading.Please reload this page.
When we have a symlink folder in app/Resources/translations, files inside this symlink are not handled.