Account created on 6 March 2008, over 17 years ago
#

Merge Requests

More

Recent comments

🇩🇪Germany webflo

SOLR_CONFIG_LIB_ENABLED=true fixes the issue for Solr in Standard mode.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

Looks, great but it does not look good with content translation enabled. Is this in scope of this issue?

🇩🇪Germany webflo

I have rebased the feature branch onto 11.x / 11.2.x.

🇩🇪Germany webflo

webflo made their first commit to this issue’s fork.

🇩🇪Germany webflo

I think is fine to drop unsupported / EOL Drupal Versions.

🇩🇪Germany webflo

webflo changed the visibility of the branch domain_path-3526991/3526991-allow-same-alias to hidden.

🇩🇪Germany webflo

with BC layer for Drupal < 11.1

🇩🇪Germany webflo

Does not apply anymore.

🇩🇪Germany webflo

I can confirm, it works without any problems.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

webflo made their first commit to this issue’s fork.

🇩🇪Germany webflo

Stable patch for 3.x / PHP 8.4.

🇩🇪Germany webflo

webflo made their first commit to this issue’s fork.

🇩🇪Germany webflo

This could also be implemented as ENUM, since it did not work anyway, it is not a BC break?

🇩🇪Germany webflo

webflo made their first commit to this issue’s fork.

🇩🇪Germany webflo

Yes, sorry. It what the only thing that was incompatible.

🇩🇪Germany webflo

No test yet. But its possible the set @deprecated in the extension schema. The deprecation status is visible in the GraphQL explorer.

🇩🇪Germany webflo

webflo changed the visibility of the branch 8.x-2.x to hidden.

🇩🇪Germany webflo

@alt.dev I did not what to interfere with your branch. I have created a new MR with a test for this new feature.

🇩🇪Germany webflo

webflo changed the visibility of the branch 3524237-with-test to active.

🇩🇪Germany webflo

webflo changed the visibility of the branch 3524237-with-test to hidden.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

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!

🇩🇪Germany webflo

Re-rolled, i think the patch makes a lot of sense in conjunction with global tokens. In my case the domain module.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

\Drupal\Core\Config\FileStorage::getAllCollectionNamesHelper gets called by \Drupal\Core\Config\FileStorage::getAllCollectionNames

🇩🇪Germany webflo

Fixed PHP error, url_to_store not initialized

🇩🇪Germany webflo

I'm going to try it out in a project.

🇩🇪Germany webflo

Thanks @khaled.zaidan. Version 2.x contains this feature already. see Support paginated group results Fixed

Changed to 7.x for backport.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

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.

🇩🇪Germany webflo

@mbopp and @ian_swan Could you provide a screenshot from the Drupal configuration? Thanks!

🇩🇪Germany webflo

🐛 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!

🇩🇪Germany webflo

I wrote a test for it in branch "3515354-test-only"

🇩🇪Germany webflo

webflo made their first commit to this issue’s fork.

🇩🇪Germany webflo

I think the image download controller has to similar things. \Drupal\image\Controller\ImageStyleDownloadController::deliver uses \Drupal\image\Controller\ImageStyleDownloadController::getUriWithoutConvertedExtension

Production build 0.71.5 2024