Skip to content
Snippets Groups Projects
  1. Jun 22, 2014
    • Michael Schams's avatar
      [TASK] Re-work/simplify copyright header in PHP files - Part 1 · 6c359595
      Michael Schams authored
      This patch replaces the copyright/license header in PHP files with a
      new, simplified one. The new header does not show the year figure, nor
      an author name, and refers to the LICENSE.txt file for the full
      copyright information. License is: GPL2 or any later version.
      
      This is a multi-part commit due to the huge number of changed files.
      See issue #59777 for further details.
      
      Resolves: #59777
      Releases: 6.2
      Change-Id: Idf5ef5a0da53dd052af54d42a115e951bc9d0e91
      Reviewed-on: https://review.typo3.org/31022
      Reviewed-by: Krzysztof Adamczyk
      Tested-by: Krzysztof Adamczyk
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      6c359595
    • Markus Klein's avatar
      [TASK] Merge GPL.txt and LICENSE.txt · f8c57228
      Markus Klein authored
      Resolves: #59535
      Releases: 6.3, 6.2
      Change-Id: Ia3c442ec4d838bd5c3b350a74ced3f90ef971a21
      Reviewed-on: https://review.typo3.org/30709
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      f8c57228
    • Helmut Hummel's avatar
      Revert "[BUGFIX] Inaccessible pages on shortcuts/PageNotFound handler" · c017900f
      Helmut Hummel authored
      This introduced a regression. It turns out that it needs more work
      to get all cases covered correctly.
      
      Resolves: #58728
      Reverts: #16472
      Releases: 6.1, 6.2, 6.3
      This reverts commit 9ab3b9b5
      
      Change-Id: I395e052c1f31adde715f5a25f9d1716c092dd908
      Reviewed-on: https://review.typo3.org/31039
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      c017900f
    • Nicole Cordes's avatar
      [TASK] Introduce unique signal registration · 9fe94376
      Nicole Cordes authored
      Signals should be dispatch in own emit functions for better locating.
      This patch moves signals to separate functions and attaches missing
      suffixes to existing ones.
      
      Resolves: #59774
      Releases: 6.3, 6.2
      Change-Id: I7a1411566a78e326f1f870b2d345631e7ca265e0
      Reviewed-on: https://review.typo3.org/31013
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      9fe94376
    • Markus Klein's avatar
      [BUGFIX] Fix loading order for extensions · 49b53d49
      Markus Klein authored
      Stick to the documented loading order of extensions.
      That means following this order: sysext, global, local, composer
      
      The same extension found in the latter will be loaded instead of
      the former. Also adjust the Dependency resolver accordingly for the
      edge-case of overwriting sysexts.
      
      Resolves: #59147
      Releases: 6.3, 6.2
      Change-Id: I50c7849e32b309a28f792340f3ff892e516dadb8
      Reviewed-on: https://review.typo3.org/30449
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      49b53d49
    • Sebastian Michaelsen's avatar
      [CLEANUP] Clean code in FormEngine · 8eb6b3f5
      Sebastian Michaelsen authored
      \TYPO3\CMS\Backend\Form\FormEngine could use a few cleanups:
      
      * Import some classes to avoid unnecessary fully qualified class names
      * Fix some PHPdoc issues
      * Slightly adjust some method signatures
        (when 0, 1, or '' were used for boolean information)
      * Remove some unused local variables
      
      Resolves: #58995
      Releases: 6.3, 6.2
      Change-Id: Ic79acf80e75b78f9b8b70c946dd15e5b32996fb2
      Reviewed-on: https://review.typo3.org/30252
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      8eb6b3f5
  2. Jun 21, 2014
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Remove misspelled setting rootlevel for sys_file_collection · a35bafe2
      Marc Bastian Heinrichs authored
      The correct setting would have been rootLevel. So it was never
      evaluated, remove it.
      
      Resolves: #59773
      Releases: 6.3, 6.2, 6.1
      Change-Id: I594924caed47c5c911def94524148354790b77b4
      Reviewed-on: https://review.typo3.org/31010
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      a35bafe2
    • Anja Leichsenring's avatar
      [BUGFIX] Move TCA modification of EXT:form to TCA/Overrides. · 510d4c9c
      Anja Leichsenring authored
      TCA manipulation code must no longer reside in ext_tables.php, but
      moved to Configuration/TCA/Overrides/<tablename>.php. Leftovers
      in ext_tables might disturb loading order of TCA changes and spoil
      proper caching.
      
      Change-Id: I789ea89318d76d0c709229139b0f5296042cded7
      Resolves: #59466
      Related: #59414
      Releases: 6.3, 6.2
      Reviewed-on: https://review.typo3.org/30651
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      510d4c9c
    • Anja Leichsenring's avatar
      [BUGFIX] Move TCA modification of EXT:t3editor to TCA/Overrides · 1a91fd51
      Anja Leichsenring authored
      TCA manipulation code must no longer reside in ext_tables.php, but
      moved to Configuration/TCA/Overrides/<tablename>.php. Leftovers
      in ext_tables might disturb loading order of TCA changes and spoil
      proper caching.
      
      Change-Id: I1f92a7b536ffb19d30bb580ea30452fc488cd0f6
      Resolves: #59705
      Related: #59414
      Releases: 6.3, 6.2
      Reviewed-on: https://review.typo3.org/30944
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      1a91fd51
    • Anja Leichsenring's avatar
      [BUGFIX] Move TCA modification of EXT:cms to TCA/Overrides. · 57b9fd21
      Anja Leichsenring authored
      TCA manipulation code must no longer reside in ext_tables.php, but
      moved to Configuration/TCA/Overrides/<tablename>.php. Leftovers
      in ext_tables might disturb loading order of TCA changes and spoil
      proper caching.
      
      Change-Id: Idb1be39c754d5566e52623103477b94887077cdb
      Resolves: #59463
      Related: #59414
      Releases: 6.3, 6.2
      Reviewed-on: https://review.typo3.org/30648
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      57b9fd21
    • Marc Bastian Heinrichs's avatar
      [TASK] Add a signal after importer init in ImportExportUtility · 60172089
      Marc Bastian Heinrichs authored
      To be able to modify importer options on importing T3D-files on
      extension installation (e.g. for distributions) this patch introduces
      a signal in ImportExportUtility.
      
      Resolves: #58782
      Releases: 6.3, 6.2
      Change-Id: I9a3dec39efe4b8205013614cef1624720aab402a
      Reviewed-on: https://review.typo3.org/30065
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      60172089
    • Helmut Hummel's avatar
      [TASK] Add possibility to register a module as navigation · f8b88c84
      Helmut Hummel authored
      While implementing CSRF protection for backend modules,
      it was forgotten to implement a solution for navigation components
      that also could be modules.
      
      Add this possibility now by introducing yet another
      configuration option for modules.
      
      Resolves: #58138
      Documentation: #59369
      Releases: 6.3, 6.2
      Change-Id: I6655ad11cbf8a13c7d1182c9635cf2745183fb49
      Reviewed-on: https://review.typo3.org/30593
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      f8b88c84
    • Alexander Stehlik's avatar
      [TASK] Signal for BackendUtility::getPagesTSconfig() · ce985610
      Alexander Stehlik authored
      A signal is dispatched in BackendUtility::getPagesTSconfig()
      before the include lines are calculated.
      
      This enables to supply additional PageTS for each page
      programmatically, even in multi-site environments.
      
      Releases: 6.3, 6.2
      Resolves: #59703
      Change-Id: I1cc1188eebbf6dee769c64a654339837e0cdce59
      Reviewed-on: https://review.typo3.org/30921
      Reviewed-by: Felix Oertel
      Tested-by: Felix Oertel
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      ce985610
    • Wouter Wolters's avatar
      [TASK] Create CSS Styled Content TypoScript configuration for 6.3 · f1cc58ca
      Wouter Wolters authored
      For backwards compatibility we keep versions of the CSS Styled
      Content TypoScript configuration files selectable as rendering
      template.
      
      The current setup.txt and constants.txt are just copied into
      the 6.2 folder. After this change the branches may diverge.
      
      Resolves: #59736
      Releases: 6.3
      Change-Id: Ic8ec99917917678c6d0e38ca7b4402166ffac115
      Reviewed-on: https://review.typo3.org/30957
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      f1cc58ca
    • Wouter Wolters's avatar
      [TASK] Clean up NEWS.md for 6.3 · cc458f91
      Wouter Wolters authored
      Resolves: #59737
      Releases: 6.3
      Change-Id: I3260bd78ae85af5915c6ef208dc18468b9cc948a
      Reviewed-on: https://review.typo3.org/30959
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      cc458f91
    • Robert van Kammen's avatar
      [TASK] Update all extension versions to 6.3.0 · 738dde1f
      Robert van Kammen authored
      Resolves: #59742
      Releases: 6.3
      Change-Id: Id6c05025873bdbdeebd74585f9bd4093657999e0
      Reviewed-on: https://review.typo3.org/30965
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      738dde1f
    • Wouter Wolters's avatar
      [BUGFIX] getAvailableWorkspaces called statically · b99a67c2
      Wouter Wolters authored
      Use same call to getAvailableWorkspaces as in
      checkAccess.
      
      Resolves: #51420
      Releases: 6.3, 6.2
      Change-Id: Icbea4611d7bd498e25bf658d7f3fa5a74539f479
      Reviewed-on: https://review.typo3.org/30962
      Reviewed-by: Oliver Klee
      Reviewed-by: Robert van Kammen
      Tested-by: Robert van Kammen
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      b99a67c2
    • Wouter Wolters's avatar
      [TASK] Remove not maintained ChangeLog files · 27d99cb8
      Wouter Wolters authored
      Remove not maintained ChangeLog in
      
      EXT:dbal
      EXT:version
      EXT:workspaces
      
      Resolves: #59739
      Releases: 6.3
      Change-Id: I99b48964a529de3bcfa069f2902232418a89bf5b
      Reviewed-on: https://review.typo3.org/30963
      Reviewed-by: Oliver Klee
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      27d99cb8
    • Wouter Wolters's avatar
      [TASK] Cleanup WorkspaceSelectorToolbarItem · 0a9d160d
      Wouter Wolters authored
      Resolves: #59748
      Releases: 6.3
      Change-Id: I29ff785404fba56ccff0a5e909c8dd1149c4a9bb
      Reviewed-on: https://review.typo3.org/30970
      Reviewed-by: Robert van Kammen
      Tested-by: Robert van Kammen
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      0a9d160d
    • Anja Leichsenring's avatar
      [BUGFIX] Move TCA modification of EXT:openid to TCA/Overrides · 920f93cc
      Anja Leichsenring authored
      TCA manipulation code must no longer reside in ext_tables.php, but
      moved to Configuration/TCA/Overrides/<tablename>.php. Leftovers
      in ext_tables might disturb loading order of TCA changes and spoil
      proper caching.
      
      Change-Id: I7b5240eccde3d49531bb734adf26ee623829dc59
      Resolves: #59698
      Related: #59414
      Releases: 6.3, 6.2
      Reviewed-on: https://review.typo3.org/30910
      Reviewed-by: Olivier Dobberkau
      Reviewed-by: Sebastian Fischer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      920f93cc
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Prevent error message for correct imports of sys_file_metadata · 5e8b65de
      Marc Bastian Heinrichs authored
      If sys_file_metadata records are updated on import, a wrong error message
      is logged.
      
      Resolves: #58826
      Releases: 6.3, 6.2
      Change-Id: I023306a69da9c725d52d076d196bf22178ff1f62
      Reviewed-on: https://review.typo3.org/30140
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Fabien Udriot
      Tested-by: Fabien Udriot
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      5e8b65de
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Fix empty globalString LIT condition comparison · 36b6df84
      Marc Bastian Heinrichs authored
      An empty "LIT:" condition results in NULL, so the strict compare
      doesn't match with the empty string.
      
      Solution is to cast the haystack to string before, like it was
      done anyway later in the preg_match.
      
      Releases: 6.3, 6.2, 6.1
      Resolves: #59344
      Change-Id: I1e4b00e454d921eedd0c03a1767d4ec57c321bd7
      Reviewed-on: https://review.typo3.org/30559
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Marc Bastian Heinrichs
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      36b6df84
  3. Jun 20, 2014
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Don't ignore file imports in fallback storage · df36bbb7
      Marc Bastian Heinrichs authored
      An export could contain sys_file records that are "stored" in the
      fallback storage (ID 0). They must not be ignored.
      
      Resolves: #58841
      Releases: 6.3, 6.2
      Change-Id: I39855810621310831ab1353c5e56f4529a7ac3aa
      Reviewed-on: https://review.typo3.org/30147
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      df36bbb7
    • Markus Klein's avatar
      [TASK] Improve StringUtility · 51100122
      Markus Klein authored
      This patch adds the methods beginsWith() and endsWith().
      Furthermore it deprecates the (Core-wise unused) isLastPartOfString()
      method, because we slightly change the implementation of it, which is
      now part of endsWith().
      
      Resolves: #59132
      Resolves: #45499
      Releases: 6.3
      Change-Id: Ida21a85a3cb724618a490f7eab753978a1bfaa70
      Reviewed-on: https://review.typo3.org/30611
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      51100122
    • Alexander Stehlik's avatar
      [BUGFIX] Treat link handler links as internal URLs · 9d244db3
      Alexander Stehlik authored
      The RteHtmlParser will now check if a scheme found by parse_url()
      matches a configured typolinkLinkHandler. If this is the case the
      link will be treated as internal.
      
      Resolves: #49036
      Releases: 6.3, 6.2, 6.1
      Change-Id: Ie4e6bded7a1c4d0c61e4f1a20bc23115612c1519
      Reviewed-on: https://review.typo3.org/27680
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      9d244db3
    • Marc Bastian Heinrichs's avatar
      [TASK] FollowUp to add support for having files outside the t3d/xml · 8a402d2a
      Marc Bastian Heinrichs authored
      Fix functional tests.
      
      Resolves: #57379
      Change-Id: Iafbf4e2b7e68dd27b488f20141f34680f57bc9c4
      Reviewed-on: https://review.typo3.org/30955
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      8a402d2a
    • Wouter Wolters's avatar
      [TASK] Remove not maintained ChangeLog in EXT:linkvalidator · b242f0aa
      Wouter Wolters authored
      Resolves: #59738
      Releases: 6.3
      Change-Id: Idb08c3f7311ae97590495c77d180429baabefcda
      Reviewed-on: https://review.typo3.org/30960
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      b242f0aa
    • Marc Bastian Heinrichs's avatar
      [TASK] Add support for having files outside the t3d/xml in impexp · f9f534ed
      Marc Bastian Heinrichs authored
      Impexp files are blown up from the files that are included as base64.
      This patch adds the possibility to have the files separated from the
       t3d/xml export file. They are saved to a folder beside the export file.
      
      Resolves: #57379
      Releases: 6.3, 6.2
      Change-Id: Ib8bdc4336c64d2eae0e993132a5fce84eb01f766
      Reviewed-on: https://review.typo3.org/30453
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      f9f534ed
    • Susanne Moog's avatar
      [BUGFIX] language condition does not match exact string · 25e9e391
      Susanne Moog authored
      The documentation for conditions of type "language" states: "The values
      must be a straight match with the value of getenv('HTTP_ACCEPT_LANGUAGE')
      from PHP." (or you can use wildcards). Exact matches are actually
      not working - and the unit test showing the problem was skipped.
      
      Patch adds the feature as documented and adjusts the unit test.
      
      Change-Id: I5691fff41c889476d8149d6f92c26731ad7bb1fd
      Resolves: #59707
      Releases: 6.3
      Reviewed-on: https://review.typo3.org/30920
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      25e9e391
    • Susanne Moog's avatar
      [TASK] Remove skipped FAL tests · 4f9732b1
      Susanne Moog authored
      FAL includes some tests that are skipped ever since
      FAL was merged. Most of them don't even have a
      comment as to why and need to be completely rewritten
      as the functionality changed.
      
      We should remove these tests for now.
      
      Change-Id: Ib75b4ea104a968019e06937974eaa1846cfe3a8a
      Releases: 6.3
      Resolves: #59728
      Reviewed-on: https://review.typo3.org/30940
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      4f9732b1
    • Thomas Christiansen's avatar
      [BUGFIX] Nested flexforms no longer throw exception · 3ae1385c
      Thomas Christiansen authored
      This patch prevents nested flexforms from throwing
      an exception on saving or opening the record.
      
      Resolves: #59368
      Releases: 6.2
      
      Change-Id: Iadeeecc3aef92b8bcc4f7fe4e22882d924f10a50
      Reviewed-on: https://review.typo3.org/30590
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      3ae1385c
    • Thomas Christiansen's avatar
      [TASK] Raise recommended max nesting level · fd537e02
      Thomas Christiansen authored
      Raise recommended max nesting level to 400 as 
      the current value of 250 does not suffice.
      
      Resolves: #59391
      Releases: 6.3, 6.2
      Change-Id: Ibccb61991809e24baddb21bd46f190cd0b8d907d
      Reviewed-on: https://review.typo3.org/30608
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      fd537e02
    • Susanne Moog's avatar
      [TASK] Re-add unit tests for ExtensionCompatibilityTester · 70936537
      Susanne Moog authored
      The tests for the ExtensionCompatibilityTester are currently skipped.
      This patch removes the broken tests and leaves the working ones.
      
      Releases: 6.3
      Resolves: #59700
      
      Change-Id: I10a49d0dddf2807bd50944837e31f0105374c8c9
      Reviewed-on: https://review.typo3.org/30915
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      70936537
    • Tomita Militaru's avatar
      [BUGFIX] Check for logged in user before showing cookie warning · 9fccd00b
      Tomita Militaru authored
      If a redirect for login error is setup, the warning cookie
      message is displayed instead of redirecting.
      
      Resolves: #59493
      Releases: 6.3, 6.2
      Change-Id: I2f63b6630863ece0704198f247980c4d6c08f65a
      Reviewed-on: https://review.typo3.org/30723
      Reviewed-by: Oliver Hader
      Reviewed-by: Marc Wöhlken
      Tested-by: Marc Wöhlken
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      9fccd00b
    • Tymoteusz Motylewski's avatar
      [BUGFIX] Make Functional tests work on fast machines · 86c63e3b
      Tymoteusz Motylewski authored
      Adds more entropy to the uniqid() call. So each call inside
      foreach loop will generate unique value.
      As uniqid() generates values based on current time,
      subsequent calls may return the same value on a fast machine.
      
      On Windows it's even worse, as uniqid()
      has single-second-resolution out of the box.
      
      Resolves: #59529
      Relates: #58602
      Releases: 6.3, 6,2
      Change-Id: I7476f85961e906905acaca7fd816e37375c9817c
      Reviewed-on: https://review.typo3.org/30696
      Reviewed-by: Marc Bastian Heinrichs
      Tested-by: Marc Bastian Heinrichs
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      86c63e3b
    • Felix Kopp's avatar
      [TASK] Increase Extension Manager->showConfiguration input field width · 2da12db4
      Felix Kopp authored
      Increases the width of string input fields to 300 pixels.
      
      Resolves: #59679
      Releases: 6.2, 6.3
      Change-Id: Ia415a6cdf81e4f6192a7e3fb93d8f01d8a749c6a
      Reviewed-on: https://review.typo3.org/30904
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      2da12db4
    • Markus Klein's avatar
      [BUGFIX] Get unit tests working again · ccc3e1fb
      Markus Klein authored
      Changed serialize behaviour in PHP triggers funny phpunit issues in
      some tests. Switching to phpunit master for now and skipping some
      tests makes travis-ci green again and gives us time for detail fixes.
      
      Change-Id: I1c694c0c5dba98b31b9ef7c826fa6614ffa512df
      Resolves: #59685
      Releases: 6.3, 6.2
      Reviewed-on: https://review.typo3.org/30889
      Reviewed-by: Christian Mueller
      Reviewed-by: Oliver Klee
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      ccc3e1fb
  4. Jun 19, 2014
    • Claus Due's avatar
      [BUGFIX] Pass field name variable to flexform DS utility · 4436848e
      Claus Due authored
      A field name parameter is not being passed from within
      DataHandler when copying a record which has a FlexForm
      DF associated with it. This causes dynamic FlexForm DS
      definitions to not be able to depend on the field name,
      in turn causing the problem that an incorrect DS may be
      returned from the DS utility which makes TYPO3 process
      the data value incorrectly (for example, not detecting
      file fields and processing the values accordingly).
      
      To solve this the $field parameter is passed.
      
      Resolves: #59423
      Releases: 6.3, 6.2, 6.1
      Change-Id: Icfafd553f76e17ad5db651bb3f5dea52b140dcf7
      Reviewed-on: https://review.typo3.org/30633
      Reviewed-by: Cedric Ziel
      Tested-by: Cedric Ziel
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      4436848e
    • Nicole Cordes's avatar
      [BUGFIX] Remove warnings in ImportExportController.php · c8a726a6
      Nicole Cordes authored
      This patch adds cleanup to prevent warnings when accessing the
      import/export module.
      
      Resolves: #58534
      Releases: 6.3, 6.2
      Change-Id: I1e1afbea07b0c8e8c4bc29d25739882907c79b4b
      Reviewed-on: https://review.typo3.org/29881
      Reviewed-by: Susanne Moog
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      c8a726a6
    • Henrik Ziegenhain's avatar
      [FEATURE] Add uid to SysDomainCache · 8ed935c9
      Henrik Ziegenhain authored
      If you are building an extension, that outputs
      data depending on a selected domain, it is easier
      to compare the uid of sys_domain records
      than the domainName itself.
      
      Resolves: #57297
      Releases: 6.3
      Change-Id: Ic1efd3efe043f28ef7737f407d9a200b168d9685
      Reviewed-on: https://review.typo3.org/28794
      Reviewed-by: Markus Schubath
      Tested-by: Markus Schubath
      Reviewed-by: Krzysztof Adamczyk
      Reviewed-by: Andrea Schmuttermair
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      8ed935c9