Simon Schaufelberger

Results 159 issues of Simon Schaufelberger

# Bug Report ## Minimal PHP Code Causing Issue ```diff - if (!(TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_FE)) { + if (!(TYPO3_REQUESTTYPE & ApplicationType::fromRequest($GLOBALS['TYPO3_REQUEST'])->isFrontend())) { return null; } ``` ## Expected Behaviour ```diff...

Bug

Deprecation: #93023 - Reworked session handling https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Deprecation-93023-ReworkedSessionHandling.html .. include:: /Includes.rst.txt .. _changelog-Deprecation-93023-ReworkedSessionHandling: =============================================== Deprecation: #93023 - Reworked session handling =============================================== See :issue:`93023` Description =========== As described in :ref:`changelog-Breaking-93023-ReworkedSessionHandling` the whole...

Deprecation
11.0
11

No code changes, just reformating and replacing array() with []

### Type of TYPO3 installation - [ ] Classic - [x] Composer ### Expected behavior This extension runs without problems under TYPO3 10 ### Actual behavior It's broken PS: I...

**Describe the bug** On my website I have lots of bots doing crazy things and sometimes also humans do crazy things, I'm not sure but I can see lots of...

Suggestion: use `php-parallel-lint/php-parallel-lint` for php linting

enhancement

## Goal I as a user would like to have Renovate for GitLab instances ## Acceptance Criteria - [ ] Renovate is implemented for GitLab ## Additional Information Because dependabot...

enhancement

## Goal I as a user want that composer packages are cached across several pipelines. ## Acceptance Criteria - [ ] the composer packages are cached across several pipelines ##...

URL: `/setup/index` Neos: 5.1.1 ``` Argument 1 passed to Neos\Neos\View\FusionExceptionView_Original::getFusionRuntime() must be an instance of Neos\ContentRepository\Domain\Model\NodeInterface, null given, called in .../Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_Neos_View_FusionExceptionView.php on line 130 ``` | Exception Code | 0...