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
7cd540c37ea97d6f3ef2fdc6189cb02cb3fc3b25
Umbraco-CMS
/
src
/
Umbraco.Web
/
Dynamics
History
Shannon
f037f8541c
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
..
DynamicExpression.cs
Fixes threading issue with Dynamicexpression... would have caused some strange behavior in the past!
2012-10-08 00:09:44 +05:00
DynamicGrouping.cs
Added more extension methods to our strongly typed IPublishedContent object and IEnumerable<IPublishedContent> to match all of the available methods
2012-10-04 03:26:56 +05:00
DynamicPublishedContentIdEqualityComparer.cs
Added more extension methods to our strongly typed IPublishedContent object and IEnumerable<IPublishedContent> to match all of the available methods
2012-10-04 03:26:56 +05:00
DynamicPublishedContentListOrdering.cs
Obsoletes DynamicQueryable in MacroEngines lib, proxies all calls to new DynamicQueryable in Umbraco.Web.
2012-10-06 23:41:42 +05:00
DynamicQueryable.cs
Adds dynamic filtering to EntityService (post filtering for GetAll) - updated the insert macro dialog to ensure that it only shows macros flagged for the rte when in rte mode, otherwise shows all of them. adds unit tests for dynamic queryable stuff.
2013-09-25 13:54:25 +10:00
ExpressionParser.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
ExtensionMethods.cs
Implement content.FirstChild
2014-06-09 13:04:40 +02:00
Grouping.cs
Fixes: #U4-1822, #U4-1797 - Is helpers and indexes on result collections using IPublishedContent or DynamicPublishedContent were incorrect,
2013-03-02 01:02:38 +06:00