- Feb 23, 2020
-
-
Oliver Bartsch authored
Using the example registration of a custom widget would lead to an ArgumentCountError respectively an RuntimeException as the `arguments` key is missing. Therefore the key is added to the configuration examples. Resolves: #90501 Releases: master Change-Id: Ib6666169fda610dd6393f4869f476d0a29edd56e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63386 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Feb 22, 2020
-
-
Oliver Bartsch authored
In #88901 the `showRecordFieldList` field was removed from all core tables and won't be evaluated anymore. A corresponing TcaMigration is therefore added. Resolves: #90498 Related: #88901 Releases: master Change-Id: Ife2ce2374e16bd981c9d77da285506542a1b1168 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63381 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
In order to fix most known vulnerabilities in development-related npm packages, all packages have been updated to their respective latest version. Executed commands: yarn upgrade yarn build Since packages related to minification and publicly used packages like CodeMirror have been updated, this patch contains some more changed files. Resolves: #90496 Releases: master Change-Id: I65a307dae58224c75b8d0fc8a34c28fc1db465f6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63379 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
Class \TYPO3\CMS\Form\Mvc\Property\Exception\TypeConverterException provides a factory method fromError to instantiate new instance of itself. It's done via new static(...) which is unsafe if the class is not final as the implementation cannot know if constructors of sub classes have the same method signature like itself. One solution to this issue is to make a class final, another is to use new self() instead of new static(). In this case, the class is made final as this is a very specific Exception already and unlikely to be extended. Releases: master Resolves: #90401 Change-Id: I4f1127cc423cb1c865b8f422a3047ad5888d00f4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63275 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
Executed commands: yarn add --dev typescript@~3.8.2 yarn upgrade --pattern "^@types" grunt build Resolves: #90495 Releases: master Change-Id: Ie60cc8dd2bdc971f1e904865cc616ed384b9fc10 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63377 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Oliver Bartsch authored
The TCA configuration `showRecordFieldList` inside the `interface` section won't be evaluated anymore since #88901 and is therefore removed. Resolves: #90493 Related: #88901 Releases: master Change-Id: I3290da15fe44d57735087725bd881604cf530e9f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63375 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Sybille Peters authored
Fix changelog for BrokenLinkRepository::getNumberOfBrokenLinks() in linkvaildator Resolves: #90494 Releases: master Change-Id: Id94026971af93e8d0be0b2bd97ab5e783458a148 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63376 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Sebastian Klein authored
The softhyphen button in RTE CKEditor separates HTML inline elements. If the softhyphen is inserted inside a link, it results in two individual links with the ­ entity between. This can already be examined in the source view of the RTE. Furthermore, a ­ entity between two HTML tags will prevent the browser to insert a hyphen at the position of the linebreak. Setting the optional mode 'text' to the insertHtml event will prevent this behaviour, as the inserted content will then inherit the styles which are applied in the selected position. Resolves: #88727 Releases: master, 9.5, 8.7 Change-Id: I4a398b02aba306016da12f290dab958b2e9ccf2c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61251 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Andreas Fernandez authored
This patch removes some dependencies that are not used at all in TYPO3. Executed command: yarn remove grunt-npm-install anymatch request Resolves: #90492 Releases: master, 9.5 Change-Id: I4150fb526b673b8cc91d85137170ce0e44dff930 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63374 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Benjamin Kott authored
This patch cleans up stylings across various modules and streamlines the used markup as well as the folder structure. Resolves: #90491 Releases: master Change-Id: I7cf564da3e981f455c466dbc24a33858145525b0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63362 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Oliver Bartsch authored
Fixes several typos and improves readability of PHPDoc comments through ext:dashboard classes. Resolves: #90486 Releases: master Change-Id: I27cd1c0c2dd3c3b18bade0b50af41aa8d8bfd06e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63368 Tested-by:
Richard Haeser <richard@maxserv.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Oliver Hader authored
Parameters being generated internally by TypoLink using `<f:link.typolink parts-as="typoLinkParts">` view helper are exposed as variable and can be used in Fluid templates again, which are: * url * target * class * title * additionalParams Resolves: #90026 Releases: master Change-Id: I6c3386ed1f177aeb98171056f5d8bd2991d6cf46 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62769 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Gerrit Mohrmann authored
This adds Argon2id to the password hash algorithms. It should be available since PHP 7.3. Resolves: #90262 Releases: master Change-Id: I3810ca11330b7c7079408cd5a7f504e514a3262e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63077 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benjamin Kott authored
Resolves: #90490 Releases: master Change-Id: Idc9c1d2fb2990116933e6cc0e1700daa46778847 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63373 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Daniel Goerz authored
This patch restores the possibility to enable backend users in the compare view again. It also reinstalls the check for online users to prevent disabling a currently logged in user. Resolves: #90488 Relates: #90298 Releases: master Change-Id: I0919403a41de136c7461e0d9367b3795bbf68358 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63371 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Oliver Bartsch authored
This replaces all left-overs in some `ext_localconf.php` files. Resolves: #90482 Releases: master, 9.5 Change-Id: Ie2e2ace313a4756b382a6f247c6e2c17903c9357 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63363 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Richard Haeser authored
You can now create widgets for the dashboard showing a bar- or doughnut-graphs. As an example two new widgets are introduced showing information about the number of errors in the sys_log and about the number of normal backend users vs admin users. Resolves: #90440 Releases: master Change-Id: I5f4bb0201415434560c3c7297fefa7e897973be2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63328 Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Helmut Hummel authored
Instead of overriding the command name, an aliases are now set for a command. Command names and aliases are now configured during container compilation pass instead of runtime. Resolves: #90450 Releases: master Change-Id: I82dd96717e30d38387273fa2a10828906c5c46bc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63331 Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Andreas Fernandez authored
This patch adds API for event handling in JavaScript. The goal is to have an easy-to-use event handling and delegation by shipping several event strategies. Debounce: Debounces an event listener that is executed after the event happened, either at the start or at the end. A debounced event listener is not executed again until a certain amount of time has passed without it being called. RequestAnimationFrame: Traps an event listener into the browser's native rAF API. Throttle: Throttles the event listener to be called only after a defined time during the event's execution over time. Resolves: #90471 Releases: master Change-Id: I407f9b98a13f998bbf0879614002223b304389b0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63336 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev>
-
Oliver Bartsch authored
Resolves: #90483 Releases: master Change-Id: I7053c87a6e5e317f019e119a4007771a75b25094 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63367 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Oliver Bartsch authored
* Add some missing return types * Remove wrong return type annotation * Add missing import * Use strict mode for `in_array` Resolves: #90487 Releases: master Change-Id: Iaadf0a1b38f743ac3777d5b3600584aa9fc957e7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63369 Tested-by:
Richard Haeser <richard@maxserv.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Daniel Goerz authored
Resolves: #90446 Releases: master, 9.5 Change-Id: Id35387eebf305282765eb5858441f7973900c1a4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63352 Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Oliver Bartsch authored
This extends and improves the visual appearance of the feature toggle card in the settings module. Furthermore the card now reload its content after saving. This was not the case before and one had to close and reopen the card to see changes made. Resolves: #89844 Releases: master Change-Id: I342a0719609dbd086a454bdd7f11e160284c22d6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63330 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Michael Schams <typo3@2018.schams.net> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christian Eßl authored
The TCA for be_dashboard was using a field name that doesn't exist in the database table. Resolves: #90477 Releases: master Change-Id: Icb78d89a723d0d1030bf31d0645c0f31592a67e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63360 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Feb 21, 2020
-
-
Christian Eßl authored
The clipboard was missing two description labels, which would normally be shown when hovering over a link. Resolves: #90473 Releases: master, 9.5 Change-Id: I1d3224e9f866f7aa0455fab557846b7bc6e456e6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63356 Tested-by:
TYPO3com <noreply@typo3.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>
-
Christian Eßl authored
The reports module was missing some descriptions and headers, because the localization files were wrongly referenced. Resolves: #90476 Releases: master, 9.5 Change-Id: I902c25cb404c607913099663ac599dc5e881f1c3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63359 Tested-by:
TYPO3com <noreply@typo3.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>
-
Christian Eßl authored
The title was missing in the Page TSconfig Info Module, because it was read from the wrong language file. Resolves: #90474 Releases: master, 9.5 Change-Id: Ia5111a538ce42acd9ca958837243306bda295823 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63357 Tested-by:
TYPO3com <noreply@typo3.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>
-
Christian Eßl authored
The "Language" header used in in the table listing was never shown, as it was missing in the language file. Resolves: #90475 Releases: master, 9.5 Change-Id: Ic14e1b808bf10da6e1096829451945ece7d6943c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63358 Tested-by:
TYPO3com <noreply@typo3.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>
-
Sybille Peters authored
Locking API can be configured via $GLOBALS['TYPO3_CONF_VARS']. Now, by changing the priority of a specific lock strategy, it can be effectively disabled. Resolves: #87072 Releases: master Change-Id: Ie632f470a2144f67206e40736a9f70f4296715fa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58940 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Claus Due authored
Provides a completely rewritten alternative to PageLayoutView based on Fluid, and deprecates the old PageLayoutView. Adds a feature flag TYPO3_CONF_VARS.SYS.features.fluidBasedPageModule which can be used to switch back to the deprecated PageLayoutView for installations which require this. The feature flag is enabled by default in all new installations. See included feature RST for more detailed information. Releases: master Resolves: #90348 Change-Id: Icf10b12130c238c63db74a608c67942ba912d307 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63186 Tested-by:
Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Claus Due <claus@phpmind.net>
-
Silvia Bigler authored
Rework placeholder processing to allow custom processors Resolves: #90267 Releases: master Change-Id: If884062c09a770d5eabbc9436e1a23360290f7e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63079 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benjamin Kott authored
Resolves: #90470 Releases: master Change-Id: Iece9e14c26ecc8ff09bbb88afcb6809f3ab57c3c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63350 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Claus Due authored
Checks for method presence before attempting to call them, and exposes getControllerName/getControllerAction for public usage. Release: master, 9.5, 8.7 Resolves: #90284 Change-Id: I29b850ccb2f535c1f708af32a61e50c04386d9b7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63111 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
Claus Due <claus@phpmind.net> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Claus Due <claus@phpmind.net>
-
Koen Wouters authored
A widget group is added to the TYPO3 add widget modal with all the documentation widgets Resolves: #90457 Releases: master Change-Id: I56afc843f1f1b3ab08d97213e68c0c7b862e17f8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63348 Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Susanne Moog authored
To ensure unique identifiers for query entries the backtrace is considered as part of the hash. As the backtrace is multidimensional, stringification is no longer done by using implode. Resolves: #90449 Releases: master, 9.5 Change-Id: I920591c8c3df99aea5a2362c416e938b425e32a3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63351 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
The subject can also be defined in a templated email. This way, it is possible to allow custom subjects and completely modify the login notification email. Resolves: #90423 Releases: master Change-Id: Idc904c8f06a7ffc2e491a2eb283ae6ba8f9dc00b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63313 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Alexander Schnitzler authored
This patch ignores several errors found by phpstan which are not easy to solve as of now or which are not solvable at all. - Unsafe usage of new static Those errors can be solved in different ways. Making classes final, making constructors final or using new self. Which solution is used has to be decided by people who are familiar which the affected files. - Call to an undefined method in AbstractWidgetViewHelper and AbstractViewHelper Those issues aren't solvable as those methods exist if users choose fluid ^3. - Access to undefined constant TYPO3\CMS\Core\Type\Enumeration ::__default This issue can't be solved as the Enumeration class does a lot of magic stuff which isn't compatible with static code analysis. Releases: master Resolves: #90402 Change-Id: Ie4a1623d42cb37d30082275ca1a09a733301d06e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63276 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de>...>
-
Michael Schams authored
This patch corrects an invalid variable name in order to show the real name of a backend user in the user's detail view. Resolves: #90459 Releases: master Change-Id: Ic063a48b1ade625cb303973b6043d1c19a404c43 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63339 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Guido Schmechel authored
Use the already existing functions for listOptions and clipboard and integrate them into the filelist search view. Resolves: #79310 Releases: master Change-Id: I2d89d2cac8763e3ff1e135608d434b81264c3589 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/56502 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Georg Ringer authored
Resolves: #90376 Releases: master Change-Id: I0d7643b9bd0bd99545cd5e488a87cd381219cc42 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63250 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-