-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add possibility to install a plugin by uploading the .zip file #607
Comments
Attachment: |
Hi with my plugin-installer plugin it is possible to upload and install a zip-filed plugin after install |
Could you please submit a simple and clear patch for the trunk modification (since it goes in core of course :) |
Not MVP: we could specify a URL to the .zip of the plugin. For example, tickets in the Piwik trac would give very clearly the URL to the latest version of the plugin in the ticket description. Users would just have to copy paste the URL in the field, click OK, and same process as above would happen. |
… uploading a ZIP file
currently to install a plugin users have to unzip the plugin, then upload the PluginName directory into plugins/PluginName, and then go the admin and enable it. It is quite confusing and could be made much more simpler, by providing:
- upload the plugin.zip ; piwik would unzip the file, check that it contains one directory with the name of the plugin, check that the PluginName.php file is present, copy the directory in plugins/ and reload the page where the user can enable the plugin.
The text was updated successfully, but these errors were encountered: