git.typo3.org/master
@t3git_master
Followers
291
Following
0
Media
0
Statuses
23K
Master-Commits of the TYPO3v4-Core [no official TYPO3 account, maintained by @phbergsmann]
Joined September 2012
[BUGFIX] Use correct array key to access `TYPO3_CONF_VARS`
0
0
0
[TASK] Add data attribute to containers of of flexform elements
github.com
Improve the possibilities of integrators to style certain parts by providing an additional data attribute. Resolves: #100859 Releases: main, 12.4 Change-Id: Id130ab939aaf44c0d094b338f0b59038c49532...
0
0
0
[BUGFIX] Fix type error in for pageType in f: https://t.co/x2Wn7ZCmbb ViewHelper
0
0
0
[TASK] Remove usages of QueryBuilder::resetQueryParts
0
0
1
[BUGFIX] Fix undefined array key in FrontendGenerationPageIndexingTri…
github.com
…gger This is an edge-case, where `config.index_enable = 1` is set, but the static TypoScript from indexed_search is not included and thus `config.index_externals` is undefined. Resolves: #100888...
0
0
0
[DOCS] Remove section using version constraint installing EXT:linkval…
github.com
…idator This section is not necessary as the version best suitable is installed by Composer automatically. Therefore, it is removed. This also relieves us from adjusting outdated versions. Resolv...
0
0
0
[BUGFIX] Keep FE/versionNumberInFilename set to true on silent upgrade
0
0
0
[BUGFIX] Make symfony console handle exceptions again
0
0
0
[BUGFIX] Inject CSP nonce values only if CSP feature is enabled
github.com
Currently, CSP nonce values are used per default during the frontend rendering process (which basically would be fine). However, this also leads to the situation, that the page is not considered to...
0
0
0
[BUGFIX] Avoid undefined array key "enableMetaphoneSearch"
github.com
Resolves: #100883 Releases: main, 12.4, 11.5 Change-Id: I89f566a1bdf45f214a175cd389ef143c6334cda3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79055 Tested-by: core-ci
0
0
0
[BUGFIX] Do not call getConflictingRedirects with null request
github.com
Resolves: #100827 Releases: main, 12.4 Change-Id: I2c553894af4b25c2f4731782f0d9cf2293ec3211 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78958 Tested-by: Stefan Bürk
0
0
1
[BUGFIX] Ensure BE_USER uid is always used as int
github.com
Fix some left-over places where an int-cast is possibly necessary to avoid PHP warnings. Resolves: #100866 Releases: main, 12.4, 11.5 Change-Id: If9111e0c2e2de8c90a94202cf518abdbe8c987fb Reviewed-...
0
0
0
[BUGFIX] Adjust Content-Security-Policy reports check for SVG files
github.com
Issue #93884 provided and adjusted CSP header for SVG inline styles: | default-src 'self'; script-src 'none'; | style-src 'unsafe-inline'; object-src...
0
0
2
[DOCS] Add `editor.config.debug` to rte_ckeditor config reference
github.com
Resolves: #100868 Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/430 Releases: main, 12.4 Change-Id: I12e8b1fe6b627c48bd5af1acc8e6d8ee451c5fb8 Reviewed-on: https://review....
0
0
0
[TASK] Include test extensions into namespace integrity check
github.com
After providing full PSR-4 compliance for all test extensions, no exception is needed anymore for the to run the integrity check. Resolves: #100835 Releases: main, 12.4 Change-Id: Id00349f4c5baf1...
0
0
0
[BUGFIX] Only send test email if sender address configured
github.com
It is possible to send a test email in the Environment section of the Install Tool / Admin Tools. Previously, if the sender email was not configured via $GLOBALS['TYPO3_CONF_VARS']...
0
0
1
[DOCS] Fix wrong PageTypeRegistry class name in changelog
github.com
Relates: #98487 Releases: main, 12.4 Change-Id: I081e3be261d80ca59b0b170d5f9a8c3e836adae8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79009 Tested-by: Stefan Bürk
0
0
1
[TASK] Raise 'phpstan/phpstan' and regenerate baseline
github.com
A new patch level requires to regenerate baseline. > composer req --dev phpstan/phpstan:^1.10.15 > Build/Scripts/runTests.sh -s phpstanGenerateBaseline Change-Id: I50afb973f762f3a4f...
0
0
1
[BUGFIX] Ensure SchemaMigrator does not re-apply ext_localconf.php
github.com
SchemaMigrator / ConnectionMigrator calls ClearCacheService->clearAll(), which in turn just re-applies ext_localconf.php and ext_tables.php, which in turn could re-apply hooks which have bee...
0
0
0