github-plugin-search
github-plugin-search copied to clipboard
Search and install WordPress plugins from Github.
In `http://localhost/wp-admin/plugin-install.php` : `( ! ) Notice: Undefined property: stdClass::$search in D:\wamp\www\wordpress\wp-content\plugins\github-plugin-search-master\includes\class-search.php on line 196` `Notice: Undefined index: icons in D:\wamp\www\wordpress\wp-admin\includes\class-wp-plugin-install-list-table.php on line 520` ` Notice: Undefined index: last_updated in...
Do not work on latest Wordpress 4.3 It was a good idea and i wanted it because there's tousands of Wordpress plugins now on Github.
Submitted via email by @kurtpayne The problem we were discussing over twitter is how to represent plugin quality. I see that WordPress has 3 controls for this: - Last updated...
"Git" should probably be added as an option to the search drop-down selector. Another option would be to show Github items inline with wordpress.org responses, but that might get confusing,...
It appears that the Github search API only allows search **within** a path, but always includes all subdirectories. To find installable WordPress plugins, we need to restrict search to only...
It may be worth-while to mark plugins that came from Github visually. For example, putting the Github logo next to the plugin name. The goal here would be to identify...
Displaying version numbers in the search results might be nice. This would likely hit Github API caps quickly (for unauthenticated users) if we queried tags on every plugin. Another option...
Plugins should auto-update once installed. Possible considerations for how to do this: - Require the plugin set `Plugin URI` to the github repo address - Update only based on tags,...