Skip to content
Snippets Groups Projects
  1. Mar 29, 2014
  2. Mar 28, 2014
  3. Mar 27, 2014
    • Benjamin Mack's avatar
      [BUGFIX] CSC: file references not working with image compression · 5c8016b7
      Benjamin Mack authored
      When using image compression with CSS styled content
      all existing data in the $imgConf array is emptied.
      If using a sys_file_reference, the file object
      for resolving the file data does not consider
      the option "treatIdAsReference" anymore as
      it is unset as well.
      
      How to reproduce: Add a file and select any image compression.
      The wrong image is rendered, as the file UID is used
      not the file reference UID.
      
      If you have a sys_file UID 23, and a sys_file_reference ID 45
      then the sys_file 45 is displayed instead of sys_file 23.
      
      Releases: 6.2, 6.1
      Resolves: #57346
      Change-Id: Id503510b82df7bb4be9d236a1640322c92ffa5ec
      Reviewed-on: https://review.typo3.org/28856
      Reviewed-by: Tom Ruether
      Tested-by: Tom Ruether
      Reviewed-by: Wouter Wolters
      Reviewed-by: Marc Bastian Heinrichs
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      5c8016b7
    • Markus Klein's avatar
      [BUGFIX] Check default salting method first · 1b74cb49
      Markus Klein authored
      Prioritise default salting hashing method when determining
      the salting hashing method of a given salted hash.
      
      Fixes rare cases when the method "isValidSaltedPW()" returns TRUE
      for similar salting implementations.
      
      Resolves: #54833
      Releases: 6.2
      Change-Id: I58eb214f171de9f285a7818edebd925eb8164888
      Reviewed-on: https://review.typo3.org/26692
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Jigal van Hemert
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      1b74cb49
  4. Mar 26, 2014
    • Daniel Alder's avatar
      [BUGFIX] Add correctly escaped css selectors for js · 1356c9d8
      Daniel Alder authored
      Because identifiers in css are using escaped entries, we
      have to do another escaping for the javascript selectors.
      
      Resolves: #56874
      Releases: 6.2
      Change-Id: Ie470def83409904963e8b6e89635a6734bc4088c
      Reviewed-on: https://review.typo3.org/28522
      Reviewed-by: Pascal Dürsteler
      Tested-by: Pascal Dürsteler
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      1356c9d8
    • Krystian Szymukowicz's avatar
      [BUGFIX] Install Tool-FAL metadata migration fails for big sets · 3dd0012e
      Krystian Szymukowicz authored
      In install tool there is migration script that copy part of sys_file
      into sys_file_metadata. For long data sets (tested with 20.000 sys_file)
      this update scripts returns FAIL.
      
      Inserting using
      https://dev.mysql.com/doc/refman/5.1/de/insert-select.html
      overcomes all problems.
      
      Resolves: #57103
      Releases: 6.2
      Change-Id: I1d2b97565f52bdd168f50651f285023f153fb3be
      Reviewed-on: https://review.typo3.org/28580
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      3dd0012e
    • Frans Saris's avatar
      [BUGFIX] Install tool update wizards show html tags in error message · 0700b7e2
      Frans Saris authored
      The RteFileLinksUpdateWizard, RteMagicImagesUpdateWizard
      and TceformsUpdateWizard convert there error messages to
      FlashMessages. But as the messages are now always wrapped in a
      flashmessage tag in the template this isn't needed anymore.
      
      Resolves: #57285
      Releases: 6.2
      Change-Id: Iada05effdc523d24726ec54c2ad017175be4451f
      Reviewed-on: https://review.typo3.org/28760
      Reviewed-by: Philipp Gampe
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      0700b7e2
    • Tim Lochmueller's avatar
      [BUGFIX] Load adminPanel styles for FE editing · 9d141566
      Tim Lochmueller authored
      This patch enables frontend editing even if the adminPanel is closed
      (minimized). Before adminPanel AND editing tab have to be opened which
      isn't really user-friendly.
      
      Resolves: #55896
      Releases: 6.2
      Change-Id: I892fe72380c3ede326f3da708dd5d495667eb09e
      Reviewed-on: https://review.typo3.org/27557
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Pascal Dürsteler
      Tested-by: Pascal Dürsteler
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      9d141566
    • Sebastian Lechenbauer's avatar
      [BUGFIX] Check WorkspaceEnabled for MM field related table · 022a3fc0
      Sebastian Lechenbauer authored
      If you try to edit a MM field associated to a table which doesn't use
      versioning (t3ver_* fields are missing) you get a database error.
      This patch adds a check if versioning for the table is enabled.
      
      Resolves: #57291
      Releases: 6.2
      Change-Id: I3fc5dfeb77ce9a67a6e4494a3b2247c3007d0d25
      Reviewed-on: https://review.typo3.org/28783
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      022a3fc0
    • Helmut Hummel's avatar
      [BUGFIX] Fix initial file import in EM · 83594783
      Helmut Hummel authored
      The path calculation of the source path contains
      double slashes, which is an invalid path for
      the isAllowedAbsPath check, thus no files
      are copied.
      
      Resolves: #57312
      Releases: 6.2
      Change-Id: I1840cfe580efbdbeedd94c8a7e5469b94e70fa30
      Reviewed-on: https://review.typo3.org/28802
      Reviewed-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      83594783
    • Andreas Fernandez's avatar
      [BUGFIX] Run scheduler from cli fails on DBAL · fa4e68b2
      Andreas Fernandez authored
      With activated DBAL, dispatching the scheduler from cli
      currently fails. The SqlParser can't handle brackets
      in an ON-clause, so remove them in the query.
      
      Resolves: #57246
      Releases: 6.2
      Change-Id: I2efa92392d22c854dae925da9a2396ef08bae198
      Reviewed-on: https://review.typo3.org/28805
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      fa4e68b2
  5. Mar 25, 2014
    • TYPO3 Release Team's avatar
      [TASK] Set TYPO3 version to 6.2.1-dev · 0fbca208
      TYPO3 Release Team authored
      Change-Id: Ic5b68b4261667d52e2b7d974b0e8515fa18bb1ce
      Reviewed-on: https://review.typo3.org/28788
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      0fbca208
    • TYPO3 Release Team's avatar
      [RELEASE] Release of TYPO3 6.2.0 · 4924c9e5
      TYPO3 Release Team authored
      Change-Id: Id1a38d8e337a3cdddeb3789b605f4314f8ef4726
      Reviewed-on: https://review.typo3.org/28787
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      2 tags
      4924c9e5
    • Ernesto Baschny's avatar
      [TASK] Small adjustments to NEWS.md · a3579232
      Ernesto Baschny authored
      Releases: 6.2
      Change-Id: If014e492906f8efd1b32fb9f3bbdac0c8392a706
      Reviewed-on: https://review.typo3.org/28784
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      a3579232
    • Benjamin Mack's avatar
      [BUGFIX] GeneralUtility->copyDirectory does not fix permissions · d0db6d6a
      Benjamin Mack authored
      Instead of using TYPO3-internal functions
      for creating directories and moving files,
      default PHP functions are used. This creates
      problems with permissions e.g. when
      installing the introduction package.
      
      Releases: 6.2
      Resolves: #57298
      Change-Id: Ifa5e92fd245db033dacbc3bcd15d487bd7af2101
      Reviewed-on: https://review.typo3.org/28772
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      d0db6d6a
    • Marc Bastian Heinrichs's avatar
      [TASK] Remove wrong deprecation in extbase persistence · d7cfbba1
      Marc Bastian Heinrichs authored
      A method was misleadingly deprecated in QueryInterface.
      Also an additional hint was added to the other deprecated
      methods.
      
      Resolves: #57277
      Releases: 6.2
      Change-Id: If80c707f1f65637682d5592116aaecb1a1e5918e
      Reviewed-on: https://review.typo3.org/28754
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      d7cfbba1
    • Alexander Opitz's avatar
      [BUGFIX] Test typeof TBE_EDITOR for object not function · 8b397387
      Alexander Opitz authored
      As TBE_EDITOR is defined as object in jsfunc.tbe_editors.js we should
      change the check here. Otherwise no eval user functions will be called.
      
      Resolves: #57296
      Releases: 6.2, 6.1
      Change-Id: Ie1b701dcbf465827bc336233c2523f4df1dde9ba
      Reviewed-on: https://review.typo3.org/28771
      Reviewed-by: Nicole Cordes
      Tested-by: Nicole Cordes
      Reviewed-by: Alexander Stehlik
      Tested-by: Alexander Stehlik
      Reviewed-by: Xavier Perseguers
      Tested-by: Xavier Perseguers
      8b397387
    • Georg Ringer's avatar
      [TASK] Fix a PHP warning in Clipboard · 8692d6e0
      Georg Ringer authored
      Check if the key is available.
      
      Resolves: #57300
      Releases: 6.2
      Change-Id: I99542a8c0516596b31342a7bce5daa58af4a6432
      Reviewed-on: https://review.typo3.org/28777
      Reviewed-by: Alexander Stehlik
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      8692d6e0
    • Frans Saris's avatar
      [BUGFIX] Wrong whitespace handling in RTE-enabled fields upgrade wizard · d0756f9f
      Frans Saris authored
      The upgrade wizards searches for all filepaths in the RTE-enabled fields
      as these are found in sys_refindex.ref_string. But in the RTE-enabled
      fields spaces are replaced by %20 and in sys_refindex.ref_string not.
      
      This patch replaces whitespaces with %20 in the regularExpression
      used the find the occurrences of the filepath.
      
      Resolves: #57143
      Releases: 6.2
      Change-Id: I6631b476defe7e3faa78914338fce70372ad1fb5
      Reviewed-on: https://review.typo3.org/28600
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      d0756f9f
    • Oliver Hader's avatar
      [TASK] Use alternative selector for many workspaces · dbbc39d4
      Oliver Hader authored
      The toolbar of the workspace module visualizes each workspace
      in a separate tab. On having many workspaces, the toolbar is
      extended to multiple lines which actually reduces the available
      viewport of the grid panel.
      
      This change introduces a modified TabPanel that shrinks if the
      available width is undershot. In this case an additional menu
      is rendered to the right side of the panel to visualize the
      remaining items in a vertical list.
      
      Resolves: #49689
      Releases: 6.2
      Change-Id: I85c8b8134dfe27a4dc32c5d70a158cca41763c41
      Reviewed-on: https://review.typo3.org/21920
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      dbbc39d4
    • Oliver Hader's avatar
      [TASK] Visualize nested data structures in workspace module · 27ae1c79
      Oliver Hader authored
      The current workspace module only has two levels (page and the
      accordant records). Nested record sets like tt_content ->
      sys_file_reference (any "text with image" content element) are
      not recognized as dependent and need to be published separately.
      
      The GridDataService is extended to determine the the accordant
      nested record sets and provides additional data for parent and
      child scenarios. The ExtJS view components are extended to take
      care of nested record sets and to handle expand and collapse
      events on these kind of record collections.
      
      Resolves: #55349
      Releases: 6.2
      Change-Id: I93ca187c3997bf7f4cdadefd741be2541aef5ae4
      Reviewed-on: https://review.typo3.org/28701
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      27ae1c79
    • Oliver Hader's avatar
      [TASK] Refactor element dependency resolving · 2b4f543f
      Oliver Hader authored
      Dependency element resolving of nested data structures currently
      is used in CommandMap only. However the logic can be used for
      other tasks as well, like e.g. showing nested structures in the
      workspaces module. Callback methods are extracted to the new
      ElementEntityProcessor to reduce further code duplication.
      
      Resolves: #57231
      Releases: 6.2
      Change-Id: If588e2c644fb897f0ac5f7aaf4f341ce8ac5c232
      Reviewed-on: https://review.typo3.org/28700
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      2b4f543f
    • Marc Bastian Heinrichs's avatar
      [TASK] Follow-up: Typo3DbQueryParser must handle LowerCase · 7a2d9a5e
      Marc Bastian Heinrichs authored
      Add a test for preparse query hash.
      
      Resolves: #57263
      Releases: 6.2
      Change-Id: Ia524b65f5ef559822c62df1f53c0e78c4750f01e
      Reviewed-on: https://review.typo3.org/28764
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      7a2d9a5e
    • Alexander Schnitzler's avatar
      [TASK] Remove deprecated methods/properties in Extbase · fde38637
      Alexander Schnitzler authored
      Releases: 6.2
      Resolves: #57242
      Resolves: #44327
      Change-Id: I0cfd55e8bbaab690cc6b22b30e18972b0e8747c0
      Reviewed-on: https://review.typo3.org/28716
      Reviewed-by: Marc Bastian Heinrichs
      Tested-by: Marc Bastian Heinrichs
      Reviewed-by: Stefan Neufeind
      Reviewed-by: Oliver Klee
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      fde38637
    • Alexander Stehlik's avatar
      [BUGFIX] Clean MP parameter for rootline cache identifier · 8e7fe9e6
      Alexander Stehlik authored
      Any commas in the mount point parameter are replaced with underscores
      to prevent caching errors in the RootlineUtility.
      
      Resolves: #57073
      Releases: 6.2
      Change-Id: If1e135d0abbc08ebc11954d17f57ea037983ba10
      Reviewed-on: https://review.typo3.org/28521
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Jost Baron
      Tested-by: Jost Baron
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      8e7fe9e6
    • Frans Saris's avatar
      [BUGFIX] Wrong SignalSlot dispatch calls in ResourceStorage · 442f0f4a
      Frans Saris authored
      The wrong classname is used and for emitPreFolderCopySignal(),
      emitPostFolderCopySignal(), emitPreFolderMoveSignal() and
      emitPostFolderMoveSignal() the $newName parameter is not
      passed through
      
      Resolves: #57273
      Releases: 6.2
      Change-Id: Iaf82820abe29b97da93f9583435b9264671e3a38
      Reviewed-on: https://review.typo3.org/28743
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Markus Klein
      Reviewed-by: Steffen Ritter
      Reviewed-by: Ernesto Baschny
      Tested-by: Xavier Perseguers
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      442f0f4a
    • Markus Klein's avatar
      [BUGFIX] Extbase: Methods are inherited twice · b036a0d4
      Markus Klein authored
      Change #57031 introduced two methods in DomainObjectInterface,
      which are already present in ObjectMonitoringInterface.
      
      Undo that change.
      
      Resolves: #57271
      Releases: 6.2
      Change-Id: I95852d8221a1b54c4d6a71c508666e0fb1080223
      Reviewed-on: https://review.typo3.org/28745
      Reviewed-by: Xavier Perseguers
      Reviewed-by: Helmut Hummel
      Tested-by: Markus Klein
      Reviewed-by: Markus Klein
      b036a0d4
    • Frans Saris's avatar
      [TASK] Show by default only 1 file upload field in elementbrowser · b0f12bd9
      Frans Saris authored
      Since the input type=file now supports multiple file selection
      and this is suppoterd by all modern browsers.
      So showing only 1 filepicker by default is enough.
      
      For users with older browser they can use the already existing
      options.folderTree.uploadFieldsInLinkBrowser tsconfig to show
      multiple fields.
      
      This patch changes the hardcoded default value to 1.
      
      Resolves: #57170
      Releases: 6.2
      Change-Id: Ia2dfcc3ae81dff66ba4c389a4b99b819186f63c0
      Reviewed-on: https://review.typo3.org/28699
      Reviewed-by: Philipp Gampe
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      b0f12bd9
    • Marc Bastian Heinrichs's avatar
      [TASK] Add first level cache for the query cache · 239e01d1
      Marc Bastian Heinrichs authored
      The Extbase query cache stresses the database by querying
      the same cache identifier over and over again. This for example
      doubles the amount of fired database queries for fetching related
      objects at the moment.
      
      Introduce a first level cache saving the cache entries during
      runtime.
      
      Resolves: #57275
      Releases: 6.2
      Change-Id: I964db7c9ab8b61a3d8ac6534a35dc65240398aa7
      Reviewed-on: https://review.typo3.org/28744
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Philipp Gampe
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      239e01d1
    • Markus Klein's avatar
      [BUGFIX] Fix Query unit test and two typehints · ff0ee359
      Markus Klein authored
      Follows #57263
      
      Fixes a change of interface in the unit test for Query.
      Moreover two more places miss the new interface typehint.
      
      Resolves: #57286
      Releases: 6.2
      Change-Id: I528656055782e22989b8fd7cc8a652d8de829663
      Reviewed-on: https://review.typo3.org/28759
      Reviewed-by: Felix Oertel
      Tested-by: Felix Oertel
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      ff0ee359
    • Markus Klein's avatar
      [BUGFIX] Typo3DbQueryParser must handle LowerCase · ebf7e6be
      Markus Klein authored
      Resolves: #57263
      Releases: 6.2
      Change-Id: I89b5051a5fe1d6fc908428019115fcd4bc0d2b38
      Reviewed-on: https://review.typo3.org/28735
      Reviewed-by: Felix Oertel
      Tested-by: Felix Oertel
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      ebf7e6be
    • Jan-Erik Revsbech's avatar
      [BUGFIX] Fix problem with cache being cleared multiple time · c9738f8c
      Jan-Erik Revsbech authored
      When pages or records in general are changed using
      the DataHandler, the pageCache is cleared for
      each page multiple times. To fix this, the DataHandler
      will collect which pages need clearing, and wait with
      the actual clearing until all operations in
      cmdMap or dataMap has been processed.
      This way the cache is only cleared once for each page.
      
      Resolves: #52235
      Releases: 6.2
      Change-Id: If1aa389991b801413eafa38d7d140f932bb321f2
      Reviewed-on: https://review.typo3.org/25423
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Jigal van Hemert
      Reviewed-by: Jan-Erik Revsbech
      Tested-by: Jan-Erik Revsbech
      Tested-by: Philipp Gampe
      Reviewed-by: Benjamin Mack
      Tested-by: Benjamin Mack
      c9738f8c
    • Wouter Wolters's avatar
      [BUGFIX] getFolderStatus ajax also being called in Step Installer · 787385d3
      Wouter Wolters authored
      Resolves: #57262
      Releases: 6.2
      Change-Id: I190420ef696de819ebf3f06033ba7e97c639a92c
      Reviewed-on: https://review.typo3.org/28739
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      787385d3
    • Felix Kopp's avatar
      [BUGFIX] ExtJS / normalize table > th · 6dff96c0
      Felix Kopp authored
      Browsers center text in <th> but the header text should
      be aligned to the left. This issue arose when ExtJS
      normalize reset was removed. Simple explicit definition.
      
      Resolves: #57211
      Releases: 6.2
      Change-Id: Ib235d9e9e2beabac01a62b10cedea08faacbd896
      Reviewed-on: https://review.typo3.org/28679
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      6dff96c0
    • TYPO3 Release Team's avatar
      [TASK] Set TYPO3 version to 6.2-dev · 45ddaa8f
      TYPO3 Release Team authored
      Change-Id: I581ca28ee926ad1891b33baa1c8d8f0e9f9df5a9
      Reviewed-on: https://review.typo3.org/28737
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      45ddaa8f
    • TYPO3 Release Team's avatar
      [RELEASE] Release of TYPO3 6.2.0rc2 · 8dff38a2
      TYPO3 Release Team authored
      Change-Id: If247d1f182ecc1de823852bda435efd7e2e420f2
      Reviewed-on: https://review.typo3.org/28736
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      TYPO3_6-2-0rc2
      8dff38a2
    • Markus Klein's avatar
      [CLEANUP] Extbase persistence classes · e636910f
      Markus Klein authored
      The classes contain wrong type hints and miss a lot of
      checks whether the correct object is present.
      
      Resolves: #57031
      Releases: 6.2
      Change-Id: I3d03c838b05529daf0da444119dd7f8dba6d5b8a
      Reviewed-on: https://review.typo3.org/28489
      Reviewed-by: Felix Oertel
      Tested-by: Felix Oertel
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      e636910f
    • Helmut Hummel's avatar
      [BUGFIX] Fix warning during extension installation · 6bf26d96
      Helmut Hummel authored
      During unpacking of an extension in the installation
      process it can happen that the extension data
      contains folders in the file list.
      
      These folders need to be removed from the list
      in order to avoid warnings when trying to write
      directories as files.
      
      Also remove duplicates from folders before
      creating them.
      
      Besides fix some (non related) comparisons to
      strict comparisons on the go.
      
      Resolves: #57261
      Releases: 6.2
      Change-Id: Ib6821a0a438ebc9441b8fa2ee3fbd7869f23ec7f
      Reviewed-on: https://review.typo3.org/28731
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      6bf26d96
    • Helmut Hummel's avatar
      [BUGFIX] Make extension update work again · 66f13afe
      Helmut Hummel authored
      This is a regression fix. The regression was
      introduced when fixing the dependency handling.
      
      Resolves: #57260
      Related: #57199
      Releases: 6.2
      Change-Id: I77bff766d0e4bd9d3ce74fa74db03d6b65223e67
      Reviewed-on: https://review.typo3.org/28730
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      66f13afe