- Aug 03, 2019
-
-
Jonas Eberle authored
This loads AdditionalConfiguration.php even if LocalConfiguration.php could not be loaded. Before this change, configuration for the install tool could only be given if a LocalConfiguration was present. With this change, AdditionalConfiguration (if present) is applied on top of DefaultConfiguration. In a FIRST_INSTALL scenario, this enables (among others) the correct evaluation of a set trustedHostsPattern in AdditionalConfiguration. Resolves: #88846 Resolves: #86356 Releases: master, 9.5 Change-Id: I6c0e39eb57ce6b28b493f1ae9716b478b643dda9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61374 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Marc von Schalscha <msa@starfinanz.de> Reviewed-by:
Maik Peuser <maik.peuser@verdure.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Randy Fay <randy@randyfay.com> Tested-by:
Maik Peuser <maik.peuser@verdure.de> Tested-by:
Tobi Kretschmann <tobi@tobishome.de>
-
Felix Heller authored
Resolves: #88900 Releases: master, 9.5 Change-Id: I37e53ddbe634d58bf1dfaf4578ac2c03a1a93d90 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61413 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
dominikdoerr authored
This fixes some typos to make the comments more readable. Resolves: #88584 Releases: master, 9.5 Change-Id: I165a80f2f4d82c1090f4413140c6b584c7b93ecd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61414 Reviewed-by:
Maik Peuser <maik.peuser@verdure.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Pascal Rinker authored
Fix the sorting in documentation changelog that orders the versions currently wrong. Resolves: #88883 Releases: master Change-Id: Icb3e67b16c345b0bf7923cb995072c6f28e9d596 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61415 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Roman Schilter <roman.schilter10@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Aug 02, 2019
-
-
Oliver Bartsch authored
This prevents various errors, caused by clicking the localization button in the recordlist multiple times. Resolves: #88731 Releases: master, 9.5 Change-Id: I93499d3892b9897038f8cfbd5f6dab33dc585bb1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61411 Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Jan Delius authored
This change adds the language dependencies individually to the array instead of completely overwriting them as a string. Since the dependencies are iterated in the core, this function only adds to the array instead of overwriting the first index. Resolves: #88045 Releases: master, 9.5 Change-Id: I3101bf8f9873ffa5ceeee3cc9e9ace36858f39a4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60356 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
theline <typo3@theline.capella.uberspace.de> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
theline <typo3@theline.capella.uberspace.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
When a workspace record is published, the "old", then unused record has the values: - workspace-id: 0 - online-id: > 0 - pid: -1 This way, it is not possible to actually find out from which workspace something was published. This only happens when not swapping (exchanging data) but doing real "publishing" from a workspace. What happens is that the database is filled with obsolete "previously online" records that have no value anymore. These records are now deleted, thus, the database is kept clean. Previously only a CLI command allowed to remove them, however, they are not needed at all, so the CLI command is for existing projects that use workspaces in non-swapping mode. Resolves: #88497 Releases: master Change-Id: I9393c801de5b62484efc7ef82e389dfff6715a78 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60882 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
Currently, when the changelogs get rendered in the Install Tool, for each document the tags get rendered in the document itself, which has a huge negative impact on rendering performance. This patch changes the rendering to the triggered deferred, when the document is opened. Resolves: #88882 Releases: master, 9.5 Change-Id: Ie5be93fb0a8b3d1aa2532b2d1a29c1948778c9d7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61401 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Markus Klein authored
Make sure there is actually an 'items' array in the processedTCA before validating the items. Resolves: #88624 Releases: master, 9.5, 8.7 Change-Id: I1fb6d47ac017ce6950926387387ad19d8445af74 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61122 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
If only the slug field should be rendered in the record list, all fields which are required to generate the slug are added as well. This makes it possible to have a simple mass update option for slug fields. Resolves: #88156 Releases: master, 9.5 Change-Id: Ie8463691bc715c92668f65170948ad2518520528 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61317 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
The ContentObjectRenderer should not care about sending mails, therefore it has been marked as deprecated. Resolves: #88850 Releases: master Change-Id: Ibbeefe313dd0b306a69d3ff77703fae49f02ae1d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61384 Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Oliver Hader authored
Calling the frontend with an URL that does not contain a valid base URI for a configured language resulted in a temporary redirect (307) to the base URI of the default language. In order to allow detecting outdated links returning a page not found (404) is used. Example: https://example.org/en/ is the base URI of a valid language + https://example.org/ -> redirects to default language /en/ (307) + https://example.org/nothing/ -> responds a page not found (404) Releases: master, 9.5 Resolves: #88838 Change-Id: I9a3eeb53da8e0bb92799d8e29404513699411078 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61346 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Chris Müller <typo3@krue.ml> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Chris Müller <typo3@krue.ml> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The FileCollector is e.g. used for resolving references in the FILES cObject. The check for TSFE can be removed since the ->getFileReferences functionality should be used at any time, as the functionality always handles overlays depending on the $referenceRecord given. Resolves: #88859 Releases: master Change-Id: I500421a12cced80e133b12a0caf6dcf289c6bd9a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61350 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Daniel Siepmann authored
All links processed by TypoLink now will add rel="noopener noreferrer" if necessary. They are only added for target="_blank" and external hosts. Resolves: #78488 Releases: master Change-Id: I24f6a7756e7905ed641e193aff5d1d94375233c0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59194 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>
-
Markus Klein authored
'l10n_mode' => 'prefixLangTitle' does not make sense for checkboxes and group types Add language sync to those fields, so those can be overwritten in translations. Resolves: #88511 Releases: master, 9.5 Change-Id: Ib64b5455139100c113d3ded76e0b140b43542c4d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60891 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>
-
Andreas Fernandez authored
The UI of the "Manage Language Packs" modal is optimized: - Buttons are grouped into a `btn-group` - Language name is rendered next to the buttons - Space is added between extension icon and title Resolves: #88885 Releases: master Change-Id: I728ef22a5983ae7d419f88b7ceffd552ef2a1b33 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61398 Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
linawolf authored
This explains where `TypoScriptService` was moved to. In order to ease the migration the documentation now mentions the full class name. Releases: master, 9.5, 8.7 Resolves: #88868 Change-Id: Id83c83e3932fdea6a29127c1de6bee9320fa9110 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61396 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Georg Ringer authored
Fix missing parts after the migration from swiftmailer to symfony/mime Resolves: #88849 Releases: master Change-Id: I3d30589cac44ff7d387a49857bb1f7820c580138 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61383 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Aug 01, 2019
-
-
Andreas Fernandez authored
For organizational purposes the Install Tool JavaScript modules are now grouped into directories matching their parent module. Resolves: #88880 Releases: master Change-Id: Ifc9844f6e044e1b1ea6ebd394a433d7bf1ae014e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61397 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Jul 31, 2019
-
-
Andreas Fernandez authored
This patch deprecates the global variable `T3_THIS_LOCATION`. This variable is mostly used to attach a returnUrl argument to links, triggered via a redirect on an onclick event. In most cases this is not necessary anymore, also it's considered bad practice not to use regular links in an href attribute. Resolves: #88854 Releases: master Change-Id: I9d90a59b83b956f0bf1e380a55d6c3a4c2d469b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61385 Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Guido Schmechel authored
Extend field length of source_path and target Resolves: #88336 Releases: master, 9.5 Change-Id: I46c241b5782b0a0b8b2947cf0b063340785aa4fe Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61381 Tested-by: Daniel Windloff Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by: Daniel Windloff Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jonas Eberle <flightvision@googlemail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Guido Schmechel authored
The Command Request Handler now displays the current Application Context when executing the CLI context. Resolves: #88318 Releases: master Change-Id: If8994eee4e08c78f71972524873edfd7f0db07f0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61382 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Jonas Eberle <flightvision@googlemail.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Jul 30, 2019
-
-
Andreas Fernandez authored
With #88787 the method `makeReturnUrl()` is used to append the returnUrl to the links. The method already attaches the `returnUrl` argument, this patch removes the superfluous arguments. Resolves: #88864 Related: #88787 Releases: master Change-Id: I95103a11215e5ec1157a7a239130fdd95996f14a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61391 Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
The global JavaScript variable `T3_RETURN_URL` containing the returnUrl sent either via GET or POST has been marked as deprecated. Resolves: #88862 Releases: master Change-Id: I77e94932ef117428100dcd413380940ff33a9b9a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61390 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Daniel Windloff authored
Replace the clear cache button with a spinner during the AJAX request. While the request is executed, the button is no clickable due to addiional properties and classes being set. Resolves: #88781 Releases: master Change-Id: I06d53010d8bd5435ac6fc91ea17ecc6378043f14 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61307 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
The JavaScript function `jumpSelf` is only used to some clipboard actions. Moving the links to a regular `href` has the same effect, rendering this very function useless. Resolves: #88857 Releases: master Change-Id: I3ef6e9c7bcbeb214cc24286c3bd4e9eb3dd8835f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61388 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Jonas Eberle <flightvision@googlemail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Jul 29, 2019
-
-
Andreas Fernandez authored
Resolves: #88855 Related: #88787 Releases: master Change-Id: I3578c36fac2a6bb57704d41ccfa60a6dbd4727b9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61386 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Alexander Schnitzler authored
Class \TYPO3\CMS\Extbase\Core\Bootstrap calls method \TYPO3\CMS\Extbase\Mvc\ResponseInterface::shutdown() which does not declare a strict return type yet. Thus, it's possible that the returned value is not of type string which then violates the return type promise of method handleRequest() of the Bootstrap class. Therefore, the return value is explicitly casted to string. Releases: master Resolves: #88829 Change-Id: Ibea2451e87c5c66070e5ce4ed5f30c408b7412cd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61345 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Armin Vieweg <armin@v.ieweg.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
This patch deprecates BackendUtility::editOnClick() which is used to build a JavaScript-based redirect to the EditDocumentController for use in an `onclick` attribute. This approach is not necessary anymore, thus all links use a real `href` attriute now. Also, this patch removes the following methods: - TYPO3\CMS\Backend\View\PageLayoutView::linkWrapTable() - TYPO3\CMS\Backend\View\PageLayoutView::linkWrapItems() - TYPO3\CMS\Backend\View\PageLayoutView::newContentElementOnClick() Reason is that these methods contain code that would need a migration, but are unused in the whole Core. Since the class is marked as "internal", it's considered safe to remove them. Resolves: #88787 Releases: master Change-Id: I8bd3868287204fc3275a43f938d9aeb9fbb6306d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61377 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by: Daniel Windloff Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Daniel Windloff Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Jul 26, 2019
-
-
Daniel Windloff authored
Move the "Show history" link to the actions column. Add default styling for the button. Resolves: #88822 Releases: master, 9.5 Change-Id: I9952f1683dda3d0fa2b00da3e6a728838da3e1aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61341 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Jul 24, 2019
-
-
Sebastian Klein authored
Replace 'nessesary' with 'necessary'. Resolves: #88828 Releases: master Change-Id: Ie755aa8f6d994caa64b30c44a0fb0db1414afe32 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61344 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Jul 23, 2019
-
-
Oliver Hader authored
Change-Id: Ic8975554d38eef468af5454152a0200e21eb962d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61339 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Change-Id: I4b576a1651703f7d404dac7127f9ad373310be58 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61338 Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
When adding exports into fileadmin, the files are stored in a temporary folder, which is located in typo3temp/var/transient/ - this folder does not need to be accessed via FAL, as it also adds some issues when this file is not inside the document root, for this reason, the code is adapted to work with the native File System directly, and when moving to fileadmin/user_upload/_temp_/impexp/ then FAL is used again. Resolves: #88815 Releases: master, 9.5 Change-Id: I633a5dbda595bef73b7420ad511e03c0f7054972 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61336 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>
-
- Jul 22, 2019
-
-
Guido Schmechel authored
To prevent unwanted entries, the autocomplete attribute in the Install tool is added with the `off` property. Resolves: #88709 Releases: master, 9.5 Change-Id: I3c0a343fd76170f6cc37e5e87ad9a5d5d9a52fb9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61331 Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Anja Leichsenring authored
Change-Id: Id4f981b3d6b62601ae4f3c7a56b3153d1884f669 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61328 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:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
In order to keep the the extension list in the database small, the repository data is limited to TYPO3 v8 or later. Resolves: #88814 Releases: master Change-Id: I1632e269c748541b7a6b8eca763d2938c29c0509 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61335 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Benni Mack authored
This patch adds some sentence dots, and adapts various places about deprecations of 10.0 which didn't make into TYPO3 v10.0. Resolves: #88813 Releases: master Change-Id: I7f7e7037dd09bc1a1b8857e3dfbba3c315eb5712 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61334 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benjamin Franzke authored
The Mailer class used by EnvironmentController::mailTestAction() requires the EventDispatcher to be available. Provide it by configuring EventDispatcher and ListenerProvider in a ServiceProvider, which enables usage from the failsafe install-tool container. Note: Event listeners that are registered using symfony tags will still be added to the ServiceProvider instantiated ListenerProvider in non-failsafe mode. The symfony generated factory will look like: $this->services['TYPO3\\CMS\\Core\\EventDispatcher\\ListenerProvider'] = $instance = \TYPO3\CMS\Core\ServiceProvider::getListenerProvider($this); $instance ->addListener( 'TYPO3\\CMS\\Core\\Mail\\Event\\AfterMailerInitializationEvent', 'TYPO3\\CMS\\Core\\Compatibility\\Slot\\PostInitializeMailer', NULL ); Resolves: #88806 Releases: master Change-Id: I4775cc04af3d62ae08c43d762f51af31858cac2d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61329 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Susanne Moog authored
The dependency of AdminPanel initialisation and TSFE has been dissolved. Furthermore, the AdminPanel initialisation has been better integrated into the PSR-15 middleware process by providing modules with an option to manipulate the request object during initialisation. Resolves: #88807 Releases: master Change-Id: I9db2d3056d8216e15ff3303a7667ff7a4d8016e3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61323 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-