- 11 Oct, 2019 2 commits
-
-
In order to compatible with https://getcomposer.org/doc/04-schema.md composer.json declarations had to be adjusted and dropped previous replace statements like this: "replace": { "core": "*" } Resolves: #89392 Releases: master, 9.5, 8.7 Change-Id: I4d530fe90551b16c54462a81a457d0bff9f2de8b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61944 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
With the migration to TypeScript (#82596) a regression was merged. This patch fix the broken loadUrl method of the Modal module. Resolves: #89253 Related: #82596 Releases: master, 9.5 Change-Id: Id84a0a2a6299daca819ef0304678a6ab25b5955b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61935 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Kevin Ditscheid <kevinditscheid@gmail.com> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- 10 Oct, 2019 11 commits
-
-
This patch add tests for the MailMessage class and fix broken functionality since migration to Symfony Mailer. Resolves: #89083 Related: #88643 Releases: master Change-Id: Ieb7616aa24cee26505d0e2260a26b56713caebc1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61908 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
If searchWhere() in ContentObjectRenderer is called with search words that are smaller than 3 characters in length, a broken " AND " where statement will be returned, that, if put inside a database query, would lead to a fatal error. In such a case, return an empty string to prevent addWhere call. Resolves: #87620 Releases: master, 9.5 Change-Id: Ib75b2fe8f20fb5b3c956976ff7aae014d0eb784e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61892 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This functionality was removed with the refactoring of the search API in FAL and is therefore restored. Resolves: #89168 Releases: master, 9.5 Change-Id: Ic39340c6ec6858355302757adefd1fb94dbc9e47 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61704 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Felix P. <f.pachowsky@neusta.de> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Fix the preprocessing of external URLs that was originally introduced to handle domains with special characters (conversion to punycode). The previous functionality had the unintended side effect of truncating some URLs to empty strings and leading to falsely reported broken links. Resolves: #89378 Releases: master, 9.5 Change-Id: Ifbca076342fd04d758d2dd1a2ae2f7487751d58c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61910 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Fix syntax in php example for documented deprecation Releases: master Resolves: #89391 Change-Id: I77b7aaf9f717050c672151f35b8287393e5167dc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61942 Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Use double quotes for exact phrases and space as delimiter for multiple words/phrases. Also allow to search for numbers. Resolves: #89170 Releases: master, 9.5 Change-Id: I5346e8fb54946c5dc4c415507b6c773f0854afbd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61703 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Felix P. <f.pachowsky@neusta.de> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Corrects Fluid templates which use a space around the equals sign in namespace imports - a notation which will not be supported with Fluid 3.0. Has no effect on current Fluid versions so is only a future-proofing fix. Resolves: #89380 Releases: master, 9.5, 8.7 Change-Id: I800b6b3419cca5ac7cc5b14fa06f62a39a36764b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61932 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Felix P. <f.pachowsky@neusta.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
This patch adds a better info text when no records of a specific type don't exist, instead of giving the generic answer "no records exists on this page" (which may not be true). Resolves: #88985 Releases: master, 9.5 Change-Id: I780e845a0c224815e710cf8246e407198a1e6cb0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61902 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Resolves: #83713 Releases: master, 9.5 Change-Id: I407d179f2354e97c79112c122e46c8f39804ef37 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61933 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
If Install Tool is locked or access is not granted, silent configuration update is not called. Resolves: #89385 Releases: master, 9.5 Change-Id: Ib529c2b84c627990d0ec51a5e860f2ea9c6519e8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61937 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
The tasks `backend:lock` and `backend:unlock` must only be triggered by commandline and not via backend as this doesn't make any sense. Any admin would disable his own account by locking via backend and there is no chance to unlock it again. Resolves: #89387 Releases: master, 9.5 Change-Id: Ief460cfc033b555e77869b22b61b05c57a27d1a7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61938 Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
- 09 Oct, 2019 4 commits
-
-
For \GuzzleHttp\Exception\RequestException the exception message is now shown as well (as for the other exceptions). This makes it easier to interpret the error messages as this exception may be thrown for a number of reasons, such as not existing domain, problem with SSL certificate etc. Resolves: #89376 Releases: master, 9.5 Change-Id: If5cd24e35afdbdede37379fab4055eff84933f48 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61909 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
tt_content records that were translated in "free mode" are still visible to users in the list view, even if they don't have editing permissions for the language, but should remain non-editable. The edit button in the control button is correctly removed in this scenario, however the link on the record title itself was still visible. When clicking this edit link, the backend editor would see the error "ERROR: Language was not allowed." This is now solved by removing this link if the editor has no access to the record. Resolves: #89261 Releases: master, 9.5, 8.7 Change-Id: I5b2ba9590a56d9120af43a823fb717960c751931 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61832 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Michael Semle <michael.semle@b13.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Use a checksum of the element's name as additional identifier to generate an unique id for checkboxes in flexform sections. Resolves: #89092 Releases: master, 9.5 Change-Id: I57075aba05c8de23cbdacfff3a05b63eb71499c9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61911 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Christian Eßl <indy.essl@gmail.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Christian Eßl <indy.essl@gmail.com> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Armin Vieweg <armin@v.ieweg.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
The list of external libraries in the backend is not up to date. The following changes were made: - Remove Swiftmailer. - Add several Symfony packages that have been missing. - Some of the listed jQuery libraries are not jQuery libraries. Resolves: #89352 Releases: master Change-Id: If95d936a64a2ef670a1adb0453a768422f9f9287 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61895 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 08 Oct, 2019 8 commits
-
-
When clicking the context menu of a record, only show the edit link if the editor has all necessary access permissions to this record. Resolves: #89279 Releases: master, 9.5, 8.7 Change-Id: I856197b377bdb869a3eb6b0989cd827b4554369a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61833 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Michael Semle <michael.semle@b13.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
In the list module, when opening the context menu of a "Page Translation" record, a "Show" link will be shown, which is supposed to open the page in the frontend with the correct language. However this link was broken, because the PageProvider class didn't respect page translations at all. Resolves: #56351 Releases: master, 9.5 Change-Id: I46800ac912d5a964b236c615099a0537227baf82 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61887 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Resolves: #89358 Releases: master, 9.5 Change-Id: I0bbffe2a45c5b241338a19033d5cc1181e0f16df Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61905 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Felix P. <f.pachowsky@neusta.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Daniel Goerz authored
This reverts commit e8b5652d. The patch was not ready yet and needs further polishing. Change-Id: Ief7c57d33f3e4b0c864403460ef1f1b53ca3f5b0 Resolves: #89367 Releases: master Reverts: #89269 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61917 Tested-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Backend users each have a serialized array of individual user configuration, called "uc" persisted in the be_users table. Before TYPO3 9.5, the structure of this configuration could sometimes contain stdClass objects, which is no longer supported. Logging in as a backend user with such an outdated "uc" array would then crash several parts of the TYPO3 backend, because the BackendUserConfiguration class will try to access an stdClass type configuration like an array. An UpgradeWizard called "BackendUserConfigurationUpdate" is now provided, which allows to update any outdated "uc" structure of all backend users. Resolves: #89269 Resolves: #89268 Resolves: #86398 Releases: master, 9.5 Change-Id: I57c57e9e745cf5cabdc2f10d645816d3958e2a0d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61874 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Christian Eßl authored
If a backend user uses the search in belog with no boundaries or sets a custom date limit with boundaries that are too wide, the script execution will experience a "Allowed memory of ... exhausted ..." fatal error in PHP. Because the search constraints are saved in the backend users uC nonetheless, any further effort to access the belog module would result in a fatal error, thus making it unusable. This patch makes the belog module detect, if the script execution fails because of an exhausted memory and reset the search constraints to its initial values. Resolves: #89256 Releases: master, 9.5 Change-Id: I08f60399aed3a209cf98f5b33e311d22288e05ce Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61878 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Felix <f.pachowsky@neusta.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Felix <f.pachowsky@neusta.de>
-
Oliver Hader authored
This reverts commit c529deac. The patch only addressed a single use-case. In favour of a more generic approach mentioned change has been reverted. Reverts: #89220 Resolves: #89362 Releases: master, 9.5 Change-Id: I30900d1b80268b263a47ba1c261904f7caa63710 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61913 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de>
-
For better readability, the peak memory usage is now converted to megabytes. Resolves: #89354 Releases: master, 9.5 Change-Id: I530a9b80432944a8381853c2489a395814bd3e9f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61898 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 07 Oct, 2019 8 commits
-
-
Replace inexistent FrontendCacheInterface by FrontendInterface Releases: master Resolves: #89321 Change-Id: I961dcbd752b4437d5360c7d0e081920734021e21 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61871 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
DataHandler hooks do not have an concrete view of what really changed. Releases: master,9.5 Resolves: #89303 Change-Id: I62ceb7a3daa2a5544c5813ae11b4dad98801e35b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61858 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Siepmann <daniel.siepmann@typo3.org> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Because all submodules must implement the interface anyway, it's now implemented by default in the AbstractSubModule. Without implementing an InvalidArgumentException is thrown. Resolves: #88598 Releases: master,9.5 Change-Id: I72f764a5fca63d85fb501ddcecc27bfc849b63bb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61102 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Adjust the recommended path to Page TSconfig according to https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/FilesAndLocations/Index.html#reserved-folders Resolves: #89302 Releases: master, 9.5 Change-Id: I325cb8fc3ee4c4f45b8462938331e2498f0da3d5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61857 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Siepmann <daniel.siepmann@typo3.org> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Daniel Siepmann <daniel.siepmann@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Sybille Peters authored
This addresses some problems that were reported on checking external links. Resolves: #86918 Releases: master, 9.5 Change-Id: I8e84791a4d140e3cec40c012d54077fa84f48aa0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61811 Tested-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Julian Geils <j_geils@web.de> Tested-by:
Steffen Frese <steffenf14@gmail.com> Tested-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Sascha Rademacher <sascha.rademacher+typo3@gmail.com> Reviewed-by:
Julian Geils <j_geils@web.de> Reviewed-by:
Steffen Frese <steffenf14@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de>
-
Make spelling in TYPO3 great again. Resolves: #89290 Releases: master Change-Id: I520840dd0774aa5d658ce6a45811aa6282c9e461 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61845 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jörg Bösche <typo3@joergboesche.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
The minimum node version is raised to v12. This patch also updates the upgrade task of runTests.sh to fetch new JS containers. Resolves: #89357 Releases: master Change-Id: Icf8a5af0791fffa483f0a970b83ae548f77885e5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61899 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This patch deprecates the last remaining legacy functions in FormEngine: - setFormValueOpenBrowser() - setFormValueFromBrowseWin() - setHiddenFromList() - setFormValueManipulate() - setFormValue_getFObj() Additionally, a call to the undefined function `group_change` has been removed. Resolves: #89331 Releases: master Change-Id: Ie7419ed0581b92c37afd0614ca78287ffe286016 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61872 Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 06 Oct, 2019 2 commits
-
-
Resolves: #89343 Releases: master Change-Id: I1c14b46923c21bbe8547bc9a40bcabbecef67bb6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61882 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
This enables navigation in the Configuration module for tree nodes having url-sensitive characters in the name, like a hash (#). Resolves: #89333 Releases: master, 9.5 Change-Id: I7279778914f4165b8c8c6437fe68be1b60f52b79 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61889 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:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- 04 Oct, 2019 2 commits
-
-
The attribute original should be filled with a useful information instead of dummy value "messages". This string is also shown in Crowdin and helps users while translating. Resolves: #89336 Releases: master, 9.5 Change-Id: I35a48083edd35b00f6ec91b3e1c4cb07985c76f9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61877 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Crowdin doesn't show the information stored in the attribute "id". If we want to have that visible, the attribute must be duplicated using "resname". find typo3/ -name '*.xlf' -exec sed -i -e \ '/resname/!s/\(<trans-unit id="\)\([^"]*\)"/\1\2" resname="\2"/' \ '{}' + Resolves: #89335 Releases: master, 9.5 Change-Id: I73de72a8bf4a837347a69183088c212d0a958d74 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61876 Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.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>
-
- 02 Oct, 2019 2 commits
-
-
* Fix typo in folder name. * Format lists properly. * Add missing text roles. Resolves: #89329 Releases: master, 9.5 Change-Id: I0b48404729dca49c4049dfb7b83c5248b887f791 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61873 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Crowdin requires a basic configuration which defines where the XLIFF files and their translations are located. The configuration is used by the GitHub integration which is offered by Crowdin itself. See https://support.crowdin.com/github-integration/ for more information about that. Even though the translations will not be pushed back to the GitHub repository of TYPO3 (as pull requests), the "translation" property is required as the manual export of translations will use it. Resolves: #89281 Releases: master, 9.5 Change-Id: I1a5f94b416a0652081976bcdbd9ea7d61fb202dc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61846 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
-
- 01 Oct, 2019 1 commit
-
-
Change-Id: I81e89208e45b689b32f5c8df2392e8c2b24b8392 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61870 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-