Wolfgang

Results 12 issues of Wolfgang

Returns nothing even if the page tree in the current language has subpages. The pages in the default language are set to "Hide default translation of page". vhs 5.2.0, TYPO3...

Add support for sender and recipient queries. Resolves: #12, #98

For the upcoming feature to look for the nth message, I propose a new feature request (will provide a PR): - add method `seeSenderInLastEmail`/`seeSenderInNthEmail` to check for the correct sender...

**Description** I searched for e.g. "subresource" and there are no results. The same for "provider", etc.

The current Safari Version is 17. I configured `s: -1` but the warning is not shown on old browsers: ![Screenshot 2023-12-13 at 15 37 03](https://github.com/browser-update/browser-update/assets/146727/dc125dc8-f26b-4836-b428-72b1f9712590) Or I don't understand how...

The cursor does not become a pointer over the whole element, even if the whole element is clickable. See screencast for illustration: https://user-images.githubusercontent.com/146727/221649394-37c37ed5-906c-4404-b211-81757ed60d2d.mp4

## Support question I found no rule to fix the following ```php $this->someService->updateSomething( [ 'id' => $something->getId(), 'type' => Something::DOCUMENT_TYPE ]); ``` as ```php $this->someService->updateSomething([ 'id' => $something->getId(), 'type' =>...

kind/feature request
topic/whitespace

**Problem** String in INSERT Query: `'>>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)>Elit Tortor Ridiculus Vehicula! (Lorem Ipsum)\'` **Fix** Use `$this->dumpOutput->writeln($query, Output::OUTPUT_RAW);` wherever applicable to prevent this faulty behaviour.

# What this PR does This PR addresses issue #4012 by: **Correcting the logic for finding the closest page with an active system template within a given rootline.** * Ensured...

## Feature Request **Is your feature request related to a problem? Please describe.** With Nginx and PHP OPcache active and the recommended setting for production environments `opcache.validate_timestamps = 0`, we...

feature