- Nov 19, 2019
-
-
Alexander Schnitzler authored
composer require nikic/php-parser:"^4.3" Bump version as PHP 5 support is not necessary for TYPO3 version 10 and modern packages like rector/rector need a newer version of nikic/php-parser to work. Releases: master Resolves: #89704 Change-Id: I402714959750b5203a6e0117e5ef84b62229441b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62339 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org>
-
Nicole Cordes authored
For consistency in the filterNumericIds method of DataMapProcessor, there should only be one result be returned. This patch removes the second parameter to invert the methods behaviour. Resolves: #86138 Releases: master Change-Id: I89bd4949e75818a26dd23c0884ccc0cf41401804 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58048 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Nov 18, 2019
-
-
Anja Leichsenring authored
The test runs need to finish one after another, the master currently overlaps with the 9.5, causing unneccessary load on the build machines. Resolves: #89699 Related: #89661 Releases: master Change-Id: I20ae5cf6b756541cdc163e5e45f4e2db3962eeab Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62337 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Nov 17, 2019
-
-
Susanne Moog authored
Strict typing requires $conf to be an array as parameter for resolveAnchorLink, however it may also be null. The fix ensures that on calling resolveAnchorLink a null coalescing operator ensures type array. Resolves: #89698 Related: #87992 Releases: master, 9.5 Change-Id: Ie459a312845d45bc15a16ff02089b1acf67eb00a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62336 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
Fluid Styled Content's "lib.parseFunc" always sets the extTarget (target for external URLs) to the constant, but never considers config.extTarget anymore. Same goes for the internal target, where target is never set, as the target parameter is already filled. The patch adds some minor inline information as well as the proper values. In the future, it would make sense to use the same target values for config.*target (which is for ALL links and not just the ones in parseFunc) which should be populated by the constants, and not have the constants interfer into lib.parseFunc anymore. Resolves: #88325 Releases: master, 9.5 Change-Id: Ibfa6578900f167ea465476865c67064878e31bac Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62184 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>
-
Simon Gilli authored
This patch adds the locale Maori and it's flag for New Zealand. Resolves: #89693 Releases: master, 9.5 Change-Id: I79ca0f1926c8d9d16f1c63480e80baf157938073 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62333 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Anja Leichsenring authored
Now that EXT:introduction is released with site support (v4.2.0), the tests can be re-enabled again. Resolves: #89320 Releases: master Change-Id: Ief9c1b8d681ca6ee9b707a92348b050adecaa6c2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61852 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Bartsch authored
Following ViewHelpers now also feature proper examples: * AvatarViewHelper * ThumbnailViewHelper As the ViewHelpers are not declared as `@internal` custom extension can use them for e.g. backend modules. Therefore they now contain examples about the usage. Resolves: #89629 Releases: master, 9.5 Change-Id: Iff9a4f6e5a0cc02799f093af0a5abf91eff9fcf3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62266 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Sybille Peters authored
Additional configuration is added to customize settings for checking external URLs. Resolves: #86918 Related: #89287 Releases: master Change-Id: I1ebfb31fe7760ad5b7c99db3999794c1e363cd17 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61801 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Chris Müller <typo3@krue.ml> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Chris Müller <typo3@krue.ml> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Nov 15, 2019
-
-
Benni Mack authored
All FAL-related signals are migrated to PSR-14 compatible Events. Existing signals are moved to a compatibility class, so they are still executed without throwing a deprecation. This change allows to further decouple EXT:core from other system extensions (in this case Extbase). Resolves: #89577 Releases: master Change-Id: I062c7261de9a0e21140346c1934e9c735fd5b307 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61715 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Claus Due authored
In EXT:workspaces, as consequence of changes in #89008, PHP is raising an error if $pageId cannot be resolved to an integer value as required by method signature. Additionally, an internally cached array is built based on a dynamic value but the internal cache is not keyed by this value or flushed when the value changes. This patch: * Casts an unresolved page ID to integer zero. * Removes the internal cache of languages since the array now depends entirely on a unique input value, $pageId. Resolves: #89692 Related: #89008 Releases: master Change-Id: I3d74b4c7575375aae23a7e2473100104c4700966 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62308 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>
-
- Nov 14, 2019
-
-
Remove the ambiguity of “cron command” that causes confusion for a first time reader, as happened in https://forge.typo3.org/issues/75802. Saying “cron command” implies the entire instruction, including the shell command portion. Instead, we want only the patterns of the first five fields of a crontab entry input file line, described in “The Open Group Base Specifications Issue 7, 2018 edition” at https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html. There is no definitive name for these five fields as a group: “cron schedule expression” or “crontab schedule expression” are descriptive. Releases: master Resolves: #89632 Change-Id: I52c20b6a4b2fdb626687a5429d0a79503f92e1b8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62271 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de>
-
Releases: master, 9.5 Resolves: #89676 Change-Id: Id215d40c18b28cf9b36a32b33c9a5e88d7840f5f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62322 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de>
-
Benni Mack authored
This package should be raised to 2.2.3 as this provides PHP 7.4 compatible tests. This means, that this package is now shipped with TYPO3 Core for all tarballs/zip distributions. Composer-based installations will receive the update automatically when doing a full composer update. Resolves: #89681 Releases: master, 9.5 Change-Id: I06991249984c21e02d287e1536a358760d629a9d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62326 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The cryptic variables $INTiS_config and internal names are improved by using "nonCacheable" as naming (everywhere where possible, not modifying public API methods). Resolves: #89660 Releases: master Change-Id: Ia03b1d612f1787f3d927a3724d20cb06caeddc38 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62309 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Gorges <daniel.gorges@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by: Johannes Schlier Reviewed-by:
Daniel Gorges <daniel.gorges@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Chris Müller authored
Some typos are fixed. Additionally the spelling of "customise" was adjusted to en-us. Resolves: #89674 Releases: master, 9.5 Change-Id: I982c8438405677b6435e38cad5f7dbb6a6e886f7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62319 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Tomas Norre Mikkelsen authored
In the PHPDoc's example of SubmitViewHelper a wrong namespace was used. This adds the correct ViewHelper namespace `f:form.submit`. Resolves: #89667 Releases: master, 9.5 Change-Id: I7b247ca22527f82eb788119c975d4a46d579a087 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62315 Tested-by:
Tomas Norre Mikkelsen <tomasnorre@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Tomas Norre Mikkelsen <tomasnorre@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 13, 2019
-
-
Benni Mack authored
This patch streamlines the execution code when a base page is generated by moving all logic into a few smaller methods to separate the actual "cacheable page" logic from the PageRenderer population process, and also adds more documentation to the methods. In addition, some minor adjustments (site language is now always available in v10) can be made, as some unnecessary code execution (e.g. divSection assigment and unsetting "JScode" explicitly) are made Resolves: #89663 Releases: master Change-Id: Ic2ac15a9767f452a89bace0d95fdc6f7f09af922 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62313 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:
Georg Ringer <georg.ringer@gmail.com>
-
Anja Leichsenring authored
Resolves: #89661 Releases: master, 9.5, 8.7 Change-Id: I0b6bd4336037ede11f4218f5c6868025173e4470 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62310 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
The functionality "getData = pagelayout" resolves the selected backend layout for the current page, which is used in TypoScript quite frequently. In order to use this in e.g. TypoScript conditions, this functionality is now extracted into a separate class, and multiple unit tests are added. Resolves: #89655 Releases: master Change-Id: I5f2af5ec692c0dd98712c8916a7dc2fed8836a95 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62306 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Michael Telgkamp authored
Decorative images should have an empty alt attribute to hide them from screenreaders. See https://www.w3.org/WAI/WCAG21/Techniques/failures/F38 This patch adds the attribute to the images generated by the icon provider classes using <img> tags. Resolves: #89653 Releases: master Change-Id: Ie3186902db3d479b6f2e464fbb578425ced43898 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62304 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> 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>
-
Benni Mack authored
The process of checking if a) the page content (or parts of the page incl. instructions for uncached objects) b) the TypoScript parsing for this set up is available in cache via locking is now cleaned up a bit by a) calling TemplateService (pagesection cache) with the required parameter directly (internal) b) moving the "take cached data and move it into the TSFE properties" into a smaller method Resolves: #89654 Releases: master Change-Id: I65ba3aedab38616194cbefdf7c51524a24a29643 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62305 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Gorges <daniel.gorges@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
The application context is stored in the Environment class since TYPO3 v9, which is the correct place instead of GeneralUtility::getApplicationContext(). Resolves: #89631 Releases: master Change-Id: I55de17ef3b9cbd0962a2c604913c736bd52ac6d3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62247 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Nov 12, 2019
-
-
Jan authored
Fixed a broken link which points to the "register extension key" page. Releases: master, 9.5 Resolves: #89642 Change-Id: I5a5408b0690a0d3949cf27136ead1223a12a0304 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62297 Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
A few places in TYPO3 Core do manual checks if there are non-cacheables on a page, which could be simplified by just using the $TSFE->isINTincScript() method. In addition, a safer check for a NON-empty INTincScript value is used, instead of just a typecheck of array. Resolves: #89652 Releases: master Change-Id: I24b2b55b3705927720e36181926cf6e752bf0f66 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62303 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
In order to centralize USER_INT ("non-cacheables") into TSFE logic, some functionality is moved into TSFE regarding headerData, JS and CSS inclusions. Resolves: #89651 Releases: master Change-Id: Ib0f6daa2306f6cba90f27db6baff5bae38403842 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62302 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Gorges <daniel.gorges@b13.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Stephan Großberndt authored
This patch adds a cast to the property `$mask` before handing it over to `IpAnonymizationUtility::anonymizeIp()` as this method requires `$mask` to be an `int`. This is necessary as when the task was created and saved in TYPO3 8 it was serialized as `string`. Resolves: #89646 Releases: master, 9.5 Change-Id: Ie0745028882991204bfa5c25ec1a4bbb7955b7c2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62300 Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Gorges <daniel.gorges@b13.com> Tested-by:
Benni Mack <benni@typo3.org>
-
- Nov 11, 2019
-
-
Sebastian Klein authored
The word 'The' was misspelled. Additionally, the readability of the last sentence was slightly improved. Releases: master Resolves: #89637 Change-Id: I21c76732ef5572b26fc5762b5445ba3612aabaf6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62294 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Andreas Fernandez authored
Due to the IRRE rewrite done in #88182 the avatar selection for backend users broke, since the Setup module doesn't use FormEngine, yet. The controller now adds dedicated JavaScript to listen to the `typo3:elementBrowser:elementInserted` message sent by the Element Browser to set the file reference uid correctly. Resolves: #89634 Related: #88182 Releases: master Change-Id: I5e6a56b35891ab380634540e9ed5ef0b3a96f082 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62292 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 10, 2019
-
-
Georg Ringer authored
Make it possible to set defaults vars for plugins based on the AbstractPlugin. Resolves: #17283 Releases: master Change-Id: Ic066fcf46f299554289e30eddf4529121c088881 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58846 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>
-
Kevin Appelt authored
The description field is one of the most important fields for SEO. When EXT:seo is installed, the description field can be found on the SEO tab of the page properties. If EXT:seo is not installed, the field will still be on the Metadata tab. Resolves: #86516 Releases: master Change-Id: I9d31f74bcc6e7f0f88a39e718b8437e2f92b30e6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62102 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Susanne Moog authored
Resolves: #89630 Releases: master Change-Id: I00021fb1aaf64f2fcc9ee5c8557837c1c90cff4d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62268 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Susanne Moog <look@susi.dev>
-
- Nov 09, 2019
-
-
Susanne Moog authored
In case of IRRE in site context not the full form engine variables are available - therefor a fallback has been implemented. Resolves: #89628 Releases: master, 9.5 Change-Id: I0c499d41354e4dc369f5a53f2109d8559b5e3bcb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62265 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Devid Messner authored
Remove htmlspecialchars in GridDataService for path_Workspace and path_Live. Resolves: #87069 Releases: master, 9.5 Change-Id: I1d5eff4b62ea9657efbe3c88c4a61b8e1b7cf1e3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59023 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
This patch moves the inline JavaScript for clipboard handling into a separate module that is re-used in record list and in file list. Additionally, the function `editList` only used in record list context has been moved into the according module. Resolves: #89476 Releases: master Change-Id: I43c972aadd8cd097850139813a01c3560a9b202c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62041 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>
-
Aimeos authored
composer require "psr/http-message":"^1.0" composer require "psr/log":"^1.0" Releases: master Resolves: #89626 Change-Id: Ieeceddba8ea49da1eac66f113f1c22623f479582 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62260 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>
-
Andreas Fernandez authored
The value of `data-table-unique-original-value` was accidentally of type array. This causes runtime errors since a string is expected. This patch now creates a proper value passed to FormEngine to handle the original unique value. Resolves: #89588 Related: #87711 Releases: master, 9.5 Change-Id: I9184aa025f01196d0c206b5b86c712dc1049487f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62195 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Jörg Kummer authored
Change a variable name in migration example for getPagesTSconfig(). Adds further migration example for getPagesTSconfig() when retrieving a single value. Releases: master Resolves: #89394 Change-Id: I0180126cd531335a7775425d1f350587dd5f7be0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61947 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Georg Ringer authored
The export of extensions provided by https://extensions.typo3.org has been extended with the link to the documentation. This link is now shown in the list and detail view of extensions in the extensions manager. Resolves: #89458 Releases: master Change-Id: If1439bd7b97d9c60c2811716edef97a6e4ed870d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62032 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Gianluigi Martino authored
If the user has no access to edit the title of the page due to language restrictions, the pencil next to the title in the page module is no longer visible. Resolves: #88337 Releases: master, 9.5 Change-Id: Ia41821dd82821ad2c8d5a60dd053a43cadb0c361 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60837 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-