- Aug 23, 2019
-
-
Maik Hagenbruch authored
Adds option to add parameter "api=1" to vimeo video urls. Resolves: #87525 Releases: master Change-Id: Ia54fb7a97e4c8dc0c1ccae2f5b65d377a763d2aa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61418 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Frank Naegler authored
This patch adds a new TSConfig setting to define the default action in the DragUploader of the file list module. Resolves: #86670 Releases: master Change-Id: Iec2bc6da0d932f5d1fb0b5e41451ae870d4136cd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61436 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Andreas Fernandez authored
This patch replaces all usages of `strstr()` and its friends where the existence of a certain substring is checked, but the result isn't used at all with `strpos()`, which uses less memory. Resolves: #88922 Releases: master Change-Id: Ie45589ac9410e22e1b48e82dd8086eadb6d74107 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61445 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
In some scenarios it seems the UC of a backend user is malformed and isn't structured as expected. To circumvent this issue, the UC is encoded to a JSON string and immediately decoded to a plain array again. Resolves: #88984 Releases: master, 9.5 Change-Id: I9ebd382f5531bde1b872a75e02fb6fc4c93041ba Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61519 Tested-by:
theline <typo3@theline.capella.uberspace.de> Tested-by:
Tobias Wollender <tliegl@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
theline <typo3@theline.capella.uberspace.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Aug 22, 2019
-
-
Andreas Fernandez authored
To ensure a frontend build is completely free of any uncommitted changes, the Bamboo build job checking for an unclean state executes a full frontend build now. Resolves: #89000 Releases: master, 9.5, 8.7 Change-Id: I5c8d285171b20753258da3095bc758e539362486 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60766 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
With #86804 the hardcoded sourcemap reference got removed from taboverrides. Unfortunately, executing `grunt build` copies the original file from node_modules and basically reverts that very change. For this reason the file is excluded from the "copy" task to keep the current state of the file as is. Resolves: #88999 Related: #86804 Releases: master, 9.5, 8.7 Change-Id: I53e9d39b979ed239bcac96a8d05b7b843622657b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61528 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Susanne Moog authored
Resolves: #88996 Releases: master, 9.5, 8.7 Change-Id: Iffbcc174359747b19c715b44bcc5754f426d7b9a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61524 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 20, 2019
-
-
Oliver Bartsch authored
This fixes the bug, that after updating the slug and clicking the toggle URL button, the slug isn't updated correctly. Therefore, if the value of the input and read only field differ after clicking the toggle button, now the updated value of the input field is written into the read only and hidden field. Furthermore after recreating the slug, the new value is now also written into the input field to be present after clicking the toogle URL button again. Otherwise the recreated slug would be discarded on save. Resolves: #86664 Releases: master, 9.5 Change-Id: I1cd8652618a7c5f2f7154c499ef1653bfed73c53 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61482 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jens Ulrich <jens.ulrich@snk.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Jens Ulrich <jens.ulrich@snk.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 19, 2019
-
-
Helmut Hummel authored
When configuring a different cache directory, the setter is called in SimpleFileBackend, which tries to add the cache identifier as last directory name. At this time however the cache identifier is still empty and the full directory path is composed in setCache anyway. Resolves: #88961 Releases: 8.7, 9.5, master Change-Id: I44c99d78e98d951d83666ff51eeea37b90a52302 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61499 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Christoph Lehmann authored
This is a follow up of #88933 and removes all order by clauses since the default_sortby of a table is respected. It also changes/unifies default sorting of sys_language and sys_category to title. Every system table now as single configuration directive for the sorting of its records: default_sortby Resolves: #88933 Releases: master Change-Id: I42678788c7cde86c918ace2eca1c58bb00b6bbe0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61475 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 module menu now contains its state whether either the menu itself, or its module groups are expanded or collapsed. This information is now taken into account when the markup of the backend viewport is rendered. With this patch, some AJAX requests done after the backend is initialized can bre dropped, improving the backend UX since the state of the menus is correctly handled on render time. Resolves: #88935 Releases: master, 9.5 Change-Id: I3f3765926d9d3f406af0ee0bc29993d547771853 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61477 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Richard Haeser authored
The configuration of 3rd party FAL-drivers is loaded before checking for processed files in the Install Tool now. With this change also processed files of those 3rd party FAL-drivers are deleted. Resolves: #88970 Releases: master, 9.5 Change-Id: I0e568e3123b7f4cfa6f3fd0246883c91b3477dc5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61507 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Oliver Bartsch authored
Add information about possible workaround configuration which need to be adapted. Resolves: #88976 Related: #88045 Releases: master, 9.5 Change-Id: I608038371de450c26e90b348ba3de0dcb4b51e36 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61512 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Anja Leichsenring authored
commands: - composer update phpunit/phpunit --with-dependencies - composer update doctrine/instantiator phpspec/prophecy - composer update phpunit/phpunit --with-dependencies Resolves: #88930 Releases: master Change-Id: I4e96fd713e655324d67a7e37674bb31396a3b247 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61473 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
- Aug 16, 2019
-
-
Andreas Fernandez authored
Resolves: #88968 Releases: master Change-Id: I1cab8a60e5b562376f9ac6bb6836e949bb9b1b50 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61502 Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Pascal Querner <pq@paskl.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Pascal Querner <pq@paskl.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Dmitry Dulepov authored
Range specifications in HTTP may not include spaces. While many web servers tolerate them, some return a 416 HTTP error. This change makes range request from Linkvalidator to follow RFC 7233. Resolves: #88958 Releases: master, 9.5, 8.7 Change-Id: I06fe31ab9db1a0391853f21ce28cb92be0b5656d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61496 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 15, 2019
-
-
Oliver Hader authored
* t3://email?email=oliver@typo3.org (be greedy about missing mailto:) * t3://file?identifier=1:/logo.png (not implemented since no integer) Besides that according test cases are added in order to ensure the basic behavior of link handling in a TypoScript frontend rendering scenario using t3:// link resources. Resolves: #88960 Releases: master, 9.5, 8.7 Change-Id: I9a1f47f2eaaacc4368a1ca3e1a4006a8248e654e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61498 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Aug 14, 2019
-
-
Oliver Bartsch authored
Fixes following typos: - Replace 'ite_language' with 'site_language' in SiteTcaInline - Replace 'langauges' with 'languages' in rst file - Replace 'sytem' with 'system' in CreateAdmin template Resolves: #88948 Releases: master, 9.5 Change-Id: Iaca4ad7eb7647508e3de66004c288efe84be4b0b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61486 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Aug 13, 2019
-
-
Andreas Fernandez authored
The bugfix for #88883 makes use of natural sorting via Symfony's Finder component. Since TYPO3 depends on version 4.1, this won't work since the feature was introdcuced in version 4.2. This patch updates symfony/finder to version 4.3. Executed composer command: composer require symfony/finder:^4.3 Resolves: #88953 Related: #88883 Releases: master Change-Id: Ia4c3b246153d763f640de3dc1deeed6b40c601f4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61491 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Aug 12, 2019
-
-
Benni Mack authored
When in workspace, the workspaced version of the "bread crumb" should be shown as rootline / page path in all modules. Very specifically, the workspace module now shows this properly. Resolves: #36285 Releases: master, 9.5 Change-Id: I1419ccb781315632eb28e194add4db20d0d76d15 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60498 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
Due to security reasons, PHP's default memory_cost of argon2i has been increased from 16384 to 65536: https://bugs.php.net/bug.php?id=78269 We shouldn't lower the factory default, thus this patch alignes the hashing implementation. Furthermore, mariadb 10.4 currently crashes with the functional tests. The patch forces 10.3 for now to make bamboo green again. Resolves: #88942 Releases: master, 9.5 Change-Id: I3650a709d92d5807058b628390ced7c1208ec06a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61483 Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 09, 2019
-
-
Andreas Fernandez authored
The cache backends tests need a bootstrapped test environment, since vital parts are not booted at all, e.g. the Environment is undefined. For this reason, the parent `setUp()` method is now called, albeit this was not required previously. Resolves: #88937 Releases: master, 9.5 Change-Id: Iaced6421e2042482c35c5b0d7a32eb9fe1a6c895 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61478 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Aug 08, 2019
-
-
Anja Leichsenring authored
Static class binding via `static::class` leads to the correct class name in inherited classes. Resolves: #88938 Relates: #88775 Relates: #87820 Releases: master, 9.5 Change-Id: I9a866fa26d3e7100d0db694237142f1449c68391 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61479 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Guido Schmechel authored
In the ContentObjectRenderer there is the possibility to get the Site Configuration. Here a simple array which is read out. In the case of baseUrl, the baseVariants are now considered with the possible conditions. Resolves: #88847 Releases: master, 9.5 Change-Id: I8db7e9264e82d4021ea8fe63b690eb2ec09288e4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61375 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:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Anja Leichsenring authored
Cache backends are created via new, not using GU::makeInstance. So it happened no cache has been initialized, causing errors upon calls for the logger. Putting cache creation into the cache backend constructor solves the problem and makes sure the logger is always available. Resolves: #88775 Resolves: #87820 Releases: master, 9.5 Change-Id: I4005b812e96c028528f3740c581b8086cfc592f0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61472 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:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
Since Chrome is really picky about having autocomplete disabled, this patch sets the autocomplete configuration for password fields to `new-password` used in "Configure Installation-Wide Options". This is a proposed workaround mentioned at MDN: https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion#Preventing_autofilling_with_autocompletenew-password Resolves: #88832 Resolves: #88851 Releases: master, 9.5 Change-Id: Iddabbb16e91b7ef66f97be1d63e15e96d971441b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61451 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Aug 07, 2019
-
-
Frank Naegler authored
The documentation changelog now renders only the docs for the latest three major versions. Resolves: #88884 Releases: master Change-Id: I43ea7d525cbcf32acc6999b75f08669706051282 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61449 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Markus Klein authored
Version 5 of phpredis deprecates some methods, which have not been aligned to the official redis commands. This patch replaces all calls to use the correct methods. Resolves: #88701 Releases: master, 9.5, 8.7 Change-Id: Ib8921d31a9df6631a99d70fabc8c32f81bbd0fc4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61277 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
With this patch, fields are now marked as changed when their value is updated by using the Element Browser. Resolves: #88875 Releases: master, 9.5 Change-Id: Ia39d080cfff538100c45561d8492c745c76388e7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61450 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Markus Klein authored
By using the persistent_id parameter of the redis->pconnect method, we ensure that the connection is not shared between multiple Redis*Backends connecting to the same Redis server. Omitting the persistent_id causes the same connection to be reused whenever another Redis*Backend is created, whereby the last connection selects the database to use for the connection, effectively causing all Redis*Backends to write to the same database. The RedisSessionBackend uses the pconnect method by default and therefore requires this fix in order to distinguish FE and BE backends correctly, if both are stored within a Redis database. The pconnect is optional for the cache RedisBackend, but we still use the database number now for the persistent_id parameter. Resolves: #88866 Releases: master, 9.5, 8.7 Change-Id: I987c36e89f2ab53fd5177cdc7051811b116bcad0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61393 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Tizian Schmidlin authored
The way procInstructions are registered changes in the new version of crawler which will be the first version compatible with TYPO3 9. Resolves: #88905 Releases: master, 9.5 Change-Id: Ia4701d4a39dacdae2a7816fcea29601a0ec2796a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61427 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:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Daniel Windloff authored
After renaming a directory, the name of the directory after character replacement is shown in the flash message. Add a different flash message, if some characters are replaced. Resolves: #88816 Releases: master, 9.5 Change-Id: I393625c353474d2a06161765a7f4b3c1ca28c0db Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61348 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:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
- Aug 06, 2019
-
-
Georg Großberger authored
The method PageRepository::getSubpagesForPages allows an arbitrary number of orderBy fields, though the way it is passed to the query builder, only the last field is used. This patch simply changes the DBAL call to ->addOrderBy to ensure all set order by fields are used, in the order they are defined. Resolves: #88876 Releases: master, 9.5 Change-Id: I97ad77490ec42cec5e46ec954bf4e2ba694d9eec Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61425 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Oliver Bartsch authored
getFileObjectFromCombinedIdentifier of ResourceFactory returns a \TYPO3\CMS\Core\Resource\File, \TYPO3\CMS\Core\Resource\ProcessedFile or null. Resolves: #88924 Releases: master, 9.5 Change-Id: Icc13c6c1729fde6db5646f7a0dce74f953ba122a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61447 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benjamin Franzke authored
Use constructor injection for middleware dependencies, moving away from GeneralUtility::makeInstance based Singleton lookup. Dependencies which are already configured to be optionally injectable via constructor arguments (e.g. for unit tests) are changed to be required constructor arguments. Since the introduction of symfony dependency injection the fallback to GeneralUtility::makeInstance is no longer used – therefore it is dropped. Releases: master Resolves: #88800 Change-Id: I6dbec2f91fc78c1b06dd179323fb7a4810c13baa Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61322 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>
-
- Aug 05, 2019
-
-
Oliver Bartsch authored
This fixes a typo in a variable in QueryView. Resolves: #88920 Releases: master, 9.5 Change-Id: I59b4034931b3f8837aef6dda0c56e342c3552926 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61441 Tested-by:
Stefan P <spo@snk.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Stefan P <spo@snk.de> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Georg Ringer authored
Use the correct variables in f:uri.action which have been switched with #87629. Resolves: #88915 Releases: master Change-Id: Icbdc3c7319bf2459a8eed2ca79961204e6d6153c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61438 Tested-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch sets the correct default value for page action callbacks passed for `TYPO3/CMS/Backend/PageActions`. Empty strings are not treated properly, also the argument of `PageRenderer::loadRequireJsModule` sets the default value to null. Resolves: #88649 Related: #88532 Releases: master, 9.5 Change-Id: Ic5ce5eca5c0f2845ff9453e5f8d50de7cd650356 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61409 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com>
-
Andreas Fernandez authored
This patch updates nikic/php-parser to version 4.2.2, which brings better support for PHP 7.3 and adds initial support for PHP 7.4. Changelog: https://raw.githubusercontent.com/nikic/PHP-Parser/v4.2.2/CHANGELOG.md Composer command: composer require nikic/php-parser:^4.2 Resolves: #88914 Releases: master, 9.5 Change-Id: I6d7feb8851be6e5565cb069fb33c279f916f4667 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61435 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Aug 04, 2019
-
-
Andreas Fernandez authored
Resolves: #88911 Releases: master Change-Id: I310f0fb85cfa40b70ce65274e6e04fc21586ce0b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61434 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>
-