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
b22fda1e80ae0e2ae3f2f990a27db0f9d469c877
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Shannon
b22fda1e80
fixes some ysods
2016-03-31 14:28:41 +02:00
..
Dashboard
merge
2013-11-07 17:16:22 +01:00
Grid
WIP working on getting Core project to build
2015-12-18 13:29:12 +01:00
InfrastructureSettings
Fix weird merge issues
2013-01-31 14:35:18 -01:00
UmbracoSettings
Removes lots of Dead Code - thanks NDepend!
2016-03-23 10:58:06 +01:00
CaseInsensitiveEnumConfigConverter.cs
Core. and Web.Configuration - go public
2013-03-01 13:56:12 -01:00
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
fixes some ysods
2016-03-31 14:28:41 +02:00
InnerTextConfigurationElement.cs
Fixes: U4-6588 UmbracoSettings Error404 support Guids and Xpath - To achieve this, had to create an Id -> Key and Key -> Id method on EntityService including a cache for it which means updating all relavent cache refreshers to clear this cache when things are removed. Moved the logic for parsing an Umbraco XPath query (with tokens) to a stand-alone testable class (though haven't written tests), move the logic for looking up a not found page to the NotFoundHandlerHelper (instead of legacy 'library'). Fixes the $root query, since I don't think that ever worked. I've tested $root now for both MNTP and for the not found handler and it works.
2015-05-12 12:39:46 +10: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
UmbracoConfig.cs
WIP working on getting Core project to build
2015-12-18 13:29:12 +01: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
Moves IAction and ActionsResolver to Web proj, removes IMenuElement, ITag, IUseTags
2016-03-17 15:26:22 +01:00