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

Add possibility to install a plugin by uploading the .zip file #607

Closed
mattab opened this issue Mar 12, 2009 · 8 comments
Closed

Add possibility to install a plugin by uploading the .zip file #607

mattab opened this issue Mar 12, 2009 · 8 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 12, 2009

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.

@robocoder
Copy link
Contributor

Attachment:
PluginConfig.png

@anonymous-matomo-user
Copy link

Hi

with my plugin-installer plugin it is possible to upload and install a zip-filed plugin
install autoUpdater from http://plugin.suenkel.org

after install
Settings -> Pluginstore -> advanced -> Upload Zipfile

@mattab
Copy link
Member Author

mattab commented Dec 18, 2012

Could you please submit a simple and clear patch for the trunk modification (since it goes in core of course :)

@mattab
Copy link
Member Author

mattab commented Sep 6, 2013

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.

@tsteur
Copy link
Member

tsteur commented Oct 1, 2013

In e58b0d1: refs #607 added possibility to install a plugin or theme by uploading a ZIP file

@tsteur
Copy link
Member

tsteur commented Oct 1, 2013

In 8335245: refs #607 display upload ZIP file link only if user is superUser

@tsteur
Copy link
Member

tsteur commented Oct 1, 2013

In b636f6d: refs #607 display a message in case user has not selected a zip file

@tsteur
Copy link
Member

tsteur commented Oct 1, 2013

In bc1db79: refs #607 make sure user uploads a ZIP file

@mattab mattab added this to the 2.0 - Piwik 2.0 milestone Jul 8, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
sabl0r pushed a commit to sabl0r/piwik that referenced this issue Sep 23, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

4 participants