oknate β created an issue.
I have added a PR to expose the published field. Please review.
oknate β created an issue.
I have added you.
I'm fine with it.
I ran into this today.
I think we shouldn't increment if we can't load the language:
$configurable_language = ConfigurableLanguage::load($language->getId());
if ($configurable_language === null) {
continue;
}
// Update system languages weight.
$max_weight++;
$configurable_language
->setWeight($max_weight)
->save();
Here's a patch that changes the verbiage.
oknate β created an issue.
Can someone confirm this is a valid bug. It sure seems like it.
Here's a patch. This allows anyOf, rather than one of.
oknate β created an issue.
Marking ready for review. I don't know if anyone else has this problem, nor how to reproduce.
We removed a site setting type and it wasn't fully cleaned up.
Here's a patch that fixes this bug and lets cron run.
oknate β created an issue.
If you're using oauth2, you need to tell TFA to skip oauth2:
```
parameters:
tfa.auth_provider_bypass:
- 'oauth2'
```
oknate β created an issue.
DamienMcKenna β credited oknate β .
smustgrave β credited oknate β .