Actions
Feature #66298
closedAllow installation via a git url
Start date:
2015-04-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.6
Tags:
Complexity:
Sprint Focus:
Description
- have ui to add extkey+ git uri
- download either via git clone or the master.zip like on github
Updated by Simon Schaufelberger over 9 years ago
This could lead to problems with wrong extension keys because some people upload TYPO3 extensions with wrong extension keys for example typo3_news instead of news but generally speaking i love the idea.
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Benni Mack over 9 years ago
- Status changed from New to Rejected
This is not possible in the core, because then we'd need to make sure the host has git running etc. Also you'd need to specifiy a tag/version for referencing a URL.
Downloading any zip file from the web also seems very inconvient. The preferred way for doing stuff like that is composer, which we support natively in a flexible way now.
Actions