This project is mirrored from https://git.typo3.org/typo3/typo3.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 09 Nov, 2019 33 commits
-
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
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>
-
The GifBuilder calculation does not need all of setup to calculate the values for the filename. Therefore, only the relevant parameters are used, making the shortMD5 call faster, according to the ticket author. Resolves: #64158 Releases: master Change-Id: I9ffd1e1f8a14c8f3904e83f251122225562de606 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62234 Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
This commit adds an option to the slug input type which allows it to use the uid of a record when the update slug button is pressed in the FormEngine. Resolves: #89560 Releases: master, 9.5 Change-Id: Id645714f1b26e20e511022d1c74ea793964ffa19 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62170 Reviewed-by:
Daniel Sattler <sattler@b13.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Wolfgang Klinger <wolfgang@wazum.com> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
The PageTitleProviders are now visible within the adminpanel debug panel. Since this information is in no way available when the page is cached, there's a message to view the page in uncached mode. Resolves: #88609 Releases: master Change-Id: I15b3187fb219ea488ea88950906545391994bc24 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61116 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>
-
The `defaultController` setting is only applied if both `action` and `controller` parameters are empty. In Extbase context it happens that only `action` is defined, but `controller` is empty (since linking to the very same controller, just changing the action). The behavior now is the following: * set `action` and `controller` parameters to default if not given * set `controller` parameter to default if not given Resolves: #87337 Releases: master, 9.5 Change-Id: I3ee730f6bc665808c59cc07907467aa98c2de21a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59659 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Jörg Bösche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev>
-
The FAL Indexer uses the driver to get a hash for a file. In certain circumstances (and with 3rd party drivers) the hash generated might be null or invalid. In that case the ResourceStorage now throws an exception to alert the developer to the wrong return value. At the same time the Indexer catches and logs the exception to not interrupt the whole indexing flow because of it. For more information, please take a look at the ticket. Resolves: #66397 Releases: master Change-Id: I0f97cd23127e96b6d94161a9296750cbe3421075 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59893 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Only first level elements were considered when clearing assets in typo3temp/assets/ using corresponding functionality in maintenance section of the TYPO3 install tool. Resolves: #89569 Releases: master, 9.5 Change-Id: I9237aa3c6200b57cf4da256531b25062f52708ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62179 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Benni Mack authored
The original issue for endless redirect loops is already fixed via https://forge.typo3.org/issues/88032 whereas the query does not result in 307's anymore. Additional information on redirects is added as comment. Resolves: #87814 Releases: master, 9.5 Change-Id: I8c97b85cc30d217fe793608da1f26be52e8f68dc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59815 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>
-
EXT:backend generates a URL to EXT:install, but has no dependency. This can lead to composer setups with EXT:backend but without EXT:install, leading to an exception while generating route. Therefore a suggest is added as a hint to install also EXT:install. Existing code is wrapped with an try / catch in order to work under both circumstances. Resolves: #89419 Releases: master, 9.5 Change-Id: Idedd299f218ae8f7ba9938800d2ac4a0c4e5614b Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61999 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Karavas Aristeidis <aristeidis.karavas@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
When parsing HTML in parsefunc, we need to make sure that the attributes that are extracted for further processing are properly HTML decoded, as per definition they are encoded in the HTML being parsed. At the same time we revert a decode that was applied in ExternalUrlLinkBuilder, as this is the wrong place to handle HTML decoding, as the link builder is as well called with data from other contexts (TypoScript, data from link fields) that must not have the URL HTML encoded. This fix is required to allow email links to add subject and body arguments like: test@foo.test?subject=foo%20bar&body=baz and not have the ampersand in the url double encoded when generating links from RTE content. Additionally we need to properly encode the masked value for the JavaScript URI, to prevent browsers from url decoding wrong values. Releases: master, 9.5 Resolves: #89264 Related: #81625 Related: #80985 Change-Id: I3be2478df83cffc0dfe6af918eb224b4ee480b10 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61799 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
In AspectFactory::enrich(), the function would use class_uses() to determine, if an aspect uses the trait SiteLanguageAwareTrait. This however would only work on classes that use this trait, not on classes that inherit the class with the trait (For example XClasses). To fix this, a SiteLanguageAwareInterface was introduced, which is checked against. Resolves: #87380 Releases: master Change-Id: I55e90d40ec592dc15564c49f9437e7a2640ffb0d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61893 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>
-
Forms in ext:form were previously not sorted in any manner, but just outputted in the order they were read from the filesystem's directories. Forms can now be sorted by multiple keys in either ascending or descending order. Two new yaml settings were introduced: `sortByKeys` and `sortAscending`. Resolves: #87798 Releases: master Change-Id: I2aae2e79cbd39394040a5b1280469a756bf0c7ca Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61896 Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Dynamically fetching/applying additional data for the link explanation seems to be overdone, so we simply deactivate the toggle button and remove the icon after selection/modification of the link target. After persisting the record, the updated link explanation will be visible. Resolves: #88737 Releases: master, 9.5 Change-Id: I679abb2178aedfc8a29cccace99950a3a8acaab6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61422 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Removes enforcing of href attribute when storing RTE text into the database. Removes adding of absolute scheme on a tags without href attribute, when loading text from the database. Changes ContentObjectRenderer::typolink to render a tag without href anyway, if id or name attribute is present. Adds unit tests. Resolves: #87992 Releases: master, 9.5 Change-Id: I4dcd33e6f13dc6a1f364c96b425aa2f241653ae9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60324 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Guido Schmechel <guido.schmechel@brandung.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This prevents overwriting existing entries when a mount point and its target have the same parent. Resolves: #89402 Releases: master, 9.5 Change-Id: I1e527443410e0f875a95e803d4c3c026b089f5a7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61962 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:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
Remove obsolete dot to make following setting work again: RTE.default.buttons.link.pageIdSelector.enabled = 1 This now renders an input field for a page ID again when setting a link via RTE. Resolves: #88656 Releases: master, 9.5 Change-Id: I25a9cd20fd269f3f4f683ee6474f424897601a86 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61194 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
In ext:form, string placeholders, like "{text-1}", can be used inside the finisher to place form inputs, made by the user, inside fields like the email subject, reploy to email and name, etc. These string substitutions however were not done for array keys (only array values). Resolves: #88550 Releases: master Change-Id: I727850f3e15479215b56be4cd136d93644b0d435 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61890 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>
-
Add possibility to force UIDs from Command Line when importing a t3d/xml file. Releases: master Resolves: #87414 Change-Id: I2117079fb0a4af46355448256750978075749fb3 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59416 Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Add the property 'nomodule="nomodule"' to JavaScript files via TypoScript page.includeJSlibs.<array>.nomodule = 1 This patch affects the TypoScript PAGE properties * includeJSlibs * includeJSFooterlibs * includeJS * includeJSFooter Resolves: #86759 Releases: master Change-Id: I88db40ac973c17148a87504998f1070eba8d74af Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58908 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
The AbstractController is an internal class which never really had any functionality than to provide some basic method for the ActionController. If users implemented their own controllers and extended the AbstractController directly, the further execution led to an exception. Unless people used the AbstractController and implemented the missing logic of the ActionController themselves, they didn't have a functional controller, therefore it's safe to assume that nobody extends the AbstractController directly. To be on the safe side however, the AbstractController is properly deprecated and will not be removed until TYPO3 11.0. People are - and always have been - encouraged to extend the ActionController. Releases: master Resolves: #89554 Change-Id: I86a45621f4d32249f94deec0d932a930d3a9824f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62162 Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Broken file links are now marked in RTE with yellow background and red border. This patch uses the previously introduced event :php:`BrokenLinkAnalysisEvent`. The broken links are only detected if linkvalidator is installed and has checked for broken links (e.g. via scheduler). Resolves: #84990 Releases: master Change-Id: Iddebe7f9358901c70f90f9751298ce2905684662 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62091 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
If richtextConfiguration is set via TCA for a specific text field (e.g. for custom elements or within TCA-overrides), respect the richtextConfiguration and prefer it over the general RTE.default.preset Removed 'richtextConfiguration' => 'default' from tt_content, since it is obsolete and breaks the logic of fallback. New fallback order: 1. preset defined for a specific field via PageTS 2. richtextConfiguration defined for a specific field via TCA 3. general preset defined via PageTS 4. default Resolves: #88655 Releases: master Change-Id: I54271732ba862be4c05ccf62352ee685d72fb985 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61193 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>
-
composer require doctrine/dbal:"^2.10" Releases: master Resolves: #89625 Change-Id: I1f0591d2544c34d1785c3cd3ee4b8a6d6643885f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62259 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>
-
Resolves: #89623 Releases: master, 9.5 Change-Id: Ibb2738c792173e8f40f0c98350629754379b74cb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62255 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Now pages of doktype "menu separator" are using the correct icon if `nav_hide` is set. Resolves: #89615 Releases: master, 9.5, 8.7 Change-Id: I0d63b82e7e073fe12be6e073b0b364b5296f6ddf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62250 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
* Requests with a parameter from "excludedParameters" settings will not raise a cHash comparison error * Requests with configured enhancers will not raise the "Page ID is missing" error when used with additional parameters Resolves: #87845 Releases: master, 9.5 Change-Id: I4312aa790d6660e0e7f9214841fe3d27c5f1b4ea Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60296 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>
-
The example for overwriting preset of a single field for specific type (e.g. CType) was wrong. This is now fixed. Also All examples were modified to create a better readable list to be read from less specific to most specific with separated examples for syntax and real world usage. Resolves: #88858 Releases: master, 9.5 Change-Id: I759a606360b4e612e734cf70b7b992718d683dc9 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62251 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 08 Nov, 2019 7 commits
-
-
The content of a XML sitemap should not be listed on search engine result pages. This patch adds the HTTP header "X-Robots-Tag:noindex" to the XML sitemaps. Resolves: #89617 Releases: master, 9.5 Change-Id: I307b15ebcb26973846edc17f9b46562c1d38db45 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62253 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
Richard Haeser <richard@maxserv.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Richard Haeser <richard@maxserv.com>
-
ext:irre_tutorial is extending corresponding TCA settings now. Resolves: #89624 Resolves: master, 9.5, 8.7 Change-Id: I943a343d37808b38c4c6b14164e12380cc316dba Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62256 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
Resolves: #87471 Releases: master, 9.5, 8.7 Change-Id: I0d139369c5ddc3acd8acbd278fe9841961002ca0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62120 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Issue #89592 upgraded Doctrine to v2.10.0 - usages of deprecated `TYPE::*` constants have not been adjusted (see doctrine/dbal changelog https://github.com/doctrine/dbal/releases/tag/v2.10.0). Resolves: #89592 Releases: master Change-Id: Ic7aacf5041f22016876ed9daae4d167b0d15c493 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62249 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
The previous TypoScript option "alternativeTempPath" was removed some years ago (before 6.2), but the option was still present in tsref.xml, which is now removed. Resolves: #89618 Releases: master, 9.5, 8.7 Change-Id: I9d97ef0afb8cf0f10329a68fbf1eaaed48661412 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62254 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org>
-
This adds a static method `pluralize` to dynamically pluralize a term which changes during runtime to prevent a grammatically wrong number. Resolves: #89565 Releases: master, 9.5 Change-Id: Ib335d610bf680d2e4ecb494b19a99534e59e2ebb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62174 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-
Now the return annotation states out that an empty array will be returned if no localized records can be found and FALSE only if the table is not localizable. Resolves: #89584 Releases: master Change-Id: Ibd2d1c345b79eb099c935604151a7972e755085f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62200 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Kevin Ditscheid <kevin@the-coding-owl.de> Tested-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Kevin Ditscheid <kevin@the-coding-owl.de> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org>
-