Skip to content
Snippets Groups Projects
  1. Feb 25, 2018
  2. Jul 29, 2016
  3. Mar 04, 2016
    • Timo Schmidt's avatar
      [TASK] Remove fileinfo as dependency in SystemEnvironment/Check · 9a76d437
      Timo Schmidt authored
      Currenty 'fileinfo' is listed as required php extension in
      SystemEnvironment/Check but it is currently not really required
      and prevents from installing TYPO3 on Systems where it is not
      present (e.g. Mircosoft Azure Cloud)
      
      The class is currently only used once in the core in
      "TYPO3\CMS\Core\Type\File\FileInfo" and only when it exists,
      so it is not really a hard dependency.
      
      Also grepping on an installation folder does not find any match
      where \finfo is really required.
      
      Resolves: #74177
      Releases: master, 7.6
      Change-Id: I125cd3e8d0eb6f208641375ea71b89917284f8b3
      Reviewed-on: https://review.typo3.org/47069
      
      
      Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
      Tested-by: default avatarNicole Cordes <typo3@cordes.co>
      9a76d437
  4. Jan 14, 2016
  5. Jan 12, 2016
  6. Nov 25, 2015
  7. Nov 09, 2015
  8. Oct 25, 2015
  9. Oct 05, 2015
  10. Sep 03, 2015
  11. Aug 29, 2015
  12. Aug 08, 2015
  13. Aug 07, 2015
  14. Mar 01, 2015
  15. Feb 09, 2015
  16. Jan 30, 2015
  17. Nov 29, 2014
  18. Feb 24, 2014
    • Steffen Ritter's avatar
      [TASK] Remove outdated upgrade wizards · 2e1c368a
      Steffen Ritter authored
      The core ships upgrade wizards for all versions since TYPO3 CMS 4.2.
      Users upgrading to TYPO3 CMS 6.2 LTS should have at least TYPO3 4.5 LTS
      or later. Therefore all Upgrade-Wizards which already have been executed
      to upgrade to TYPO3 CMS 4.5 LTS and below can be safely removed for the
      current LTS.
      
      This change removed all these wizards relating to changes in 4.2, 4.3 and
      4.5.
      
      Resolves: #54930
      Releases: 6.2
      Change-Id: Ia691e3ca7dd347c6748a8e9d753278b2247f75b9
      Reviewed-on: https://review.typo3.org/26776
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      2e1c368a
  19. Feb 04, 2014
  20. Jan 15, 2014
  21. Jan 06, 2014
    • Michael Schams's avatar
      [BUGFIX] Replace reference to Security Cookbook with Security Guide · 76dea628
      Michael Schams authored
      Section "TYPO3 Security" refers to the TYPO3 Security Cookbook, which is
      obsolete and has been replaced by the official TYPO3 Security Guide in
      December 2011. This patch removes the reference to the Cookbook and
      replaces it by a link to the latest version of the Security Guide on
      docs.typo3.org.
      
      Resolves: #54756
      Releases: 6.2
      Change-Id: I4067d40e854e7d4b4f77e2c12239e3e00616f5a7
      Reviewed-on: https://review.typo3.org/26656
      Reviewed-by: Michiel Roos
      Tested-by: Michiel Roos
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      76dea628
  22. Nov 20, 2013
    • Ernesto Baschny's avatar
      [TASK] Updated README / INSTALL / NEWS files · b1a28615
      Ernesto Baschny authored
      * Added README.md (which was formerly part of the individual
        distributions)
      * Transformed the text into markdown for nice visualisation i.e.
        on Github
      * Rewritten the installation steps
      * Rewritten the system requirements
      
      Releases: 6.2
      Resolves: #53745
      Change-Id: I293bde1a046e9f7c712d5d8d9cc13138a303efc2
      Reviewed-on: https://review.typo3.org/25490
      Reviewed-by: Michael Stucki
      Tested-by: Michael Stucki
      Reviewed-by: Wouter Wolters
      Tested-by: Wouter Wolters
      Reviewed-by: Markus Klein
      Tested-by: Markus Klein
      Reviewed-by: Ernesto Baschny
      Tested-by: Ernesto Baschny
      b1a28615