Skip to content

Instantly share code, notes, and snippets.

@schams-net
Created October 14, 2020 23:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schams-net/db059d5fa6529bf844a8a8fb0486610f to your computer and use it in GitHub Desktop.
Save schams-net/db059d5fa6529bf844a8a8fb0486610f to your computer and use it in GitHub Desktop.
TYPO3 v10 Extension Manager: import all extensions
--- a/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php 2020-10-15 00:00:00.000000000 +0000
+++ b/sysext/extensionmanager/Classes/Utility/Importer/ExtensionListUtility.php 2020-10-15 00:00:00.000000000 +0000
@@ -180,7 +180,7 @@
// within TYPO3 Core.
// For TYPO3 v11.0, this date could be set to 2018-10-02 (v9 LTS release).
// Also see https://decisions.typo3.org/t/reduce-size-of-extension-manager-db-table/329/
- $this->minimumDateToImport = strtotime('2017-04-04T00:00:00+00:00');
+ $this->minimumDateToImport = 0;
}
/**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment