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
b99f2ca25f80028d3de281bf5ba5e6f91c71bb95
Umbraco-CMS
/
src
/
Umbraco.Core
/
Packaging
History
Søren Gregersen
b99f2ca25f
merged
2019-11-18 19:46:32 +01:00
..
CompiledPackageXmlParser.cs
Can't have the path info on IOHelper, because that leads to a cycle between config and IOHelper. Now you need to go directly to config, if you need a path
2019-11-13 14:15:50 +01: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
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
Temp8 fix typos 2 (
#4130
)
2019-01-23 00:03:39 +01:00
PackageDataInstallation.cs
Moved stuff from SystemDirectories into constants and IOHelper to avoid a circular dependency
2019-11-13 11:56:32 +01:00
PackageDefinitionXmlParser.cs
v8: Add package contributors (
#4385
)
2019-02-14 16:00:58 +01:00
PackageFileInstallation.cs
first round of refactoring
2019-11-13 21:12:02 +01:00
PackageInstallation.cs
Ensure package installation for data is executed within a single scope/trans
2019-09-16 16:31:16 +10:00
PackagesRepository.cs
merged
2019-11-18 19:46:32 +01:00