Paul Clark
Paul Clark
Re: https://github.com/ataylorme/WordPress-Hosting-Best-Practices-Documentation/pull/35#discussion_r201106099 > "Consider talking about autoload and Memcached" / "can we move this to an issue and get rid of inline TODO comments?" Discuss `wp_options` `autoload` setting. Considerations on...
### Description - Extend Media with a file field that allows multiple file uploads - Attempt to associate multiple files to a Media attachment. - See that only one of...
### Description Create a simple relationship with these as the custom values: ``` ''|Empty Value (Select One) |Another Empty Value (Select One) 0|Zero — should not be considered empty 1|One...
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,...