Chris Martin
Chris Martin
@evanmwillhite I ran through this myself and still believe we need to take that line out AND update composer.lock. I have a patch ready to go I can push up...
@shaal Do you think it would be better to leave the phrase "emulsify" in some of these files rather than replace it (currently the drush script is an all or...
Yes, this is really a larger issue of needing template files.
Tested this patch and found the following: 1) This did not cleanly apply on my local environment because of the url settings in _config.yml but github says it merges cleanly...
It looks like this was fixed upstream and we no longer need to switch implementation of follow buttons.
@aron-bordin: I have updated the default time. I also noticed on individual pages the time wasn't updating. My second commit fixes that.
As a note, this is currently only altering the prerelease version format for the first tag generated after enabling this patch, it will need to be expanded to search existing...
Same issue here, I am using the pantheon recipe. I had just imported the database, did a rebuild, then connected to the database to see what was there, and all...
I would recommend closing this issue, I am using prerelease config just fine with the latest version and at at least one named branch that isn't a prerelease branch. Here...
Looks like this code is already included in the latest release `1.9.8`, around line 254 now: ``` /** * @param string $type * @return \Drupal\Core\Extension\Extension[] */ private function discoverExtensions($type) {...