- Dec 02, 2022
-
-
Benni Mack authored
Used commands: composer req -W \ -d typo3/sysext/core --no-update \ guzzlehttp/guzzle:^7.5.0 \ guzzlehttp/psr7:^2.4.3 composer req -W \ -d typo3/sysext/install --no-update \ guzzlehttp/promises:^1.5.2 composer req -W \ guzzlehttp/guzzle:^7.5.0 \ guzzlehttp/promises:^1.5.2 \ guzzlehttp/psr7:^2.4.3 Resolves: #99242 Releases: main, 11.5 Change-Id: Iec5f53533860f3811127b1a4463e7a4a7fd70877 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76878 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
- Dec 01, 2022
-
-
Stefan Froemken authored
This introduces a new PSR-14 event, enabling extension authors to define whether a file can be selected in the file browser. This was previously only possible by cross classing the FileBrowser class. Resolves: #99118 Releases: main Change-Id: I6fda270b86e8a9d2637c6af31c5fcd83238d9a1a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76663 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de>
-
Frank Naegler authored
This feature adds the possibility to receive incoming webhooks into a TYPO3 instance. This feature allows everybody to provide additional value for any TYPO3 instance. With the new system, a basic reaction is added, which allows to create new records. Extension authors are able to add their own reaction types by implementing the ReactionInterface and adding corresponding TCA configuration. Used command(s) > composer req "symfony/uid:^6.2" > composer update typo3/testing-framework Resolves: #98373 Releases: main Change-Id: Ia0413c3951eca7cf05b6f28bb4743ce060639d5b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75482 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Andreas Fernandez authored
The confirmation in modal windows of EXT:recycler may run long running tasks, depending on the database structure and amount of data. It was possible to close the modal by clicking the backdrop, while the actions still run which may lead to undefined behavior when the recycler is used. The backdrop is now made static. Resolves: #99181 Releases: main Change-Id: I60cae362382bf249d4b6ac564f5134a2c782ef9e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76806 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Oliver Bartsch <bo@cedev.de>
-
Benni Mack authored
Symfony 6.2 provides a longer support lifetime than the currently supported Symfony 6.1. For this reason the dependencies are changed as TYPO3 v12 LTS will upgrade to Symfony 6 LTS at some point (after its release) anyway. Used composer command: composer req -W symfony/config:^6.2 \ symfony/console:^6.2 \ symfony/dependency-injection:^6.2 \ symfony/expression-language:^6.2 \ symfony/filesystem:^6.2 \ symfony/finder:^6.2 \ symfony/http-foundation:^6.2 \ symfony/mailer:^6.2 \ symfony/mime:^6.2 \ symfony/options-resolver:^6.2 \ symfony/property-access:^6.2 \ symfony/property-info:^6.2 \ symfony/rate-limiter:^6.2 \ symfony/routing:^6.2 \ symfony/var-dumper:^6.2 \ symfony/yaml:^6.2 Resolves: #99239 Releases: main Change-Id: Iaff58735379cabb3a8dbb732fe4c254213a8ae6f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76873 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
available If no content elements are available to be linked to, the header should not be rendered at all. Resolves: #99228 Releases: main Change-Id: I14b38de415dcb70f7e6c44570a8f442372e3eaed Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76863 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
Oliver Klee authored
This fixes 2 of the 4 PHPStan warnings with Symfony 6.2. Resolves: #99235 Releases: main Change-Id: Id36d0eb39fa1211ded6c41e807f75e11ee9f750e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76872 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Tomas Norre Mikkelsen authored
This encodes the PDF metadata to UTF-8 to ensure that special chars like æ ø å ü ö ä are allowed without cutting of the metadata text. Resolves: #80085 Releases: main, 11.5, 10.4 Change-Id: I02b0730dd659b54c0d8c7186a2089419bd56d2a2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76861 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Jochen Roth authored
The InstallerController contains a lot of code that could be useful in e.g. cli command. Thus, some code of the controller has been extracted to service classes for later use in the cli (see #99221) Resolves: #99225 Releases: main Change-Id: I8cd317918f23c29b178156d80bf9040044a44026 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76860 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Susanne Moog <look@susi.dev>
-
Bastien Lutz authored
The backend module "Backend Users" now has a filter for backend user groups that can filter by name or group ID. Resolves: #99169 Releases: main Change-Id: I79cc86b269e98a271d71dbb4c5b99e591facd0cb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76828 Reviewed-by:
Stefan Busemann <stefan.busemann@in2code.de> Tested-by:
Stefan Busemann <stefan.busemann@in2code.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Susanne Moog <look@susi.dev>
-
- Nov 30, 2022
-
-
Benni Mack authored
This change introduces a Backend Route Result, similar to the Frontend Route Result object, using symfony's native URL routing component in TYPO3 Backend now, to allow to use placeholders in the URL. The Backend Route Result now contains the resolved Route object and the arguments defined in the Route, which are then resolved during the PSR-15 middleware when the Router kicks in. Note: In a later stage Router->matchRequest() will be deprecated. Resolves: #99234 Releases: main Change-Id: Id2030f8fe17457ea3791fdf4b88a375cc93ffd39 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76865 Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
core-ci <typo3@b13.com>
-
Oliver Bartsch authored
To allow automatic decoding for type `user` implementations, a new dbType `JSON` is introduced. Resolves: #99226 Releases: main Change-Id: Ia1e5d8fc25d4ac476f7c0d6f08fbc698019aa4c1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76535 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev>
-
- Nov 29, 2022
-
-
Andreas Nedbal authored
Bootstrap 5 styling of striped tables has a higher CSS specificity than the styling for inactive language packs. Simply adding another ".table" selector fixes this issue. Resolves: #98949 Releases: main Change-Id: Ic3b0f5ddeaf62d4b6ae14dd40ed1e812385c209a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76856 Reviewed-by:
Annett Jähnichen <mcmietz@web.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Annett Jähnichen <mcmietz@web.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Torben Hansen authored
When the "Create Administrative User" is used in install tool, all input fields are cleared regardless of, if a new user has been created or not. This makes it impossible to correct possible validation errors and the users has to re-enter all fields from scratch. With this patch, input fields get only cleared, when the new user has successfully been created. Resolves: #99208 Releases: main Change-Id: Ic04fc3daf394c2149ade2245b3c86b4c0b1f4067 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76842 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Annett Jähnichen authored
In docheader buttons on the left side should have labels, therefore add label for editWholeRecord in Localization overview. Resolves: #99219 Releases: main Change-Id: I7935cdd83893b307d26bce4e1e182a1f80a2d9b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76853 Reviewed-by:
Annett Jähnichen <mcmietz@web.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Annett Jähnichen <mcmietz@web.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Annett Jähnichen authored
Use default settings for addButton($backButton), so that the close button is always placed on the far left side of the docheader. Resolves: #99218 Releases: main Change-Id: I13efb9996b11fa16b15c3d54772406c27853cf09 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76852 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nikita Hovratov authored
Resolves: #98971 Releases: main Change-Id: I8bac1331435b06df7cd253f8e96f95e6b9f4cf89 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76849 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Nikita Hovratov authored
Resolves: #99216 Releases: main Change-Id: I1d0e92fb5b5fbf91d873c8b5e8a6d313e1bea517 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76850 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Nov 28, 2022
-
-
Annett Jähnichen authored
In docheader buttons on the right side should not have labels, therefore they are removed. Resolves: #99215 Releases: main Change-Id: Ief0a3f78132068905cdf10a35aa1cb8909fe3100 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76847 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
With the refactoring of the backend search, the result grouping got lost. This patch adds the grouping again. Resolves: #99116 Releases: main Change-Id: I94f09377c66b3b8465130af89329806b9e242d86 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76660 Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
The methods: TSFE->wrapBaseUrl() PageRenderer->setBaseUrl() and the TypoScript setting config.baseURL are set to be removed, as the <base> tag has its drawback with Crawlers and with Site Handling, proper links with "config.absRefPrefix=auto" or the global "config.forceAbsoluteUrls = 1" (available in v12.1), solve all use cases nowadays. Resolves: #99170 Releases: main Change-Id: I90131a01a731322a65bd75875e239151a2269b52 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76768 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Andreas Fernandez authored
Search results now may have multiple actions to trigger, depending on their context. For pages it'd make sense to either open them in the backend or the frontend. Those actions are rendered next to the focussed search result. Invoke handlers may now get registered for custom search result items that allow to modify the behavior when selecting a result item, e.g. calculating and opening a different URL based on data that is not available via PHP. As a base example, the `PageRecordProvider` brings a custom invoke handler for an action to open a page in a new browser tab. This feature is purposely not documented as such as behavior or API may change in further iterations. Resolves: #99090 Releases: main Change-Id: I71f0aa7b93359398b5a8011361dac5018c9f1cde Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76405 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
This change unifies TYPO3 Cores handling of calling the mostly internal call of removeCookie() method. Functionality regarding getCookie() is also simplified in order to consolidate all cookie-related methods in AbstractUserAuthentication. Resolves: #99209 Releases: main Change-Id: I2790d454c2300fb925df89c23f0c29fcd3496941 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76843 Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
-
Benni Mack authored
This change reduces most usages of the superglobal "$_COOKIE" in TYPO3 Core in favor of PSR-7 $request->getCookieParams(). The previously used > UserSessionManager->createFromGlobalCookieOrAnonymous method is marked as deprecated. Resolves: #99201 Releases: main Change-Id: I0f4d3efe6af6d41c8c1431d5d7efba0d00fb22e7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76834 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> 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>
-
Nikita Hovratov authored
Resolves: #99207 Releases: main, 11.5 Change-Id: I222a861578a7b1b683b7922bcdf55776b96b4648 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76840 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Nikita Hovratov <nikita.h@live.de>
-
- Nov 27, 2022
-
-
Torben Hansen authored
Resolves: #98906 Releases: main Change-Id: I4c2a52e5ab69001bae4a1a8aa67d9612be4a73e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76841 Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
This change extends the TypoScript function "if." (checkIf) to also allow * "contains" * "startsWith" * "endsWith" Examples: 10 = TEXT 10.value = Welcome to our website! 10.if.value.data = page:title 10.if.startsWith = Home 10 = TEXT 10.value = This is an article from Benji 10.if.value.data = page:author 10.if.endsWith = Kott 10 = TEXT 10.value = Watch Out for Links in this text 10.if.value.data = field:bodytext 10.if.contains = https:// In addition, some internal variables in PHP are renamed to make the code more readable. Resolves: #99194 Releases: main Change-Id: Ib28b9b1c83f247abdf5a2ec39c0f8f7eda0359d3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76822 Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org> 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> Tested-by:
Nikita Hovratov <nikita.h@live.de>
-
- Nov 26, 2022
-
-
Torben Hansen authored
Resolves: #98974 Releases: main Change-Id: Ia654bad7271b37df8537aaf003e83cd7d02424d7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76835 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Torben Hansen authored
Resolves: #98905 Releases: main Change-Id: I28f6cc1f4323094f80bf1c216767d490ab95fae3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76836 Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> 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:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Torben Hansen authored
Resolves: #98980 Releases: main Change-Id: I82b58852b56da4336e639f32b2e8198c85751904 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76831 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Nikita Hovratov authored
Resolves: #98891 Releases: main Change-Id: I69e15b139af7222b49353b0060ade35ca4aa87a3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76814 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:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
- Nov 25, 2022
-
-
Torben Hansen authored
Resolves: #98982 Releases: main Change-Id: I84a57c6d11af8a6e540678749ccbbdc13c6e92bf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76830 Tested-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de>
-
Torben Hansen authored
Resolves: #98981 Releases: main Change-Id: I0e8abe44147c90c88f6221efa59fd384959f31ca Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76829 Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
-
Nikita Hovratov authored
Resolves: #98978 Releases: main Change-Id: I1bf664b460c2a9e820382e009caefee5cdc5472f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76825 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Nikita Hovratov <nikita.h@live.de>
-
Benni Mack authored
This change cleans up various parts of PageLayoutController that are leftovers due to the usage of PageLayoutView (which is now removed), and Fluid-based Page module. Resolves: #99193 Releases: main Change-Id: I91d074502069680f7e5c95fbbeb23640fb469ddd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76821 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Nikita Hovratov authored
Resolves: #98979 Releases: main Change-Id: I4c3d342b783a516661da33bdc04834967a91302b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76823 Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
The changes of #99176 and #99189 logically conflicted with each other. The former resets the state of the DeferredAction by using `finally()`, while the latter one introduces special handling when returning anything that's not a Promise, leading to issues due to the bound `finally()` call. The callback execution itself is now resolved with a new Promise object, making `finally()` functional again. Resolves: #99195 Related: #99176 Related: #99189 Releases: main Change-Id: I5507ad75b442b074fc477457ad23df49d6672d51 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76824 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christoph Lehmann authored
With this the list of grouped sql queries is much shorter and better understandable. Resolves: #99187 Releases: main,11.5 Change-Id: Id78568bbe987d8047860f32d58c79644436671d1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76815 Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christoph Lehmann <christoph.lehmann@networkteam.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
A new enum `PostActionModalBehavior` is added to allow control whether a modal window should stay open after invoking either an `ImmediateAction` or `DeferredAction`. Such action may return any value of `PostActionModalBehavior`, namely `KEEP_OPEN` or `CLOSE`. If nothing is provided, the default behavior is to close the modal. Resolves: #99189 Releases: main Change-Id: Ie309122e0f2b197f317b2db13dbbc1f7e2c17a70 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76818 Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Kott authored
The conversion to flexbox is now complete. Spacing is now streamlined and hard limits for columns removed. SCSS-Variables are converted to plain CSS-Variables. Compiling dependencies to the Form and Dashboard module are now resolved. Resolves: #99183 Releases: main Change-Id: Icaeece4506654c13d20f8d79940e9c95c9424dbb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76809 Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-