- Jun 15, 2023
-
-
Thomas Hohn authored
Removed the following public methods in the class \TYPO3\CMS\Backend\Utility\BackendUtility * getClickMenuOnIconTagParameters * getUpdateSignalCode In addition removed usage of `JScode` Resolves: #101078 Related: #100963 Related: #96136 Releases: main Change-Id: I395d1cd7db403d1364e7660bd3378e33b03c9624 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79396 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Nikita Hovratov authored
Remove hacky workaround of loading TSFE into the BE context. An exception is now thrown, if this ViewHelper is invoked in BE context. Since TYPO3 v11 there are many alternatives: f:sanitize.html, f:transform.html or even f:format.raw. Resolves: #101084 Related: #99031 Related: #100963 Releases: main Change-Id: I873fc75f1293cbffdc32666807d777e3dadf5ddf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79401 Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Benni Mack authored
Removed configuration option: * $GLOBALS['TYPO3_CONF_VARS']['BE']['languageDebug'] Removed public property: * TYPO3\CMS\Core\Localization\LanguageService->debugKey Removed public methods: * TYPO3\CMS\Core\Localization\LanguageService->getLL * TYPO3\CMS\Core\Localization\Locales->getIsoMapping Resolves: #101037 Related: #100963 Related: #100721 Related: #99531 Releases: main Change-Id: I019aa6fa6507927cde197c38540643271cad83ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79322 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org>
-
Stefan Bürk authored
Removed class: * TYPO3\CMS\Core\Resource\Service\UserFileInlineLabelService Removed public method: * TYPO3\CMS\Core\Resource\Filter\FileExtensionFilter ->filterInlineChildren Removed public static method: * TYPO3\CMS\Core\Utility\ExtensionManagementUtility ->getFileFieldTCAConfig Resolves: #101082 Related: #100963 Related: #98479 Releases: main Change-Id: I5a7519baa65a8296bd417b46a40b7ffe0d6e26c3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79400 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Stefan Bürk authored
Removes the obsolete check for `SiteLanguageAwareTrait` from the `\TYPO3\CMS\Core\Routing\Aspect\AspectFactory`. Resolves: #101079 Related: #100963 Related: #97435 Releases: main Change-Id: If2a75a7a2eb4a9bd4d7b3eb0f77254dc3431086f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79395 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Stefan Bürk authored
Removed class: * \TYPO3\CMS\Core\Resource\Service\MagicImageService Resolves: #101080 Related: #100963 Related: #99237 Releases: main Change-Id: Ibae87162b18146fb18b22bcf7c3ef21ed2e98b0a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79397 Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Stefan Bürk authored
With #100407 the `SilentConfigurationUpgradeServiceTest` has been promoted from a unit test to a functional test to avoid a mocking party. Tests in this test cases write "test configuration" to the test instances `LocalConfiguration.php` file. For this the update method `ConfigurationManager->updateLocalConfiguration` is used to set the test configuration upon the generated test-instance config. Secondly, the `SilentConfigurationUpgradeService` is used to check for changed configurations. This service also updates the config, even if not reloading it. Reload would be done for the next test. These two facts together leads to dirty LocalConfiguration.php for a test. Deterministic setup per test is not guaranteed, because the configuration is not properly cleaned up after a test. This change stores the functional test instances configuration in `setUp()` and restores it in `tearDown()`, using the write method `ConfigurationManager->writeLocalConfiguration()`. This resets `LocalConfiguration.php` to the state which has been created by the testing-framework. The correct expectation, that no change happened, is set for `versionNumberInFilenameSetToTrueStaysUntouched`. Resolves: #101075 Related: #100407 Releases: main, 12.4 Change-Id: I18dd80fee04cc27cbb709cfb1c7494dc975edc42 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79392 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com>
-
Andreas Nedbal authored
Resolves: #101074 Related: #100963 Related: #98168 Releases: main Change-Id: If6f9976c311868be091805ce783acadaa5ba6250 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79391 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com>
-
Andreas Nedbal authored
Resolves: #101073 Related: #100963 Related: #100014 Releases: main Change-Id: Ib2e45d080345d64f133f47f2a0d71fe583c25255 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79389 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
-
Chris Müller authored
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/78197 the methods for reading and writing to the database were moved to a dedicated repository. The documentation does not reflect this change in the "Scheduler API" chapter. Resolves: #101062 Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/526 Resolves: https://github.com/TYPO3-Documentation/Changelog-To-Doc/issues/405 Related: #101040 Related: #100247 Releases: main, 12.4 Change-Id: I871bd54e41882c35eaaeeb325c8bed5c2dd1b2e7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79378 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
-
Benni Mack authored
Removed classes: * TYPO3\CMS\Backend\Tree\View\BrowseTreeView * TYPO3\CMS\Backend\Tree\View\ElementBrowserPageTreeView Removed methods: * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->determineScriptUrl * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->getThisScript * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->addTagAttributes * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->getRootIcon * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->getRootRecord Removed properties: * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->thisScript * TYPO3\CMS\Backend\Tree\View\AbstractTreeView->BE_USER Various other properties / methods which have been marked as internal are now properly set as protected. Resolves: #101072 Related: #100963 Related: #100454 Releases: main Change-Id: I1348fef4bd2b0093b7d0424891f7924bb86b3019 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79267 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Resolves: #101071 Related: #100963 Related: #97915 Releases: main Change-Id: Ic1e2b72afe49009e33ef6f1cd68e5301a32a2446 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79387 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com>
-
Christian Kuhn authored
Resolves: #101070 Related: #100963 Related: #97016 Releases: main Change-Id: I3e8b915b2c0e8156f7611a12be3c359c028a7288 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79386 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
-
- Jun 14, 2023
-
-
Stefan Bürk authored
Removes deprecations from class `\TYPO3\CMS\Core\Database\Query\Expression\CompositeExpression`: * `CompositeExpression->add()` * `CompositeExpression->addMultiple()` Additionally, the constructor is cleaned and set to @internal to match doctrine/dbal 4.x immutable design. Note: If removed methods are called, the would call the parent methods. They will be removed with the raise to doctrine/dbal 4.x. Resolves: #101069 Related: #100963 Related: #97244 Related: #97081 Releases: main Change-Id: I7162213631947f38f3f740a79b6ac3091d6db050 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79385 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Thomas Hohn authored
Resolves: #101061 Related: #100963 Related: #101054 Related: #79327 Releases: main Change-Id: I58d1fed90c0b2aaea4c011f05b618b0a39775892 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79376 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Andreas Nedbal authored
Resolves: #101066 Related: #100963 Related: #99084 Releases: main Change-Id: If83f22baee8be3d788a62e7bd675d2567aae838e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79383 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Thomas Hohn authored
Removed the following public methods in class \TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings * setLanguageOverlayMode * getLanguageOverlayMode * setLanguageUid * getLanguageUid Resolves: #101068 Related: #100963 Related: #97926 Releases: main Change-Id: Ibfb02d4e5bfbfc6e98715b63c92d9e1fdc110dd3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79384 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Stefan Bürk authored
Removes obsolete method: * `\TYPO3\CMS\Core\Database\Query\QueryBuilder->execute()` Note: Due to the fact that the `execute()` method would have found quite a lot false-positives by the ExtensionScanner, deprecation rest file are not added to a scanner match entry. Resolves: #101065 Related: #100963 Related: #96972 Releases: main Change-Id: If661d82da8a98f8eea16e7fa524a22817fae64cf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79382 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Stefan Bürk authored
Remove class methods: * `\TYPO3\CMS\Core\Database\Query\Expression\ExpressionBuilder->andX()` * `\TYPO3\CMS\Core\Database\Query\Expression\ExpressionBuilder->orX()` Resolves: #101064 Related: #100963 Related: #97354 Releases: main Change-Id: I4fc217cd7b4fc3edeb2c280aaa9f9681e6befeb2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79381 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Thomas Hohn authored
Removed the following public method: * \TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::transform Removed the following public constants: * \TYPO3\CMS\Core\Messaging\AbstractMessage::ERROR * \TYPO3\CMS\Core\Messaging\AbstractMessage::INFO * \TYPO3\CMS\Core\Messaging\AbstractMessage::NOTICE * \TYPO3\CMS\Core\Messaging\AbstractMessage::OK * \TYPO3\CMS\Core\Messaging\AbstractMessage::WARNING * \TYPO3\CMS\Core\Messaging\FlashMessage::ERROR * \TYPO3\CMS\Core\Messaging\FlashMessage::INFO * \TYPO3\CMS\Core\Messaging\FlashMessage::NOTICE * \TYPO3\CMS\Core\Messaging\FlashMessage::OK * \TYPO3\CMS\Core\Messaging\FlashMessage::WARNING * \TYPO3\CMS\Reports\Status::ERROR * \TYPO3\CMS\Reports\Status::INFO * \TYPO3\CMS\Reports\Status::NOTICE * \TYPO3\CMS\Reports\Status::OK * \TYPO3\CMS\Reports\Status::WARNING Resolves: #101043 Related: #100963 Related: #97787 Releases: main Change-Id: Ieefeec3da44b09fe2ee5446f8f5ac38c6161e7ca Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79327 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Removal of code related to old way of extbase type converter registration. Resolves: #101057 Related: #100963 Related: #94117 Releases: main Change-Id: I4e6f9306f6aaa323bd95c3d49875d3a02f6d4e40 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79373 Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Resolves: #101060 Related: #100963 Related: #99150 Releases: main Change-Id: Ie0672b9eefeb52ef1266630dc45eff3f8c53617e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79375 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Left over unused protected property from #100998 Resolves: #101063 Related: #100963 Related: #100998 Releases: main Change-Id: I431a42e118356c86d254f97612eae456ee9b8f83 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79380 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Christian Kuhn authored
Various code and helpers around the removed CSH feature. Resolves: #101058 Related: #100963 Related: #97312 Releases: main Change-Id: I9143aebb24e448b6904a4198555775abbb6d5b39 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79372 Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Thomas Hohn authored
Resolves: #101054 Related: #100963 Related: #100587 Releases: main Change-Id: I1073620ec4012d1ac3a8f6d9dc182cc8c8de9071 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79336 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Third argument $request removed. Resolves: #101055 Related: #100963 Related: #100637 Releases: main Change-Id: Iab2ae553fa30e1a7ccdf1ae90ab9a0cd47044ad9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79337 Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
- ip() function throws exception if there is no request, can no longer use request related conditions in UserTsConfig and PageTsConfig - loginUser() function removed - usergroup() function removed Resolves: #101053 Related: #100963 Related: #100047 Related: #100349 Change-Id: Ie32d5bd7c330f656b8d29c7c4d7b639b022e8293 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79335 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Thomas Hohn authored
Removed public methods: * \TYPO3\CMS\Core\Session\UserSessionManager-> createFromGlobalCookieOrAnonymous Resolves: #101049 Related: #100963 Related: #99201 Releases: main Change-Id: I8e2af96dcc574d46b61c5fec46268e1c5fbd2f1f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79331 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
-
Alexander Opitz authored
The `ensure` method must return true, if all operations were successful. This is the case if all database operations succeeded without returning an error message. The error messages are now checked correctly and the corresponding state is returned. Resolves: #100428 Releases: main, 12.4, 11.5 Change-Id: I95911b065f8796d1eedf73438efde82ba01a07db Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78447 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Oliver Hader authored
When having uncached items (COA_INT, USER_INT) during the frontend rendering process, the PageRenderer state will be serialized and preserved for later usage. As a result, none of the nonce values is actually consumed at that point. This change triggers the nonce handling in case uncached items exist. Besides that, the state of the nonce value is considered during the serialization process. Resolves: #100968 Releases: main, 12.4 Change-Id: I60340d01aad70d751ef3cb1e3d5c1610c23b6250 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79206 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Stefan Bürk <stefan@buerk.tech>
-
Oliver Bartsch authored
Resolves: #101052 Related: #100963 Related: #98490 Releases: main Change-Id: I27dc2da34f9fa7dde6e2bded8757df754f801b04 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79334 Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Andreas Nedbal authored
Resolves: #101044 Related: #100963 Related: #99811 Releases: main Change-Id: I949e0eed0b3ee61479269e7c79f8d6a9497ad1ff Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79326 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Florian Rival authored
Add multiple="1" to fluid VH. Releases: main, 12.4, 11.5 Resolves: #101029 Change-Id: I3e9b70e39c67dc776cb4dc3ff57c2c544565e3a1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79312 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Thomas Hohn authored
Removed the following public class: * \TYPO3\CMS\Core\Controller\RequireJsController Resolves: #101051 Related: #100963 Related: #97057 Releases: main Change-Id: I1a582e2ae59d2f6fb97897c91324049c335f2661 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79333 Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Bartsch authored
This removes all upgrade wizards, which were added with 11 LTS and also adds a @since annotation to all remaining wizards. This makes their removal in the next major version easier. Resolves: #101048 Related: #100963 Releases: main Change-Id: Ia5f4b2035c5452c1818c81b712f2090edf9a759a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79330 Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Bartsch authored
Resolves: #101047 Related: #100963 Related: #99586 Releases: main Change-Id: I7f0c5c69aefc23eb0b069598e154419b5315538e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79329 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Removed interfaces: * `\TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetPageOverlayHookInterface` * `\TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetRecordOverlayHookInterface` Changed visibility for methods and properties: * `\TYPO3\CMS\Core\Domain\Repository\PageRepository->getRecordOverlay()` * `\TYPO3\CMS\Core\Domain\Repository\PageRepository->where_hid_del` * `\TYPO3\CMS\Core\Domain\Repository\PageRepository->where_groupAccess` Resolves: #101039 Related: #100963 Related: #98303 Related: #99588 Releases: main Change-Id: Ifdebdafbcd3a3940d1a87528e68f02115c05eb05 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79321 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Christian Kuhn authored
Resolves: #101031 Related: #100963 Related: #100662 Related: #99417 Releases: main Change-Id: I0540ba27ac6cd0fad7a1f4d544a27c11fc06065e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79315 Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com>
-
Benni Mack authored
Resolves: #101040 Related: #100963 Related: #100247 Releases: main Change-Id: Ifbdeb04f89e9f74cf07bb0c4f1e9b5511d0a0269 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79323 Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk>
-
haraldwitt authored
Releases: main, 12.4 Resolves: #101046 Change-Id: Ic5ec5d836107051a681c94452cee4719f64dd885 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79328 Tested-by:
Thomas Hohn <tho@gyldendal.dk> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Thomas Hohn <tho@gyldendal.dk> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-