2010-05-19 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 86b9c444dbc4fd9943a60b1b5a6b74c30a2a7c3b..ce35ca8695d3823bd441aa688a39b7ab05e2b4e8 100644 (file)
@@ -1,3 +1,24 @@
+2010-05-19  Marek Habersack  <mhabersack@novell.com>
+
+       * DataSourceCacheDurationConverter.cs: implemented. Fixes bug
+       #603083
+
+       * PageParser.cs: handle several main directive attributes
+       specially, as they can have expressions as their values. Fixes bug
+       #603532
+
+       * MainDirectiveAttribute.cs: added - helper class to handle
+       directive attributes which can take either a value or an
+       expression.
+
+       * BaseParser.cs: IsDirective, IsExpression and IsDataBound methods
+       moved to here from TemplateControlCompiler.
+
+2010-05-15  Marek Habersack  <mhabersack@novell.com>
+
+       * Control.cs: implemented 4.0 GetRouteUrl overloads and
+       GetUniqueIDRelativeTo
+
 2010-05-05  Marek Habersack  <mhabersack@novell.com>
 
        * CollectionBuilder.cs: if a type has more than on indexer, check