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
9431e878f3213c56d0cab4c44bdb549a58bdb5ed
Umbraco-CMS
/
src
/
Umbraco.Core
/
Dynamics
History
Stephan
1b37475144
U4-6438 - fix dynamic extension methods when type loading goes bad
2016-03-09 15:55:41 +01:00
..
CaseInsensitiveDynamicObject.cs
adds dynamic caseinsensitive support for the image cropper model
2016-02-10 14:54:00 +01:00
ClassFactory.cs
…
DynamicClass.cs
…
DynamicDictionary.cs
…
DynamicInstanceHelper.cs
U4-6210 - fix failing tests, improve extension methods support on dynamics
2015-02-03 19:38:14 +01:00
DynamicNull.cs
Take care of more FIXMEs
2013-09-18 10:09:05 +02:00
DynamicOrdering.cs
…
DynamicProperty.cs
…
DynamicQueryableGetMemberBinder.cs
…
DynamicXml.cs
Fixes: U4-6210 ExtensionMethodFinder doesn't work with overloaded extensions - this means overloaded extension methods for dynamic content won't work. and finalizes: U4-6209 GetGridHtml needs to be an extension on HtmlHelper not IPublishedContent so that ViewData and ModelState are inherited
2015-01-30 19:04:39 +11:00
DynamicXmlConverter.cs
Fixes TextStringValueConverter to include the text box and multi-textbox (since it's like that in the Core one that this overrides), adds new converter for Image cropper including ToString converter & custom type converter to convert from the strongly typed object to JObject, adds test to support this, adds equatable methods for the strongly typed model so it can be easily compared. Ensures that the webboot manager does not include the core value converter for image cropper.
2016-02-10 14:53:56 +01:00
ExtensionMethodFinder.cs
U4-6438 - fix dynamic extension methods when type loading goes bad
2016-03-09 15:55:41 +01:00
ExtensionMethods.cs
Completes: U4-4670 Add .ContainsAny string extension to Umbraco.Core.StringExtensions
2014-04-16 17:01:26 +10:00
ParseException.cs
…
PropertyResult.cs
Fixes merge issues with left over IPublishedContentProperty
2014-05-05 13:21:18 +10:00
PropertyResultType.cs
…
QueryableExtensions.cs
Fixes queryable extensions to ignore case for props when sorting
2014-09-11 16:02:23 +10:00
Res.cs
…
Signature.cs
…