Skip to content
Snippets Groups Projects
  1. Nov 20, 2013
  2. Nov 19, 2013
    • Bernhard Kraft's avatar
      [BUGFIX] Page module: Allow to paste in empty columns · d1c770dd
      Bernhard Kraft authored
      Since quite a long time it was not possible to paste a content
      element into an empty column of the page module. This patch
      introduces an icon in the top right corner of each column if
      a tt_content element is on the clipboard (Default pad). When
      the icon gets clicked the content elements from the clipboard
      get moved/copied into the selected column/language.
      
      As a side effect this patch also resolves issues with the list
      module not reloading when using the copy/cut entries from the
      clickmenu (context menu): #25176, #15958
      
      Change-Id: I635bb584d5e03b764bd5df5189555fb9b34ab926
      Resolves: #44002
      Resolves: #35980
      Resolves: #15080
      Resolves: #21622
      Resolves: #25176
      Resolves: #15958
      Releases: 6.1, 6.2
      Reviewed-on: https://review.typo3.org/22201
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      d1c770dd
    • Johannes Feustel's avatar
      [BUGFIX] l10n_mode for "pages" table and group fields. · 02005b6f
      Johannes Feustel authored
      This patch respects the l10modes for pages, and mergeIfNotBlank for
      type "group" fields.
      
      Change-Id: I18a4caffc5761f91dae4ae0cf175ccd51ffe8c29
      Fixes: #38766
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/12714
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      02005b6f
    • Nicole Cordes's avatar
      [TASK] Improve updates of metadata in MetaDataRepository · b0842174
      Nicole Cordes authored
      If you run the FAL update wizard for tt_content images the
      MetaDataRepository requests database fields for each update separately.
      This information should be stored in an internal array to avoid
      unnecessary database requests and increase performance.
      
      Resolves: #53709
      Releases: 6.2
      Change-Id: Icbef451f9a02395d758626254be004e87f350039
      Reviewed-on: https://review.typo3.org/25470
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      b0842174
    • Frans Saris's avatar
      [BUGFIX] Exception thrown in update wizard if file does not exists · 610e8beb
      Frans Saris authored
      When fetching a file that does not exists a exception is
      thrown in the update wizard to update RTE file links to FAL.
      The exception will now be catched.
      
      Resolves: #53127
      Releases: 6.2
      Change-Id: I81a204506abfe2f462142ccc504f3a4e2cef138f
      Reviewed-on: https://review.typo3.org/25004
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      610e8beb
    • Markus Klein's avatar
      [BUGFIX] Fix JS error in lang module · 66a79672
      Markus Klein authored
      The tables of the language module do not resize
      on change of windows height. This fixes the
      Javascript error.
      
      Releases: 6.0, 6.1, 6.2
      Resolves: #53773
      Change-Id: I614d370108092b224059d5a5d07d78a10a10e2a2
      Reviewed-on: https://review.typo3.org/25517
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      66a79672
    • Jigal van Hemert's avatar
      [TASK] Render extension icons in Language module directly · d0b26307
      Jigal van Hemert authored
      Just like in the Extension Manager the icons for the extensions
      can be rendered directly to increase speed. CSS takes care of scaling.
      
      Change-Id: I1d6dc13d2b52c35be546af0ecaaae75960f2089e
      Resolves: #53771
      Releases: 6.2
      Reviewed-on: https://review.typo3.org/25516
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      d0b26307
    • Helmut Hummel's avatar
      [TASK] Rework image viewHelper to use FAL · 3d976ac9
      Helmut Hummel authored
      Currently in the worst case images are transformed
      from Extbase domain objects to FAL objects to paths
      to FAL objects again just to render an image.
      
      Avoid back and forth conversions an directly use
      FAL API instead of using the detour through
      the content object renderer.
      
      Resolves: #53700
      Releases: 6.2
      Change-Id: I5fe8d7c9d4ad94e99b5bac06e54ff1346e8cc187
      Reviewed-on: https://review.typo3.org/24911
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      3d976ac9
    • Markus Klein's avatar
      [BUGFIX] Deprecation log is spammed with getReturnRawQueryResult() · ab0a6fc0
      Markus Klein authored
      Typo3QuerySettings->getReturnRawQueryResult() is called by
      query->execute() to maintain backwards compatibility.
      The call to getReturnRawQueryResult() must NOT be logged in the
      deprecation log as the setter is already logged.
      
      Resolves: #53769
      Releases: 6.2
      Change-Id: Ie2ca425de93e02d136409d6e0d20f26a580a656a
      Reviewed-on: https://review.typo3.org/25513
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      ab0a6fc0
    • Ernesto Baschny's avatar
      [TASK] Bring back module menu accordion arrows · 20103b3c
      Ernesto Baschny authored
      To visualize that the module groups can be expanded and collapsed, the UX
      team decided that the arrows are required. This brings them back on the
      right with a very light gray to avoid distractions.
      
      Resolves: #53651
      Releases: 6.2
      Change-Id: Ie289b59dfb24077ed99964e7e944c8dfd443af59
      Reviewed-on: https://review.typo3.org/25415
      Reviewed-by: Jost Baron
      Tested-by: Jost Baron
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      20103b3c
    • Francois Suter's avatar
      [FEATURE] Categories-based tt_content menu · 4d8ca5fd
      Francois Suter authored
      Provide a new menu/sitemap type for displaying list
      of categorized content elements. The default rendering
      simply provides links to the parent page with
      anchor pointing to the specific content element.
      Refactor the RECORDS object.
      
      Resolves: #52137
      Documentation: #52920
      Releases: 6.2
      Change-Id: I59c9eeb63148eaf12d8810fd7e64628e3f2d61aa
      Reviewed-on: https://review.typo3.org/23905
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      4d8ca5fd
    • Michiel Roos's avatar
      [BUGFIX] Scheduler extension sql file is invalid · 393a1787
      Michiel Roos authored
      On import into MySQL an error is thrown and MySQL
      refuses to create the table:
      
      ERROR 1067 (42000) at line 4: Invalid default value for 'uid'
      
      This is due to the fact that a default value is being set
      for an auto_increment field.
      
      Change-Id: Ic072d3ec21b4e8adbecf9ff88e6ac4a2919959ec
      Resolves: #53750
      Releases: 4.5, 4.7, 6.0, 6.1, 6.2
      Reviewed-on: https://review.typo3.org/25502
      Reviewed-by: Stefan Froemken
      Tested-by: Stefan Froemken
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      393a1787
    • Stefan Froemken's avatar
      [TASK] Change injectMethods to annotations · e316f7cd
      Stefan Froemken authored
      Change injectMethods as already done in extbase
      to inject annotations
      
      Resolves: #52040
      Releases: 6.2
      Change-Id: I1e4ba873981c4692cc0b3d867bd3756934661a90
      Reviewed-on: https://review.typo3.org/23865
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      e316f7cd
    • Ralf Hettinger's avatar
      [BUGFIX] fix javascript error "TBE_EDITOR not defined" in sys_action · e380540d
      Ralf Hettinger authored
      This fixes the error "TBE_EDITOR not defined" which occured when using
      sys_action > create backend user and assigning a db mount.
      
      Resolves: #34544
      Releases: 6.2, 6.1, 6.0
      Change-Id: Idb78c23e2dea576fb1cab41979d4b068ca45a8b7
      Reviewed-on: https://review.typo3.org/20206
      Tested-by: uwe trotzek
      Reviewed-by: Christian Buelter
      Tested-by: Christian Buelter
      Tested-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      e380540d
    • Johannes Feustel's avatar
      [BUGFIX] ExtDirect StateProvider should store all settings · d3967c7a
      Johannes Feustel authored
      ExtDirect StateProvider seems to queue Ext.state.Manager.set() calls and
      collects them to fire only one AJAX call.
      
      In TYPO3\CMS\Backend\InterfaceState\ExtDirect on the other hand setState()
      only stores the first item of the data array to $GLOBALS['BE_USER']->uc
      the other settings are just ignored. Instead it should iterate the data
      array and store all items.
      
      Change-Id: I8d8bd01131545a6cad1a3933184c25c6d5f26149
      Fixes: #51998
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/23843
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      d3967c7a
    • Jost Baron's avatar
      [BUGFIX] Fix height of body in backend · 62058701
      Jost Baron authored
      The body-tag had 100% height in the backend. In views, where scrolling
      is possible (e.g. login screen in a small window), this made the
      background-color stop too soon.
      
      Resolves: #53692
      Releases: 6.2
      Change-Id: I08df23c808b6b4d1ea7422a25a2431cf18d0ae70
      Reviewed-on: https://review.typo3.org/25460
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      62058701
  3. Nov 18, 2013
    • Wouter Wolters's avatar
      [TASK] Optimization in AbstractViewHelper · 3fbc892a
      Wouter Wolters authored
      Small optimization in AbstractViewHelper to fetch the type
      after the check for the default value of the argument.
      
      Change-Id: Ie9b68d892f4a20521606709b8fdfba83099c3d70
      Resolves: #53746
      Releases: 6.2, 6.1, 6.0
      Reviewed-on: https://review.typo3.org/25491
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      3fbc892a
    • Nicole Cordes's avatar
      [BUGFIX] Rename hook in VariableFrontend.php · 4f9d9a86
      Nicole Cordes authored
      Due to the namespace changes the hook in
      typo3\sysext\core\Classes\Cache\Frontend\VariableFrontend.php was
      renamed. This patch changes name back to the one before.
      
      Resolves: #53707
      Releases: 6.2, 6.1, 6.0
      Change-Id: Ibb86188b38aba9ca7e7e2670f843234fae16fa87
      Reviewed-on: https://review.typo3.org/25466
      Reviewed-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      4f9d9a86
    • Markus Klein's avatar
      [BUGFIX] Warning in Install Tool if APC is installed but not enabled · 8375b5c4
      Markus Klein authored
      Resolves: #53748
      Releases: 6.2
      Change-Id: I22a2b60871639075dc108946bbaeae3730fc7085
      Reviewed-on: https://review.typo3.org/25493
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      8375b5c4
    • Markus Klein's avatar
      [BUGFIX] additionalAttributes for be.buttons.icon-VH misses hsc · 7587e0e2
      Markus Klein authored
      The values of the additional attributes for the backend icon viewhelper
      need to be processed through htmlspecialchars().
      
      Resolves: #53711
      Releases: 6.2, 6.1, 6.0
      Change-Id: I89794c77ad1bb7bad99517e24ae7345e0803616e
      Reviewed-on: https://review.typo3.org/25483
      Reviewed-by: Wouter Wolters
      Reviewed-by: Eric Chavaillaz
      Tested-by: Eric Chavaillaz
      Reviewed-by: Marc Bastian Heinrichs
      Tested-by: Marc Bastian Heinrichs
      7587e0e2
    • Nicole Cordes's avatar
      [BUGFIX] Install System Extensions in update wizard fails · 7bca4344
      Nicole Cordes authored
      In the update wizard it isn't possible to install any system extension
      because the PackageManager isn't initialized. During bootstrap only the
      class FilesafePackageManager is loaded and registered. This patch
      registers the initialized FailsafePackageManager as singleton instance.
      
      Resolves: #53708
      Releases: 6.2
      Change-Id: I9eb9ab8ac1fd655fd642e386cd51895f1d8c1e21
      Reviewed-on: https://review.typo3.org/25467
      Reviewed-by: Thomas Maroschik
      Tested-by: Thomas Maroschik
      Reviewed-by: Steffen Müller
      Tested-by: Steffen Müller
      7bca4344
    • Nicole Cordes's avatar
      [BUGFIX] Improve output for "deprecated RTE properties" updater · aa3511d6
      Nicole Cordes authored
      When running the update wizard for "Deprecated RTE properties in Page
      TSconfig" the output contains html tags which are htmlspecialchared.
      Furthermore the output of the custom messages is corrected to show the
      information when available.
      
      Resolves: #53710
      Releases: 6.2
      Change-Id: Ia488d0fd0368c318617bb245a0f9fcd25099506b
      Reviewed-on: https://review.typo3.org/25472
      Reviewed-by: Alexander Opitz
      Tested-by: Alexander Opitz
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      aa3511d6
  4. Nov 17, 2013
  5. Nov 16, 2013
  6. Nov 15, 2013
    • Helmut Hummel's avatar
      Revert "[BUGFIX] EM: Fetch list as html, not as json" · df6206ae
      Helmut Hummel authored
      This reverts commit 8a80c233
      
      This change did not work at all, left unused 
      templates behind (List/Ter.json),
      and caused further bugs #53661
      
      Change-Id: I62d1c6c06a5acb8aeed0a12226b3e7ed1bd3282b
      Reviewed-on: https://review.typo3.org/25446
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      df6206ae
    • Marc Bastian Heinrichs's avatar
      [BUGFIX] Remove table prefix check in CONTENT · 75c05112
      Marc Bastian Heinrichs authored
      Records of sys_category could not be rendered with
      the content object CONTENT, because only tables
      prefixed with pages,tt,fe,tx,ttx,user and static are
      allowed. Nowadays this limitation isn't practical
      anymore, because other tables don't matching the
      prefix will follow.
      
      Resolves: #44961
      Releases: 6.2
      Change-Id: Iab6671edff8d6f3558ca4a56caa4dae797c66187
      Reviewed-on: https://review.typo3.org/25316
      Reviewed-by: Helmut Hummel
      Reviewed-by: Ernesto Baschny
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      75c05112
    • Alexander Opitz's avatar
      [TASK] Remove hash_base from page cache data · c048755e
      Alexander Opitz authored
      The hash_base (the array from which the cache hash is calculated) is
      saved into the cache. But this information isn't required. Also it isn't
      processed after read from cache. So this data gets removed to save
      bandwidth and to reduce the string to be unserialized.
      
      Resolves: #53404
      Releases: 6.2
      Change-Id: I76411a9d89e483fed1b29573359b001fa921b244
      Reviewed-on: https://review.typo3.org/25191
      Reviewed-by: Mathias Schreiber
      Tested-by: Mathias Schreiber
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      c048755e
    • Alexander Opitz's avatar
      [BUGFIX] Correct old naming "Text w/image" into "Text & Images" · 3d8a2195
      Alexander Opitz authored
      The content element was renamed long time ago, so the documentation
      should be updated.
      
      Resolves: #22914
      Releases: 6.2
      Change-Id: Ia2948c8fe7b9f9ca2b348773546ebf0b1e9718b1
      Reviewed-on: https://review.typo3.org/25421
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      3d8a2195
    • Stefan Froemken's avatar
      [BUGFIX] no hover effect for db_list · 26c9fa35
      Stefan Froemken authored
      If alternateBgColors in pageTSconfig is set
      you have more contrast in db_list, but there
      is no hover effect for the darker rows
      
      Resolves: #23536
      Releases: 6.2, 6.1, 6.0
      Change-Id: If17aa33e414edda0ea1ce8bf3b5ca1576a759c11
      Reviewed-on: https://review.typo3.org/25409
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      26c9fa35
  7. Nov 14, 2013
    • Stefan Froemken's avatar
      [BUGFIX] foreign_match_fields not fully supported · ebe9efc5
      Stefan Froemken authored
      foreign_match_fields were not fully supported
      Resolves: #47694
      Relates: #45337
      Releases: 6.2, 6.1
      Change-Id: I212cbdb5d4a3791c1d8ed1e431007e10dd9f11e8
      Reviewed-on: https://review.typo3.org/21120
      Reviewed-by: Frans Saris
      Tested-by: Frans Saris
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      ebe9efc5
    • Stefan Froemken's avatar
      [BUGFIX] FILES.folder does not work · b37265b2
      Stefan Froemken authored
      cObject IMAGE was executed with empty values
      because given key contains filenames instead of
      numbers
      
      Resolves: #45724
      Releases: 6.2, 6.1, 6.0
      Change-Id: I5582b63080b7e6124c3780a8430efb410876a662
      Reviewed-on: https://review.typo3.org/25016
      Reviewed-by: Gernot Ploiner
      Tested-by: Gernot Ploiner
      Reviewed-by: Wouter Wolters
      Reviewed-by: Stefan Neufeind
      Tested-by: Stefan Neufeind
      b37265b2