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

Allow users to override the default Drupal files paths #44

Open
ironmike-au opened this issue Sep 12, 2018 · 1 comment
Open

Allow users to override the default Drupal files paths #44

ironmike-au opened this issue Sep 12, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ironmike-au
Copy link
Contributor

The default public Files path and the Tokaido-specified Private files path aren't appropriate for every project:

$settings['file_private_path'] = '/tokaido/site/private/default/';
$settings['file_temporary_path'] = '/tmp';

For this feature, we should give users the ability to specify the three files paths (private, public, and temp) in their .tok/config.yml file.

Tokaido should use this files in settings.tok.php, and also pre-create them and check permissions on them like it does for the default paths.

@ironmike-au ironmike-au self-assigned this Sep 12, 2018
@ironmike-au ironmike-au added the enhancement New feature or request label Sep 12, 2018
@ironmike-au ironmike-au added this to the 1.2.0 milestone Sep 12, 2018
@ironmike-au ironmike-au removed this from the 1.2.0 milestone Sep 29, 2018
@jimmycann
Copy link
Contributor

@otakumike tackling this one tonight

@jimmycann jimmycann self-assigned this Oct 17, 2018
@ironmike-au ironmike-au added this to the 1.6.0 milestone Jan 6, 2019
@ironmike-au ironmike-au removed this from the 1.6.0 milestone Mar 4, 2019
@ironmike-au ironmike-au added this to Backlog in Tokaido Release 1.8 Apr 24, 2019
@ironmike-au ironmike-au removed this from Backlog in Tokaido Release 1.8 Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants