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 8 commits
-
-
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 10 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>
-
With this change the new release of doctrine/dbal will be applied, which will solve different bugfixes and introduce some new features. For further information: https://github.com/doctrine/dbal/releases/tag/v2.10.0 Resolves: #89592 Releases: master, 9.5 Change-Id: I30151e51372f1ecf349c28de78678924dc58dfc0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62203 Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Benni Mack authored
The applicationContext tests were only checking the string "applicationContext" and not the actual object that was injected by the provider. The change adapts the tests to make them actually useful. Resolves: #89612 Releases: master, 9.5 Change-Id: I1a155fa81817d42a8b4bd2ce853e0a0ed863c3e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62243 Tested-by:
Frank Nägler <frank.naegler@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Frank Nägler <frank.naegler@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
The site title can now be configured with the site module instead of using the sys_template record. If you don't need localized site titles you can also set the title on a site base. The site title in the sys_template record is deprecated now and will be used as a fallback in v10. Resolves: #85592 Releases: master Change-Id: I1caea88ef9bb7c1a4550d68bff1ede91b6f5cb2a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62101 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Kevin Appelt <kevin.appelt@icloud.com> Tested-by:
Chris Müller <typo3@krue.ml> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Kevin Appelt <kevin.appelt@icloud.com> Reviewed-by:
Chris Müller <typo3@krue.ml> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 07 Nov, 2019 7 commits
-
-
This reverts commit 98c74eb2. The change resulted in AJAX timeouts when dealing with lots of database records on MySQL 5.6 - it was fine however on MySQL 5.7. Reverts: #86945 Resolves: #89464 Releases: master, 9.5, 8.7 Change-Id: Ied400255186f5e72521d3318521c3edb0f4f7784 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62209 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>
-
The newly provided docker image with php7.4 can now be used to execute tests with this PHP version. Resolves: #89609 Releases: master, 9.5 Change-Id: Ia6309b50045a181502f880d029bc0ac1dcb9bf0a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62240 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
The InputDateTimeElement now takes an element identifier to initialize a field as a date time picker. The DateTimePicker module now uses an optional element identifier to render the date time picker. Resolves: #89586 Related: #87324 Releases: master Change-Id: I65727fe503fed65b28e38f64b1a44b619087b937 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62197 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by: Johannes Schlier Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by: Johannes Schlier Reviewed-by:
Benni Mack <benni@typo3.org>
-
Before this change, only broken page links were marked in RTE. In general: If a broken link is to be marked in the RTE, extra markup is automatically added by the transform db -> RTE function. This will cause the broken link to stand out (yellow background with red border). With this patch the behaviour was extended to marking "external" links as well. External links are checked by linkvalidator, using existing linkvalidator table of broken links In order to enable the external link checking, a new PSR-14 Event has been defined. This makes the behaviour consistent and configurable. The link checking can also be done by other external extensions using the introduced Event. Performance considerations: If installed, linkvalidator is used to check external links. The implementation does not do the external link checking on the fly by submitting a HTTP request to external webservers, but uses the information already gathered in linkvalidator tx_linkvalidator_link table instead. Thus, one DB query is necessary for each link that is checked. Resolves: #84990 Releases: master Change-Id: Ic5992ab6238449b43b5c243dc0c45527ed9d0b48 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/56947 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Jonas Eberle <flightvision@googlemail.com> Tested-by:
Daniel Gorges <daniel.gorges@b13.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Daniel Gorges <daniel.gorges@b13.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Guzzle is our HTTP fetching library, which should be updated to the latest version due to some bugfixes regarding cookie handling. Executed command: composer update guzzlehttp/guzzle --with-all-dependencies Resolves: #89602 Releases: master, 9.5 Change-Id: Ice5cbf96b5459b451872be6ff0ac11661b0e39b4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62237 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
To improve the accessibility of the backend login, the following changes are applied: - Remove wrong role from login news - Add aria-label to the input fields The color contrast of the login button (white text on orange background) needs to be tackled in a different commit as it requires a lot of changes in other areas as well. Resolves: #89596 Releases: master, 9.5 Change-Id: I31fc62c8f3e8f151b7172cf502842b0d2510b401 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62211 Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
A simple copy/paste error fetches a wrong DB connection when having multiple database connections configured. Resolves: #89598 Releases: master, 9.5 Change-Id: I38b67a0a361e2ee00959aa0e6aa17a015aaf541d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62233 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 06 Nov, 2019 3 commits
-
-
This patch streamlines the return values for softref type typoscript and typoscript_tag. Furthermore tests for the API method findRef() are added to ensure same return results. Furthermore a non-reachable part in findRef_typolink_tag is removed. As the incoming content is split by <a> tags, the <LINK> tag condition within this function will be never fulfilled. Resolves: #88207 Related: #87652 Releases: master, 9.5 Change-Id: Ifca40c5d0e049c5b5d92a507a9d5ec0249e9953e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62196 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
The example makes use of a reference, not a copy. This is now reflected by the text. Releases: master, 9.5 Resolves: #89571 Change-Id: I5d039de75f48b7524a32b036ec8d4d071b60d6f2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62181 Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
"TypoScript Configuration" renamed to "Page TSconfig" "Include Page TSconfig (from extensions)" renamed to "Include static Page TSconfig (from extensions)". Resolves: #89164 Releases: master Change-Id: I815524f32c7668350c9959a011adf598eb4be3d1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62202 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- 05 Nov, 2019 8 commits
-
-
Since the default language can be different from site configuration to site configuration, "flags-multiple" icon is used instead of the fallback "default-not-found" icon when no default language is configured (e.g. when editing a translated sys_file_metadata record in filelist module). Resolves: #88909 Releases: master Change-Id: Ie755cc06b43e4b735000ab598f14853773d58ced Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61432 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>
-
The func module has been removed. The according PageTsConfig filter has been removed as well. Resolves: #88821 Releases: master Change-Id: I9ab509f518ab87e68a0e0c7d7fe91fdf7041493e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61340 Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev>
-
This commit cleans up the ColumnMap class by removing unused, superfluous methods and constants and by defining the visibility of class constants and by adding references to the TCA documentation. Releases: master Resolves: #89490 Change-Id: I3abecc0671312e75147e3a9a3213864f9d9b12bc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62083 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>
-
Resolves: #24737 Releases: master, 9.5 Change-Id: I5a5f1b0a26951266a0e90c46af670602247693e5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60501 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Achim Fritz <af@achimfritz.de> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Achim Fritz <af@achimfritz.de> Reviewed-by:
Susanne Moog <look@susi.dev>
-
There were two double quotes within two exception messages. That could lead to irritation whether one was part of header name respectively the display condition string. Resolves: #89583 Releases: master, 9.5 Change-Id: Idbe6efc296e1d064b14806fc248c2a23c9dadf24 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62193 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Siepmann <coding@daniel-siepmann.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org>
-
This change adds null coalescing operators at multiple places in `ShortcutRepository` to avoid type errors if the shortcut url doesn't contain a query part (e.g. coming from legacy URLs when a TYPO3 v7 installation was migrated). Resolves: #89533 Releases: master, 9.5 Change-Id: I9bd1bdf0cf2f8d8954c4bf9eada6c720f2103af1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62178 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
The languageService and pageRenderer instantiate their language / locale information at a very late point, allowing to only use TSFE's language features when TypoScript was loaded. However, since TYPO3 v10, the SiteLanguage information is always present in an earlier stage, so the initialization can happen earlier. Resolves: #89575 Releases: master Change-Id: Id9dc8268946041353430cb02e12631b048364acf Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62183 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> 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 Goerz <daniel.goerz@posteo.de>
-
Georg Ringer authored
The current language of the TYPO3 Backend user is now added as attribute 'lang' to the html tag of any module using the ModuleTemplate. This improves accessibility, as it is used by screen readers that switch language profiles to provide the correct accent and pronunciation. In addition, DocumentTemplate behaves the same by adding proper htmlspecialchars() Resolves: #89559 Releases: master Change-Id: I42132e24475b4aa7decbf5173e3717297eda897e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62169 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Michael Telgkamp <michael.telgkamp@mindscreen.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- 04 Nov, 2019 4 commits
-
-
Cast the properties useRegExp and useOptionSplitReplace to boolean and fix the if condition logic. Resolves: #85015 Releases: master, 9.5 Change-Id: I99b7bd1b793e1dfbd7584fe539eee878e39acbfd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58945 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>
-
Since the introduction of the new TypoLink format like t3://page?uid=1 the SoftReferenceIndex is parsing these TypoLinks wrong, and does not parse t3://record at all. This patch adds the same parsing of typolinks than the one done by LinkService, and removes old and duplicated code. This patch also fixes the missing softref when a typolink contains an anchor to a tt_content. The signal `getTypoLinkParts` is removed from execution, because it is not needed anymore, as all is handled via LinkService capabilities directly. Resolves: #84016 Releases: master, 9.5 Change-Id: I4b83cd43af938de084aebc1b4bf424e6bb2d9682 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/57610 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>
-
Resolves: #86969 Releases: master, 9.5 Change-Id: I75c7d5a5467871b0a40df605059c0ebd1bca0438 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/58928 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>
-
Use correct filename (like in previous paragraph). Releases: master, 9.5, 8.7 Resolves: #89570 Change-Id: Ieb34118a18c302746677e11b7f15ab02690d435a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62180 Reviewed-by:
Daniel Siepmann <coding@daniel-siepmann.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-