Florian Weber
Florian Weber
Examples are - entity_backup https://www.drupal.org/sa-contrib-2018-012 - vchess https://www.drupal.org/sa-contrib-2018-009 API Call: https://www.drupal.org/api-d7/node.json?field_security_advisory_coverage=revoked
"Security team only — this specific release is insecure, due to a future version being a security release." https://www.drupal.org/taxonomy/term/188131 ``` API Call: https://www.drupal.org/api-d7/node.json? type=project_release&taxonomy_vocabulary_7=188131&field_release_build_type=static ```
``create_attribute()`` is a new twig function in Drupal core 8.3.x https://www.drupal.org/node/2818293 The ``Attribute`` class contains a lot of logic, i am not sure if we should copy it, trim it...
Related to https://github.com/drush-ops/drush/issues/6137 --- This replaces the sub-process with exec, so the signals are treated correctly. But it won't fix the issue if drush is invoked from ```./vendor/bin/drush``` (the composer...
The xdebug session is dropped for drush subprocesses. Use export to make it persistent.
Same change as in https://github.com/deployphp/deployer/pull/4026 for 7.x - [ ] Bug fix #…? - [ ] New feature? - [ ] BC breaks? - [ ] Tests added? - [...
This PR adds support for https://github.com/NoiseByNorthwest/php-spx I did not add it for all PHP versions yet. It would be best to review it once before I add all PHP versions....