Skip to content
Snippets Groups Projects
  1. May 02, 2012
  2. 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
  3. Apr 30, 2012
  4. 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
  5. Apr 28, 2012
  6. Apr 27, 2012
    • Francois Suter's avatar
      [BUGFIX] Hide relations to deleted records · b85fefab
      Francois Suter authored
      When displaying a column containing MM-relations in Web > List
      view, deleted records will show up, because the MM relations still
      exist and the foreign table is not checked for deleted records.
      
      Additionally an empty result in this case should display "N/A"
      just like for the other situations.
      
      Change-Id: Ibfd879482ebf3ff5d75b9c8535bad440150c68bf
      Fixes: #21713
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10745
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Tomita Militaru
      Tested-by: Tomita Militaru
      Reviewed-by: Oliver Klee
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      b85fefab
  7. Apr 23, 2012
    • TYPO3 v4 Release Team's avatar
      [TASK] Raise submodule pointer · 03c416d2
      TYPO3 v4 Release Team authored
      Change-Id: Ie6e1fa3dfe3409ad4a9a872f8a882935d1173a9e
      Reviewed-on: http://review.typo3.org/10719
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      03c416d2
    • Francois Suter's avatar
      [BUGFIX] Localize command must preserve type · 65dd38a0
      Francois Suter authored
      When the TCEmain command "localize" is used on a table that has
      a type attribute, this type is not copied automatically. This
      may lead to a discrepancy between the parent record and its
      translations. The type must be copied when localizing.
      
      Change-Id: I5c460fa1d8fa3ab97b23ab548d9951a3ad2dd0ac
      Fixes: #35361
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10082
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Andreas Otto
      Tested-by: Andreas Otto
      Reviewed-by: Francois Suter
      Tested-by: Francois Suter
      65dd38a0
  8. Apr 22, 2012
    • Tobias Liebig's avatar
      [FEATURE] New token for custom post configuraton in localconf.php · 7ca368e2
      Tobias Liebig authored
      Some setups require to add a require() statement at the end of the
      localconf.php to be able to override the configurations. This patch
      introduces a new "edit end token" similar to the existing
      "edit token". Only the lines between the "edit token" and the
      "edit end token" will be updated by the install tool. The code above
      and below that will stay untouched.
      
      Change-Id: I87877503fe71196a7d099f96fb9f4a3018624bd5
      Resolves: #24037
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10492
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      7ca368e2
    • dkd-egerer Sascha Egerer's avatar
      [BUGFIX] IRRE hide/unhide broken in master · 0ecf9612
      dkd-egerer Sascha Egerer authored
      hide/unhide is broken when inline record is not opened before
      
      Change-Id: I05a2cb3add21a93e1c893664fa75ff6dfeab83d2
      Resolves: #34303
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10525
      Reviewed-by: Ingo Renner
      Tested-by: Ingo Renner
      Reviewed-by: Sascha Egerer
      Tested-by: Sascha Egerer
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      0ecf9612
    • Jakub Cernek's avatar
      [BUGFIX] cropHTML with dash in html element · e6a25d47
      Jakub Cernek authored
      Allow dash in regular expression of cropHTML function. It is needed
      for recognition of W3C non-standard TYPO3 'link' element syntax.
      (e.g. <link email@example.org - mail "Open email window">
      email@example.org</link>)
      
      Change-Id: Id7274fdab0be96a9118341a95dab82386d01c903
      Fixes: #26915
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/2641
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      e6a25d47
    • Christian Kuhn's avatar
      [TASK] Remove deprecated extDirect registration · 38d36a88
      Christian Kuhn authored
      Change-Id: I87b4c4c4f4c7f5f2ff2f3af388a5b3dfb968eb6c
      Resolves: #36408
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10673
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      38d36a88
    • Michael Staatz's avatar
      [BUGFIX] Wrong HTTP protocol in combination with a proxy · 2b40a5e2
      Michael Staatz authored
      When a reverse proxy is configured in $TYPO3_CONF_VARS and you call
      t3lib_div::getIndpEnv('TYPO3_SSL') it returns the wrong protocol.
      
      You can reproduce this in the following way:
      If realUrl has the configuration to take the next higher level in the
      page tree in the case of not finding the current page then the protocol
      will be changed by the static method t3lib_div::getIndpEnv('TYPO3_SSL')
      
      Change-Id: I7a3c74c117753edfc1b9552d4110479f3a013f46
      Fixes: #36004
      Releases: 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10433
      Reviewed-by: Sebastian Popovic
      Tested-by: Sebastian Popovic
      Reviewed-by: Tom Ruether
      Tested-by: Tom Ruether
      Reviewed-by: Chris Wittmann
      Tested-by: Chris Wittmann
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      2b40a5e2
    • Felix Kopp's avatar
      [BUGFIX] Clean up the raster · 0a1b7b73
      Felix Kopp authored
      Cleans up the raster of icons in docheader (row1 & row2) and tree toolbar.
      Also aligned backend module headline to tree root.
      List module tables also receive an standard margin to the right.
      
      Change-Id: I96996051a3b6b4af503053d0d6b9ecb56a1be163
      Fixes: #36197
      Releases: 4.7, 6.0
      Reviewed-on: http://review.typo3.org/10560
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Max Roesch
      Tested-by: Max Roesch
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      0a1b7b73
  9. Apr 21, 2012
  10. Apr 19, 2012