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

special character escaping in parameters.yml by installer #477

Closed
DoFken opened this issue Apr 23, 2013 · 1 comment
Closed

special character escaping in parameters.yml by installer #477

DoFken opened this issue Apr 23, 2013 · 1 comment
Labels

Comments

@DoFken
Copy link
Contributor

DoFken commented Apr 23, 2013

The installer will fill the parameters in step 7 in the parameters.yml file, but @actiongroup should be escaped as @@actiongroup

If the getConfigurationVariables will only by used for this it could be changed at https://github.com/forkcms/forkcms/blob/master/install/engine/step_7.php#L282 to @@actiongroup

Otherwise, all special characters in the variables should be escaped here: https://github.com/forkcms/forkcms/blob/master/install/engine/step_7.php#L107

@dieterve
Copy link
Contributor

When do you get an error? I am guessing we should add double quotes around the strings here: https://github.com/forkcms/forkcms/blob/master/install/engine/step_6.php#L137 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants