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
32d59bb2bcfdc69f7c7f775584f0ef098048fb4e
Umbraco-CMS
/
src
/
umbraco.MacroEngines
/
RazorDynamicNode
History
Shannon
201512d5f2
Fixes :U4-6858 add localizationService.GetDictionaryItemDescendants, also obsoletes FlattenList since if used incorrectly could cause a flood of SQL calls, adds some tests to verify the output of SelectRecursive is in the same order and updates anything using FlattenList to SelectRecursive. Updates the Language repository to use GetAll wherever possible so all languages are simply cached, this means there less overall cache and less lookups. Updates the Dictionary repository to have less N+1 lookups when building the entity from the DTO by just looking up all languages instead of one at a time. Adds tests for getting descendants for dictionary items.
2015-07-22 12:10:21 +02:00
..
ClassFactory.cs
…
DynamicBackingItem.cs
Fixes: U4-5943 Cannot render a macro on a virtual page when using UmbracoVirtualNodeRouteHandler and assigning virtual Ids
2015-01-02 15:34:51 +11:00
DynamicBackingItemType.cs
…
DynamicClass.cs
…
DynamicDictionary.cs
…
DynamicExpression.cs
…
DynamicGrouping.cs
…
DynamicMedia.cs
…
DynamicMediaList.cs
…
DynamicNode.cs
Fixes :U4-6858 add localizationService.GetDictionaryItemDescendants, also obsoletes FlattenList since if used incorrectly could cause a flood of SQL calls, adds some tests to verify the output of SelectRecursive is in the same order and updates anything using FlattenList to SelectRecursive. Updates the Language repository to use GetAll wherever possible so all languages are simply cached, this means there less overall cache and less lookups. Updates the Dictionary repository to have less N+1 lookups when building the entity from the DTO by just looking up all languages instead of one at a time. Adds tests for getting descendants for dictionary items.
2015-07-22 12:10:21 +02:00
DynamicNodeContext.cs
…
DynamicNodeIdEqualityComparer.cs
…
DynamicNodeList.cs
Fixes issue with DynamicNode trying to call OrderBy on a newer extension method
2013-09-09 18:38:11 +10:00
DynamicNodeListOrdering.cs
…
DynamicNodeWalker.cs
…
DynamicNull.cs
PublishedContent - the big refactoring
2013-09-16 17:17:45 +02:00
DynamicOrdering.cs
…
DynamicProperty.cs
…
DynamicQueryable.cs
…
DynamicQueryableGetMemberBinder.cs
…
DynamicXml.cs
…
ExamineBackedMedia.cs
PublishedContent - the big refactoring
2013-09-16 17:17:45 +02:00
ExamineSearchUtill.cs
…
ExpressionParser.cs
…
ExtensionMethodFinder.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
Fixes :U4-6858 add localizationService.GetDictionaryItemDescendants, also obsoletes FlattenList since if used incorrectly could cause a flood of SQL calls, adds some tests to verify the output of SelectRecursive is in the same order and updates anything using FlattenList to SelectRecursive. Updates the Language repository to use GetAll wherever possible so all languages are simply cached, this means there less overall cache and less lookups. Updates the Dictionary repository to have less N+1 lookups when building the entity from the DTO by just looking up all languages instead of one at a time. Adds tests for getting descendants for dictionary items.
2015-07-22 12:10:21 +02:00
Grouping.cs
…
HtmlTagWrapper.cs
…
HtmlTagWrapperBase.cs
…
HtmlTagWrapperTextNode.cs
…
IRazorDataTypeModel.cs
…
LegacyConverter.cs
…
ParseException.cs
…
PredicateBuilder.cs
…
PropertyResult.cs
Merge branch '6.2.0-pubcontent' into 7.0.0-pubcontent
2013-09-23 21:57:22 +02:00
RazorDataTypeModel.cs
…
RazorLibraryCore.cs
Merge branch 'dev-v7-7.3.0-UmbHelperInterfaces' of
https://github.com/Shazwazza/Umbraco-CMS
into Shazwazza-dev-v7-7.3.0-UmbHelperInterfaces
2015-02-18 17:14:55 +01:00
Res.cs
…
Signature.cs
…