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
8cea391a3f00c822f8e2aa4f0223d537d7c7fc42
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Shannon
72cef006d3
bumps version
2016-04-20 15:56:06 +02:00
..
BaseRest
merge
2013-11-07 17:16:22 +01:00
Dashboard
merge
2013-11-07 17:16:22 +01:00
Grid
added Icon to the base grid editor config interface
2015-06-17 10:01:45 +02:00
InfrastructureSettings
…
UmbracoSettings
Merge branch 'u4-222' of
https://github.com/AndyButland/Umbraco-CMS
into AndyButland-u4-222
2016-04-12 18:07:25 +02: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
Fixes: U4-7217 umbracoReservedUrls do not always resolve correctly.
2015-10-20 09:48:58 +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
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
Moves the grid configuration to a config class so it can be re-used. Updates the BackOfficeController to use the new config classes. Creates a new Grid property value converter (which can be overridden by user's ones) which merges the grid config values at runtime so we are not storing stale grid config values with the actual property value. Now we need to ensure that the grid doesn't post or persist these config values since they don't belong there.
2015-06-16 15:04:31 +02: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
bumps version
2016-04-20 15:56:06 +02:00