- Feb 21, 2020
-
-
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>
-
Richard Haeser authored
As $this->settings is not defined, it should not be passed to the Fluid template of the DashboardController. Resolves: #90453 Releases: master Change-Id: Idc946da7d293311215c2bf318dc6959e5f6f080f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63337 Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Koen Wouters <koen.wouters@maxserv.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Christian Eßl authored
Fixed some wrong spelling related to the word "exist" in several places, including docs, language files, error messages and comments. Resolves: #90451 Releases: master Change-Id: I8f1642a259fa76f1c3311042def04374fa66ade5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63333 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
This change adds the browser-native lazy loading option "loading" HTML attribute for images. See https://addyosmani.com/blog/lazy-loading/ for more details. Resolves: #90426 Releases: master Change-Id: I5c457ed5b72ef81622e5135f182d7b10ededd4df Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63317 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
Limit the query to 1 row to check if there are records available which improves the performance. Resolves: #90419 Releases: master, 9.5 Change-Id: Ia965f906e4029698351e39501282242c480bb0d6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63316 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Feb 19, 2020
-
-
Chris Müller authored
The example in the note shows how to deny access up to Apache 2.2. The directive for the current version is added. Resolves: #90433 Releases: master, 9.5 Change-Id: I7842af8acdf632aebab8b8f63637450efd4fa23c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63321 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Ralf Zimmermann <ralf.zimmermann@tritum.de>
-
Richard Haeser authored
A dashboard is introduced into TYPO3 to show the most important information to the current logged in user. Every user with access to this backend module can now have one or more personal dashboards. Each dashboard can contain several widgets. Which widgets and in which order the widgets are shown is up to the users themselves. Resolves: #90333 Releases: master Change-Id: I964a52846ec9a1c901baa89508b9df0caecdf81f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63139 Tested-by:
Koen Wouters <koen.wouters@maxserv.com> Tested-by:
Riny van Tiggelen <info@online-gamer.nl> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Koen Wouters <koen.wouters@maxserv.com> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com...>
-
Benjamin Kott authored
This patch introduces a set of PSR-14 Events to modify the CKEditor configuration. - AfterGetExternalPluginsEvent - BeforeGetExternalPluginsEvent - AfterPrepareConfigurationForEditorEvent - BeforePrepareConfigurationForEditorEvent Resolves: #88818 Releases: master Change-Id: I1f810e31274a05d52082de5e03fc530b3cee1a44 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59304 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>
-
With Feature #90052 the parsed YAML configuration can be viewed in the Configuration module. A tip is already available on the top of the page. The hint about manual debugging is therefore obsolete and can be removed. Resolves: #90432 Related: #90052 Releases: master Change-Id: Iff3e1ae0e15a30e679e8ca29fb5e54714d21f925 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63320 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de>
-
Georg Ringer authored
The options "SEO" and "Social Media" are added to the Pagetree Overview. Releases: master Resolves: #90425 Change-Id: Iaee3e15bf2699e349b02cb7950c2df3e9db0952a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59773 Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Alexander Schnitzler authored
Bleeding edge configuration may be useful to use but shouldn't be enabled by default. To make the inclusion convenient, the include has only be commented and not be removed at all. Releases: master Resolves: #90403 Change-Id: I9a8dfdef29947df890db92d331f1b4b27d13b736 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63277 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
Due to site handling the TypoScript option content_from_pid_allowOutsideDomain is not needed anymore, and can be removed, as it does not have any effect on the result. This was domain-specific in combination with sys_domain and ?id=123. Resolves: #90371 Releases: master Change-Id: I90d6089af2461d4f605e7ff6778ccf36e008c537 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63238 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
In the RecordHistory Rollback template it can happen, that the historyRow is missing messages about its differences. In this case, an empty div with a weird looking border would still be visible in the html. This patch fixes this by wrapping an if condition around the div, that checks first, if the needed information is available. Resolves: #90424 Releases: master, 9.5 Change-Id: Icdd5dbf1b1008ab6a64a2b241982450bd385a8f8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63314 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Feb 18, 2020
-
-
Christian Eßl authored
The fields no_follow and no_index were inverted some time ago, but still retained their previous non-inverted labels in TCA. These were not actually shown when editing a page, but could be read in by other parts of the backend. This lead to misleading labels in both the "Display information" window as well as the "Info -> Pagetree Overview" module. Resolves: #88812 Releases: master, 9.5 Change-Id: Ie1bddeae20f0ffb3958bb07dab78d68dc68eff74 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63312 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>
-
Benni Mack authored
Since TYPO3 v7, the new ModuleTemplate API is in place, which contains a fluid-based and fluent interface possibility to add DocHeader components and to render content. Resolves: #90421 Releases: master Change-Id: I5634ea0427486f37fbbfe3ee00695fc98e52d980 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63290 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
When rendering custom formats with the <source> tag (as an example), it currently is not possible to specificy a target file extension (e.g. webp as alternative). A new argument "fileExtension" for the <f:image>, <f:media> and <f:uri.media> is introduced to specify a custom output format for having variants on image variants. Resolves: #90416 Releases: master Change-Id: I5fe2a60b968578e504cda851d2d5dd0f0eefe7e0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63289 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
As the templates for the FluidEmails are located in EXT:install, the configuration needs to be adopted. Resolves: #90345 Releases: master Change-Id: Ie4b7ea05090b6e77c3cfa4f9714b0a41cc0d57a6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63182 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Stefan Froemken <froemken@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Froemken <froemken@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Several ADMCMD_ and TSFE_ADMIN_PANEL variables are excluded from cHash, but were never evaluated before. The GET parameters are removed from setting and calculation in cacheHash. Resolves: #90412 Releases: master Change-Id: I4c6781fca4fd6ccc50bd068f266619b2a2a0cf15 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63236 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-