Skip to content
Snippets Groups Projects
  1. May 26, 2020
  2. Apr 05, 2019
  3. Oct 25, 2018
  4. Sep 18, 2018
  5. Aug 10, 2018
  6. Jul 07, 2018
    • Davert's avatar
      [TASK] Refactor acceptance tests · aab39102
      Davert authored
      typo3/testing-framework got a major release:
      composer update typo3/testing-framework ^4.0
      
      * codeception acceptance tests now live in a proper php namespace
      * merged installation suites yml files into one
      * installer tests are now one suite with different environment settings
      * aligned with changes in typo3/testing-framework
      * renamed Acceptance test suite to Backend test suite
      * removed Admin/Editor steps, replaced with useExistingLogin('role')
      
      Resolves: #85472
      Releases: master
      Change-Id: Ia049b43f5f9f645dddb509bde557ad83a7ac9023
      Reviewed-on: https://review.typo3.org/57461
      
      
      Tested-by: default avatarTYPO3com <no-reply@typo3.com>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      aab39102
  7. Jun 22, 2018
  8. Aug 14, 2017
  9. Jul 31, 2017
  10. May 20, 2017
  11. Feb 05, 2017
  12. Jan 27, 2017
  13. Nov 07, 2016
  14. Oct 24, 2016
  15. Oct 10, 2016
  16. Jun 08, 2016
  17. Mar 03, 2016
  18. Aug 11, 2015
  19. Jul 16, 2015
  20. Jul 15, 2015
  21. Apr 02, 2015
  22. Mar 28, 2015
    • Benjamin Mack's avatar
      [TASK] Bower component & javascript inclusion cleanup · a36acf53
      Benjamin Mack authored
      The bower components needed for building the development
      setup are now downloaded under Build/bower_components,
      so no adaption is needed in the bower configuration anymore.
      
      This makes the directory "typo3/" to only contain the necessary
      files to deploy the sources at a development machine, as the required
      files are copied to typo3/sysext/core/Resources/Public/JavaScript/Contrib
      and commited.
      
      Additionally, a README.txt is put in the Contrib/ directory to notify
      developers that the files should not be referenced manually.
      
      The prototype.js and bootstrap.js libraries are moved to the Contrib/
      directory and their references are changed accordingly.
      
      Resolves: #66108
      Releases: master
      Change-Id: Iaa0554779a317a4dcd4eb853e86a8e6459dffe58
      Reviewed-on: http://review.typo3.org/38319
      
      
      Reviewed-by: default avatarDaniel Sattler <sattler@b13.de>
      Tested-by: default avatarDaniel Sattler <sattler@b13.de>
      Reviewed-by: default avatarAndreas Fernandez <andreas.fernandez@aspedia.de>
      Tested-by: Andreas Fernandez <...
      a36acf53
  23. Mar 26, 2015
  24. Mar 25, 2015
    • Benjamin Mack's avatar
      [!!!][TASK] Use typo3/contrib/vendor/ instead of Packages/ · 637ccaa2
      Benjamin Mack authored
      In a result of best practices with composer as well as taking
      the tarball distributions (typo3_src.zip) into account, the
      directory Packages/ is not necessarily optimal now for either
      development and shipping a package.
      
      Distributions (like the composer-installer for TYPO3) can still
      use the Packages/ directory in their webroot for other
      packages.
      
      This means: The TYPO3 source will not contain any
      third party library anymore in its GIT repository but instead
      these are installed via composer.
      
      For development purposes this means that a "composer install"
      command will install all required dev-dependencies into
      typo3/contrib/vendor/ which is now ignored by git and no
      changes are installed anymore.
      
      For the packaging process a "composer install --no-dev -o" will
      be executed when building the tarball and zip files on each
      release, downloading the necessary third-party libraries directly
      into "typo3/contrib/vendor/".
      
      Existing developer installations need to run
      "rm -rf typo3/contrib/vendor/ bin/ Packages/Libraries/ composer.lock"
      inside the typo3 repository directory and do a "composer install"
      again after applying this patch.
      
      This way, there is no conflict between autoloader as well as the
      Packages/ directory anymore for the TYPO3 CMS Core.
      
      The typo3/contrib/vendor/ folder is completely removed from
      Git as it is now handled via composer.
      
      Resolves: #66001
      Releases: master
      Change-Id: I70ff4e1427f2b9d888b7de336e577851116b93cf
      Reviewed-on: http://review.typo3.org/38138
      
      
      Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
      Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
      637ccaa2
  25. Mar 24, 2015
  26. Jan 26, 2015
  27. Nov 30, 2014
  28. Sep 09, 2014
  29. Jun 25, 2014
  30. Mar 21, 2014
  31. Mar 31, 2011
  32. Mar 08, 2011