- Nov 03, 2022
-
-
Georg Ringer authored
To avoid exceptions if arguments are given but empty, an additional check is added in extbase LocalizationUtility, plus the default in f:translate is changed back to the same 'null' value as in v11. Resolves: #98924 Related: #96473 Releases: main, 11.5 Change-Id: Idd08f7b948eb504999a80a215a7ded64f3c648a0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76269 Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
This change now also fetches versioned records when previewing a workspace, allowing to also query the versioned records if their slug has been changed. This extends WorkspaceRestriction to have a similar behaviour as previously known from PageRepository (pre v8 times), to fetch versioned records. Resolves: #97940 Releases: main, 11.5 Change-Id: I7fe9c081d5a087bf5276510e1a915fc92b72956d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76355 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
The backend search (aka Live Search) can search for database records only, currently. To make the search able to find anything other than database records a `SearchProviderInterface` is introduced which allows to add new providers in the future and may be used by extension authors in the long run. As the first implementations, the current database record search is extracted into a `DatabaseRecordProvider`, which excludes records from the `pages` table. Additionally, a new `PageRecordProvider` is added which comes with a custom web component that renders additional information for pages only. The changes introduced in this patch are not final and may change in further iterations, therefore all interfaces are declared as "internal" and documentation is missing on purpose. Resolves: #92008 Releases: main Change-Id: I16327f32a5e2bb05cc5f8a80540a2ced94213b39 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76118 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Nikita Hovratov authored
Resolves: #98747 Releases: main Change-Id: I94988837b3160f54b6055f3195587afec592f1b4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76400 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nikita Hovratov authored
Resolves: #98748 Releases: main Change-Id: If1864ec72cd4b2ab4d69ea7df3edefd5fb411654 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76401 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Class ResourceMutex is codewise identical to acquireLock() in TypoScriptFrontendController. Use it. Resolves: #98984 Releases: main Change-Id: Iad779a771b8608d527ddb223550126f474b573a2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76391 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
This is mainly related to test files, where the phpdoc annotations of the affected test classes have been removed, as we now use proper native types, where no additional PHPDoc comment describing the parameters are set. In addition, some further cleanups related to types that have already been properly defined are set. Resolves: #98987 Releases: main Change-Id: I8e82540e9f425799ebb851e66d4149202f81ecfa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76398 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Torben Hansen authored
Resolves: #98856 Releases: main Change-Id: I5093065bd688c2289cd96679b8b868518aa1ff7d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76399 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Nikita Hovratov authored
Resolves: #98746 Releases: main Change-Id: I03c68d18a783bee545f2d877d46c6d70546f0f37 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76390 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
-
Torben Hansen authored
Resolves: #98857 Resolves: #98858 Resolves: #98859 Resolves: #98860 Resolves: #98861 Resolves: #98862 Releases: main Change-Id: I758970b4e285c44251a34c061d1e5d5b6290ce90 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76395 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Eric Bode authored
Allow temporary setting of the live workspace for backend users that don't have permission "Edit Live (Online)". These users can now use the comparison view in the frontend and compare the live version with the workspace version. Resolves: #93097 Resolves: #98445 Releases: main, 11.5 Change-Id: I7915c5a1ca32ed25655ce227db9c88872663f942 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74993 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Achim Fritz <af@achimfritz.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Achim Fritz <af@achimfritz.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Klee authored
This update finds new problems and gets rid of some false positives. Run commands: > composer req --dev phpstan/phpstan:^1.9.0 > ./Build/Scripts/runTests.sh -s phpstanGenerateBaseline Blog article about the new release: https://phpstan.org/blog/phpstan-1-9-0-with-phpdoc-asserts-list-type Resolves: #98986 Releases: main, 11.5 Change-Id: I15516853c3a1bac80b80466fe4bae8a0f150ba68 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76396 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Torben Hansen authored
Resolves: #98863 Releases: main Change-Id: If882956a3cd31fd2d91716647cd90bc2a13c834e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76394 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98864 Releases: main Change-Id: I3d01fdb150c80535a2e5d1335ecbf68e09fa3b77 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76393 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Christian Kuhn authored
Avoid another TemplateService usage by switching to the new TypoScript parser logic. Resolves: #98983 Related: #97816 Releases: main Change-Id: Ia15c5bfe86d47a9f61779be1e6bea02187ee7d35 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76389 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 02, 2022
-
-
Nikita Hovratov authored
Resolves: #98744 Releases: main Change-Id: I44184fcb7f2bbfa237d91d11db1584eaf8756bd6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76388 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> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Torben Hansen authored
Resolves: #98865 Releases: main Change-Id: I478aacd3ed9211e224e89c16bab47eedb368dc0b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76385 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Torben Hansen authored
Resolves: #98866 Releases: main Change-Id: I200997883f96fcba930427de3c65aa49f19463f7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76383 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
This triggers fails when this unit tests is executed *before* FormProtectionFactoryTests in random-order unit test runs. Resolves: #98970 Related: #98696 Releases: main Change-Id: Ib8e498d400d294730b79429f8c89ce03acdfc468 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76387 Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
Raised testing-framework allows avoiding usage of the deprecated TemplateService::class identifier when adding FE functional test related sub requests with special TypoScript. > composer u typo3/testing-framework Resolves: #98968 Releases: main Change-Id: Ia7034701ab85d3cca6f5af95e9e25cf55568d8b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76382 Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Christian Kuhn authored
Resolves: #98969 Releases: main Change-Id: Ib101ec253eb10608a0c4331ede4e69cdec8c2366 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76386 Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98869 Releases: main Change-Id: I431ae10d8450abe642cd5bd66a3ba5867f4b9908 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76377 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Torben Hansen authored
Resolves: #98867 Releases: main Change-Id: I9e20554e9b22e87d8cfc358ba7780e1ec04f058f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76381 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Torben Hansen authored
Resolves: #98868 Releases: main Change-Id: I075a58881052b94c225a1cf3b2520ab24bcd94a7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76379 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Hader authored
Corresponding work-arounds to suppress deprecation errors when invoking `firebase/php-jwt` have been removed. Executed commands: composer req firebase/php-jwt:^6.3.1 composer req firebase/php-jwt:^6.3.1 -d typo3/sysext/core --no-update Resolves: #98965 Releases: main Change-Id: I785b32d26b7a074ebece7f402f24a9f42a18218c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76378 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Nikita Hovratov authored
Resolves: #98743 Releases: main Change-Id: Ifd7de886f9aa8684161139aae16b5667cb863c03 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76375 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98870 Releases: main Change-Id: I41b01ca1f2b72721e282f31f9656f995c0164755 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76376 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Nikita Hovratov authored
Resolves: #98741 Releases: main Change-Id: I2d9499084ca7b1cecab6b05b4edbe69dd6029fcd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76353 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:
Stefan Bürk <stefan@buerk.tech>
-
- Nov 01, 2022
-
-
Nikita Hovratov authored
Resolves: #98742 Releases: main Change-Id: I37f7273aec6976d618e5e03495814920b83816bd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76354 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:
Stefan Bürk <stefan@buerk.tech>
-
Torben Hansen authored
Resolves: #98873 Releases: main Change-Id: Ie4e480ebf3032c948dbba15ded5451a9c11f564d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76373 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech>
-
Torben Hansen authored
Resolves: #98872 Releases: main Change-Id: I0ed4d8d007befb51f3a2f9879b2340f3c3590273 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76374 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Torben Hansen authored
Resolves: #98874 Releases: main Change-Id: Ie21ec092d465734e429ef6adcd6e726c035785b6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76372 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de>
-
Nikita Hovratov authored
Resolves: #98757 Releases: main Change-Id: Ieea7e9fd217c6908adc7c1837e396ddc5fd3d5f6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76346 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Torben Hansen <derhansen@gmail.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98875 Releases: main Change-Id: I952a3f4132170a64204dd06fdd6678aadfa8691f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76356 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de>
-
- Oct 31, 2022
-
-
Nikita Hovratov authored
Resolves: #98739 Releases: main Change-Id: I099820f55874eac4dc6df7cd045a87b1a7ca7d3c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76344 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98877 Releases: main Change-Id: If70c0bca6bf710f467fcf8d84d9e96e684f5a64a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76348 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Albrecht Koehnlein authored
Avoid passing a null parameter to json_decode() which would cause a PHP deprecation Resolves: #98962 Releases: main, 11.5 Change-Id: Ib85804bfe78d1eb681ae2d7d4bcbe69c1bae0dcc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76351 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Torben Hansen authored
Resolves: #98878 Releases: main Change-Id: I0b4e4dd4380a6a393723eb6f11644a7288c6117d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76347 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Benni Mack authored
This change modifies all places in TYPO3 Core to avoid using FormProtectionFactory::get() and use proper DI. A new method FormProtectionFactory->createForType(string $type) is added. In addition, FormProtectionFactory::set is removed as all affected tests are moved towards injection. The next step in this series is to deprecate the ::get() method and make a singleton out of the Factory to avoid purgeInstances() calls. Resolves: #98696 Releases: main Change-Id: I77cec532009ea4171f382bb5d9f207c0fcb7221c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76130 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Torben Hansen authored
Resolves: #98879 Releases: main Change-Id: Id7be42cb707c29d5c43ed8d299fd43cc8fd1f684 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76345 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-