TYPO3-coreapi / ext-coreapi

http://forge.typo3.org/projects/show/extension-coreapi
61 stars 38 forks source link

[FEATURE] Adds command to create uploads folders of all installed extensions #97

Closed lars85 closed 9 years ago

lars85 commented 10 years ago

Usage: typo3/cli_dispatch.phpsh extbase extensionapi:createuploadfolders

Konafets commented 10 years ago

What is your use case for that command? Shouldn't the EM takes care of creating the folders?

lars85 commented 10 years ago

First case: Deployments via Surf/... Second case: Local installations with composer

lars85 commented 10 years ago

and hey, its already on your list of tasks ("create upload folders") :)

Konafets commented 10 years ago

Actually I didn't compiled the list. It was already there when I jumped in here. I only remember a discussion with some Active Contributors of TYPO3 why CoreAPI should have this command.

lars85 commented 10 years ago

https://github.com/TYPO3-coreapi/ext-coreapi/blob/master/README.md

Are there reasons to not include this feature?

Konafets commented 10 years ago

They said it should and is already be done by the extension manager within the install process of the extension. According to that there is no need for an extra command.

lars85 commented 10 years ago

before or after they knew composer / automatic deployments?

Konafets commented 10 years ago

After :-) I am not against this command. I just need some reasons for the next upcoming discussion :-)

Konafets commented 9 years ago

For your interests. One of the active contributers just abandoned a core patch which make this command possible. See here: https://review.typo3.org/#/c/31112/. See also the discussion there.

So I will close the issue.