- Feb 22, 2020
-
-
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>
-
Christian Eßl authored
Add the missing language label for the beuser details button. Also fix a wrong resname in the "info" label. Resolves: #90445 Releases: master Change-Id: Id2d37a6bb839d0241d8625fb7e9c6a50a97b2e43 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63334 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Michael Schams <typo3@2018.schams.net> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Michael Schams <typo3@2018.schams.net> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
The "extension.images" label in FileContentParser had the wrong case. Resolves: #90452 Releases: master, 9.5 Change-Id: Iee9a5ca03c1e495355570ec92e3c63ebe05e187c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63335 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Michael Schams authored
The backend user detail view shows the select/modify table with two columns: "select" and "modify". This patch makes sure that the correct data is shown in the table, in particular in column "modify". Resolves: #90466 Releases: master Change-Id: I706568defb1184d2809f24547d95e2eea9d46a8c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63345 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:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
This change is a pre-patch to re-use the variables of a view in LoginController, to be used to for custom setups in the extension configuration. Resolves: #90468 Releases: master Change-Id: I7ee0f9467e9a5dce5c419826025314379897ad70 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63347 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>
-
Andreas Fernandez authored
Resolves: #90467 Releases: master Change-Id: Id06fa71412f2d2f6eff6d07527166d4475070eda Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63346 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>
-
Koen Wouters authored
A TypoScript Reference documentation widget is added. Resolves: #90435 Releases: master Change-Id: I31ea8a2be4bc55d6cdcecac5c9abbe95016b739e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63323 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Michael Schams authored
This patch fixes a typo in the change log for issue #89139. Resolves: #90464 Releases: master Change-Id: Id3cd0b968ea69be6051509f3838481b0d3f01e92 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63344 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
This was a typo / mistake of mine (while typing with "Power-Save" mode, and no auto-completion support on a plane), triggering a PHP fatal error when using extensions that use DocumentTemplate. Resolves: 90462 Releases: master Change-Id: I0a43c2af260deaedb16e35feed75a42e40ad302a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63342 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
A feature regarding the subject and localization was missing in the initial change / docs, so this is now added. Resolves: #90463 Releases: master Change-Id: Ic0de6abad93b45e3a176df016304bd3806997d7e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63343 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Tomita Militaru authored
Resolves: #89551 Releases: master Change-Id: I3f88c949564c9726ab84f22d3e5f593858faa464 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62201 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Stefan Froemken authored
Add stdWrap properties to references like it is done in FilesContentObject. That way it is possible to select FileResources from rootline. Resolves: #78347 Releases: master Change-Id: I257d063ad39f8bab531bd034150b1d556f12c56b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62098 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Benni Mack authored
When creating content elements via the NewContentElement wizard, a new option "saveAndClose" can be defined via PageTSconfig to skip the "FormEngine" part and save a record directly. This is especially handy for Content Types like "divider" or for extensions handling with grids. This saves clicks for the editor, and matched with the tt_content_defVals it would be possible to create "quick create" content elements directly via the New Content Element wizard with pre-defined values. The feature is enabled by default for the CType "divider". Resolves: #90461 Releases: master Change-Id: I5fe171ac1b243c22d4ed9e14f1a5f3c00c088a21 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63341 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
David Steeb <david.steeb@b13.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
David Steeb <david.steeb@b13.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Sybille Peters authored
Previously, the function BrokenLinkRepository::getNumberOfBrokenLinks() was used in the event listener. It is not necessary to return the count. We now only check if the link target is in the list of broken links. This makes the API easier to read and reduces the number of methods with similar and misleading names. Resolves: #90390 Releases: master Change-Id: Ia94a7a0bd44bbc827864371f7c6694b4b8f8f52a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63267 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Markus Klein authored
BackendUtility::getPageForRootline() must use a more specific cache identifier for the SQL statement in order to deliver correct data. Resolves: #90434 Releases: master, 9.5 Change-Id: I95cf77144773f0a2cd58b1dd72f3f818733cdc7e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63322 Tested-by:
Wolfgang Klinger <wolfgang@wazum.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Wolfgang Klinger <wolfgang@wazum.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Feb 20, 2020
-
-
Koen Wouters authored
A TSconfig Reference documentation widget is added. Resolves: #90438 Releases: master Change-Id: I8f2a23df420f14c933bf72d82a93356656b7df8d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63324 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Helmut Hummel authored
Disallow disabling and flushing the DI cache and base the cache identifier as well on the currently installed extensions. A disabled DI cache creates an unbearable performance hit, so that disabling won't make sense anyway. Disallowing flushing that cache will not flush the DI cache when caches are flushed using the regular backend UI, but only when caches in install tool are flushed. Last but not least, the install tool cache flushing is changed to not bypass the caching API any more by removing complete caching folders or caching database tables. Instead the CacheManager is now used twice, once with basic caching configuration and a second time with caching configuration that is provided by extensions (if any). Releases: master Resolves: #90418 Change-Id: Idc3d053e181c909ccd662065a9c1ab7a893fa9ac Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63288 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-