- Jul 31, 2019
-
-
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>
-
Georg Ringer authored
Show the console command and arguments in the backend of symfony commands. Resolves: #88788 Releases: master, 9.5 Change-Id: Ief0abb4404c14dbfa85eb4acddcb74e796ba0272 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61316 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
This patch adds classes to the ReST file that lists classes that switched to strict mode during the development of TYPO3 10.0. Releases: master Resolves: #87941 Change-Id: Ieb8a83ef04035c94fd84d3825676cd50a68eb8a0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61313 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Mathias Brodala authored
Also output a report message in case of unsupported hash algorithm. Resolves: #88794 Releases: master, 9.5 Change-Id: I1ba4efd321f4d2d5bc35b65bb7caac0581fe0a39 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61318 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
- Jul 21, 2019
-
-
Markus Klein authored
A check is added to abort the search for a recycler folder if a storage is not browsable. An editor wouldn't be able to recover the file anyways as this requires browsing the storage. Resolves: #88632 Releases: master, 9.5, 8.7 Change-Id: Ie59b53c8b17434bb162de7c52a756d7ea3ceb88d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61153 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Johannes Kasberger <johannes.kasberger@reelworx.at> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
Oliver Hader authored
Setting `addQueryString.method` of typolink could be used like shown below in order to transform HTTP POST parameters into according GET parameters. typolink { parameter = 123 addQueryString = 1 addQueryString.method = POST } In terms of correctly using HTTP verbs it's bad practise in general to treat GET and POST equally, besides that documentation already mentioned potential side-effects like accidentally exposing sensitive data submitted via POST to proxies or log files. That's why values POST, GET,POST and POST,GET are not allowed anymore for `typolink.addQueryString.method`. Maintaining functionality - if required at all - has to be done using domain specific logic in according controllers or middleware implementations. Resolves: #88755 Releases: master Change-Id: I6ecfdd2ee98251b64093c1a13f9371beea862ddd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61295 Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Jul 20, 2019
-
-
Benjamin Franzke authored
Context is stateful as Aspects dependent on the (currently dispatched) request type (frontend/backend/installtool/CLI). Reqest-dependent arguments can not be injected during service creation; therefore the Context class is now created without default aspects and enhanced by the application classes (on demand). Note: The UserAspect constructor is adapted to use an explicit stdClass allocation instead of an immutable array casted to an object for the (fallback) pseudo user. This is to avoid php segmentation faults in functional tests (and also random unit test runs). The segmentation faults would be triggered due to the constructor change in the Context class, which now uses ondemand instead of preemptive Aspect creation. Background: immutable arrays are stored on stack. The cast to an object probably didn't relocate this memory to the heap which then causes segmentations faults when the static memory area (on stack) is exceeded. Releases: master Resolves: #88793 Change-Id: Ib165f85b66b34e8025e28ef483260463f1e2c826 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61274 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benjamin Franzke authored
https://review.typo3.org/c/Packages/TYPO3.CMS/+/60834 changed the method getSwitchableControllerActions to be called getControllerConfiguration. It was forgotten to update one mock in AbstractConfigurationManagerTest which caused the test to be skipped with a warning. Resolves: #88808 Related: #88496 Releases: master Change-Id: I7624a274db13e16fc2002468b1eee0459713de93 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61330 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Jul 19, 2019
-
-
Markus Klein authored
TYPO3's Logging Framework (especially LogLevel and LogManager) are not PSR-3 compatible, as it uses integers as constants and not strings, as defined in PSR-3's interfaces. This makes TYPO3 incompatible to use custom loggers, or to interop with other logging systems. The patch changes the logging API to depend on PSR-3 interfaces but strives for maximum compatibility. Resolves: #88799 Releases: master Change-Id: Ib41840cc87035c2323087877bac07e62c439482e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61156 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Susanne Moog authored
A TypoScriptAspect has been introduced to handle Context depending TypoScript settings. As a first step, the property `forceTemplateParsing` has been moved to this aspect and deprecated in both TSFE and TemplateService. Additionally, this is another step to resolve the interdependance between AdminPanel and TSFE. Resolves: #88792 Releases: master Change-Id: I77e7548a51534e96ad0656810163267e6c373d3c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61312 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Frank Naegler authored
This patch enables the labels for the export buttons which are hard to distinguish in case both appear side by side. Resolves: #88804 Releases: master, 9.5 Change-Id: Ie9a72823fcc1788ca10ae93f267c408a8da90212 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61326 Tested-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by: Daniel Windloff Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Reviewed-by: Daniel Windloff Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Frank Naegler authored
This patch adds a type cast to fix broken export of tables. Resolves: #88803 Releated: #88662 Releases: master Change-Id: I9fe725ddadf2a9d63d3c8af8005a453a68dc46cc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61325 Tested-by: Daniel Windloff Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by: Daniel Windloff Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
The php-cs-fixer rules have been adjusted by the following settings: - no_empty_phpdoc: Remove empty phpdoc blocks without any information - no_null_property_initialization: Remove initial null value from class properties - modernize_types_casting: Replace old-school `*val()` function calls with proper type casts Resolves: #88802 Releases: master Change-Id: Id2cfa849553d918e0461bafd09b3960bdf5ff700 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61324 Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by: Daniel Windloff Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Daniel Windloff authored
Some properties and methods are not used any more. They can be removed. Resolves: #88779 Releases: master Change-Id: I2f3d41803360eee692e9e6ce4b8b1a0cd76f559d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61306 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Riny van Tiggelen <info@online-gamer.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Susanne Moog authored
The public internal property of TSFE "fePreview" has been deprecated in favor of a dedicated aspect handling the frontend preview flag. As a first step, the frontend preview aspect only contains a boolean flag holding the current preview state - but it might be extended with additional information on the preview mode at a later point. This is also a first step to remove the TSFE dependencies from the AdminPanel initialisation process. Resolves: #88791 Releases: master Change-Id: I2994d69d824b1b107a3a878b87c9dd2f7daf3ed2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61311 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Jul 18, 2019
-
-
Benni Mack authored
Due to e50b1c1a the TypoScriptFrontendController requires four objects as constructor arguments while keeping maximum compatibility by fetching fallback information from the current PSR-7 object or setting data from the legacy arguments. The constructor is cleaned up with special initialize methods for readability. Resolves: #88747 Related: #88717 Releases: master Change-Id: I734d1184780b8bfdf0e9638aca75c6a4fc0f7e2c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61289 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Alexander Stehlik authored
A new IpLocker class replaces the lock functionality in AbstractUserAuthentication. The new class is capable of locking to IPv4 and IPv6 addresses. Resolves: #21638 Releases: master Change-Id: I0075a9e49690e31c938abf7242c1f088c73bb37d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/52947 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Jul 17, 2019
-
-
Anja Leichsenring authored
Also, some improvements are made to sentence structure, tenses and syntax highlightning. Resolves: #88748 Releases: master, 9.5 Change-Id: I932dabbfc404de7c3dc4f3cef1ccb50c2fd94f72 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61291 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Koen Wouters <koen.wouters@maxserv.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Koen Wouters <koen.wouters@maxserv.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
When Page-based slug handling + routing was introduced, the initial PageRouter class turned big very quickly. Especially managing the possible pages that could match was initially based on the candidates principle that could be moved / exchanged later-on. For this to happen the initial step is to move this to a separate PHP class called "PageSlugCandidateProvider". As seen in the patch, all calls to the database related to retrieving pages (DB + PageRepository) are moved into PageSlugCandidateProvider. Resolves: #88575 Releases: master Change-Id: I14b3ebccf439613cc9aa7943d1a44d0892cf04e5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61050 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Oliver Hader authored
codeblock -> code-block Resolves: #88790 Releases: master, 9.5 Change-Id: I51f30b30ef7344e1b66bd5ed354d3bfe60074a57 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61309 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Alexander Schnitzler authored
During the creation of Extbase itself, the configuration of controllers and their available/callable actions has been called switchable controller actions. This terminology has later also been used to configure an alternative controller configuration defined via typoscript or flexforms. As of today the term "switchable controller actions" is only used for the latter. The core, however, still uses this terminology for both the default controller configuration and the overrides. To clarify the terminology, the default configuration has been renamed to just "controller configuration". Releases: master Resolves: #88496 Change-Id: I718e2fe03d3560a57b17fc584479aff559d105e8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60834 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-