Skip to content
Snippets Groups Projects
  1. Aug 30, 2023
    • Robert Kärner's avatar
      [BUGFIX] Generate correct asset symlinks on Windows · 3e884ce6
      Robert Kärner authored
      This patch fixes two issues when generating symlinks to the public
      extension resources (Public/Resources) into the _assets folder during
      Composer installation.
      
      First, directory symlinks can't be created the same way on Windows as
      on Unix platforms. The creation requires elevated rights, and the
      required command is named differently as well. Junctions should be used
      on Windows instead, because they do not need elevated privileges to be
      created.
      
      When installing a TYPO3 extension via Composer, its Resources/Public
      folder is getting symlinked to the publicly accessible _assets folder.
      Until now, this process only used the Unix specific functions provided
      by Composer. It did not create any symlinks on Windows based
      installations, without generating any error message.
      
      This patch adds the same checks and platform-specific functions used by
      Composer when symlinking packages from a local path repository.
      
      The second issue that has been addressed is the naming ...
      3e884ce6
  2. Aug 29, 2023
  3. Aug 28, 2023
  4. Aug 23, 2023
  5. Aug 22, 2023
  6. Aug 18, 2023
  7. Aug 16, 2023
  8. Aug 15, 2023
  9. Aug 14, 2023
  10. Aug 09, 2023
  11. Aug 08, 2023
  12. Aug 07, 2023
  13. Aug 06, 2023
  14. Aug 05, 2023
  15. Aug 04, 2023
  16. Aug 03, 2023
  17. Jul 31, 2023
  18. Jul 30, 2023
  19. Jul 29, 2023