- Mar 06, 2016
-
-
Oliver Hader authored
Image cropping is not applied to click-enlarged images, neither if using the lightbox-mode nor the regular mode using tx_cms_showpic. Cropping is applied in these scenarios as well with transporting the accordant crop value of the current image being processed. Resolves: #72798 Releases: master, 7.6 Change-Id: I3e07fc447ac8a35cbe4fbb43bac9adb9bb7ed506 Reviewed-on: https://review.typo3.org/46114 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Mar 05, 2016
-
-
Mathias Brodala authored
The ObjectManager injection method was misused to initialize a lot of objects which are now instantiated separately. Resolves: #71521 Releases: master Change-Id: I6509ac064ec39140b841a258c46ad5a021039972 Reviewed-on: https://review.typo3.org/44694 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Marius David Wieschollek authored
Also fixes the spelling mistake in the label of the related Backend User Settings Option Resolves: #74336 Releases: master Change-Id: I21d00fd2de901eb03111581626c7efc4dec23647 Reviewed-on: https://review.typo3.org/47121 Reviewed-by:
Jo Hasenau <info@cybercraft.de> Tested-by:
Jo Hasenau <info@cybercraft.de> Reviewed-by:
Andreas Bouche <andreas.bouche@flagbit.de> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Oliver Hader authored
An absolute URI (e.g. "/folder/someFile.png") gets prefixed with absRefPrefix (e.g. "/") which results in "//folder/someFile.png", which is a schema-less URI notation and thus "folder" is interpreted as hostname. Resolves: #72846 Releases: master, 7.6 Change-Id: Ic49c0a24a17f754c6c89186e6041b9857eb967b1 Reviewed-on: https://review.typo3.org/46113 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Claus Due authored
This change adds an alias method which allows ObjectStorage's values to be accessed using a "get"-prefixed method name which in turn allows the values to be addressed using numerical indices or converted to arrays on-the-fly by adding an ".array" segment to the property path. Change-Id: Ibe94910d6043a52c7ef330e18e0330021ecbb325 Resolves: #73752 Releases: master Reviewed-on: https://review.typo3.org/46961 Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Sebastian Wagner authored
Initially, provide the whole configuration for the wizard through a requireJs config. Therefore, an early AJAX call to the WizardController can be omitted. With this patchset, no AJAX route for loading has to be registered. The loadAction is removed as well. Furthermore, a left over intialize script is dropped. The Wizard.Settings to configure the ExtJs viewport are used directly. Resolves: #74316 Releases: master Change-Id: I5278784cadc603238707b6e7b26426155e3c080c Reviewed-on: https://review.typo3.org/47110 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Gianluigi Martino authored
Show copy option in pagetree context menu also without edit permission Change-Id: Icefaa7ef775fa5eb23652e00fe7643ae863c0e19 Resolves: #73470 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46893 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Jo Hasenau authored
Resolves: #74179 Releases: master Change-Id: I93864236f179b57cc0b1cbf67ce9941da096986a Reviewed-on: https://review.typo3.org/47062 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Benni Mack <benni@typo3.org>
-
Daniel Maier authored
Date conversion of TCA fields with eval "date" or "datetime" is now also handled correctly for dates before 1970, thus having a negative timestamp. Timezone offset is now also applied for those negative timestamps, in order to prevent erroneous data for dates before 1970. Resolves: #73871 Releases: master, 7.6 Change-Id: I4de9911dec3de720992da137fe8afcb3ecbfdad7 Reviewed-on: https://review.typo3.org/47115 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Jo Hasenau authored
Move variable value association to correct position. Resolves: #69941 Releases: master, 7.6 Change-Id: I8bca6203f4e994a86b11f5d3be54b83e7dfdd73c Reviewed-on: https://review.typo3.org/47089 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michael Oehlhof authored
If a formerly selected page (in page tree) is not available anymore (e.g. deleted), any access to a backend module will now check this condition and will avoid an error. An empty module will be displayed in such a case. Resolves: #66449 Releases: master, 7.6 Change-Id: I4caf6abf715af2009705caf126f2614ae5cde9ed Reviewed-on: https://review.typo3.org/44923 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Sebastian Wagner authored
We prevent getRecordAsJson to be called twice when rendering element. Fix annotations of for return values of JSON elements Resolves: #74331 Change-Id: Ib4826ebeee33f91c18db230d1aba2ffe39070ea1 Reviewed-on: https://review.typo3.org/47112 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Jo Hasenau authored
Resolves: #66540 Releases: master Change-Id: I982bb63a14409fd4510126d3d4b88ee85562967e Reviewed-on: https://review.typo3.org/47058 Reviewed-by:
Marius Wieschollek <marius.typo3@mdns.eu> Tested-by:
Marius Wieschollek <marius.typo3@mdns.eu> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jo Hasenau authored
When the check is done with multiple variables omitting the first part of a ternary operator just inserts the boolean result of the check but not the variable Change-Id: If683770435995cac079fb2fd42344ba1cc15a08f Resolves: #70242 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/47108 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Hannes Lau authored
Use the new, updated field values of the current record, to determine its type value. This allows to pick the correct RTE configuration for new records with non-default types. Fixes: #72898 Releases: master, 7.6 Change-Id: If519a9c9357034977ede40d7b709a7d83a3e92c8 Reviewed-on: https://review.typo3.org/46162 Reviewed-by:
Sascha Egerer <sascha@sascha-egerer.de> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Jonas Götze <jonnsn@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
eugen_lang authored
Resolves: #33147 Releases: master, 7.6 Change-Id: I98c696eb58c759f6c50dbaf111556b86cffe0e93 Reviewed-on: https://review.typo3.org/47106 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Tested-by:
Karthikeyan Palaniswamy <karthikeyan@forethought.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Jonas Götze authored
Checks the default database charset during installation and provides Upgrade Wizard to fix default charset. Resolves: #74319 Releases: master Change-Id: I645c0dc321a719e2149b8474e4292c80811fd82c Reviewed-on: https://review.typo3.org/47103 Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Christian Futterlieb authored
* Add a simple API for generation of random bytes, integers and hex-strings: Crypto\Random * Deprecate the methods GeneralUtility::generateRandomBytes() and GeneralUtility::getRandomHexString() * Replace occurrences of the deprecated methods Change-Id: If4d6daa00138eac791954a4fd9a4fc26a79ddf07 Resolves: #73050 Releases: master Reviewed-on: https://review.typo3.org/46507 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
Benni Mack authored
Rename $linktxt to $linkText. Only evaluate target if forceTarget is not set. Add a small helper method to call parseFunc on empty $linkText that is used in 4 places within typoLink(). Resolves: #74318 Releases: master Change-Id: I043ba3192be83ec6acf28cb88a287be1b8cd74fa Reviewed-on: https://review.typo3.org/47095 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Christian Kuhn authored
This reverts commit 41b350dc. Default values do not work well. Change-Id: Idfadf5482d12e2f51fa14aa574061c0c2b65176d Reviewed-on: https://review.typo3.org/47107 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Marco Huber authored
The list of denied file extensions does not contain a dot, but our fileDenyPattern by default starts with a dot. Therefore, although a check is performed, the file extensions will still be displayed even though uploading files with the extension is forbidden by fileDenyPattern. This commit adds the dot before the extension when performing the check, effectively hiding forbidden extensions. Resolves: #72803 Releases: master, 7.6 Change-Id: I2ec3d02e096b46309932604a53ea4c416ba9812a Reviewed-on: https://review.typo3.org/46072 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Andreas Bouche authored
Editing permissions in the access module has no effect on the frontend. Therefore, the view button is unnecessary here. Resolves: #68376 Releases: master Change-Id: Ic5f48320ca54e46e89c8f3b740b457cfcfbbaaae Reviewed-on: https://review.typo3.org/41718 Reviewed-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Tested-by:
Bjoern Jacob <bjoern.jacob@tritum.de> Reviewed-by:
Andreas Bouche <andreas.bouche@flagbit.de> Tested-by:
Andreas Bouche <andreas.bouche@flagbit.de> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Daniel Maier authored
Date conversion of TCA fields with eval "date" or "datetime" is now also handled correctly for dates before 1970, thus having a negative timestamp. Timezone offset is now also applied for those negative timestamps, in order to prevent erroneous data for dates before 1970. Furthermore validation handling for dates with zero timestamp (01.01.1970 midnight UTC) is fixed. Resolves: #73871 Releases: master, 7.6 Change-Id: Iffa2f12c6941fe17b956202fe9c49f811b1b0539 Reviewed-on: https://review.typo3.org/47025 Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Several infos in TSconfig / FormEngine are never used, the field "storage_pid" does not even exist anymore in v8 (was moved to compatibility6 for v7). Resolves: #73612 Releases: master Change-Id: Iec578faa6dc591ad39eddcfbb8c6d06910e13950 Reviewed-on: https://review.typo3.org/46822 Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Nicole Cordes authored
Currently we have some issues with handling database fields with type "date" or "datetime". Those fields can't have an empty default value in the database but might have defined default values or null. This patch adds proper handling for both default value cases. Resolves: #72654 Resolves: #62660 Releases: master, 7.6, 6.2 Change-Id: I429bf4fdfa32531c0034e8346ee11d3d1fb81242 Reviewed-on: https://review.typo3.org/46426 Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3.org> Tested-by:
Andreas Wolf <andreas.wolf@typo3.org>
-
Benni Mack authored
PageTSconfig was only included in Typical and Advanced mode resulting in an exception when adding images in the RTE with Demo mode enabled (via Extension Manager). Resolves: #74314 Releases: master, 7.6 Change-Id: Ieaffc7faa5cca1f910d1b00fd87e4ae4585889d6 Reviewed-on: https://review.typo3.org/47092 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Already translated module labels were previously resolved and stored within $GLOBALS[LANG]. Several checks and calls were then made to ModuleLoader and $LANG. All information about the module, as well as all labels are now stored within ModuleLoader, a addLabelsForModule() method and a getLabelsForModule() method are placed within that method, where labels are stored (but not resolved to the language yet). The language service then is only used when outputting the labels in various places. The method $LANG->addModuleLabels() and the public property $LANG->moduleLabels were deprecated. Resolves: #72340 Releases: master Change-Id: I82f01e7641b1395d81895d246ef22f11206d927d Reviewed-on: https://review.typo3.org/46702 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Andreas Wolf <andreas.wolf@typo3...>
-
Claus Due authored
Adds ViewHelpers ``f:info.page`` and ``f:info.content`` which return or assign content or page information arrays respectively depending on usage of the ``as`` argument as known from other helpers. Change-Id: Idfa5b68b37e926593072ddf75e6d143a2c5037f8 Releases: master Resolves: #38942 Reviewed-on: https://review.typo3.org/46473 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> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
- Mar 04, 2016
-
-
Nicole Cordes authored
This patch fixes an issue with unclean t3d export due to string to array conversion. This is important to be able to import a t3d files which was exported with 7.6 and above even in 6.2. This is needed as we do not have any chance to see which TYPO3 version was used for the export. Resolves: #74127 Releases: master, 7.6, 6.2 Change-Id: I6ba7b825241c2ca439c485aaf597b019b7ac8997 Reviewed-on: https://review.typo3.org/47032 Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co>
-
Wouter Wolters authored
Resolves: #73814 Releases: master Change-Id: I3176797c4817a34f78aa68118098ae97d37fd1a2 Reviewed-on: https://review.typo3.org/46985 Tested-by:
Gianluigi Martino <gmartino27@gmail.com> Tested-by:
Riccardo De Contardi <erredeco@gmail.com> Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Wouter Wolters authored
Resolves: #73746 Releases: master Change-Id: I2a535798cbec2f92a82604d89be89b00e859386f Reviewed-on: https://review.typo3.org/47074 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
There are several additional parameters that are not used anymore. CharsetConverter->entities_to_utf8() - now always CharsetConverter->utf8_to_numberarray() now always converts entities, and real UTF-8 characters are returned Resolves: #74031 Releases: master Change-Id: I6ee4e74bb9122a2ac8b9843a7026c933d7199381 Reviewed-on: https://review.typo3.org/47004 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Benjamin Kott <info@bk2k.info> Tested-by:
Benjamin Kott <info@bk2k.info>
-
Gianluigi Martino authored
Don't show preview of hidden images in backend e.g. page module. Change-Id: I11fbfdbdf9767066dbb3380b543d79c239e6c4a2 Resolves: #73481 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46735 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Andreas Fernandez authored
The declaration of PreviewController::initializeView is changed to be functional with PHP 7. Change-Id: I4b59600aa3d98dec6440551f4228c9aad6fd6714 Resolves: #73866 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/46990 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Björn Jacob authored
This patchset optimizes the preview of a form elements in the page module. The output of the bodytext field has been removed. Instead, the ctype is shown. This avoids the useless display of TypoScript in the preview. Resolves: #28403 Releases: master, 7.6 Change-Id: I09a18e6b8a782a50a2ea7570b41fe2abc10df835 Reviewed-on: https://review.typo3.org/47082 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Daniel Goerz <ervaude@gmail.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Wouter Wolters authored
Resolves: #74186 Releases: master Change-Id: I8152debaf71c92347f153b444400d46c986156f2 Reviewed-on: https://review.typo3.org/47077 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Jo Hasenau authored
Resolves: #74148 Releases: master Change-Id: I00c08d407a9865043278f42ba79a4de01cb71c45 Reviewed-on: https://review.typo3.org/47044 Reviewed-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Tested-by:
Eugen Lang <laeu1011+gerrit@gmail.com> Reviewed-by:
Jan Helke <typo3@helke.de> Tested-by:
Jan Helke <typo3@helke.de>
-
Marcus Schwemer authored
Live search searches through the whole system, while list search is limited to four levels. Solution: * Add default pageTS for search levels * Live search "Show all" now uses "-1" for infinite search Resolves: #70849 Releases: master Change-Id: Ibf8b043da26e58bbe0df18fb2013934da5ec64f3 Reviewed-on: https://review.typo3.org/44171 Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Michiel Roos authored
The generation of preview images fails because the directory typo3temp/var/transient does not exist and is not automatically created. Change-Id: I905ebc5e4e886276eb907221c09fbe582119a148 Resolves: #74200 Releases: master Reviewed-on: https://review.typo3.org/47081 Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Alexander Schnitzler authored
During the file search in the file module the search result is only limited to possibly matching folders. That itself decreases the search over all files in a storage but it still does not prevent memory leaks, where the result of possible folders contain a decent amount of files. Example: fileadmin has a total of 10.000 files. fileadmin has a subfolder called foo fileadmin/foo holds a subset of 1000 files. fileadmin/foo holds the file bar A search for bar asks the database for all folders that contain files with the matching identifier bar. As a result, only the folder fileadmin/foo is returned which already excludes 9000 possible files. Still, the resultset contains 1000 files, whoose name is compared php-wise with the search string. During that foreach loop each a file object with a decent memory footprint will be created. This easily exceeds the available memory limit. Resolves: #73032 Releases: master, 7.6 Change-Id: Icf46e05274c671db344797d207afefc029c5fb5b Reviewed-on: https://review.typo3.org/46395 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Daniel Maier <dani-maier@gmx.de> Tested-by:
Daniel Maier <dani-maier@gmx.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-