This website requires JavaScript.
Explore
Help
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
f61b7579a2a5caae196f8550d92a1de8b5f8a214
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Stephan
f61b7579a2
Version 7.6-alpha066
2017-02-21 17:13:34 +01: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
Adds new property to PropertyEditor's to mark them as deprecated so they don't show up in the data type list unless they are already selected
2017-01-17 18:54:50 +11: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
Added FileSystemProviders config section
2012-08-13 13:26:06 -01:00
FileSystemProviderElementCollection.cs
Added FileSystemProviders config section
2012-08-13 13:26:06 -01:00
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
publisizes a constant (moves it to where it should be), publicizes another required class for deploy, bumps version
2017-01-12 17:33:30 +11: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
Version 7.6-alpha066
2017-02-21 17:13:34 +01:00