ChangeLog: Updated.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 87005451be8472f8b4ae817aec30db323cc4d9fe..3c9863b69ca6a3c6a5c3656e65a921f4f5cd450e 100644 (file)
@@ -1,3 +1,112 @@
+2004-11-25 Sanjay Gupta <gsanjay@novell.com>
+
+       * BaseDataList.cs: 
+       * DataBountControl.cs:
+       * Repeater.cs: Added SelectArguments property and updated.
+       * SiteMapDataSourceView.cs:
+       * SqlDataSourceView.cs:
+       * XmlDataSourceView.cs: Removed extra method, which was there to
+                               keep things compiling.
+
+2004-11-23 Lluis Sanchez Gual <lluis@novell.com>
+
+       * TreeNodeBindingCollection.cs, TreeNodeBinding.cs, TreeNode.cs,
+       TreeNodeCollection.cs, TreeNodeStyleCollection.cs, TreeNodeStyle.cs,
+       TreeView.cs: Initial implementation.
+       * DataBoundControl.cs: Set the correct base class.
+       * HierarchicalDataBoundControl.cs, BaseDataBoundControl.cs: Created stub.
+       * TreeNodeSelectAction.cs: Formatting.
+       * TreeView_Default_Collapse.gif, TreeView_Default_Expand.gif,
+       TreeView_Default_NoExpand.gif: TreeView images.
+
+2004-11-22 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSourceView.cs: Updated methods and added one property.
+        
+2004-11-19 Sanjay Gupta <gsanjay@novell.com>
+
+       * AccessDataSource.cs: 
+       * SqlDataSourceView.cs: Implemented CreateDataSourceView () method.      
+2004-11-19 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSource.cs: Updated call to constructor of SqlDataSourceView.cs.
+       * SqlDataSourceView.cs: Updated constructor.
+        
+2004-11-19 Sanjay Gupta <gsanjay@novell.com>
+
+       * AccessDataSourceView.cs: Added new class.
+
+2004-11-19 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSourceView.cs: Corrected exception handling in 
+         ExecuteSelect method.
+
+2004-11-18 Lluis Sanchez Gual <lluis@novell.com>
+
+       * SiteMapHierarchicalDataSourceView.cs, SiteMapDataSource.cs: New files.
+       * SiteMapDataSourceView.cs: Minor fix.
+
+2004-11-18 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSourceView.cs: Updated ExecuteSelect method.
+
+2004-11-18 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSource.cs: Corrected Select method.
+
+2004-11-18 Sanjay Gupta <gsanjay@novell.com>
+
+       * SqlDataSource.cs: Updated Select method definition.
+       * SqlDataSourceStatusEventArgs.cs: Updated class.
+        
+2004-11-15 Lluis Sanchez Gual <lluis@novell.com>
+
+       * SqlDataSourceView.cs: Removed implementation of Events (it is inherited
+       from DataSourceView.cs).
+
+2004-11-10  Raja R Harinath  <rharinath@novell.com>
+
+       * SqlDataSourceView.cs (Select): Add 'override' to make it compile.
+
+2004-11-05 Sanjay Gupta <gsanjay@novell.com>
+       
+       * SqlDataSource.cs: Corrected method calls.
+       * SqlDataSourceView.cs: Partial implementation of few methods.
+
+2004-10-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ListItemCollection.cs: fixed bug when indexing changed elements in
+       LoadViewState. Patch from Alois Bělaška.
+
+2004-10-20 Sanjay Gupta <gsanjay@novell.com>
+       
+       * SiteMapDataSourceView.cs: 
+       * SqlDataSourceView.cs:
+       * XmlDataSourceView.cs: Cosmetic changes because of modifications in 
+       base class, DataSourceView. Changes are to keep things compiling. 
+
+2004-10-19 Sanjay Gupta <gsanjay@novell.com>
+       
+       * SiteMapDataSourceView.cs: Corrected class definition and updated.
+       * XmlHierarchicalDataSourceView.cs: Modified according to changes in 
+         base class.
+
+2004-10-14 Sanjay Gupta <gsanjay@novell.com>
+       
+       * AdRotator.cs: Updated.
+
+2004-10-12 Sanjay Gupta <gsanjay@novell.com>
+
+       * AccessDataSource.cs: Updated.
+
+2004-10-08 Sanjay Gupta <gsanjay@novell.com>
+
+       * ValidatedControlConverter.cs: Updated.
+
+2004-10-08 Sanjay Gupta <gsanjay@novell.com>
+
+       * AssociatedControlConverter.cs: Implemented.
+
 2004-10-08 Sanjay Gupta <gsanjay@novell.com>
 
        * ControlIDConverter.cs: Initial implementation.