WunderTools icon indicating copy to clipboard operation
WunderTools copied to clipboard

Project reference configuration for use with Ansible & Vagrant

Results 34 WunderTools issues
Sort by recently updated
recently updated
newest added

Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...

Fixes https://github.com/wunderio/WunderTools/issues/326. ## Done - refactor `.lando.yml` - refactor `build.sh` - convert aliases using [site:alias-convert ](https://drushcommands.com/drush-9x/site/site:alias-convert/) - update `Setup.md` ## Todo ## Questions - @tharna - any ideas, where to...

fixed indentation in .lando.yml fixed settings.lando.php: getting database settings from lando info env (lando_info is a list, not a hash - taking service info by servie key does not make...

Currently, Drush aliases doesn't work because `composer.json` requires `"drush/drush": "^9.0.0"` (Silta req.), but Drush aliases are using Drush 8 syntax. There is a helper command for converting aliases to Drush...

bug

Can be done with a simple POST request like this: ```curl -X POST “https://api.cloudflare.com/client/v4/zones/yourzoneidgoeshere/purge_cache” \ -H “X-Auth-Email: [email protected]” \ -H “X-Auth-Key: AUTH-KEY” \ -H “Content-Type: application/json” \ --data ‘{“purge_everything”:true}’```

In settings.php `if (class_exists(MemcacheBackendFactory::class))` returns false even if the memcached module is enabled effectively disabling memcache caching.

In FSA the 500 error page has inline css and base64 encoded image so it does not rely to external server for assets. Maybe reimplement the wundetools default error page...

enhancement

If a box tries to use DHCP the whole project fails. Reasons can be: * box doesn't get ip and thus everything fails * box get's ip but it's not...

After https://github.com/wunderio/WunderTools/pull/233 was merged it's clear that D7 and D8 are not that different regarding the sync so we could use the same sync script on both with few simple...