This website requires JavaScript.
Explore
Help
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
93539e4702b899de0933399df4e73e043335dd7e
Umbraco-CMS
/
src
/
Umbraco.Core
/
Xml
History
Stephan
ecee4d3702
Merge branch dev-v8 into temp-u4-8497
2016-07-20 12:38:57 +02:00
..
XPath
U4-8497 - fixing... tests green
2016-05-27 12:48:38 +02: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
XmlHelper.cs
Merge origin/dev-v7 into dev-v8
2016-07-08 16:32:06 +02: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