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
c2dc896fcee3c6587e90bf560355bafbab03444c
Umbraco-CMS
/
src
/
Umbraco.Core
/
Manifest
History
Shannon
c2dc896fce
working on: U4-6756 Don't ship or generate unnecessary folders
2015-07-16 15:29:46 +02:00
..
GridEditorConverter.cs
Fixes: U4-6506 Grid config in package.manifest doesn't allow for multiple grid editors and adds tests
2015-04-07 17:24:35 +10:00
ManifestBuilder.cs
Fixes: U4-6402 Grid config file should be merged with package.manifests & U4-6427 Grid config file has caching problems because it's downloaded as a static file
2015-03-19 13:53:15 +11:00
ManifestParser.cs
working on: U4-6756 Don't ship or generate unnecessary folders
2015-07-16 15:29:46 +02:00
ManifestValidatorConverter.cs
…
ManifestWatcher.cs
Moves logging interface to Logging namespace called ILogger, creates a resolver for it, updates the boot process to ensure it exists first and anything during the boot process that is logging ensures that if it is not resolved that it logs elsewhere. Wraps LogHelper to use the ILogger based on the resolver. Updates all services that used LogHelper to have an ILogger injected into them. This is really only the start, there's a ton of places that use LogHelper (508) other places so we'll need to start looking at changing those over. All base classes will need to expose an Ilogger so people can use that.
2015-01-07 17:23:24 +11:00
PackageManifest.cs
Fixes: U4-6402 Grid config file should be merged with package.manifests & U4-6427 Grid config file has caching problems because it's downloaded as a static file
2015-03-19 13:53:15 +11:00
ParameterEditorConverter.cs
merge
2013-11-07 17:16:22 +01:00
PreValueFieldConverter.cs
…
PropertyEditorConverter.cs
…