Fix for running against RabbitMQ 2.2
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls.Adapters / ChangeLog
1 2008-01-15  Dean Brettle <dean@brettle.com> 
2
3         * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
4         DataBoundControlAdapter.cs: changed to use ControlAdapter.control
5         instead of using base.Control or using a new control field.
6         
7         * MenuAdapter.cs: added internal constructor that takes a Menu
8         parameter.  The constructor is used when writing unit tests.
9         
10         * MenuAdapter.cs (OnInit, OnPreRender, RenderBeginTag, 
11         RenderContents, RenderEndTag): delegate to base instead of
12         Control.
13         
14         * MenuAdapter.cs (LoadAdapterControlState, SaveAdapterControlState,
15         RaisePostBackEvent, RenderItem): implemented.
16         
17 2008-01-13  Dean Brettle <dean@brettle.com> 
18
19         * WebControlAdapter.cs (RenderContents): changed to call 
20         control.RenderContents() instead of control.Render().
21         
22         * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
23         DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs: added
24         internal constructor that takes a parameter of the corresponding
25         Control type.  The construct is used when writing unit tests.
26
27 2005-08-24  Chris Toshok  <toshok@ximian.com>
28
29         * MenuAdapter.cs (OnInit): Call "Page.RegisterRequiresControlState
30         (Control)" as the docs point out.
31         (LoadAdapterControlState): throw NIE and flag TODO.
32
33 2005-08-24  Chris Toshok  <toshok@ximian.com>
34
35         * HierarchicalDataBoundControlAdapter.cs (PerformDataBinding):
36         this takes no arguments.
37
38 2005-08-24  Chris Toshok  <toshok@ximian.com>
39
40         * WebControlAdapter.cs, HierarchicalDataBoundControlAdapter.cs,
41         DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
42         MenuAdapter.cs: fix namespace.
43         
44 2005-08-24  Chris Toshok  <toshok@ximian.com>
45
46         * DataBoundControlAdapter.cs, HideDisabledControlAdapter.cs,
47         HierarchicalDataBoundControlAdapter.cs, MenuAdapter.cs,
48         WebControlAdapter.cs: initial implementations.  Mostly completely
49         (as per msdn2 docs, anyway).
50
51