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
68ba0ca1e2e2ac0c7d6ddcc7191bf835fa9b26ee
Umbraco-CMS
/
src
/
Umbraco.Core
/
Xml
History
Shannon
ad8926668e
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
..
XPath
merge
2013-11-07 17:16:22 +01:00
DynamicContext.cs
U4-1611 - fix xpath special chars escaping issues in published content store
2013-02-14 16:23:56 -01:00
UmbracoXPathPathSyntaxParser.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
XmlNamespaces.cs
U4-1611 - fix xpath special chars escaping issues in published content store
2013-02-14 16:23:56 -01:00
XmlNodeListFactory.cs
U4-1611 - fix xpath special chars escaping issues in published content store
2013-02-14 16:23:56 -01:00
XPathNavigatorExtensions.cs
Core.Xml - support XPathExpression
2013-04-10 12:47:11 -02:00
XPathVariable.cs
Core.Xml - document + public XPathVariable
2013-03-19 17:34:28 -01:00