Skip to content
Snippets Groups Projects
  1. May 05, 2012
  2. May 04, 2012
  3. May 03, 2012
    • Christian Kuhn's avatar
      [BUGFIX] Remove broken and unused class · 8f640c08
      Christian Kuhn authored
      typo3/sysext/lowlevel/class.tx_lowlevel_cleaner.php was never
      finished since TYPO3 4.0 and die()'s immediately. Remove it.
      
      Change-Id: Id3030d396fac9c261e449c525f7756b569f37d2c
      Resolves: #36824
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10982
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8f640c08
    • Christian Kuhn's avatar
      [TASK] Remove XCLASS definitions from typo3/ · 6529f1d6
      Christian Kuhn authored
      Remove all XCLASS definitions in typo3/ and all system extension
      that are not handled as git submodules.
      
      Change-Id: Ib9e1d8db31f91f5f1453deb694f2441ef41130f2
      Resolves: #36821
      Related: #31893
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10981
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6529f1d6
    • Francois Suter's avatar
      [BUGFIX] EM: improve action icons alignment · cb7ab314
      Francois Suter authored
      In both extensions list of the new EM (available and import), the
      action icons are flush with the top of each table row. Instead
      they should be aligned with the extension icon.
      
      Change-Id: I49dd745c3b014af24c6a06b5d68e46418cc77e63
      Fixes: #36611
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10811
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      cb7ab314
    • Stanislas Rolland's avatar
      [FEATURE] Create RTE personal dictionary in default upload folder · 4d832267
      Stanislas Rolland authored
      In FAL-enabled RTE Spell Checker, create personal dictionary in the
      backend user's default upload folder.
      
      Change-Id: Ifad2612a5af1f447cc9cc9abdae6c140f3680a8d
      Releases: 6.0
      Resolves: #36818
      Reviewed-on: http://review.typo3.org/10974
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      4d832267
    • Stanislas Rolland's avatar
      [BUGFIX] Adjustments to FAL-enabled RTE image and link dialogues · 74aa2827
      Stanislas Rolland authored
      When no folder is selected, use $BE_USER->getDefaultUploadFolder().
      Use the id of the base script so that the same styles are applied to
      the window.
      When enabled, move the folder creation form to the bottom of the
      window.
      Honour readonly filemounts.
      Slightly increase the default opening width of the image dialogue.
      
      Change-Id: I710e60ffe00125874532137422a4ee461b8850e7
      Releases: 6.0
      Resolves: #36815
      Reviewed-on: http://review.typo3.org/10969
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      74aa2827
    • Francois Suter's avatar
      [BUGFIX] EM: misplaced tooltips · 3f8a5dff
      Francois Suter authored
      In the local list of extensions, the tooltips on the first two action
      columns are misplaced. Tooltips from the second one override those
      from the first one.
      
      Change-Id: I24f02ff8b28a49e4649b7139d7d9ce196a6fceb8
      Fixes: #36610
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/10810
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      3f8a5dff
    • Thomas Layh's avatar
      [BUGFIX] Unnecessary warning in css_styled_content (division by zero) · a7ac0c0f
      Thomas Layh authored
      If tt_content.image.20.maxW is not set, PHP throws a warning about
      division by zero. This is not necessary. After that the variable
      $scale is not set. This patch checks if $netW is greater zero and
      otherwise the else condition will set $scale to 1.
      
      Change-Id: Icd876b33d543080e486e0184c8af34c9a3831738
      Fixes: #36777
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/10928
      Reviewed-by: Michael Klapper
      Tested-by: Michael Klapper
      Reviewed-by: Philipp Gampe
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      a7ac0c0f
    • Stanislas Rolland's avatar
      [FEATURE] Use FAL file properties as default image attributes in RTE · 5c6fdc47
      Stanislas Rolland authored
      Use FAL file properties "name" and "alternative" as default values for
      "title" and "alt" img tag attributes when inserting an image into the
      RTE content.
      
      Change-Id: If33bfbd26bea5e63e154cd4e042b327eb1e02199
      Releases: 6.0
      Resolves: #36796
      Reviewed-on: http://review.typo3.org/10944
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      5c6fdc47
  4. May 02, 2012
  5. May 01, 2012
    • Bart Dubelaar's avatar
      [BUGFIX] Custom HTML tags no longer malformed in IE · 3c8089c4
      Bart Dubelaar authored
      Custom HTML tags would get malformed while editing in IE.
      If a tag is not present in HTML4 and the document mode
      of IE is lower than IE9 Standards, then the tag is not
      present in the DOM and not parsed correctly.
      This is fixed by specifying possible custom tags in TSconfig
      and creating dummy instances of the tags before loading
      the contents in the DOM, also known as the Shiv trick.
      
      Change-Id: Ie9ee09947a88dd73f92c0330f5d0c15609a7efb3
      Fixes: #34786
      Releases: 4.5, 4.6, 4.7, 6.0
      Reviewed-on: http://review.typo3.org/9743
      Reviewed-by: Stanislas Rolland
      Tested-by: Stanislas Rolland
      3c8089c4
  6. Apr 30, 2012
  7. Apr 29, 2012
    • Christian Kuhn's avatar
      [BUGFIX] Fix old XCLASS deprecation log · a63c3609
      Christian Kuhn authored
      The correct check for the old xclass register usage is to test for array
      entry count greater than zero. Furthermore the comments have been improved.
      
      Change-Id: I0ce923c3bb220872dfc6482e963240271408d9ec
      Resolves: #36703
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10870
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      a63c3609
    • Tolleiv Nietsch's avatar
      [BUGFIX] Remove XCLASS inclusion blocks from t3lib · 6be80a5d
      Tolleiv Nietsch authored
      After #31893 is merged we can remove the XCLASS blocks from the
      Core. This patchset removes it from the classes within t3lib.
      
      Besides that it declares t3lib_TimeTrackNull and t3lib_TimeTrack
      to be final to make sure that extending them is still denied.
      
      This patchset itself should not be merged before the related patch
      for EXT:dbal (#31183) is merged.
      
      Change-Id: I09e5253191972ac4b3b033aeb770758690ea3755
      Fixes: #36184
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10556
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6be80a5d
    • Christian Kuhn's avatar
      [TASK] Clean up XCLASS handling and comments · 46c04189
      Christian Kuhn authored
      Clean up some of the comments of the new XCLASS handling, separate
      the deprecation handling to an own method and add a NEWS.txt entry.
      
      Change-Id: I16a828e15c8e3d347b8b331ffb554ac42aa82644
      Resolves: #36698
      Related: #31893
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10865
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      46c04189
  8. Apr 28, 2012