Skip to content
Snippets Groups Projects
  1. Apr 14, 2012
  2. Apr 13, 2012
  3. Apr 12, 2012
    • TYPO3 v4 Release Team's avatar
      [TASK] Set TYPO3 version to 4.7-dev · 6b0d49fd
      TYPO3 v4 Release Team authored
      Change-Id: I65c14835c847bd20380a25c83f0d0404e86256e0
      Reviewed-on: http://review.typo3.org/10375
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      6b0d49fd
    • TYPO3 v4 Release Team's avatar
      [RELEASE] Release of TYPO3 4.7.0rc1 · d87a6054
      TYPO3 v4 Release Team authored
      Change-Id: I3c937eb15972540a6005b5057cd8685c2345695b
      Reviewed-on: http://review.typo3.org/10374
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      d87a6054
    • TYPO3 v4 Release Team's avatar
      [TASK] Raise submodule pointer · abd82723
      TYPO3 v4 Release Team authored
      Change-Id: I5423372482cbe52161b6e5f38a428a5a5f4ed754
      Reviewed-on: http://review.typo3.org/10373
      Reviewed-by: TYPO3 v4 Release Team
      Tested-by: TYPO3 v4 Release Team
      abd82723
    • Jigal van Hemert's avatar
      [BUGFIX] Slider doesn't work in IE9 · dbebf252
      Jigal van Hemert authored
      With the new X-UA-Compatible set to IE=9 for the backend the
      TCA slider control will only work with an override.
      
      Change-Id: Idf1dd379cfe273acaaca50589169d682cc13a766
      Resolves: #32581
      Releases: 4.8, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/9547
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      dbebf252
    • Stefano Kowalke's avatar
      [TASK] Move unit test to logical places · 7e5cec10
      Stefano Kowalke authored
      * System extensions should ship with their tests
      * Tests for typo3/ and t3lib/ classes are the only ones kept under our root "tests/".
      
      Change-Id: Ic2c1ee29807c1a87202cd78635d4fbc4bf60848a
      Resolves: #25869
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/1648
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7e5cec10
    • Oliver Klee's avatar
      [BUGFIX] Fix the unit tests to work with PHPUnit 3.6 · e2ddce00
      Oliver Klee authored
      Phpunit 3.6 is no longer able to test for a generic Exception
      class. The main part of this patch changes generic Exceptions to
      better detailed subclasses to give more information on the error.
      
      Change-Id: I2197b88fae4e90d8c5ceaa0f983f43ef1388ed02
      Fixes: #35202
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10187
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      e2ddce00
    • Stefan Galinski's avatar
      [BUGFIX] Results from live search and opendocs can't be opened · 99574305
      Stefan Galinski authored
      Change-Id: I757f66eec3d035203431958cd283bb77abd9f182
      Fixes: #34860
      Fixes: #33685
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/9860
      Tested-by: Francois Suter
      Reviewed-by: Philipp Gampe
      Tested-by: Philipp Gampe
      Reviewed-by: Andy Grunwald
      Tested-by: Andy Grunwald
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Stefan Galinski
      Tested-by: Stefan Galinski
      99574305
    • Christian Kuhn's avatar
      [BUGFIX] Failing test in autoloader with phpunit 3.6 · df4aaf6e
      Christian Kuhn authored
      The next phpunit extension will deliver phpunit 3.6. Some autoloader
      unit tests fail with this version because of unclean tests. The patch
      cleans that up to make the tests run with both phpunit 3.5 and 3.6.
      
      Change-Id: Ib8cae2dfab5d9d638d481aa91b129f44fb0eaa01
      Resolves: #35905
      Releases: 6.0, 4.7, 4.6
      Reviewed-on: http://review.typo3.org/10341
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      df4aaf6e
    • Oliver Hader's avatar
      [BUGFIX] Signal-Slot Disposal fails in File Abstraction Layer · 77820521
      Oliver Hader authored
      Due to the recent clean-up of the Signal-Slot-Dispatcher
      (t3lib vs. Extbase), the File Abstraction Layer still needs
      to be adjusted.
      
      Change-Id: I3982f665959edfd2cb84060d7f82d8c611758df2
      Releases: 6.0
      Fixes: #35899
      Reviewed-on: http://review.typo3.org/10329
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      77820521
    • Christian Kuhn's avatar
      [BUGFIX] Failing charset related test in page renderer · baddedde
      Christian Kuhn authored
      With issue #34092 the charset conversion code was removed from
      the core. Test isInlineLanguageLabelDeliveredWithNonUTF8 fails
      now and can be removed as obsolete.
      
      Change-Id: I12e03ce182cda6d6f4b4a6da650f0c17327188a5
      Resolves: #35901
      Releases: 6.0, 4.7
      Reviewed-on: http://review.typo3.org/10336
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      baddedde
    • Christian Kuhn's avatar
      [BUGFIX] Failing test in caching framework memcache backend · 5030b8f6
      Christian Kuhn authored
      Bugfix #30162 changed the memcache handling to not throw an exception but
      insert a sys_log entry instead in case of connection problems. The patch
      removes the according unit test that broke with the
      change, since the call to the static syslog is untestable.
      
      Change-Id: I9891a4e571be6f99d86d335dd8bf1786fac87d1e
      Resolves: #35897
      Releases: 6.0, 4.7, 4.6, 4.5
      Reviewed-on: http://review.typo3.org/10328
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      5030b8f6
    • Christian Kuhn's avatar
      [TASK] Remove doNotLoadInFE · 56f79176
      Christian Kuhn authored
      The doNotLoadInFE handling was created to speed up the frontend by
      not loading ext_tables files of extensions that are not relevant
      in frontend context. In practice the effect is marginal, uglifies
      the code adds not necessary context complexity. Furthermore the
      TER was never able to handle the doNotLoadInFE value and removed it.
      The whole handling is removed with the patch.
      
      Change-Id: Icd68353bbb63decd08a86b686da3642f77317f40
      Resolves: #35877
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/10279
      Reviewed-by: Oliver Klee
      Reviewed-by: Georg Ringer
      Reviewed-by: Tolleiv Nietsch
      Tested-by: Tolleiv Nietsch
      Reviewed-by: Susanne Moog
      Tested-by: Susanne Moog
      56f79176