Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[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

Closed
wants to merge 2 commits into from

Conversation

tifabien
Copy link
Contributor

@tifabien tifabien commented Nov 17, 2016

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.

@xabbuh
Copy link
Member

xabbuh commented Nov 17, 2016

If we want to allow symlinks here, we should do the same for the validation files. What do you think?

@tifabien
Copy link
Contributor Author

I agree. What about serialization files?

@tifabien
Copy link
Contributor Author

I added the followLinks on both serialization and validation files

@tifabien
Copy link
Contributor Author

@xabbuh Is it OK for you? Note that I don't understand why the travis build is in error for PHP5.3.
Any idea?

@nicolas-grekas
Copy link
Member

Looks like a new behavior, thus new feature to me. Am I wrong?

@xabbuh
Copy link
Member

xabbuh commented Nov 25, 2016

Agreed, to treat this as a new features.

Besides that 👍 from me.

@tifabien
Copy link
Contributor Author

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
Copy link
Member

New features should now go to master because 3.2 entered its "code freeze" period.

@tifabien tifabien changed the base branch from 2.7 to master November 25, 2016 11:31
@tifabien
Copy link
Contributor Author

OK for me I changed the destination branch.

@tifabien tifabien changed the title [FrameworkBundle] Fix Finder when searching for translation files with symlinks [FrameworkBundle] Allowed symlinks when searching for translation, searialization and validation files Nov 25, 2016
@nicolas-grekas nicolas-grekas added Feature and removed Bug labels Dec 6, 2016
@nicolas-grekas nicolas-grekas added this to the 3.x milestone Dec 6, 2016
@nicolas-grekas
Copy link
Member

👍

@fabpot
Copy link
Member

fabpot commented Jan 6, 2017

Thank you @tifabien.

@fabpot fabpot closed this Jan 6, 2017
fabpot added a commit that referenced this pull request Jan 6, 2017
…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
@nicolas-grekas nicolas-grekas modified the milestones: 3.x, 3.3 Mar 24, 2017
@fabpot fabpot mentioned this pull request May 1, 2017
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.

6 participants