Dave Smith
Dave Smith
https://user-images.githubusercontent.com/444434/191795713-09f25e82-71f2-4be9-a2d2-e7b03038610c.mp4 When using the keyboard to create new menus in the Navigation block the focus can sometimes not be returned to the select menu. This only seems to happen on...
By default the Nav block falls back to a Page List. However on a site with a lot of pages this is overwhelming. The Page List does have an `__unstableMaxPages`...
Currently docs are abit under developed. - [ ] Add the composer config: ``` "require": { "getdave/wp-intervention": "1.1.0" }, "repositories": [ { "type": "vcs", "url": "https://github.com/getdave/wp-intervention" } ] ``` -...
Currently, the generated images have a URL which has the string `intervention/cache` in it. This is because that's the direct structure. Try and obfuscate this path in order that malicious...
Discovered potential error when using the `db_pull` command. Target database db dump file has contents of: `/bin/sh: 8bN[N7Nwe.1: command not found` Not sure what's going on.
Rename "db_pull" to "db_migrate" because it's confusing!
Currently we expect the user to want to run a search and replace on a single ref in the database. This is `url` because WordPress (which the Plugin is designed...
Currently only very poor basic tests exist. To ensure this repo can continue to develop better tests are required. I'm currently using Vows.
Currently we build up manual SSH commands and execute them via shelljs. Often this involves quite complex templating and can become confusing. It also doesn't provide that much protection in...