[FEATURE] Integrate preliminary PackageManager API
The Package Manager from Flow has been backported and integrated as CMS Package Manager. This enables us to use full vendor namespaces for extensions and brings us closer to a unified TYPO3 package format. For more Details see: http://wiki.typo3.org/Blueprints/Packagemanager Resolves: #47018 Releases: 6.2 Change-Id: I52abedaf470cebddb3553e37581021bf368380e6 Reviewed-on: https://review.typo3.org/19605 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Alexander Opitz Reviewed-by: Sascha Egerer Reviewed-by: Thomas Maroschik Tested-by: Thomas Maroschik Tested-by: Alexander Opitz Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny
Showing
- index.php 1 addition, 1 deletionindex.php
- typo3/init.php 1 addition, 1 deletiontypo3/init.php
- typo3/sysext/about/Classes/Domain/Repository/ExtensionRepository.php 1 addition, 1 deletion...t/about/Classes/Domain/Repository/ExtensionRepository.php
- typo3/sysext/backend/Classes/Package.php 44 additions, 0 deletionstypo3/sysext/backend/Classes/Package.php
- typo3/sysext/cms/Classes/Package.php 44 additions, 0 deletionstypo3/sysext/cms/Classes/Package.php
- typo3/sysext/core/Classes/Cache/Backend/ClassLoaderBackend.php 190 additions, 0 deletions.../sysext/core/Classes/Cache/Backend/ClassLoaderBackend.php
- typo3/sysext/core/Classes/Cache/Backend/EarlyClassLoaderBackend.php 158 additions, 0 deletions...xt/core/Classes/Cache/Backend/EarlyClassLoaderBackend.php
- typo3/sysext/core/Classes/Cache/Cache.php 13 additions, 1 deletiontypo3/sysext/core/Classes/Cache/Cache.php
- typo3/sysext/core/Classes/Compatibility/LoadedExtensionArrayElement.php 225 additions, 0 deletions...ore/Classes/Compatibility/LoadedExtensionArrayElement.php
- typo3/sysext/core/Classes/Compatibility/LoadedExtensionsArray.php 217 additions, 0 deletions...sext/core/Classes/Compatibility/LoadedExtensionsArray.php
- typo3/sysext/core/Classes/Core/Bootstrap.php 188 additions, 93 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Core/ClassAliasMap.php 312 additions, 0 deletionstypo3/sysext/core/Classes/Core/ClassAliasMap.php
- typo3/sysext/core/Classes/Core/ClassLoader.php 354 additions, 270 deletionstypo3/sysext/core/Classes/Core/ClassLoader.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 4 additions, 28 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Classes/Package.php 42 additions, 0 deletionstypo3/sysext/core/Classes/Package.php
- typo3/sysext/core/Classes/Package/Exception.php 32 additions, 0 deletionstypo3/sysext/core/Classes/Package/Exception.php
- typo3/sysext/core/Classes/Package/Exception/PackageStatesUnavailableException.php 32 additions, 0 deletions...s/Package/Exception/PackageStatesUnavailableException.php
- typo3/sysext/core/Classes/Package/FailsafePackageManager.php 95 additions, 0 deletionstypo3/sysext/core/Classes/Package/FailsafePackageManager.php
- typo3/sysext/core/Classes/Package/Package.php 231 additions, 0 deletionstypo3/sysext/core/Classes/Package/Package.php
- typo3/sysext/core/Classes/Package/PackageFactory.php 104 additions, 0 deletionstypo3/sysext/core/Classes/Package/PackageFactory.php
Please register or sign in to comment