Skip to content
Snippets Groups Projects
  1. Aug 30, 2012
    • TYPO3 Release Team's avatar
      [RELEASE] Release of TYPO3 6.0.0beta1 · 7c8d0f06
      TYPO3 Release Team authored
      Change-Id: Ib810335a55f0b4d3b4a84024578a071b0e2ee0d9
      Reviewed-on: http://review.typo3.org/14234
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      7c8d0f06
    • Oliver Hader's avatar
      [BUGFIX] Invalid ClearLanguageCacheMenuItem::clearCache() · 7e338c3a
      Oliver Hader authored
      Method clearCache() is not found in ClearLanguageCacheMenuItem(),
      but in LanguageCacheClearer.
      
      Change-Id: Ibd48cbba78182563c8decc8f09cfc41c3f75a923
      Fixes: #40451
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14232
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      7e338c3a
    • Oliver Hader's avatar
      [BUGFIX] Incorrect default extension configuration · 9a9e51f5
      Oliver Hader authored
      On installing an extension with an individual configuration, the
      persisted information contains too much data (e.g. form label,
      name, etc.) is stored as an array.
      
      Change-Id: I87a925fc7d6f0664fc6a4302e4f9abbe6eddf5cf
      Fixes: #40450
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14231
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      9a9e51f5
    • Oliver Hader's avatar
      [TASK] Create default TypoScript root template · ac950970
      Oliver Hader authored
      One drawback of Extbase in the backend disposal is that it
      requires frontend TypoScript to determine several required
      settings. Since blank TYPO3 instances do not contain any
      TypoScript by default - backend modules built on Extbase
      will just fail.
      
      The solution is to create a default page and TypoScript
      template on installing a blank TYPO3 site.
      
      Change-Id: I4fe5ffcad51bb07561d417202be577ee1bdd832a
      Resolves: #40428
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14218
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      ac950970
    • Oliver Hader's avatar
      [TASK] Define abstract methods in upgrade wizards · 9830072d
      Oliver Hader authored
      Adds the commonly used methods checkForUpdate() and
      performUpdate() to the abstract definition.
      
      Change-Id: I3584791c9a4a0ab7e79946d604c5d26875299c64
      Resolves: #40437
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14227
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      9830072d
    • Oliver Hader's avatar
      [BUGFIX] Install process fails on case-insensitive file systems · 597838be
      Oliver Hader authored
      The install process fails on case-insensitive file systems like
      HFS+ on Mac OS X. The reason is that "classes" and "Classes" are
      the same in that regard, which will load the old saltedpasswords
      autoloader. Since the extension is not enabled in the install
      process, this will fail of course.
      
      Change-Id: Ic4e9a7d4149faeb5b68ae238101d27a10c5d5f7e
      Fixes: #40438
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14228
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      Reviewed-by: Oliver Hader
      Tested-by: Oliver Hader
      597838be
    • Wouter Wolters's avatar
      [TASK] Add ext_emconf.php and icons to new sysext modules · 810f1eb5
      Wouter Wolters authored
      Change-Id: Idb9014d79cbcc2614152050fabe593135b95d434
      Resolves: #40233
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14223
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      810f1eb5
    • TYPO3 Release Team's avatar
      [TASK] Raise submodule pointer · 15b2395a
      TYPO3 Release Team authored
      Change-Id: Ia5cb6658acdc280043e656b39fd5bd5db057e7db
      Reviewed-on: http://review.typo3.org/14230
      Reviewed-by: TYPO3 Release Team
      Tested-by: TYPO3 Release Team
      15b2395a
    • Steffen Gebert's avatar
      [BUGFIX] Namespaces: compressionLevel results in Fatal Error · cbccccf9
      Steffen Gebert authored
      index_ts.php tries to instantiate a class named
      TypoScriptFrontendControllercompression, which does not exist.
      
      Change-Id: Id7b4f01e3f671ee235d6ce2389b08623273d8785
      Resolves: #40432
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14221
      Reviewed-by: Steffen Gebert
      Tested-by: Steffen Gebert
      cbccccf9
    • Kai Vogel's avatar
      [TASK] Split language selection and update list in lang module · 72b069b8
      Kai Vogel authored
      This patch splits the language selection and update list in lang module
      into two partials to modify them separately.
      
      Change-Id: Iaaca84b7d7e2a920e22d48e3f9035e82ef5678e7
      Resolves: #40427
      Related: #39963
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14217
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      72b069b8
    • Sebastian fischer's avatar
      [FEATURE] Add translation handling module · 57854d9b
      Sebastian fischer authored
      As the new extension manager for 6.0 does not handle translation
      handling a module is needed to select and update translations of
      extensions.
      
      This change to the sysext lang extensions ands a module with
      which it is possible to both change select available languages
      as well update the translation files for extensions.
      
      Change-Id: I2a4f53fa01a1ba157a2ef8093130f80e06b74b72
      Resolves: #39963
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/13925
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      57854d9b
    • Christian Kuhn's avatar
      [TASK] Extensionmanager: Remove persistence mapping · c7877cda
      Christian Kuhn authored
      WARNING! Upgraders who already run run 6.0 master: You need to import
      the static row in Install tool -> Database Analyzer -> Import ->
      tx_extensionmanager_domain_model_repository.
      
      To make the new extensionmanager more standalone and run with less
      dependencies, the table and field persistence mapping should be
      removed. Therefore, table sys_ter is renamed to the standard extabe
      table naming scheme following the model name "repository". Furthermore,
      the fields are normalized to be in line with the exbase model property
      names.
      
      This patch is needed for the installation process of introduction and
      government package.
      
      Change-Id: I586572c06b07e1f78df789aa659496b32250df14
      Resolves: #40394
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14208
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      c7877cda
    • Markus Klein's avatar
      [BUGFIX] Do not deprecate typo3/index.php · 5170e169
      Markus Klein authored
      Change-Id: I4199ee07271d5d5e8aecb04c1bec1db42cc3f5d1
      Fixes: #40388
      Relates: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14200
      Reviewed-by: Wouter Wolters
      Reviewed-by: Ingo Renner
      Tested-by: Ingo Renner
      5170e169
  2. Aug 29, 2012
  3. Aug 28, 2012
  4. Aug 27, 2012
    • Felix Kopp's avatar
      [BUGFIX] Namespace: EXT: indexed_search · e2793c4c
      Felix Kopp authored
      Moves unit test case to the Tests folder and removes
      the compatibility wrapper for previous test case.
      Adds the namespace declaration for tx_phpunit_testcase.
      
      Change-Id: I647e3ca873842f9c65c6d2fbab25748343792a5b
      Fixes: #40275
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14142
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Anja Leichsenring
      Tested-by: Anja Leichsenring
      Reviewed-by: Jigal van Hemert
      Tested-by: Jigal van Hemert
      e2793c4c
    • Felix Kopp's avatar
      [TASK] Namespace and move ModuleUtilityTest · de11ce9a
      Felix Kopp authored
      Moves test for module/menu utility class to EXT: backend.
      Also changes moduleMenuUtility to moduleController.
      
      Change-Id: I258695f60335c8f2d15d597972b0cbc7a0b70083
      Resolves: #40271
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14137
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      de11ce9a
    • Christian Kuhn's avatar
      [TASK] Namespace and move t3lib unit tests - 1 · d78f8bec
      Christian Kuhn authored
      This patch moves most unit tests of the tests/Unit/t3lib/ main
      directory. They follow the new class names of the classes under
      test and are namespaced. Covered are files that belong to the
      backend and core extension.
      The travis test configuration is adapted to execute tests
      located in those extension folders.
      
      Change-Id: Ibda0cb72596a418a3f97eeba83f39428a4d0d532
      Resolves: #40247
      Related: #40095
      Releases: 6.0
      Reviewed-on: http://review.typo3.org/14123
      Reviewed-by: Christian Kuhn
      Tested-by: Christian Kuhn
      d78f8bec
  5. Aug 26, 2012