Add solution files
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.Adapters / ChangeLog
index 361408ebb3b91f8f8b9707e28f24664eabfeedce..f187e39c23e79f34eb0f398635a0abacca825a39 100644 (file)
@@ -1,3 +1,29 @@
+2008-01-15  Dean Brettle <dean@brettle.com> 
+
+       * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
+       DataBoundControlAdapter.cs: changed to use ControlAdapter.control
+       instead of using base.Control or using a new control field.
+       
+       * MenuAdapter.cs: added internal constructor that takes a Menu
+       parameter.  The constructor is used when writing unit tests.
+       
+       * MenuAdapter.cs (OnInit, OnPreRender, RenderBeginTag, 
+       RenderContents, RenderEndTag): delegate to base instead of
+       Control.
+       
+       * MenuAdapter.cs (LoadAdapterControlState, SaveAdapterControlState,
+       RaisePostBackEvent, RenderItem): implemented.
+       
+2008-01-13  Dean Brettle <dean@brettle.com> 
+
+       * WebControlAdapter.cs (RenderContents): changed to call 
+       control.RenderContents() instead of control.Render().
+       
+       * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
+       DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs: added
+       internal constructor that takes a parameter of the corresponding
+       Control type.  The construct is used when writing unit tests.
+
 2005-08-24  Chris Toshok  <toshok@ximian.com>
 
        * MenuAdapter.cs (OnInit): Call "Page.RegisterRequiresControlState