X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI%2FChangeLog;h=ce35ca8695d3823bd441aa688a39b7ab05e2b4e8;hb=6193eeb004ebab0435786477caa2d3da02869857;hp=86b9c444dbc4fd9943a60b1b5a6b74c30a2a7c3b;hpb=36571ed72ba94ad0aa63247cff0b56bae4061e09;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI/ChangeLog b/mcs/class/System.Web/System.Web.UI/ChangeLog index 86b9c444dbc..ce35ca8695d 100644 --- a/mcs/class/System.Web/System.Web.UI/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI/ChangeLog @@ -1,3 +1,24 @@ +2010-05-19 Marek Habersack + + * 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 + + * Control.cs: implemented 4.0 GetRouteUrl overloads and + GetUniqueIDRelativeTo + 2010-05-05 Marek Habersack * CollectionBuilder.cs: if a type has more than on indexer, check