SOLR_CONFIG_LIB_ENABLED=true
fixes the issue for Solr in Standard mode.
I had a similar requirement. I tried making the fuzziness configurable per query and introduced the WildcardTermQuery. This object can handle combinations with wildcards and fuzziness. According to the documentation, they are not compatible with each other.
Looks, great but it does not look good with content translation enabled. Is this in scope of this issue?
I tried to fix the last MR from @rajab natshah.
webflo → made their first commit to this issue’s fork.
Re-roll of #55.
I have rebased the feature branch onto 11.x / 11.2.x.
I think is fine to drop unsupported / EOL Drupal Versions.
webflo → changed the visibility of the branch domain_path-3526991/3526991-allow-same-alias to hidden.
with BC layer for Drupal < 11.1
Does not apply anymore.
Thanks to all!
Thanks! Great for D10/D11 compatibility
Reviewed it. Thanks!
I can confirm, it works without any problems.
Thanks!
webflo → created an issue. See original summary → .
I looked at domain 1.x and 2.x, but neither implements the postLoad method in DomainStorage. I think you are running the module on a modified version of the Domain module.
Thanks, I looked at the current test coverage of this feature. I think its fine to remove the hook. The getter methods work the same as before.
Stable patch for 3.x / PHP 8.4.
Stable patch.
Patch for 10.x
webflo → created an issue. See original summary → .
This could also be implemented as ENUM, since it did not work anyway, it is not a BC break?
Yes, sorry. It what the only thing that was incompatible.
No test yet. But its possible the set @deprecated in the extension schema. The deprecation status is visible in the GraphQL explorer.
This is no longer postponed. ✨ Allow to override extension by introducing plugin weights / priorities Active has been fixed.
bluegeek9 → credited webflo → .
webflo → created an issue. See original summary → .
@alt.dev I did not what to interfere with your branch. I have created a new MR with a test for this new feature.
I had similar issues, especially when a config page (with the required context) did not exist. \Drupal\config_pages\ConfigPagesLoaderService::getFieldView should add "config_pages_list:$type" as a cache tag in the empty case.
I have written a patch with test in issue 🐛 Content moderation and translation compabiltity Active . Maybe someone can extend the test? I could not reproduce the problem from this issue so far. Thank you!
Re-rolled, i think the patch makes a lot of sense in conjunction with global tokens. In my case the domain module.
I achieved decent performance with FF_USE_FASTZIP enabled (from https://docs.gitlab.com/runner/configuration/feature-flags/#available-fe...) on my own self-hosted Gitlab instance.
I looked into CachedStorage, but CachedStorage does not cache getAllCollectionNames. It calls the inner storage immediately.
It might make sense to optimize \Drupal\Core\Config\FileStorage::getAllCollectionNames, it would benefit a few other use cases too.
The calls during installation are coming from ConfigImporter and StorageComparer.
\Drupal\Core\Config\FileStorage::getAllCollectionNamesHelper gets called by \Drupal\Core\Config\FileStorage::getAllCollectionNames
Fixed PHP error, url_to_store not initialized
I'm going to try it out in a project.
Thanks @khaled.zaidan. Version 2.x contains this feature already. see ✨ Support paginated group results Fixed
Changed to 7.x for backport.
https://git.drupalcode.org/project/openid_connect_windows_aad/-/commit/6... takes care of the deprecation of Azure AD API. I did not change the default value.
webflo → made their first commit to this issue’s fork.
Try to switch to "Alternate or no user endpoint" or "Microsoft Graph API (v1.0)" (make sure the User.Read scope is configured. The following adds the scope automatically on request.
I think the cause of the problem is that the API call \Drupal\openid_connect_windows_aad\Plugin\OpenIDConnectClient\WindowsAad::buildUserinfo
fails and this causes the profile data from ID and Access token.
@mbopp and @ian_swan Could you provide a screenshot from the Drupal configuration? Thanks!
🐛 No e-mail address provided by windows_aad after SSO authorization Needs review is a similar issue. I looks like some configurations are not supported anymore. Could someone post screenshots from the exact Azure configuration? Configured grants, access token/id token claims etc. This would help to reproduce the issue. Thanks!
I wrote a test for it in branch "3515354-test-only"
I think the image download controller has to similar things. \Drupal\image\Controller\ImageStyleDownloadController::deliver uses \Drupal\image\Controller\ImageStyleDownloadController::getUriWithoutConvertedExtension