Skip to content
Snippets Groups Projects
  1. Sep 18, 2012
    • TYPO3 Release Team's avatar
      [RELEASE] Release of TYPO3 6.0.0beta2 · b59f3462
      TYPO3 Release Team authored
      Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0
      Reviewed-on: http://review.typo3.org/14721
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      b59f3462
    • TYPO3 Release Team's avatar
      [TASK] Raise submodule pointer · 06250e7d
      TYPO3 Release Team authored
      Change-Id: I0da4ec847376480552d1f51565500030cac4a8fc
      Reviewed-on: http://review.typo3.org/14719
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      06250e7d
    • Georg Grossberger's avatar
      [BUGFIX] Configuration of an extension fails with fatal error · d7e1d937
      Georg Grossberger authored
      The extensionmanager tries to merge the default configuration
      with the already saved one. If no configuration has been set yet,
      the result of the unserialize operation is a boolean false instead
      of an array and that is causing a fatal error when it tries to
      merge both configurations with the ArrayUtility::flatten method
      This patch adds a check that sets the current configuration
      to an empty array if none exists.
      
      Change-Id: Ibbc92e580e94e03452e7a40800374f086488a14b
      Resolves: #40864
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14548
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d7e1d937
    • Nicole Cordes's avatar
      [BUGFIX] Uncaught Exception when accessing "Filelist" module in Windows · c0f83504
      Nicole Cordes authored
      An Exception is thrown when files are found directly in fileadmin folder.
      Because of a backslash a false identifier is generated and file cannot be
      found anymore.
      
      Change-Id: I6c9e8b56654dfb44ec33f697219b5299883e82c5
      Fixes: #39130
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14514
      Reviewed-by: Oliver Hader
      Reviewed-by: Wouter Wolters
      Reviewed-by: Simon Schaufelberger
      Tested-by: Simon Schaufelberger
      Tested-by: Oliver Hader
      c0f83504
    • Nicole Cordes's avatar
      [BUGFIX] Fatal errors for interfaces with PHP version < 5.3.7 · ceb6d707
      Nicole Cordes authored
      This bugfix rewrites function type hints to match the new ones as long as
      PHP versions of OS Venders are not up to date.
      Fatal errors are thrown when using an old interface with the new
      TYPO3 6.0 beta 1. This only happens with PHP versions below 5.3.7 as
      there are some type hinting issues.
      
      Raise the Extbase submodule pointer at the same time to be in line
      with the renaming of the Autoloader to ClassLoader.
      
      Change-Id: I87da4bb2ef0420a94d1d155edde500c1aa96894a
      Fixes: #40653
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14376
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      ceb6d707
    • Martin Helmich's avatar
      [BUGFIX] Usage of raw binary characters in SQL Parser · aea6a137
      Martin Helmich authored
      Currently, the SQL Parser uses raw binary characters. In some cases,
      this breaks the PHP interpreter. This results in the file
      SqlParser.php not being parsed (the PHP interpreter just dumps
      "???..." to stdout) and a follow-up fatal error because the class
      cannot be found.
      
      This patch replaces the raw binary characters with corresponding
      character sequence in double quotes.
      
      Change-Id: I28fb5d0c8401794e8f4bf20e7e2611b4cf7014ae
      Fixes: #40932
      Relates: #40672
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14689
      Reviewed-by: Oliver Hader
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      aea6a137
    • Steffen Ritter's avatar
      [BUGFIX] TS Object "FILES" is not able to handle multiple references · f3bb439e
      Steffen Ritter authored
      The current implementation is not able to deal with more
      than one file-reference (hand over as csv).
      
      According to the documentation and to behave like other
      options of the FILES object this should be adapted.
      
      Change-Id: I79227dcabbcc92c355528df0f8ebb7e4f38d1dcb
      Fixes: #39955
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14307
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      f3bb439e
    • Thomas Löffler's avatar
      [BUGFIX] Switch to List module on root page leads to blank page · 582ac42b
      Thomas Löffler authored
      Reproducable only with admin account. Switch to Page module, go to root
      page (id = 0), switch to List module => blank page. Works only on
      root page.
      
      Change-Id: I377bf20708631e81d2854645b18a1211889e6409
      Releases: 6.0, 4.7, 4.6, 4.5
      Resolves: #40781
      Reviewed-on: http://review.typo3.org/14490
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      582ac42b
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · e62341f6
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "felogin", "filelist",
      "form" and "func".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I2e9e0b8e339dae93c0361a6ba36e41beb0f54711
      Resolves: #40965
      Related: #40095
      Reviewed-on: http://review.typo3.org/14624
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      e62341f6
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 302de452
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "info_pagetsconfig",
      "install", "integrity" and "lang".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I367b1bef893de93964b41d900f29e2dfcedb8aaf
      Resolves: #40967
      Related: #40095
      Reviewed-on: http://review.typo3.org/14626
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      302de452
  2. Sep 17, 2012
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · b04fa38b
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "opendocs", "openid",
      "perm" and "recordlist".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: Ibe211f8ff6ba0089ecb086bd645ca55ab6fcc9da
      Resolves: #40968
      Related: #40095
      Reviewed-on: http://review.typo3.org/14627
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      b04fa38b
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 3882ce1a
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "saltedpasswords",
      "scheduler", "setup" and "statictemplates".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: Ie1e7d052f5d8dfac95d01a70ed750e69cf4bb7f6
      Resolves: #40970
      Related: #40095
      Reviewed-on: http://review.typo3.org/14629
      Reviewed-by: Thomas Loeffler
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      3882ce1a
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 5422f6aa
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "sv", "sys_action",
      "sys_note" and "t3editor".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: Ib4b3541051a30895d6657b6af367f9c6c58dac44
      Resolves: #40971
      Related: #40095
      Reviewed-on: http://review.typo3.org/14630
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      5422f6aa
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parens in sysexts css_styled_content - feedit · 6a0863cf
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "css_styled_content",
      "extensionmanager", "extra_page_cm_options" and "feedit".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I9ec62d6b2782e349cef447c7a9c87f4a4fbc2585
      Resolves: #40964
      Related: #40095
      Reviewed-on: http://review.typo3.org/14623
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      6a0863cf
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 473f9c4e
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "t3skin", "taskcenter",
      "tsconfig_help" and "tstemplate".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I9034b5146aa02651e99ab3651c50d785423e64c2
      Resolves: #40972
      Related: #40095
      Reviewed-on: http://review.typo3.org/14631
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      473f9c4e
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 6e8ad38e
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "tstemplate_analyzer",
      "tstemplate_ceditor", "tstemplate_info" and "tstemplate_objbrowser".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I7724aa9b38d7db641db4bd75c1a059bf8a71038b
      Resolves: #40973
      Related: #40095
      Reviewed-on: http://review.typo3.org/14632
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      6e8ad38e
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · cfbae0f8
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "viewpage",
      "wizard_crpages" and "wizard_sortpages".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: Ib5818e68f9e21164de8e42da73686cf1327410a9
      Resolves: #40974
      Related: #40095
      Reviewed-on: http://review.typo3.org/14633
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      cfbae0f8
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in folders typo3 and t3lib · b94456a6
      Arvid Jakobsson authored
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I77e999229bf10bc39757f927bb3386eb2df8ec61
      Resolves: #40982
      Related: #40095
      Reviewed-on: http://review.typo3.org/14634
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      b94456a6
    • Steffen Ritter's avatar
      [TASK] Adapt DriverRegistryTest to the changed behaviour · 5d681714
      Steffen Ritter authored
      The DriverRegistry does not throw exception anymore, if the
      same Driver is registered twice. The Exception only is
      thrown if another driver takes the same key.
      
      Change-Id: I16c0aa5bc98d7da90a47615ea675ab655391e1dc
      Releases: 6.0
      Fixes: 40843
      Reviewed-on: http://review.typo3.org/14669
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      5d681714
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · ec08ae68
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "recycler", "reports",
      "rsaauth" and "rtehtmlarea".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: I5786043a52ea50477072c82e039179272e6692ca
      Resolves: #40969
      Related: #40095
      Reviewed-on: http://review.typo3.org/14628
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      ec08ae68
    • Nicole Cordes's avatar
      [BUGFIX] Fatal error is thrown when more drivers are registered · 76ea23d8
      Nicole Cordes authored
      Due to some extension manager processes when installing a new extension
      the DriveRegistry has to support to register the same short name with the
      same class name multiple times.
      
      Change-Id: I67e409f532f5736b5a4c0a2e7fb822a579cfaa41
      Fixes: #40843
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14532
      Reviewed-by: Steffen Ritter
      Tested-by: Steffen Ritter
      76ea23d8
    • Arvid Jakobsson's avatar
      [TASK] Remove superfluous parenthesis in sysexts · 6d68b2d6
      Arvid Jakobsson authored
      Removes superfluous parenthesis in sysexts "func_wizards", "impexp",
      "indexed_search" and "info".
      
      Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
      
      Change-Id: Ib367bc98070cb9bf8350b955f5ba7dee1872f607
      Resolves: #40966
      Related: #40095
      Reviewed-on: http://review.typo3.org/14625
      Reviewed-by: Mattias Nilsson
      Tested-by: Mattias Nilsson
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      6d68b2d6
  3. Sep 16, 2012
  4. Sep 15, 2012
    • Anja Leichsenring's avatar
      [BUGFIX] Restore field descriptions in Install Tool · d9d695c5
      Anja Leichsenring authored
      In the Install Tool All Configuration part all field descriptions
      are missing. This patch removes the additional newline characters
      which caused the comments used to render the descriptions being
      moved away from their fields.
      
      Change-Id: I0c6db43b6940494405eb794a28a684d1894b046e
      Fixes: #40939
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14607
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      d9d695c5
  5. Sep 13, 2012
    • Helmut Hummel's avatar
      [TASK] Cleanup Unit Tests · 889e5bf7
      Helmut Hummel authored
      * Skip the IPV6 Test that always fails on darwin/ OSX OS
      * Remove the potentially skipped tests concerning t3lib_diff
        since this class is still in use
      
      Change-Id: Iab26c428ff7cf8a8b447d536d820821ed000a8fd
      Resolves: #40879
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14564
      Reviewed-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      889e5bf7
    • Jigal van Hemert's avatar
      [TASK] Add unit tests for stdWrap_strftime · 232a5e8d
      Jigal van Hemert authored
      Change-Id: Ic4a640c880a59bf322101efb1ab7fb58bb8ace48
      Fixes: #40876
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14560
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      232a5e8d
  6. Sep 12, 2012
    • Christian Kuhn's avatar
      [TASK] Clean up some ext:belog details and activate tests in travis · 22ff3b64
      Christian Kuhn authored
      Cleans up ext:belog and activates the test suite:
      * Fix some annotations
      * Move a test that was put to a wrong location
      * Minor CGL and readability changes
      * Remove namespace compat layer of new 6.0 classes
      * Change module registration and viewhelper to namespace
      
      Change-Id: Ia31b5fcd52b76c40dbc6215c9820fa8c83a8ab86
      Resolves: #40871
      Related: 6.0
      Reviewed-on: http://review.typo3.org/14557
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      22ff3b64
    • Helmut Hummel's avatar
      [TASK] Cleanup Bootstrap Classes · e29649de
      Helmut Hummel authored
      The namespace switch removed some linefeeds that 
      were there to improve readability of the bootstrap.
      
      Add these again and also remove the compatibility 
      files as these files are new to 6.0 anyway.
      
      Resolves: #40877
      Releases: 6.0
      
      Change-Id: I1ed4e7d8710f4feb97a0331b5526336075aa7932
      Reviewed-on: http://review.typo3.org/14561
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Helmut Hummel
      Tested-by: Helmut Hummel
      e29649de
    • Christian Kuhn's avatar
      [TASK] Stabilize scheduler tests and activate in travis · 8f986e40
      Christian Kuhn authored
      Next try to add the scheduler tests to the test suites.
      
      The patch applies several changes:
      
      * For some weird reasons PHP does not recognize 'September' as valid
      month keyword if the timezone is not Europe/Berlin. The test is removed
      since only three letter abbreviations are allowed anyway.
      
      * Make the cron command test system timezone agnostic.
      CronCommandTest now explicitly sets the timezone to UTC (GMT) in setUp
      and has a backup for tearDown. This is needed because the tests use hard
      coded timestamps and the system under test is sensitive for timezones.
      This was the main reason for the travis runs to fail in the first place.
      
      * The dataProvider in CronCommandTest do not execute strtotime anymore.
      The reason for that is, that the data provider data in phpunit is
      executed before setUp and won't get the timezone setting then. The main
      data provider is now splitted into two, separating the strtotime()
      calculation off from the rest.
      
      Change-Id: Ifb8de929b8e6edb31b24cbf02a9ddaa9dda9ab43
      Resolves: #40515
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14549
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      8f986e40
    • Georg Ringer's avatar
      [BUGFIX] Wrong icon in db_new tree · 6e3ffe79
      Georg Ringer authored
      The wrong line icon is used in the wizard of
      db_new.php
      
      Change-Id: Ifba1d0270b547e11326ffb1c82a48e8c8838b401
      Resolves: #40862
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14545
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      6e3ffe79
    • Georg Ringer's avatar
      [TASK] Improve margin in field select · dd6ae3be
      Georg Ringer authored
      The margin can be improved.
      
      Change-Id: I5680551fdc7625037d222d627d49a51a49835f26
      Resolves: #40858
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14536
      Reviewed-by: Georg Ringer
      Tested-by: Georg Ringer
      Reviewed-by: Marcus Schwemer
      Tested-by: Marcus Schwemer
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      dd6ae3be