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
fbc08d66f1ce98caec5eec6ba1bdc7c2dfd4d58f
Umbraco-CMS
/
src
/
Umbraco.Core
/
Manifest
History
Sebastiaan Janssen
f3a965841b
U4-6043 Error parsing package.manifest value Path line 0 position 0
...
Added a unit test and updated the logic as it was doing the wrong thing #U4-6043 Fixed
2015-08-19 19:11:20 +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
U4-6043 Error parsing package.manifest value Path line 0 position 0
2015-08-19 19:11:20 +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
Differentiates between a property and parameter editor, though they are similar they are still different. Renames ValueEditor to PropertyValueEditor, creates new parameter editor base classes.
2013-09-19 14:55:00 +10:00