- Aug 29, 2019
-
-
Alexander Schnitzler authored
As Extbase does no longer guess class names from extension keys and vendor names, method ExtensionUtility::configurePlugin does no longer accept providing a vendor name. The same applies as well for parameter $extensionName of method ExtensionUtility::registerPlugin. The vendor information is not used at all and must be ommitted in the future. The former syntax \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( 'TYPO3.CMS.Form', 'Formframework', 'Form', 'content-form', ); has to be converted to \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( 'Form', 'Formframework', 'Form', 'content-form', ); Releases: master Resolves: #88995 Change-Id: I247df236d41c24a6ce5f58164f127671237ddf28 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61522 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Jan Stockfisch <typo3@jan-stockfisch.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Jan Stockfisch <typo3@jan-stockfisch.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Aug 28, 2019
-
-
Daniel Siepmann authored
* Fix syntax issue within TranslateViewHelper. * Make HtmlentitiesDecodeViewHelper and HtmlentitiesViewHelper easier to understand. Resolves: #89034 Releases: master, 9.5 Change-Id: I53efa0ae3ef81d4b41d13042b096c37a3edcd4f6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61570 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Naderio authored
Missing Data type for `changePasswordNotEqualMessage_stdWrap`, so the design was broken for this line. Releases: master, 9.5, 8.7 Resolves: #89027 Change-Id: I09c7e38caa4e00638a91e85264f0f4da73ab6679 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61560 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Sybille Peters authored
Resolves: #89030 Releases: master Change-Id: Ifeb28b3fc6a1a73ca495dd427eda24a01f6917ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61562 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>
-
Andreas Fernandez authored
This patch updates friendsofphp/php-cs-fixer to version 2.15.2 and applies fixes to the code. Executed commands: composer require --dev "friendsofphp/php-cs-fixer:^2.15.2" ./bin/php-cs-fixer fix --config Build/.php_cs Resolves: #89031 Releases: master, 9.5 Change-Id: I3761ab56f66b6bd3b0fadc2bfa354cf4010b5e43 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61564 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Aug 27, 2019
-
-
Sybille Peters authored
Resolves: #83850 Releases: master, 9.5 Change-Id: I8614c3d65a4c8a51f4db19177d37edb32207b816 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61518 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jan Stockfisch <typo3@jan-stockfisch.de> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Jan Stockfisch <typo3@jan-stockfisch.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Richard Haeser authored
Pages with a canonical link set in the page properties, will not be shown in the XML sitemap anymore. Resolves: #88994 Releases: master,9.5 Change-Id: I3e18ee588d4a4548030b7d065d5884bf1baaa8c7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61523 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
Alexander Schnitzler authored
In order to avoid issues creating proper ClassSchema instances for core classes and in order to have a properly renderable documentation with phpdocumentor/phpdocumentor, this patch introduces a new bamboo job that checks all php doc blocks of classes and their properties and methods. Releases: master Resolves: #89023 Change-Id: I13ec766c3ac7c4cea8de84a89e66382ded6d46ba Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61557 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> 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>
-
Daniel Siepmann authored
This would allow everyone else to copy and paste example. Releases: master, 9.5 Resolves: #89019 Change-Id: I64bc9d9f2db6d92bf264cff9d2172e6cc1ff36ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61559 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Klee <typo3-coding@oliverklee.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Aug 26, 2019
-
-
Alexander Schnitzler authored
https://review.typo3.org/c/Packages/TYPO3.CMS/+/61235 introduced a superfluous trailing comma, which leads to an InvalidArgument exception, thrown by the phpDocumentor annoation parser. The InvalidArgument exception is actually already handled in PhpDocPropertyTypeExtractor::getDocBlockFromProperty, but other code that uses phpdocumentator directly would be affected. Releases: master Resolves: #89011 Change-Id: Ia424b76871e0637eeed6a0330f6f408359720bd1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61556 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
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. This allows for the following "internal" public properties - TSFE->cHash - TSFE->domainStartPage - TSFE->cHash_array to be deprecated. The hashParameters for calculating the hashBase have been modified: - "cHash" has been replaced by "dyamicArguments" but contains the same values - "gr_list" is now called "groupIds" - "domainStartPage" has been replaced by "site" (identifier of the site) Resolves: #89001 Releases: master Change-Id: Iea403e8ced0f5dc012ffd348181afcb7a2053db8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61288 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>
-
Benni Mack authored
The CLI-based RequestHandler logic is flawed, and was used as a bridge between - CommandLineController (very old, deprecated in TYPO3 v8, removed in TYPO3 v9) - Extbase Command Controller (removed in TYPO3 v10) - Symfony Commands The CommandApplication (EntryPoint for CLI) can now run the SymfonyApplication directly, and acts as a simple wrapper now. Resolves: #88839 Releases: master Change-Id: I2d4d9b3e1a69be95945dc83f3ec4e0435a58621a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61349 Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
- Aug 23, 2019
-
-
Susanne Moog authored
When having multiple extractor services with the same priority one gets overwritten by the other. As extensions are free to deliver and declare extractors, this cannot be fixed on 3rd party level. ExtractorRegistry has been changed to allow registering multiple extractors with same priority. Resolves: #64942 Releases: master Change-Id: I7581a28739246175e80a2985faf7329ef974669c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59894 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Frank Naegler authored
Guzzle has the possibility to push custom middleware handlers during client initialization. With this patch it is now possible to define own handlers as an array of callables in $GLOBALS['TYPO3_CONF_VARS']['HTTP']['handler']. The RequestFactory builds a HandlerStack from that array and injects it into the created client. Resolves: #88871 Releases: master Change-Id: I62cb9c58c9ef7f8ce66255eb34b3a0953666cbc2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61407 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> 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>
-
Daniel Huf authored
Doctrine\Common\Annotations\AnnotationException [Semantical Error] The annotation "@mkdir" in method TYPO3\CMS\Core\Utility\GeneralUtility::mkdir() was never imported. Did you maybe forget to add a "use" statement for this annotation? Releases: master Resolves: #88986 Change-Id: I8086ce12da8eb4ae942b5d8eb747c8c253dc3b3d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61517 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Alexander Schnitzler <review.typo3.org@alexanderschnitzler.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org>
-
Simon Gilli authored
This optimizes ArrayUtility::replaceAndAppendScalarValuesRecursive() by moving parts into new method hasStringKeys and removing other duplicated code. Resolves: #88674 Releases: master Change-Id: Ieb0f57c330c400af94fc85bfd9af725cc8a8fe18 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61215 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
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>
-