- Oct 02, 2020
-
-
Oliver Bartsch authored
For the inline record header controls the InlineRecordContainer calculates the permissions for the page, the record is on. Previously the calculation was based on the records pid. This does not work for new records as the pid is a negative integer in this case - uid of the record the `new` button was pressed on - and therefore led to no header controls were displayed till the record was saved. The calculation now uses the correct uid from `parentPageRow`. Resolves: #84867 Releases: master, 10.4 Change-Id: I3d60f41ed51ff2f013d37c6aa9c118974d06acad Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65999 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Nicole Cordes authored
This patch ensures Extbase correctly fetches workspace overlays in reading process. Resolves: #85061 Releases: master, 10.4 Change-Id: Iebfe49ac0b7733bd42c7dc3070ff0cb32a825bef Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/57012 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>
-
Oliver Bartsch authored
With #92133 the translation and localization behaviour within recordlist was streamlined. Thereby some changes were made that led to unexpected changes. These are now fixed. The LocalizationPanel is not shown anymore for records which are already localized in all possible languages, are in free mode or have sys_language_uid -1 set. This is achieved by taking the TranslationConfigurationProvider::translationInfo() result into account again. The indentation of the "Localization" column on localized rows is added again. Furthermore, a misbehaviour is fixed in which the rows' l18n_parent field was checked directly instead of the defined transOrigPointerField field. As a result, the indentation was only applied to tt_content rows as this is the only core table having l18n_parent as transOrigPointerField configured. Resolves: #92447 Relates: #92133 Releases: master Change-Id: Ib9cc5af0bddc40d1546224e4b886135bda125a3f Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65961 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by: Daniel Windloff Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Daniel Windloff Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Oliver Bartsch authored
With #90728 FluidEmail was added to the EXT:form EmailFinisher. Therefore the StandaloneView has now been deprecated along with the corresponding configuration option `templatePathAndFilename`, which can't be used for FluidEmail. Resolves: #92435 Releases: master Change-Id: Iabda1d36b03f347d752f19452c2e3392990d303d Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65921 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:
Marcus Schwemer <ms@schwemer.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
If an editor only published the default language, then the localized records are left "hanging in" a workspace, and are marked as deleted, this usually happened when moving records. The use-case however, more often is to publish a default language first and then update the translations when they are ready. This change updated the l10n_parent and l10n_source fields for the records on publish to use the live ID then, but can be kept in the workspace. Resolves: #92445 Releases: master, 10.4 Change-Id: I5504833c5f7b4f30a3c79421c6f783295871f8c1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65807 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Oct 01, 2020
-
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92275 Change-Id: I3745b51d93a5337bf3b2ad3a124f59bc43343002 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65658 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92167 Releases: master, 10.4 Change-Id: Ie0e82554801f505b19621434d527f341d07a9a12 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65911 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Oliver Bartsch authored
This change removes following public class constants: * EmailFinisher::FORMAT_PLAINTEXT * EmailFinisher::FORMAT_HTML Following internal functions are removed: * FormEditorController::migrateTranslationFileOptions() * FormEditorController::migrateEmailFormatOption() There were also some deprecated internal functions which got already removed / changed in #90728. Resolves: #92389 Releases: master Change-Id: I241f363d03d9e58bb5e4788a7c1c7262f962f585 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65842 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
- Sep 30, 2020
-
-
Remo Schneider authored
This patch changes the conversion specification to `%s` while keeping the reference to the PHP `sprintf()` function and adds an example of how such a locallang label could look like. Additionally, the documentation no longer gives the impression that you can use `%1` (literally) in a language source file. Releases: master, 10.4 Resolves: #92450 Change-Id: I37fc826b54c718b68625291b9c8544ac163c6e71 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65962 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.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:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Anja Leichsenring authored
The tests need some stuff from the constructor to not throw errors now, so the mock got the required objects. Resolves: #92452 Releases: master, 10.4 Change-Id: Ibc5c6d6ce513d8d8247185710d43e481cf873ba7 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65964 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Simon Gilli <typo3@gilbertsoft.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Simon Gilli <typo3@gilbertsoft.org> Reviewed-by:
Benni Mack <benni@typo3.org>
-
mtness authored
Indentation and closing braces are fixed. Releases: master, 10.4 Resolves: #92453 Change-Id: I6a6cc74a9d60a358f13c71e3bc8cddaf91ab77ee Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65966 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>
-
Benni Mack authored
The "ResourceFactory" class was introduced as a "god class" to build any File/Folder object (from a string, DB row or integer), but is also there for building sys_file_storage (ResourceStorage) objects, so it is mixing a lot of concerns (also driver setup). However, all creation of ResourceStorage objects should be moved into the StorageRepository (which already exists), thus reducing the dependencies towards ResourceFactory. This makes it much easier to not juggle with storage UIDs anymore but actually work with storage objects throughout the internal FAL API. The StorageRepository is not extending from the AbstractRepository anymore, which is breaking. Resolves: #92289 Releases: master Change-Id: Ib367164535550e280a6907f4d4473aa0417c3813 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65184 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Helmut Hummel <typo3@helhum.io>
-
Georg Ringer authored
The middleware "typo3/cms-frontend/base-redirect-resolver" should use "typo3/cms-frontend/site" instead of the not known "typo3/cms-frontend/site-resolver" for the after configuration. Resolves: #91846 Releases: master Change-Id: I3988699ce04a7bde009c1d3f7409af280da1408a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65078 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>
-
- Sep 29, 2020
-
-
Anja Leichsenring authored
Unit tests requiring database connection and mocking half the world are better of to be reimplemented as functional tests. This has been done to two of CleanerTask tests, which are easier to read and understand now. Resolves: #92437 Releases: master, 10.4 Change-Id: I3c36f2c37050cef3cb1aca96874cb889456552d8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65952 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
As the linebreak is transformed into a br-tag, it must be removed from the xlf file. Resolves: #92438 Releases: master, 10.4 Change-Id: I0d22d116671081cc8973f458faa90ab697725a7c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65954 Tested-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Björn Jacob <bjoern.jacob@tritum.de> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Björn Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Sep 28, 2020
-
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92169 Releases: master, 10.4 Change-Id: Id15bec5732e08aa3891759e1a92e7ac6a2e295f1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65909 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92168 Releases: master, 10.4 Change-Id: I79c4576e570e175b770e8ee2929b835a4a0fa55a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65910 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92259 Change-Id: I55ca9df860afeb95571e6372a006799c29817576 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65675 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:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
- Sep 27, 2020
-
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92162 Releases: master, 10.4 Change-Id: I5b5282da18eed92d982741a483e9634ea1862e14 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65915 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> 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>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92172 Releases: master, 10.4 Change-Id: I9c01e01e6d085acc5e9399ba307b082436bb34b5 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65905 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92170 Releases: master, 10.4 Change-Id: Ifdb8283844b1133224619447c4477a33186ca161 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65908 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Daniel Goerz authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92161 Resolves: #92164 Resolves: #92175 Resolves: #92176 Resolves: #92177 Resolves: #92178 Change-Id: I420ea01ba1d277f9a9147d076bc58a13175c8afb Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65540 Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92166 Releases: master, 10.4 Change-Id: I64fed9c30a37855cce3e34295860b47ea79be698 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65912 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Sascha Egerer <sascha@sascha-egerer.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92165 Releases: master, 10.4 Change-Id: I1d6cfbbeb233922d1021a853087261ff91abb8be Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65913 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92163 Releases: master, 10.4 Change-Id: I4bd53ac85bbdcddfe4867b705068cbfa1d07ace0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65914 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Daniel Goerz authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Resolves: #92174 Releases: master, 10.4 Change-Id: I1a5421b844c36796dca1336c453ff0333295c320 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65903 Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92173 Change-Id: I7cfd566e0dbaf0b7f2d48664a4451b8892b2aa1c Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65904 Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Sep 26, 2020
-
-
Oliver Bartsch authored
Because #90728 is being backported into v10, the feature rst must be placed in the 10.4.x directory. Resolves: #92425 Releases: master Change-Id: If565cf55dac796f0a315a453e817a0731de23d77 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65906 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Sybille Peters <sypets@gmx.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Sybille Peters <sypets@gmx.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Alexander Schnitzler authored
Since all level 2 rules are active and only level 2 parameters are set to different values compared to their originally declared value, the whole file can be removed, the overall phpstan level can be raised to 2 and the parameters can be defined in the main phpstan file. Releases: master, 10.4 Resolves: #92424 Change-Id: I8404f5f2f4ff318bb3419ed307b1ffe7edcc6822 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65902 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
Alexander Schnitzler <git@alexanderschnitzler.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Alexander Schnitzler <git@alexanderschnitzler.de>
-
Daniel Windloff authored
Use a fluid template to render the field selection. Releases: master Resolves: #92411 Change-Id: I46a6410873665f061a1607fb82ea8ddfd8974aa0 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65877 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> 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>
-
Torben Hansen authored
This patch ensures, that the plugin content element only calls the f:cObject viewHelper, when a plugin is selected in the list of available plugins. Resolves: #92413 Releases: master, 10.4, 9.5 Change-Id: I0fc8de43d5f72b6e113a00ed224c888da1981737 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65882 Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Guido Schmechel <guido.schmechel@brandung.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Alexander Schnitzler authored
This patch fixes incompatible type usage in function arguments and is preparatory work for introducing native type hints and strict mode in all core files. Releases: master, 10.4 Resolves: #92281 Change-Id: I20d4fb256f1a8d8c91ec4a4430303d2462fea967 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65656 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Markus Klösges <mkloesges@gmx.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de>
-
Georg Ringer authored
If a sys_language record is properly filled with the language information, the site language record can be filled as well. Setting the typo3Language by default with the correct languages makes it easier to setup languages. Resolves: #92422 Releases: master, 10.4 Change-Id: I3c9e2322cd0aa3963ede36586cc97babe0f003a8 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65897 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Josef Glatz <josefglatz@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Josef Glatz <josefglatz@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Oliver Bartsch authored
EXT:form, the last system extension not using FluidEmail was extended for the corresponing integration. To allow extension authors to smoothly test and upgrade, the old StandaloneView functionality remains for now. As there is no change to the present behaviour the switch can be done without further actions required - if using the default templates currently. To migrate custom templates to FluidEmail, the template files must be changed from the {@format}.html syntax to appropriate names with the correct format extension like `.html` and `.txt`. Furthermore the `templateName` option must be set with the new name. Two fields are introduced to configure FluidEmail in the finishers: - `useFluidEmail`: Enables sending the mails via FluidEmail - `title`: Used for the title section of the default template Resolves: #90728 Releases: master, 10.4 Change-Id: I378b733554ba734ad4eb6dff60e1da48ca03c972 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65699 Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com>
-
Georg Ringer authored
Improve the usability of the site language configuration by providing the ID of the sys_language record. Resolves: #92417 Releases: master, 10.4 Change-Id: I81ca46de80628ec93cf834f921f858260f53c82a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65887 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Alexander Schnitzler authored
With this patch, the RequestHandlerResolver no longer uses the object manager to create new instances of request handlers but makeInstance instead. Releases: master Resolves: #92241 Change-Id: Ided4139ca7c92ab0cb1d642ffc8a9529aedcfe50 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65650 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Georg Ringer authored
Enable the ckeditor plugin editorplaceholder which is available since the update of ckeditor to version 4.15.0 with #92412 and fill it with the placeholder information provided by the TCA. Resolves: #92423 Releases: master Change-Id: Ie392073d200a193b2be5f245042f0914f7665cdd Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65899 Tested-by:
Torben Hansen <derhansen@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Torben Hansen <derhansen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch updates all packages within their constraint boundaries, unless affected packages are sub-dependencies. The command `yarn upgrade` is used to update all packages. To make clear which direct dependencies have been updated, the version constraints in package.json have been raised. Resolves: #92419 Releases: master, 10.4, 9.5 Change-Id: I66a32b1a216a82ca639a1b6a7e705fa62b4f1335 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65890 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
- Sep 25, 2020
-
-
Andreas Fernandez authored
Executed commands: yarn add ckeditor-wordcount-plugin@^1.17.6 grunt build Resolves: #92420 Releases: master, 10.4, 9.5 Change-Id: I82bfead7265a70afdec0b3f2e331afb2b3c2ef70 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65891 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-
Andreas Fernandez authored
This patch upgrades TypeScript to version 4.0.3 and its related eslint tools. Executed commands: yarn add --dev @typescript-eslint/eslint-plugin@^4.2.0 \ @typescript-eslint/parser@^4.2.0 \ @typescript-eslint/typescript-estree@^4.2.0 \ terser@^5.3.2 \ typescript@~4.0.3 grunt build Resolves: #92421 Releases: master, 10.4 Change-Id: I308e378869be56f197e043c3a7140d3edde4f97a Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65893 Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
-