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
a6a2b02cd87efa37b2b65fbfef1eced5e9b79aed
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Sebastiaan Janssen
b0ccb040a1
Makes sure we can have nightlies for non-pre-releases as well
2015-07-07 15:11:57 +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
Fix weird merge issues
2013-01-31 14:35:18 -01:00
UmbracoSettings
U4-6788 - refactor OriginalRequestUrl into UmbracoApplicationUrl
2015-07-06 13:58:10 +02: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
Makes sure we can have nightlies for non-pre-releases as well
2015-07-07 15:11:57 +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 txt version
2015-07-06 18:02:25 +02:00