Hannes Lau
Hannes Lau
#### What are you trying to achieve? I would like to run my tests (which have dependencies) in shards. #### What do you get instead? Tests with dependencies get skipped...
Right now it seems impossible to define independent `curl_opts` (such as basic auth credentials) for `before` and `after`. Both sections will be overridden by the global curl_opts, even if the...
The tx_news plugin's flexform field 'settings.eventRestriction' was moved to its own flexform sheet. Provide an update wizard to adapt the flexform data in the tt_content rows accordingly. Fixes: #101
When serializing collections, make sure to serialize the members of the collection first, before applying http_build_query or implode. @jebentier (2017/07), @dkarlovi (2017/07), @mandrean (2017/08), @jfastnacht (2017/09), [@ybelenko](https://github.com/ybelenko) (2018/07), @renepardon (2018/12)...
Fix external redirects in multi-page, multi-domain setups with custom pageNotFound handlers. Previously, external redirects for the non-default domain would fail. A configuration of the defaultRootPageId is not always an, as...
Steps to reproduce: * Create a target page in the page tree * Create a translation of that target page * Activate "Hide translation for default language" for the target...
After an update of the ai-controller-frontend from https://github.com/aimeos/ai-controller-frontend/commit/6510433ea0f6c3691d42b8e7aec08a39866d846e to https://github.com/aimeos/ai-controller-frontend/commit/8183c0cd2b7e45cbefc8ca22b61643d29de92f6f (because of CVE-2024-39325) we experience issues in the checkout process. Once a user picks his/her delivery method, the error message...
**Guzzle version(s) affected**: 7.9.2 **PHP version**: 8.3.9 **cURL version**: 7.88.1 **Description** I have a request pool that works on a dynamic list of requests. The requests are stored in an...
When switched to Italian, Aimeos outputs strange dates. Expected: `10/08/2023` Actual: `PM-08-1` The `translation` of the date format strings seems incorrect, with the abbreviations translated to Italian. Reference: German date...
Right now the mapping from oidc userinfo claims to fe_user columns is configured via TypoScript. This becomes problematic for two reasons: * The Authentication Service needs to access the mapping...