- May 11, 2021
-
-
Dmitry Dulepov authored
This change adds a normalization for slug source before converting it to ascii. This helps to avoid issues with various ways to encode the same Unicode characters. Used command: composer req symfony/polyfill-intl-normalizer Resolves: #93764 Releases: master, 10.4 Change-Id: I9982fafd9c34c69bb6ca47ee8242f504b9974121 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68492 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Daniel Dorndorf authored
When overriding aspect ratios via TCA overrides, one can also now disable allowed aspect ratios in cropVariants. Resolves: #93854 Releases: master, 10.4 Change-Id: I10f5ac16ce6bb6ca776e483c525ee6e4268e5e8d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68670 Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
Shona is a Bantu language of the Shona people of Zimbabwe. It is one of the most widely spoken Bantu languages. Also see https://en.wikipedia.org/wiki/Shona_language This change adds support for Shona to be selected as TYPO3 Language and to connect to TYPO3 Localizations (XLF files, Site Configuration) by default. Resolves: #93114 Releases: master Change-Id: Id25823fc5021d9cc3480fb57627fe3cfcfbcb614 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68987 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
With #93979, `BackendUtility::translationCount()` was changed and always returned the message "This record has X translation(s) [...]!" even if there are no translated records at all. This patch initializes `$count` as 0 and changes the message handling as similar as in `BackendUtility::referenceCount()`. Resolves: #94091 Related: #93979 Releases: master Change-Id: I43dfa860d1c278a239bd88e83feddf239b8b01a8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69066 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
Stephan Großberndt authored
This patch makes sure tx_scheduler_task.task_group contains an integer in order to avoid a SQL error when saving the task which in turn may lead to an endless fetch-and-save loop. Resolves: #94102 Releases: master, 10.4 Change-Id: Ie81d2c3a7eb193f4fd1ed59c34fe2de9fad023f4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69097 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benjamin Franzke authored
The Router dependency should not be optional and rather always be injected, and in reality it always was, as the nullable fallback to GeneralUtility::makeInstance was only used in unit tests. The UriBuilder factory is now provided via the backend service provider. That is because it became an ondemand dependency for the backend request handler in #93674. We now properly inject it via constructor which makes it a lowlevel service (a service that needs to defined via service provider to be available when TYPO3 has not yet been installed). Releases: master Resolves: #94083 Change-Id: I75b39cdae8c41d1ce38860c50713d749bbe8e348 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69056 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benjamin Franzke authored
The ErrorHandler is not be fully configured (missing logger) by the time the object is constructed, but the error handler is registered at that point. As errors may happen during construction of dependencies (again the logger) of the ErrorHandler, the error handler registration needs to be delayed in order to avoid usage of the error handler while dependencies are still being created. This may happen in case an exception occurs during creation of the ErrorHandler's logger instances. Resolves: #93279 Releases: master, 10.4, 9.5 Change-Id: I0ded490c35e61120e055f853accb10e16080ea1a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67440 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
mabolek authored
The password recovery page was not displaying custom messages from the plugin FlexForm. This is fixed by using the RenderLabelOrMessage partial, rather than the f:translate ViewHelper. Resolves: #94087 Releases: master, 10.4 Change-Id: Ic8efe0820a52ced6613acf8860490ed6e6df8b94 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69063 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
core-ci <typo3@b13.com>
-
Daniel Windloff authored
Use the TCA to get the field names of the meta info. Add the folder name as a title, if folder information are shown. Releases: master, 10.4 Resolves: #92299 Change-Id: I4247518efd61c806821fcb7400830eb1175766e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65710 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Oliver Bartsch authored
As a follow up of #94042, the search bar in the configuration module is now also aligned with the rest of the backend. The regular expression checkbox is therefore moved into a dropdown, according to the recordlist. Since browsers nowadays add their own clearable functionality to type=search fields, it's sufficient to just register an event for it. Especially because initialization of our custom clearable functionality would otherwise lead to duplicated clear icons. Resolves: #94101 Releated: #94042 Releases: master Change-Id: I019d1de724d87a9ab074aec062c39295d9e41670 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69023 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
With #93975 the calls to `TBE_EDITOR.fieldChanged()` as onchange handlers have been removed which was an accidental breaking change. This patch adds the necessary calls again, which may lead to false deprecation warnings in the browser's console. Resolves: #94108 Related: #93975 Releases: master Change-Id: Ifbae4adb0ff8b931bbdb3fe4d08c14c5aa30f81f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69107 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benjamin Franzke authored
Executed commands: cd Build/ yarn upgrade lit@^2.0.0-rc.2 lit-html@^2.0.0-rc.3 lit-element@^3.0.0-rc.2 grunt rollup Resolves: #94096 Releases: master Change-Id: Iddea7dbe03ca911eda1be5a758d6e8ab910843ea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69095 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Bartsch authored
Resolves: #94107 Related: #90803 Releases: master Change-Id: Iccb0eab82275feb250180ae6674c5b9d2a176fd4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69100 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- May 10, 2021
-
-
Benni Mack authored
This change keeps the type parameter (e.g. ?type=13) even if PageTypeDecorator is used when building URLs but "13" is not part of the map in the site configuration. A test is added in order to make sure this functionality will not break (again), see https://review.typo3.org/c/Packages/TYPO3.CMS/+/62383 for the original fix without tests. Resolves: #87104 Related: #87817 Related: #88836 Releases: master, 10.4, 9.5 Change-Id: Ic7f82bfa9f28f971162e1af1b557188f61446462 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68978 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Henrik Elsner <helsner@dfau.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Henrik Elsner <helsner@dfau.de> Reviewed-by:
Rémy DANIEL <dogawaf@no-log.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Nikita Hovratov authored
There is no usage of the key "name" in $GLOBALS['TBE_STYLES']['skins']['backend']. Even in earlier versions of TYPO3 no usage can be found in the code. Resolves: #94085 Releases: master Change-Id: Idfb027da21459f0693d8a66829493e78c81f81d7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69059 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Oliver Bartsch authored
Since #94042, the Localization overview in the info module is equipped with proper labels. These labels should however not be rendered, in case the corresponding menu does not exist, e.g. on pages without available languages. Resolves: #94099 Related: #94042 Releases: master Change-Id: I1d3ab9db22e3d850aefc012b3daac1923661e936 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69096 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
Alexander Stehlik authored
When the realName or email field of a user is disabled by TSconfig, the current values will remain when saving. Resolves: #94075 Releases: master, 10.4 Change-Id: Idfa4ba9f0d558575b9d3fcccd33784513e54d016 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69053 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com>
-
Marc Bastian Heinrichs authored
Function getScriptPath is not implemented. PHPDoc block of function getPathInfo points to getScriptName. Resolves: #94095 Releases: master, 10.4, 9.5 Change-Id: I6329cff8ace4a3b5562e6d2d568dbed6d69c0ae5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69094 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com>
-
Alexander Schnitzler authored
Releases: master Resolves: #94073 Change-Id: I2a17bfd5d9cf4fce0915e466dd48e266dc6485b7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69035 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- May 08, 2021
-
-
Benni Mack authored
This change removes any objectManager usages within Configuration Manager. Resolves: #94093 Releases: master Change-Id: I24e272e86b28856e19ae86e68735963b9340724c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69062 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- May 07, 2021
-
-
Larry Garfield authored
Using direct calls and variadics is slightly faster, and usually cleaner to read. I left in the instant-call call_user_func() instances in the entry point files, as that's only a single call and is arguably at least no worse than (function() {})(). Resolves: #94060 Releases: master Change-Id: I95988feadf8522d8d936a273608e0ef2d5ce75b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69017 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
crell <larry@garfieldtech.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benjamin Franzke authored
This change updates the Twitter Bootstrap dependency to version 5.0.0 See https://blog.getbootstrap.com/2021/05/05/bootstrap-5/ for more details. Used commands: > cd Build > yarn upgrade bootstrap@^5.0.0 @types/bootstrap@^5.0.13 > grunt build Resolves: #94089 Releases: master Change-Id: I10cca03662049c354a01ef9ce98ef3840b0443bb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69065 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
- May 06, 2021
-
-
Christian Kuhn authored
Have TCA 'description' field for renderType=belayoutwizard. See styleguide elements basic -> text -> text_20 before/after. Resolves: #94079 Releases: master, 10.4 Change-Id: I18d8001904e97384b15d825253919465f90c4a06 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69057 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
Due to a bug in #94001 the Extbase Reflection of "self" did not work anymore. Resolves: #94076 Releases: master, 10.4 Change-Id: I3658d8175661621a493ac15d19238b4f0d60eb64 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69054 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
crell <larry@garfieldtech.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Hoelzle authored
The install tool has now the possibility to configure the Symfony mailer with DSN. The DSN setting was already implemented but with a not consistent configuration option and was never documented. Resolves: #93668 Releases: master Change-Id: I12428aad0c41af74471f25efe3462632866c29a7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68197 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Oliver Hader authored
This change reduces the amount of inline JavaScript and transforms `goToModule()` invocations in the TYPO3 backend user interface to use `ActionDispatcher`'s `TYPO3.ModuleMenu.showModule` handling. Resolves: #94058 Releases: master Change-Id: I0411100ae6ec9c5d9493c00fb4efd80b4858ee0e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69015 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- May 05, 2021
-
-
Benni Mack authored
Language and Site objects can be retrieved from TSFE in HrefLangGenerator as well as TypoScript plugin configuration in XmlSitemapRenderer. Resolves: #94069 Releases: master Change-Id: Ia9984b02cb2f8edc1a7bf2c3e103b10bc8d157fd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68931 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
DataHandler should log instead of creating FlashMessages since FlashMessages fail in CLI context. Method ->printLogErrorMessages() turns DataHandler logs into FlashMessages already and is used in appropriate contexts like EditDocumentController and friends. Resolves: #93549 Releases: master, 10.4 Change-Id: I0a39204cfced5be5513cfc2f58452ffb8a15942e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68921 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
To be more consistent with the backend user and redirects module, the filter section of the backend log module is streamlined. The clumsy time range drop down is replaced, the 'user defined' time selection via date pickers is always shown instead. The hard to understand 'group by page' when called from within info module having a depth > 0 is dropped, since a similar information can be achieved more naturally using the page tree selection. The filter drop-downs don't reload automatically anymore to be in-line with other modules, 'set' is renamed to 'Filter' and a 'Reset' button is added. Resolves: #94072 Releases: master Change-Id: Ia0a2229bc8f37a717a0e10a39e7337d67a32456c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69036 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
TBE_EDITOR is a precursor of the current FormEngine with a lot of unused legacy code. Most of its functions were used in an internal scope and were not meant to be public API, thus everything that has no use at the current time of writing this commit has been removed. Resolves: #94065 Releases: master Change-Id: If9099734e80b3f458065047555860775e7e02c89 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69021 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Bartsch authored
The AdministrationController in EXT:indexed_search is based on the extbase framework. As this provides a specific request object, there is no need to use GeneralUtility::_GET() for fetching plugin related arguments. However, since the extbase specific request object does not provide non-plugin related arguments (those without the plugin prefix), we currently have to fetch them from the global PSR-7 request. This will vanish as soon as extbase does also use the PSR-7 implementation. Resolves: #94071 Releases: master Change-Id: Ib5bd533b2a2bb9283dda11e0a796f3dfd629458f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69034 Tested-by:
core-ci <typo3@b13.com> 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>
-
Oliver Bartsch authored
Since #94046, the reset buttons, used in the EXT:beuser and EXT:redirects modules, have an insufficient color contrast and are therefore changed to `btn-link`, restoring the previous display. Resolves: #94070 Related: #94046 Releases: master Change-Id: I115174b5ccff513064c7cea1266fbd6be22cfb58 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69032 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
This change addresses a flaw when resolving ancestor ids of 1:n relationships - resolving `l10n_source` pointer always was `0`. Besides that now only non-empty `l10n_parent` or `l10n_source` are returned as integer. Otherwise `null` is returned and signals that a corresponding ancestor could not be resolved at all. Scenario `localizeParentContentChainLanguageSynchronizationSource` of `DataHandling\IRRE\ForeignField\Modify\ActionTest` was given already, however `l10n_source` fields were missing in their TCA. Resolves: #86141 Releases: master, 10.4, 9.5 Change-Id: Ia0e3d9accd5c1998f4fd971861262c158cc8f838 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58049 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Oliver Bartsch authored
Resolves: #94068 Relates: #94020 Releases: master Change-Id: I0b727c1af5e4f3b7617ea1e0e5975ccfdb69adcc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69027 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
- May 04, 2021
-
-
Christian Kuhn authored
Brings a bugfix to be more strict comparing CSV fixtures with DB rows. composer req --dev typo3/testing-framework:^6.8.2 Resolves: #94066 Releases: master, 10.4 Change-Id: Ie21e85cdb29af0da02d6c8081a3fc842289cc09c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69024 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benjamin Franzke authored
In case the TYPO3 backend is loaded inside the content frame, which is a result of a programming error, the inner backend overwrites state of the outer one, making the backend unusable because references to javascript singletons are mixed between outer and inner frame. Releases: master Resolves: #94062 Change-Id: Ia3b75d949ec94ebdce317208e87917206769de48 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68930 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Nikita Hovratov authored
This removes all parts in the button component which are exactly the same as in bootstrap. Resolves: #94046 Releases: master Change-Id: Ie3efb386a4e2cce970fc46155c6ae3b8b9acc82a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68979 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Anja Leichsenring authored
There is no valid reason anymore to separate functional test stages into 2 runs, so they get merged again. Resolves: #94064 Releases: master, 10.4 Change-Id: I02385b2332b62ac9f637442b2500b214bd66b357 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69019 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Needs a phpdocumentor/type-resolver raise: composer req phpdocumentor/type-resolver:^1.4 Change-Id: Iffecb88d34a4c04816eff5543611192fcc3b8296 Resolves: #94063 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69018 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Nikita Hovratov authored
In case an infobox has an icon but no title and the text is just one line, the text is now vertically centered. Also remove the css property "vertical-align: middle" as it has no effect anymore. Resolves: #93998 Releases: master Change-Id: I58c75fb6c7004101a9598307ac8385a023fd2426 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68890 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-