2007-03-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web / ChangeLog
index 36bd79d6a81e18eb8313c9a8394eeb2a3e689140..ab07d29236609f8806cf784deca923bbbeea3c36 100644 (file)
@@ -1,3 +1,17 @@
+2007-03-15  Marek Habersack  <mhabersack@novell.com>
+
+       * XmlSiteMapProvider.cs: add support for the enableLocalization
+       <siteMap> attribute and handle per-node localization resource
+       strings for explicit localization as well as the resourceKey
+       attribute to <siteMapNode> for implicit localization (closes bug
+       #81103).
+
+       * SiteMapNode.cs: add support for the resource keys and foreign
+       attributes.
+       Implement GetImplicitResourceString.
+       Add support for translation of the Title and Description
+       attributes (closes bug #81103) as well as foreign attributes.
+
 2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
 
        * VirtualPathUtility.cs: fixed: works properly with appRelative path.