This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 14 May, 2021 5 commits
-
-
Executed command: yarn add "bootstrap@^5.0.1" Also, some minor coding issues were solved that popped up with the update. Resolves: #94138 Releases: master Change-Id: Ie80eff09efba43cfb9ae60862cb2167b0bc3f12f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69146 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
PHP 8 promotes a lot of notices (previously ignored) to warnings. That means they can no longer be ignored. Resolves: #94057 Releases: master Change-Id: I37de1b7e8e31eb2be78b8e90af015bc88e121791 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69012 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
Despite its name, the method `ArrayUtility::arrayDiffAssocRecursive()` mimics the behavior of `array_diff_key()` and not of `array_diff_assoc()`. The method has been adjusted to act like `array_diff_assoc()`. As this is considered being a breaking change, the behavior must be enabled explicitly by passing a 3rd parameter `$useArrayDiffAssocBehavior` being true. If the argument is either omitted or false, the old behavior is kept but a deprecation warning will be thrown. Resolves: #94137 Releases: master, 10.4 Change-Id: I3cfa9581596ca4114bce4daca461187e9b87fe99 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69143 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Resolves: #94139 Releases: master Change-Id: I645c03ae9ddb411dae7ef6b55a8e3fde479785c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69148 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>
-
The SVG Tree now builds a SVG-in-SVG element around all icons (icon + overlay) to ensure the sizes are consistent and can be positioned properly. This fixes the issue that possible custom icons have a different size. Resolves: #86280 Releases: master Change-Id: Icf39e74c398d149a9216a64551bdeb250ed2bf00 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69147 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 13 May, 2021 3 commits
-
-
The test setup used to initialize the DateAspect from a string, that means the local php timezone has been taken into account, and test verficiation fails with date offsets if the local timezone is not UTC. Adapt to initialize from a unix timestamp, as this ensures the local timezone has no effect on the test. Note that the real application does the same, as the DateAspect in initialized from the timestamp in GLOBALS['EXEC_TIME']. Releases: master, 10.4, 9.5 Resolves: #94135 Change-Id: I0494ac3e1911f34a3a79c3063caaabad1c0027b7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69141 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
Resolves: #94133 Releases: master Change-Id: I2101f3acc5c32c45efa3a8330bb7b6aa1d9716ce Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69138 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Andreas Fernandez authored
TCA's value picker uses a lot inline JavaScript for its picker handling, therefore, the handling has been moved into a dedicated web component. As a side-effect a bug in TextElement and InputTextElement is fixed. Both elements previously used exactly the opposite insert mode. Resolves: #94112 Releases: master Change-Id: Ib3a1f9697477cab4b9a00c606fcd0bd6524450b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69108 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 12 May, 2021 6 commits
-
-
When UriBuilder is used outside of an initialized ExtbaseAction and not within StandaloneView, the cObj is not properly initialized inside Extbase's UriBuilder Resolves: #91625 Releases: master, 10.4 Change-Id: I850257f0a5d47d3ec18e7eb791894c90258394f7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69132 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
In some rare cases (e.g., for some Console commands), RootlineUtility::enrichWithRelationFields might be run without any TCA, which leads to a crash. This is now avoided. Resolves: #93949 Releases: master, 10.4 Change-Id: I7725b99341f55aa20279abccb35a79e4fb574409 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68802 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
-
This change adapts certain areas within EXT:extbase Persistence to avoid ObjectManager and rely on constructor DI and GeneralUtility::makeInstance() where it's not easily possible to switch to DI yet. Resolves: #94111 Releases: master Change-Id: I731d5b8f791bd34410aa3bf86bc7dc4e6098fa20 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69101 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>
-
in * EXT:workspaces * EXT:tstemplate * EXT:setup * EXT:scheduler * EXT:recycler * EXT:lowlevel * EXT:linkvalidator * EXT:install * EXT:info Releases: master Resolves: #94121 Change-Id: Idb153afd9763cd9c3238be68d2290bde68e88b35 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69038 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
This change removes the internal BackendRequestHandler of Extbase as TYPO3 Backend modules are now dispatched directly via Extbase's Bootstrap. This takes away one layer of indirection for Backend modules which are built with Extbase. Resolves: #94118 Releases: master Change-Id: I5c1b323c75363521f49c93f16976f866961fcddf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69111 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
core-ci <typo3@b13.com> 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>
-
This change ensures that writing to EditDocumentController only happens for POST requests, as EditDocumentController currently takes care of rendering the form AND saving a record via DataHandler. Resolves: #94114 Releases: master Change-Id: If6dc8930d0fa0cb2ed5d1165d6a42d9639013556 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68714 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
- 11 May, 2021 15 commits
-
-
Since the bootstrap v5 update, the inputLinkElement is styled with flex form instead of display table. This became a problem, because this broke the appearance of the explanation toggling. The initial idea to hide the complete clearable wrap didn't work properly as it is loaded dynamically and it's not ensured it exists when trying to hide it. To circumvent this problem, the styling is now done with some extra css. Additionally the wrong form-control class is removed from the clearable wrap and the styling is now also moved to own css. Resolves: #93941 Releases: master Change-Id: I0bb0d1cf26ed40dd3c87a58e08cc39e449b96c0d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69064 Tested-by:
core-ci <typo3@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Use the standard layout for toolbar items to make recurring elements look the same in the various core modules. Resolves: #92018 Releases: master Change-Id: I2c34d0e977652bd247c0dd983308385cdf865042 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65341 Tested-by:
Richard Haeser <richard@richardhaeser.com> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Richard Haeser <richard@richardhaeser.com> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
- 10 May, 2021 6 commits
-
-
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>
-
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>
-
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>
-
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>
-
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>
-
- 08 May, 2021 1 commit
-
-
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>
-
- 07 May, 2021 2 commits
-
-
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>
-
- 06 May, 2021 2 commits
-
-
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>
-
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>
-