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
ecdca378c6a95cae6f0ff2d8661384bef32969de
Umbraco-CMS
/
src
/
Umbraco.Core
/
Configuration
History
Shannon
1c2dec00fc
bumps version
2016-02-16 13:32:03 +01:00
..
BaseRest
…
Dashboard
…
Grid
added Icon to the base grid editor config interface
2015-06-17 10:01:45 +02:00
InfrastructureSettings
…
UmbracoSettings
Reverted changes no longer needed after work on inherited/nested doctypes.
2016-01-11 14:04:03 +01: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
…
FileSystemProviderElement.cs
…
FileSystemProviderElementCollection.cs
…
FileSystemProvidersSection.cs
…
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
…
OptionalInnerTextConfigurationElement.cs
…
RawXmlConfigurationElement.cs
…
RazorDataTypeModelStaticMappingItem.cs
…
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
…
UmbracoVersion.cs
bumps version
2016-02-16 13:32:03 +01:00