Skip to content
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

[Core] Ensure writable web/ directories with absolute paths in the installer #6697

Merged
merged 3 commits into from
Nov 12, 2016
Merged

[Core] Ensure writable web/ directories with absolute paths in the installer #6697

merged 3 commits into from
Nov 12, 2016

Conversation

vntw
Copy link
Contributor

@vntw vntw commented Nov 11, 2016

Q A
Bug fix? yes
New feature? no
BC breaks? no

This fixes a problem when the install command is not called from the Symfony root directory. Since the web paths are relative, the directories will be created wherever I call the installer from.

Additionally, I removed a no-interaction check since Symfony's askConfirmation method will do this automatically for us in the next step.

The following `askConfirmation` call will automatically return the
default value (`false`) if it's in non-interactive mode.
To give the user some feedback what exactly happened, especially in
non-interactive mode since this command will never run (currently).
@pjedrzejewski pjedrzejewski merged commit 34809af into Sylius:master Nov 12, 2016
@pjedrzejewski
Copy link
Member

Thank you @venyii!

@vntw vntw deleted the absolute-install-paths branch November 14, 2016 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants