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
c10c1f8fac9e021c97110db4e5c6661fab6ddc00
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Shannon
c10c1f8fac
publicizes a global setting (which still needs to be moved to config)
2015-04-13 13:33:13 +10:00
..
BaseRest
merge
2013-11-07 17:16:22 +01:00
Dashboard
merge
2013-11-07 17:16:22 +01:00
InfrastructureSettings
…
UmbracoSettings
Merge branch 'dev-v7' into 7.3.0
2015-03-27 15:15:49 +11:00
CaseInsensitiveEnumConfigConverter.cs
…
ClientDependencyConfiguration.cs
Updated all repo's to have their correct ctor's with their correct dependencies. Updated them all to accept ILogger updated all other dependencies with the same without breaking anything since all is internal, or obsoleted other public methods. Updates lots of the tests with mock instances instead, now more tests have less singleton dependencies, easier to test, much clearer and more IoC driven. Updated unit tests to supply the ILogger for required objects, tests should run faster now since most things are just mocked.
2015-01-09 10:51:15 +11:00
CommaDelimitedConfigurationElement.cs
merge
2013-11-07 17:16:22 +01:00
FileSystemProviderElement.cs
…
FileSystemProviderElementCollection.cs
…
FileSystemProvidersSection.cs
Renamed config interfaces properly with Section suffix, re-implemented the For<T> UmbracoConfiguration method to retreive specific settings... might use this entirely instead of the nested access as it might make it easier to mock.
2013-09-16 17:39:45 +10:00
GlobalSettings.cs
publicizes a global setting (which still needs to be moved to config)
2015-04-13 13:33:13 +10:00
InnerTextConfigurationElement.cs
merge
2013-11-07 17:16:22 +01:00
OptionalCommaDelimitedConfigurationElement.cs
merge
2013-11-07 17:16:22 +01:00
OptionalInnerTextConfigurationElement.cs
merge
2013-11-07 17:16:22 +01:00
RawXmlConfigurationElement.cs
merge
2013-11-07 17:16:22 +01:00
RazorDataTypeModelStaticMappingItem.cs
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
2013-09-13 18:11:20 +10:00
UmbracoConfig.cs
fixes the config issue with unit tests
2014-03-19 17:56:30 +11:00
UmbracoConfigurationSection.cs
Renamed config interfaces properly with Section suffix, re-implemented the For<T> UmbracoConfiguration method to retreive specific settings... might use this entirely instead of the nested access as it might make it easier to mock.
2013-09-16 17:39:45 +10:00
UmbracoVersion.cs
Bump version
2015-03-20 11:25:59 +01:00