- Nov 28, 2017
-
-
Andreas Fernandez authored
`top.TYPO3.Storage` is now globally available again, it's not necessary to load this module via RequireJS. Please keep in mind this module is deprecated. Resolves: #83049 Related: #82603 Releases: master Change-Id: I72796f377063c683f024a223818a599edade5367 Reviewed-on: https://review.typo3.org/54704 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Helmut Hummel <typo3@helhum.io> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Łukasz Uznański authored
This avoids an error in case file metadata is edited through a file reference and there is no file metadata translation for the current language. Resolves: #76262 Resolves: #82178 Releases: master, 8.7 Change-Id: Ifecf659637773c5f3773fc3439b09df9c030cb3f Reviewed-on: https://review.typo3.org/54778 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Nicole Cordes authored
When a parent record (e.g. tt_content) has inline relations (e.g. sys_file_reference)and these relations show a placeholder for records related to them (e.g. sys_file and sys_file_metadata) then we need to pass the context of the language so that the placeholders are shown in the correct language. We now do so by putting the value of the language field of the parent record into the data set and update it in case child records are also translatable. This way when going down the list of children, we always know the language id of the last applicable parent element, even if one element in between was not translatable (e.g. sys_file) If we know the language, we can pick the correct record uid out of the list of possible related uids, instead of just picking the last one. Resolves: #75040 Releases: master, 8.7 Change-Id: Iff1b5350138d3043df470d2bdbdfebc83ec8cc5a Reviewed-on: https://review.typo3.org/54722 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
Add the rst files which have been added meanwhile in the 8.7 branch. Resolves: #83130 Releases: master, 8.7 Change-Id: I9b552fcdda64a5a1a9a8c1d1e06d20d0ed43cad0 Reviewed-on: https://review.typo3.org/54816 Reviewed-by:
Sebastian Hofer <sebastian.hofer@marit.ag> Reviewed-by:
Anja Leichsenring <anja.leichsenring@typo3.com> Tested-by:
Anja Leichsenring <anja.leichsenring@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Markus Klein authored
Accessing an existing page with insufficient permissions should not set a 404 header but a 403 header. Resolves: #23178 Releases: master, 8.7 Change-Id: I2470434f7600b28eaa613ee4e1669e78ceaaaec3 Reviewed-on: https://review.typo3.org/54495 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Georg Ringer authored
Use the correct language file which changed by accident during the fluid transformation. Resolves: #83126 Releases: master, 8.7 Change-Id: I9da27976ac3c72a5c1161adf605d10fbf422bf6e Reviewed-on: https://review.typo3.org/54812 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
- Nov 27, 2017
-
-
Alexander Schnitzler authored
This commit introduces a task that is similar to the extbase task that can run command controllers via the scheduler. Since TYPO3 8.7 LTS, a lot of command controllers have already been migrated to symfony console commands, which is breaking considering the fact that the command controllers could have been registered as scheduler tasks. Therefore TYPO3 needs a way to dispatch regular console commands via the scheduler. This will be achieved by introducing a new task provided by the scheduler extension which provides a safe migration path for tx_scheduler records. Resolves: #82390 Resolves: #79462 Releases: master Change-Id: Ie488a3d46965a3dafbd649ab5d432ca14d09a25e Reviewed-on: https://review.typo3.org/54104 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Sebastian Fischer <typo3@evoweb.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
This patch introduces the "TYPO3\CMS\Extbase\Annotation\IgnoreValidation" annotation that replaces the @ignorevalidation annotation which is deprecated from now on. Releases: master Resolves: #83094 Change-Id: Ic8b05d754a9d5da3097b971780f1c229b06ac1c8 Reviewed-on: https://review.typo3.org/54762 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
When IRRE actions (localize/synchronize) are triggered that result in a DataHandler error (e.g. "Localization failed, "languageField" and "transOrigPointerField" must be defined for the table") because of a missing configuration, the current implementation does not evaluate DataHandler results in the JSON response. The change adds the same functionality as for other DataHandler calls to evaluate the JSON response. Resolves: #83011 Releases: master, 8.7 Change-Id: I7a2069b78cd9c3fa031b7ac194ae5b18596b6a3e Reviewed-on: https://review.typo3.org/54659 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Markus Klein authored
Resolves: #50186 Releases: master, 8.7 Change-Id: I082a2d48608d43856cd60076852a19aec8a21a7e Reviewed-on: https://review.typo3.org/54494 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
Currently, when accessing a translated page ID via index.php?id=23, the TypoScript cannot be resolved, as the GET parameter is no valid page where records (e.g. sys_template etc). In order to achieve this, the TYPO3 Frontend now resolves the $id to the default page ID, but also sets $this->sys_language_uid and $this->sys_language_content. Resolves: #83017 Releases: master Change-Id: I910909ce52c2efdb02717952d67e17d8897f4d17 Reviewed-on: https://review.typo3.org/54670 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Weiske authored
When a flexform field index attribute contained a dot, only the last value was kept. We now correctly append the new values to the existing ones now. Change-Id: I73e541e834c143c33ba34f7e3f3ea7a22726b074 Resolves: #79245 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/51236 Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Gianluigi Martino authored
The position of the buttons aside the wizard are not correct. Releases: master, 8.7 Resolves: #83072 Change-Id: Ib60a4015b6a51997ee56381ec63fea79605b16c1 Reviewed-on: https://review.typo3.org/54730 Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Pawel Cieslik authored
Fix method findInStorageAndNotInUidList where $uidList contains more then 65536 records in MySQL, 64000 in Oracle, 34464 in PostgreSQL by avoiding using prepared statements and just passing values directly in query. Resolves: #82233 Releases: master, 8.7 Change-Id: Ic72fa540936631274ae542d3c02128e159bd3fb1 Reviewed-on: https://review.typo3.org/54801 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Manuel Selbach <manuel_selbach@yahoo.de> Tested-by:
Manuel Selbach <manuel_selbach@yahoo.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
The field is_online is updated in TSFE right after a user has authenticated, but if the user has no usergroup, he/she is not logged in. The update should be moved in the TSFE->fe_user and the check should only be called when a logged-in user is found. Resolves: #83086 Releases: master Change-Id: I14b31662d99772b29e0e37153d44925b4309d69c Reviewed-on: https://review.typo3.org/54756 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Tymoteusz Motylewski authored
Clicking on the Save & Close button in the FileList text file editing form redirects back to the list view. Releases: master Resolves: #83090 Change-Id: I14576da7a77835232ca9573a8964f0d754f52aff Reviewed-on: https://review.typo3.org/54757 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Tymoteusz Motylewski authored
Several hundred function calls and vast numbers of indentations can be saved by using the null coalesce operator instead of checking empty/array. Change-Id: I38f2ce2de83a454aaa0d16c771014b6de84b3f7a Releases: master Resolves: #80812 Reviewed-on: https://review.typo3.org/52416 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
Prior to Doctrine DBAL, all queries used the deleteClause for BE/FE in various places, but this is gone, and this functionality is now handled via TYPO3's Restrictions functionality within the new database API. The left-over methods are deprecated and will be removed in TYPO3 v10. Resolves: #83118 Releases: master Change-Id: Iae35782b95ccd0ce180908f91de8c7430e4b83ae Reviewed-on: https://review.typo3.org/54769 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The methods are only wrappers for the Caching framework, and come from the time where the caching framework wasn't available. Resolves: #83116 Releases: master Change-Id: I6e3293f1bde654ee6548898742daa77d044d2107 Reviewed-on: https://review.typo3.org/54758 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Benni Mack authored
The "shorthand" method "newlog2()" is deprecated in favor of starting to integrate a better logging API. Resolves: #83121 Releases: master Change-Id: Ieff947e021efb9547fd11d1c527dd072d443d6d8 Reviewed-on: https://review.typo3.org/54796 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Joerg Boesche authored
For styling and individual html markup of the result of indexed_search it is now possible to get the path information in separate keys. Introduced keys: pathTitle, pathUri. Resolves: #82260 Releases: master Change-Id: Iacb0e155c36778a5f1d5ed96db55c35794f6d091 Reviewed-on: https://review.typo3.org/54149 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Tested-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Frank Naegler authored
This patch checks if a value is set before writing a possbile empty value to the field. Resolves: #83000 Releases: master, 8.7 Change-Id: I3badd9b9ff1a567351d971b5ae0199bf347e0f72 Reviewed-on: https://review.typo3.org/54731 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Gabriel Comte authored
As the Exception says: It is not allowed to have a section without a type OR a type without a section. So it is not allowed to have one without the other, but it's allowed to have both or none of them. --> This is a EXCLUSIVE OR situation. Releases: master Resolves: #81985 Change-Id: I00594b75c99b02d1950be106dc4c3389709af231 Reviewed-on: https://review.typo3.org/53610 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Some places in the TYPO3 Core can use the general coding functionality to fetch absolute URLs, but "GeneralUtility::getFileAbsFileName" should be used in these places. Resolves: #83084 Releases: master Change-Id: Ic723060b4b01eac51256d54e619a7770e0ad65fa Reviewed-on: https://review.typo3.org/54753 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Alexander Schnitzler authored
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Cascade" annotation that replaces the @cascade annotation which is deprecated from now on. Releases: master Resolves: #83093 Change-Id: I1637d69b8bed0cdf85c009b43c3afd45ee7d29ff Reviewed-on: https://review.typo3.org/54761 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Łukasz Uznański authored
Add 'Cache-Control: no-store' if conditions allowing client caching are not met. This change will prevent caching content by browser. Resolves: #81160 Releases: master, 8.7, 7.6 Change-Id: Ia91a339178b8cd8387706679bbea40ed0d1b0548 Reviewed-on: https://review.typo3.org/54788 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Tested-by:
Pawel Cieslik <p.cieslik@macopedia.pl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Sebastian Hofer authored
The field l18n_parent was missing in table tx_blogexample_domain_model_tag, but configured in TCA. This causes an exception with adding a new tag in BE. Also the field l18n_diffsource was missing in TCA and database. * Add the fields l18n_parent and l18_diffsource to the databse table tx_blogexample_domain_model_tag * Add TCA configuration for field l18n_diffsource to tx_blogexample_domain_model_tag TCA Also add missing icon and label for tx_blogexample_domain_model_dateexample. Remove "allow tables on standard pages". This is not necessary. Fixes: #83113 Releases: master, 8.7 Change-Id: I10f809cc4b00df07c6e5a064bb89018578f3abf3 Reviewed-on: https://review.typo3.org/54786 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Hölzle <typo3@markus-hoelzle.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Tested-by:
Łukasz Uznański <l.uznanski@macopedia.pl> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
The global function in GeneralUtility is moved into the AbstractXmlParser. Resolves: #83083 Releases: master Change-Id: If4caa3c6253f994e572e5fe36bcb791e1aec2599 Reviewed-on: https://review.typo3.org/54752 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Alexander Schnitzler authored
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Transient" annotation that replaces the @transient annotation which is deprecated from now on. Releases: master Resolves: #83092 Change-Id: Ib678b5e1b9d0c3034962b9c708d84b0a3c6b0671 Reviewed-on: https://review.typo3.org/54760 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
This patch introduces the "TYPO3\CMS\Extbase\Annotation\ORM\Lazy" annotation that replaces the @lazy annotation which is deprecated from now on. Releases: master Resolves: #83078 Change-Id: Ic90ee3acf220288824d506c8ed63979e1236e583 Reviewed-on: https://review.typo3.org/54747 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Benni Mack authored
Resolves: #78151 Releases: master Change-Id: I65356a01f76d1c693a45e4ba84884f6ad01cdf65 Reviewed-on: https://review.typo3.org/54754 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Kummer <typo3@enobe.de> Tested-by:
Joerg Kummer <typo3@enobe.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Henning Liebe <h.liebe@neusta.de> Tested-by:
Henning Liebe <h.liebe@neusta.de> Reviewed-by:
Riccardo De Contardi <erredeco@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com>
-
Oliver Hader authored
Resolves: #83111 Releases: master, 8.7 Change-Id: Ifde44802b9cf120f1a6ba3490022ccda1458e00d Reviewed-on: https://review.typo3.org/54782 Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jonathan IROULIN <joniroutypo3@gmail.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Stephan Großberndt authored
Avoid a SQL error on PostgreSQL when editing a FileStorage from FileTree by passing the UID instead of a combined identifier like '1:/' to EditDocumentController. Additionally fix the possibility for an SQL error in BackendUtility::getRecord() by casting the UID. Releases: master, 8.7 Resolves: #82799 Change-Id: I5cfde8b53767da1166ebd5f778e36ca85825a173 Reviewed-on: https://review.typo3.org/54436 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Tested-by:
Susanne Moog <susanne.moog@typo3.org>
-
Alexander Schnitzler authored
As doctrine annotations have been introduced in the core the ruleset for proper formatting should be enabled. Releases: master Resolves: #83110 Change-Id: I3269fb04f4c28c066615060f98cd54290e3b5b46 Reviewed-on: https://review.typo3.org/54780 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Andreas Fernandez authored
Resolves: #83108 Releases: master, 8.7 Change-Id: I72d30fdab6ea3cc72078d5cf50b38915ff388fa2 Reviewed-on: https://review.typo3.org/54038 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com>
-
Alexander Schnitzler authored
This patch applies the phpdoc_types_order rule of the php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types_order Releases: master, 8.7 Resolves: #83109 Change-Id: I57291fb0b113ad01e2a171c1cfd6a9943d6302ad Reviewed-on: https://review.typo3.org/54779 Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Tested-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Christian Kuhn authored
The bamboo test setup relies on a funny solution to determine the gerrit patch id and patch set, used for reporting results back to gerrit. The regex based solution started behaving weird with latest bamboo versions and is now quoted slightly differently to fix that. Special thanks to atlassian support for being friendly, helpful, quick and providing a working solution to our issue. Change-Id: I51ec85be2133033777fac8ff1f12071a81c71efc Resolves: #83107 Releases: master, 8.7, 7.6 Reviewed-on: https://review.typo3.org/54774 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Alexander Schnitzler authored
This patch applies the phpdoc_types rule of the php-cs-fixer. See http://cs.sensiolabs.org/ -> phpdoc_types Releases: master, 8.7 Resolves: #83106 Change-Id: I958b75d85a08169a987afe9eed0baa4d86139770 Reviewed-on: https://review.typo3.org/54770 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Joschi Kuphal authored
Add missing initialization of the GraphicalFunctions helper during image processing. Resolves: #83058 Releases: master, 8.7 Change-Id: Ic5552c573f866faf3dcb0e0bc11012d83c805033 Reviewed-on: https://review.typo3.org/54717 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Nov 26, 2017
-
-
Alexander Schnitzler authored
Over the years many different non-standard phpdoc anotations made it into that core which will now break the AnnotationReader of doctrine. Therefore either all these annotations need to be ignored or removed/replaced. As it is easier to actually solve the issues instead of hiding them this patch removes or replaces most non-standard annotations and configures to ignore some of them like @extensionScannerIgnoreFile and @extensionScannerIgnoreLine which are introduced by TYPO3 but cannot be replaced as they provide a decent functionality Releases: master Resolves: #83103 Change-Id: Iba8f39600fe7273dd560592cef40ad56f83a5e73 Reviewed-on: https://review.typo3.org/54768 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-