- May 11, 2021
-
-
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>
-
Daniel Goerz authored
Resolves: #94059 Releases: master Change-Id: I9687dddef9889d79359e64987e8886a305d3149f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69016 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
Next to pre-merge test suite, nightlies now especially run the composer min/max functionals with PHP8. Using mariadb 10.5 to cover another DBMS variant. Needs a friendsoftypo3/phpstan-typo3 raise: composer require --dev friendsoftypo3/phpstan-typo3:^0.7.0 Change-Id: Iea86496e32a586b20d4d6eeb6db84ec5a06d0767 Resolves: #94061 Releases: master Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68991 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benjamin Franzke authored
The namespace of "felogin" was partially changed to \TYPO3\CMS\FrontendLogin with #84262, but was kept with \TYPO3\CMS\FeLogin for backwards compatibility in some places. Now that deprecated functionality has been removed, the code is streamlined to use the new FrontendLogin namespace solely. Resolves: #94041 Related: #84262 Releases: master Change-Id: Ie315d413b6b81a1be3f6c6574e103c61d172be3b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68974 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
This change raises the dev dependency PHP-CS-Fixer to 2.19 (forward-compatible to 3.0) and 3.0, allowing to run PHP-CS-Fixer with PHP8. This change adapts the config file to use the latest syntax. Using PSR-12 will be handled in a separate followup. Used composer commands: - composer req friendsofphp/php-cs-fixer:"^2.19 || ^3.0" --dev - composer req friendsofphp/php-cs-fixer:"^2.19 || ^3.0" -d typo3/sysext/core --dev --no-update Resolves: #94053 Releases: master, 10.4 Change-Id: I47d4ca1b09728599782883fb4958908446fd7cfe Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68989 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Larry Garfield authored
PHP 8 deprecated a number of very old bits of the Reflection API. This patch updates ClassSchema to use the newer equivalents. Also fixes some unrelated PHP 8.0 errors around undefined value handling. Resolves: #94001 Releases: master, 10.4 Change-Id: Id235fa830894e9a2dc6465444ec2c6808f18c3aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68898 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Nikita Hovratov authored
This fixes the alignment of the rows in the doc header and the size of horizontal lines in dropdowns. Replace the hardcoded 15px margin with the bootstrap grid-gutter-width variable. The row margin override for .module-docheader-bar can be removed completely. Resolves: #94044 Releases: master Change-Id: Iefa02fed9c00a31676d296e86e1bc75049810795 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68976 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>
-
Remo Häusler authored
If an argument on a plugin namespace is not an array, Extbase failed hard with an type error exception. Resolves: #91040 Releases: master, 10.4, 9.5 Change-Id: Ib613081aeb99232f1254a431fec57f15bb88b1c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65351 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de>
-
Guido Schmechel authored
If a TYPO3 integrator creates the scheduler command language:update and defines multiple languages, e.g. de fr pt, then this is now interpreted. Releases: master, 10.4 Resolves: #91876 Change-Id: Ia7639f322e5f693aa59f83dacf908b15f2d265ad Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67394 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com>
-
Benni Mack authored
When using ?MP=12-13,345-673 some could also add a letter or a "/" symbol in the GET parameter, effectively showing a 503 instead of 404 page. This change ensures that $TSFE->MP only contains numbers, commas or dashes. Resolves: #94045 Releases: master, 10.4 Change-Id: I9d47153495701eb36bd9eb0c9936c0956b075560 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68977 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Bartsch authored
Improves the overall look and feel of the filters in various backend modules, thanks to the new bootstrap v5 grid. We can therefore now rely on flex-form instead of float technology. By using the `g-X` gutter classes and the `align-items-X` arrangement classes, we ensure the positioning and spacing is the same in each module. This allows to effectively remove the `form-inline-spaced` class since this can easily be done with flex-form and the mentioned classes in bootstrap v5. Adjustments done: * Use of flex-form to align and position form fields * Add missing labels and unify arrangement * Adjust size and position of form components * Unify select field size * Unify search field display * Unify submit and reset button styles Resolves: #94042 Resolves: #94026 Releases: master Change-Id: Iae95a3e90179c6708ce6e1f0f272f267b6cae645 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68926 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
Oliver Hader authored
Change-Id: Ib8345499805813806ead6c0068fb0db6834b8f34 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68984 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-