- Mar 28, 2020
-
-
Susanne Moog authored
To allow the dashboard to be positioned out of the "Web" main module, we rebuilt the module menu to allow direct top level modules. Additionally, the styling for the module menu was adjusted to allow mobile and keyboard friendly navigation and layout. Resolves: #90862 Releases: master Change-Id: I1005bac37a214530fb9e304fec2406799fe92240 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63718 Tested-by:
Richard Haeser <richard@maxserv.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
Some minor details are changed within TSFE. - metaCharset is now evaluated at the same time as other TypoScript options making this option available earlier in the process - getFromCache() and headerNoCache() now optionally receive a PSR-7 request to evaluate serverParams from the PSR-7 request and not the superglobals Resolves: #90853 Releases: master Change-Id: I443925c5d056db10cafb4e81aa30fc7db91c3c71 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63948 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
Migrate the mails in SystemStatusUpdateTask to FluidEmails. As the current content format is rather limited it is not changed and only plain mails are sent. Resolves: #90726 Releases: master Change-Id: I97fc5c01326d9997cacfd56b2b917e79fe0688d4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63725 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Mar 27, 2020
-
-
Christian Eßl authored
Do not show the inline edit form, when double clicking the title in the pagetree, if the editor has no access permissions to the default language or is not allowed to modify a page. Resolves: #90855 Releases: master, 9.5 Change-Id: I51b34451043ce7abeb73250ea050bc084c23647b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63952 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>
-
Christian Eßl authored
When using c-style multiline comments in the ext_tables.sql of an extension, the SchemaMigrator would then ignore the subsequent "CREATE TABLE" statement, because the SqlReader also read the multiline comments into the statement array. This patch fixes this behaviour. Now the following comments are possible inside ext_tables.sql: /* Some comment text more text */ /* Same line c-style comment */ /* More multiline comments */ CREATE TABLE table1 ( header varchar(255) DEFAULT '' NOT NULL, bodytext text ); Resolves: #89714 Releases: master, 9.5 Change-Id: I49e687215d0b42d6ca5416c687fdbc19b44d237d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63951 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>
-
Alexander Schnitzler authored
Releases: master Resolves: #90802 Change-Id: I84da713c7b8c68ae67b6b9c33ad66dcbac8d72bb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63810 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
Add missing documentation to IconViewHelper and extend some of the already existing argument descriptions. Resolves: #90859 Releases: master, 9.5 Change-Id: Id681f796e94db5b5bc0727a4a68dd19fecf8af77 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63955 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Andreas Wolf authored
This adds a similar condition that already existed in the old link generation for the new routing-based link building. The conditions are adjusted accordingly. Change-Id: I467f0ce9695fd33ab1e1545e1ba0728c037d3e93 Resolves: #89068 Releases: master, 9.5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61615 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>
-
Georg Ringer authored
Links with an invalid syntax or not supported type must not lead to exceptions for an editor or users. Resolves: #87792 Releases: master Change-Id: Ica0791e3400d5aff18ecc25a2e8d57edf55af40c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63942 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>
-
Markus Klein authored
If the URL cannot be calculated by the UriBuilder an empty URL is returned. In this case no a-tag is rendered to avoid links with an empty href-attribute. Resolves: #90857 Releases: master, 9.5, 8.7 Change-Id: I597a4b11d986a3b6155a695e6fd3c84a94588a1a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63953 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Benni Mack authored
PageLayoutView now builds a "Configuration" model for both variants PageLayoutView is not set up via the DrawingConfiguration object, which is now based on a factory method. PageLayoutController now injects all RequireJS modules in one place, and not in fluid anymore. Minor bugs regarding "getLanguageColumns" are fixed. The main "pageLayoutConfiguration" is now injected and used where it does not differ from the backend module configuration. Resolves: #90858 Releases: master Change-Id: I16925488e0bff75ec73f9dddbfd047cca3bd2da1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63938 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stefan Horst authored
Update the template to not generate a url containing & which results in not working ajax call. Releases: master, 9.5 Resolves: #90091 Change-Id: If164f1a4c5d4aa6bf7cb830b27ed5ac5d5d5d525 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62849 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Georg Ringer authored
Show the detailed information about how many orphaned records have been found in which table by default and don't hide it behind a verbose flag. Additionally also show the ids of those records. Resolves: #87777 Releases: master, 9.5 Change-Id: I112b3d128109ea9bab358d9cbe215c0f5d45a820 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63940 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>
-
Benni Mack authored
Resolves: #90851 Releases: master Change-Id: I472845920d31449164a632b0edae442dd2b56f7d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63945 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Stephan Großberndt authored
The sys_file_processedfile.configuration column will contain a serialized object after saving an image with a crop definition in the image manipulation editor. Avoid an exception being thrown on PostgreSQL due to this string containing NULL bytes not saved properly in a "text" column by changing the column type to "blob". Resolves: #90844 Releases: master, 9.5 Change-Id: I9bb751f6e0622a042e2f1b40925d7070fe656285 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63935 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
Disabled input fields now contain the `data-formengine-input-name` attribute. The slug creation is now able to determine disabled fields as well to take them into consideration. Resolves: #90141 Releases: master, 9.5 Change-Id: I153a2d8e3e3e67fd6d865bd4e72691c67ab18c3e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63947 Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Susanne Moog authored
ImageLinkWrap may not get a valid file object but will still try to access methods on it which will fail. This patch implements a null check resulting in simply not linking the image if the given file resource is invalid. Resolves: #88879 Releases: master, 9.5 Change-Id: I723596aa3b0a274a3565492b3d67a30b9d52389f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63914 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org>
-
With regards to https://typo3.slack.com/archives/C025BQLFA/p1585231067123500 there seems to be confusion in the paragraph about avoiding checks on TYPO3_MODE if `defined('TYPO3_MODE') or die();` should be used or if that is forbidden as well. Releases: master Resolves: #90843 Change-Id: If1ef849a72bd0aa5337c5c6e8758e69a2f53164b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63934 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de>
-
Susanne Moog authored
The original implementation was meant to handle different variants of opcaches. As of now, only the native PHP opcache is still supported. This patch cleans up the settings and setup check and adds an additional check whether clearing is possible or deactivated via disable_functions. Resolves: #90838 Releases: master Change-Id: I12bde7cf160be548904737acee5c1d39faadeba0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63932 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
Workspace overlays modify the CSS classes which are used in the record list. However the class `t3js-entity` is also used for JS magic and needs always be applied. Resolves: #86933 Releases: master, 9.5 Change-Id: I0ea1f4ea0ed5bc3b48eee4563e75d2c1d013a32c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63943 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Georg Ringer authored
Use "browser console" instead of "console" to clarify that it is about the browser and not the command line. Resolves: #88157 Releases: master, 9.5 Change-Id: I16070e244a71ed1a19ccae9d1d907e6003dd68a9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63941 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>
-
Benni Mack authored
Resolves: #85427 Releases: master Change-Id: Id63f560ea4553ba56e6ae70c061e4f592b39bf47 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63930 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Haupt <mail@danielhaupt.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Haupt <mail@danielhaupt.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Mar 26, 2020
-
-
Daniel Goerz authored
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/63923/ the t3editor fields were fixed to respect the actual TCA configuration for the fields. The leads to smaller input areas at some places. The TCA configuration of those fields is changed so that the former size of the input area is preserved. Resovles: #90845, Releases: master, 9.5 Change-Id: I2ccb36ab991f697e2d740a4ceb2902d5da31b911 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63936 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev>
-
Susanne Moog authored
Resolves: #88726 Releases: master Change-Id: Iafca49803a2f1494913d9417171bb5731667b64d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63931 Tested-by:
TYPO3com <noreply@typo3.com> 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:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
Currently "typolink.JSwindow_params" allows to set custom parameters when opening a link within a JS-based popup. When linking an image, the custom parameters have been added as well. Resolves: #21302 Releases: master Change-Id: Ia3ec655d8fe5536fd14564383da41a3fdfbb86c2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63921 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Alexander Schnitzler authored
Due to a missing functional test and a legacy extension configuration format in a unit test several issues with methods in the ExtensionService class have not been spotted. Although the registration of plugins changed in that manner that FQCN's are used instead of controller class names, the internal handling in Extbase still relies on controller names, which are internally named controller aliases. The internal Extbase mechanics must still work like before, passing the controller name around as this is unique in the context of a plugin. Therefore it's not necessary to expose or use the FQCN. Releases: master Resolves: #90822 Change-Id: Idd574bcbcddaa209337f73ad8526b2423ad9c786 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63933 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Toben Schmidt <t4ss5t@posteo.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Toben Schmidt <t4ss5t@posteo.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Benni Mack authored
This change moves the ConditionMatching back to the BackendLayoutView. The main goal is to make BackendLayout more of an entity class again, whereas BackendLayoutView should be the process to build the BackendLayout objects, and configuration and return them, and act more as a BackendLayoutResolver - this could / should be renamed in the future. This change thus reactivates runtime-caching for fetching a backend layout configuration again. In addition, the new method "getBackendLayoutForPage()" now actually returns a "ready-to-use" Backend Layout instance, which could also used for the Nested Content Grid in the future. The previous "configurationArray" is now defined as "stucture". A short-hand function "getUsedColumns()" is added. Resolves: #90839 Releases: master Change-Id: Ic6e65317a5faa6d70a181fc3f24b3716a1137c39 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63918 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Susanne Moog authored
While it was with good intentions, restricting the allowed child nodes of the view helper restricts developers / integrators too much in their usage as valid cases of using loops or conditions do not work anymore. These restrictions have been removed. Resolves: #87179 Releases: master, 9.5 Change-Id: I36c87a69902eb84bbe551f79d959f1869673e459 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63927 Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
T3editor now respects the configured `rows` attribute of its textarea. If the attribute isn't configured for the node in FormEngine, the attribute is omitted. To be able to achieve this, the enforcement of a value for "rows" has been removed. If the "rows" attribute is missing, the T3editor instance may consume as much space as available, which comes in handy in the filelist. Resolves: #86699 Releases: master, 9.5 Change-Id: Iccb152b7a747918cfc4459721c7f69a8f67cb03d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63923 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>
-
Eric Chavaillaz authored
This patch fix missing space before calling GeneralUtility::implodeAttributes. Without space, the rendered HTML is not valid. Resolves: #90835 Releases: master, 9.5 Change-Id: Iccd9f0bbeb4d6e12f3bca882f7bba2dc69577bb8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63926 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Susanne Moog authored
The PSR-7 interface states that moveTo shall use `$target` as full `$target` path (including the file name) for uploaded files. In addition, the current implementation was inconsistent when handling streams vs. files. The implementation has been adjusted according to the standard. Resolves: #77870 Releases: master Change-Id: I2f3a43b4640a77955b25a11b5398c82e78da6af4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63920 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
This patch introduces a filter in the "New Content Element" wizard which enables a backend user to search for their wanted content element respecting the CE name and description. If a query leads to the situation that a tab has no results, that very tab becomes unavailable to the user. If the current active tab has no results, the next available tab is made active. Resolves: #83128 Releases: master Change-Id: I8cff939933fd895d986047c170cd9816776474bb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63888 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Susanne Moog authored
Using offsetSet or unset allows manipulating the QueryResult manually. As the result of `count` is cached, offset changes need to reset that cache to accurately return the correct offset. Resolves: #76310 Releases: master, 9.5 Change-Id: Ic43f3810766bdb1ee02800b07f6853c81ba404f5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63919 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
The examples are outdated and should be removed in Core, to avoid shipping dead code. Resolves: #90833 Releases: master Change-Id: Iff93c3963ec7efb91fa1c06c046494e8070f6a65 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63924 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
- Mar 25, 2020
-
-
Susanne Moog authored
The buttons on top of the page tree behave like a button group and should be styled as such. Resolves: #86916 Releases: master Change-Id: I04e4f65cda19d6e1ed808ebdaecb942e21b202fa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63915 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> 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>
-
Susanne Moog authored
The debug/live presets toggled the deprecation log in earlier versions. Since rewriting the deprecation log to the logging framework, the presets do not take deprecations into account anymore. Due to the configuration merge between Default and LocalConfiguration it is currently not possible to disable the deprecation log by overwriting it in LocalConfiguration - setting will only take effect when set in AdditionalConfiguration. Therefor we are removing the mention of deprecation logs in the presets to avoid confusion. Resolves: #89769 Releases: master, 9.5 Change-Id: I0bc1db480a31692350ea20454cfc5b143edcc70a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63829 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Haupt <mail@danielhaupt.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Haupt <mail@danielhaupt.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Josef Glatz authored
Restore sorting of documentation files based on their filename like it was available up to TYPO3 version 8.7. Resolves: #87390 Releases: master, 9.5 Change-Id: I2ab75d6b750b3a3003f00ed174c0d3dfb865bec9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63913 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Daniel Siepmann authored
Resolves: #85653 Releases: master, 9.5 Change-Id: Idda07be57a1774362b2aea0ea6e019a0c4f7a6e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63753 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Michael Schams authored
This change updates the email texts and subject lines for HTML and plain text mails, as well as some labels in the backend. Resolves: #90670 Releases: master Change-Id: I1ac121097d784bcdf365f1e31c2ce37f53c73617 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63771 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>
-
Nicole Cordes authored
If an extension provides wrong SQL in ext_tables.sql, the upgrade wizard is skipped completely. This patch catches the current exception and outputs the error that needs to be resolved manually. Resolves: #87187 Releases: master, 9.5 Change-Id: I903ce7fdc9373eee66da7bed86698c42a2731dc7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59182 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev>
-