Ben Keith

Results 134 comments of Ben Keith

> Something to parse that to get the correct path ``` (largo)blk@oyster:~/sites/innsandbox$ git submodule foreach --quiet 'echo $path' tools wp-content/plugins/client-hosting-manager wp-content/themes/largo ``` This works because `submodule foreach` has access to...

> curl: (78) Could not open directory for reading: No such file or directory `git submodule foreach git ftp init` doesn't create the directory on the remote. :frowning_face: `dest_path` comes...

The branch [52-initial-deploy-submodules](https://github.com/INN/deploy-tools/tree/52-initial-deploy-submodules) has a WIP solution for this, but it's incomplete. The approach is: 1. determine if the repo in question has submodules 2. for each submodule, get the...

It appears to be possible now: http://blog.handbuilt.co/2016/02/22/trigger-varnish-cache-purge-on-deployment-to-wp-engine/

Can you split this up into separate pull requests for: - Making the stat retention duration into 90 days (we'd like to make this filterable) - Fixing the SQL generation...

Alternatives: - https://wordpress.org/plugins/wordpress-popular-posts/ - Jetpack - https://winningwp.com/best-popular-post-plugins-for-wordpress/

Page on largo.inn.org has been unpublished.

Sure. Is that limited to these strings? https://github.com/wp-cli/wp-cli/blob/cd049d2cedef57106160c5f37f9caa14bcce0d7c/php/commands/src/CLI_Command.php#L287-L307

One issue that has come up in testing of this component on a client project is that sometimes people may upload videos that are too large, either by resolution or...