This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aa6342cc30d2d0d13a72881ae63dd25e4ba68c83
Umbraco-CMS
/
src
/
Umbraco.Core
/
Packaging
History
Shannon
aa6342cc30
adds test
2019-01-14 17:56:41 +11:00
..
CompiledPackageXmlParser.cs
adds test
2019-01-14 17:56:41 +11:00
ConflictingPackageData.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
ICreatedPackagesRepository.cs
large refactor/cleanup of most of the old package installer logic dealing with persisting the installedPackages.config which is now in the services, creates new parsers and removes a ton of old code, changes fetching packages to be async, uses XElement instead of old XmlNode apis, next we need to do the actual package installer updates
2019-01-11 14:30:04 +11:00
IInstalledPackagesRepository.cs
large refactor/cleanup of most of the old package installer logic dealing with persisting the installedPackages.config which is now in the services, creates new parsers and removes a ton of old code, changes fetching packages to be async, uses XElement instead of old XmlNode apis, next we need to do the actual package installer updates
2019-01-11 14:30:04 +11:00
IPackageActionRunner.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
IPackageDefinitionRepository.cs
Splits logic for IPackageBuilder into ICreatedPackagesRepository and IInstalledPackagesRepository since it's nearly the same for both
2019-01-11 10:35:37 +11:00
IPackageInstallation.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
PackageActionRunner.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
PackageDataInstallation.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
PackageDefinitionXmlParser.cs
Package file installation logic all migrated and tests are running, now to do the package data installation
2019-01-14 14:28:00 +11:00
PackageExtraction.cs
Package file installation logic all migrated and tests are running, now to do the package data installation
2019-01-14 14:28:00 +11:00
PackageFileInstallation.cs
Package file installation logic all migrated and tests are running, now to do the package data installation
2019-01-14 14:28:00 +11:00
PackageInstallation.cs
Package data installation is now all migrated
2019-01-14 17:46:12 +11:00
PackagesRepository.cs
large refactor/cleanup of most of the old package installer logic dealing with persisting the installedPackages.config which is now in the services, creates new parsers and removes a ton of old code, changes fetching packages to be async, uses XElement instead of old XmlNode apis, next we need to do the actual package installer updates
2019-01-11 14:30:04 +11:00