Sascha Grossenbacher
Sascha Grossenbacher
PR for https://www.drupal.org/node/2870783 In my project, I have this now, combined with an alter hook to switch out the class: ``` /** * Customized Login pane that allows registration by...
I assume this requires support on the API first or possibly even the underlying systems, but I thought I'd bring it up. Adding a domain is in most cases not...
We've discussed the drush 9 alias problem already a bit in slack, and I've reported https://github.com/consolidation/site-alias/issues/38 Turns out that at least part of what I said was wrong, using an...
Right now, on an enterprise project with staging and production branches, `platform push` only warns on the master environment about being production. Would be nice to detect that and instead...
It would be very useful if the sort column would be part of the URL, so that a specific view including sort order can be bookmarked/copy pasted.
If you have an image URL like "/sites/default/files/styles/my_style/public/foo/bar/image.jpg?itok=gz66czQz", which is common in Drupal, then the parsing drops the itok query argument, so if the generated image doesn't exist yet, it...
**Is your feature request related to a problem? Please describe.** Drush updb has two *very* different confirmation messages a) Everything is good to go, here are the update functions I'll...
Looks like there have been a few fixes since the last release in 2014. The drupal modules geofield and search_api_location currently explicitly rely on the dev-master branch. That could break...
If there is an update, then every single command shows the warning about the available update, bloating the output. I'd appreciate it if that message would only be displayed once...