- Nov 27, 2017
-
-
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>
-
- Nov 24, 2017
-
-
Frank Naegler authored
Because of the broken dependency manager logic in NPM this patch introduce yarn as dependency manager for node modules. Also this patch downgrade some libs, which was updated accidentally in past. To install node modules you have to install yarn first and call `yarn install`, do not use `yarn update` until you really want update a dependency. Resolves: #83038 Releases: master, 8.7 Change-Id: I842636241d76b88f2b9e3836230fdb6629d22fc3 Reviewed-on: https://review.typo3.org/54602 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Benjamin Kott <benjamin.kott@outlook.com> Tested-by:
Benjamin Kott <benjamin.kott@outlook.com>
-
- Nov 23, 2017
-
-
Frank Naegler authored
This patchs prevents showing “cut” and “cut release” at the same time in the clickmenu of the page tree. Resolves: #81890 Releases: master, 8.7 Change-Id: Ibfc07efec0f2064ffc9885047fce246cd935d368 Reviewed-on: https://review.typo3.org/54732 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Jörg Bösche authored
The search result has a path with the pagetree structure. It must be possible to exclude doktypes from the path. Releases: master Resolves: #82070 Change-Id: I15d6bb0765aa237ab86cb75e6ffff0c26d8f504d Reviewed-on: https://review.typo3.org/53671 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Susanne Moog <susanne.moog@typo3.org> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com> Reviewed-by:
Tobi Kretschmann <tobi@tobishome.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Michael Oehlhof authored
Resolves: #68683 Releases: master Change-Id: I5bb4327b685d18b6575137f166d18d9640662af2 Reviewed-on: https://review.typo3.org/50962 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Joerg Boesche <typo3@joergboesche.de> Tested-by:
Joerg Boesche <typo3@joergboesche.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Benni Mack authored
The runtime cache was re-built wrong by using a custom identifer, thus being called EVERY time a record is checked. This puts the pagetree DB queries in half. A simple check (like done previously with $GLOBALS['LOCKED_RECORDS']) to a simple identifier solves this issue. Related: #79345 Resolves: #83068 Releases: master, 8.7 Change-Id: Id422fbc81b145db3559c194774334692863b4699 Reviewed-on: https://review.typo3.org/54726 Reviewed-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Frank Naegler authored
This patch removes the fixed year 2038 from the validation. The validation has been simplified. Resolves: #81973 Releases: master Change-Id: If5577b1ce59c8a0310e6a63a8e1ac14dd8944387 Reviewed-on: https://review.typo3.org/54488 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
Resolves: #82594 Resolves: #82608 Releases: master Change-Id: Ibc3fce2983d5a193db17d8acc1c4dab2baee31db Reviewed-on: https://review.typo3.org/54371 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:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Andreas Fernandez authored
Some functions inside FormEngineValidation are optimized to reduce runtime or run multiple validations on fields that are already marked as "failed". Resolves: #81053 Releases: master Change-Id: I751d5e99df2b58c14f629c84b305ec49bcc0d411 Reviewed-on: https://review.typo3.org/48192 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:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Frank Naegler authored
This patch fix a regression, introduced with #82668 Resolves: #83057 Related: #82668 Releases: master, 8.7 Change-Id: I421be116be6696c52733a77a94a61f81c84864f4 Reviewed-on: https://review.typo3.org/54716 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:
Felix Nagel <info@felixnagel.com> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Nov 22, 2017
-
-
Christoph Lehmann authored
TCEFORM.pages.categories.config.treeConfig.rootUid should filter the category tree. Non-Admin users with category mounts currently need every child category of rootUid in their category mounts since the rootline of rootUid is not checked against the category mounts. Resolves: #78274 Releases: master, 8.7 Change-Id: Id02ae69111df7397207939a034ed05797eb160ad Reviewed-on: https://review.typo3.org/54141 Reviewed-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
Mathias Schreiber <mathias.schreiber@typo3.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Andreas Fernandez authored
(Un)mounting nodes in the page tree is now possible again by fixing calls to the page tree objects. Resolves: #83051 Releases: master, 8.7 Change-Id: I978308e301b712fa75d677337d790e4895dc997a Reviewed-on: https://review.typo3.org/54706 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Andreas Fernandez authored
There is a left over usage of `top.TYPO3.Storage` in the ExtJS based page tree. This usage is replaced with the `Storage/Persistent` module. Resolves: #83050 Related: #82603 Releases: master Change-Id: I68a33d257599f316eb8e169121ec8408397748e8 Reviewed-on: https://review.typo3.org/54705 Tested-by:
TYPO3com <no-reply@typo3.com> 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>
-
Stefan Neufeind authored
Add for/id so clicking the label toggles the checkbox. Resolves: #83040 Releases: master, 8.7, 7.6 Change-Id: I3dc08706556e1a95ddc8d96cae705ee968c48326 Reviewed-on: https://review.typo3.org/54715 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org>
-
Georg Ringer authored
Fix a variable name which has been changed with the latest refactoring to make it possible again to set links without a cHash. Resolves: #83063 Releases: master Change-Id: I684d42f85a94179f19dabef5df47f09ce6b34df8 Reviewed-on: https://review.typo3.org/54719 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:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Nov 21, 2017
-
-
Andreas Fernandez authored
The returnUrl is not available if the access module is accessed via context menu of the page tree. The module now checks whether the returnUrl is available and renders the close button only in such case. Resolves: #83053 Releases: master, 8.7 Change-Id: I37c5c65c1505b42acf7ac734fbc7a9f53629a6a1 Reviewed-on: https://review.typo3.org/54713 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Oliver Hader authored
GIFBUILDER uses provided file names and text snippets in order to generate the final name for files to be written to. In case text snippets start with a dot, this is also reflected into the file name - preventing some web servers to deliver the file since it's considered to be internal. Resolves: #83029 Releases: master, 8.7 Change-Id: Iebed832c1c2429c7400373a6af4d5ae14a9ea18e Reviewed-on: https://review.typo3.org/54677 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:
Stefan Neufeind <typo3.neufeind@speedpartner.de> Tested-by:
Stefan Neufeind <typo3.neufeind@speedpartner.de>
-
- Nov 20, 2017
-
-
Andreas Fernandez authored
Resolves: #83052 Releases: master, 8.7 Change-Id: I9d86c38f8d1749583e154bd52c77b168d20af7dc Reviewed-on: https://review.typo3.org/54709 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Markus Günther authored
Adding a condition to check if a backend user has permissions on the search to prevent a JS error while initializing the autocomplete module. Fixes: #82969 Releases: master, 8.7, 7.6 Change-Id: If2827902443ff7411d9b2c1050213be3e0d78fb6 Reviewed-on: https://review.typo3.org/54694 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
rickymk authored
Catch InsufficientFileAccessPermissionsException while extracting metadata. Reason for this exception could be that the file extension is not allowed by the ['BE']['fileDenyPattern'] setting. This patch makes sure that the indexer doesn't break and is able to extract the other files from storage. Resolves: #82060 Release: master, 8.7, 7.6 Change-Id: I37950aa70f4f59b388c6b9203e1922708ad07b71 Reviewed-on: https://review.typo3.org/53834 Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Ricky Mathew <ricky.mk@pitsolutions.com> Tested-by:
Ricky Mathew <ricky.mk@pitsolutions.com> Reviewed-by:
Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Nicole Cordes authored
During some Doctrine cleanup the constraint for fetching extension by extension key got messed up. This patch removes double named parameter in search constraint. Resolves: #80555 Releases: master, 8.7 Change-Id: I84636b4a86d8b3946c552031e3cb23ae69cd3f2a Reviewed-on: https://review.typo3.org/54699 Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Tymoteusz Motylewski authored
Resolves: #83002 Releases: master Change-Id: I06c09f282df7fdcc0d8af11d65c5113f33a9c849 Reviewed-on: https://review.typo3.org/54651 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:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-