Show author of plugin #4578
Closed
Show author of plugin #4578
Comments
Thanks for the report! Indeed author_homepage is found many times in the source code, but not documented at: http://developer.piwik.org/guides/distributing-your-plugin @tsteur, what are your thoughts on this one? |
IMHO author and author_homepage should be removed in favor of the new "authors" array. FYI, I've set myself as owner since I have the fix ready :P |
+1 for removing author_homepage |
Nice one! feedback:
|
Done and good catch! :) |
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
Show Piwik for all core plugins fixes matomo-org#4578
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin listing (Platform > Plugins) currently uses undocumented keys from plugin.json to show the author and links to the author's homepage.
Authors can be added in plugin.json with an "authors" array (e.g. https://github.com/piwik/plugin-SecurityInfo/blob/master/plugin.json). However the plugin listing uses "author" and "author_homepage".
I think it is reasonable to simply show all the authors in a row (e.g. By Foo, Bar, Baz) with link to their homepage.
The text was updated successfully, but these errors were encountered: