X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FChangeLog;h=33151580ff36e8d00e87209667f34acfd11e2406;hb=c39145af2464b19374fac41b252e07480ae1a197;hp=e5ad05facb17237499449acd8ed99e78df33dd33;hpb=828bc42967f313197753fbd65333708145ad1a3e;p=mono.git diff --git a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog index e5ad05facb1..33151580ff3 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,3 +1,246 @@ +2005-01-28 Lluis Sanchez Gual + + * Table.cs: Added some 2.0 properties. + * FontUnitConverter.cs, UnitConverter.cs: Implemented conversion to + InstanceDescriptor. + * BaseValidator.cs: Fix warning. + * MultiView.cs, ViewCollection.cs, View.cs: Implemented. + +2005-01-26 Lluis Sanchez Gual + + * Menu.cs: Rendering fixes. + +2005-01-21 Lluis Sanchez Gual + + * Content.cs, ContentPlaceHolder.cs, ContentControlBuilder.cs + ContentPlaceHolderBuilder.cs: Implemented. + +2005-01-20 Gonzalo Paniagua Javier + + * CheckBox.cs: when rendering the input tag inside a span tag, keep the + attributes that are meant to be in the input tag in their place. + +2005-01-10 Juraj Skripsky + + * RepeatInfo.cs: fixed bug #68927 (DataList with RepeatLayout='Flow' + generates invalid html). + +2005-01-10 Lluis Sanchez Gual + + * Menu.cs: Implemented most of missing properties. Added support for + item templates. Implemented menu scrolling. + * MenuItemBinding.cs: Implemented most of missing properties. + * MenuItem.cs: Implemented most of missing properties. + * Menu.js: Implemented scrolling and menu reposition into screen. + * MenuItemTemplateContainer.cs: Implemented. + * SubMenuStyle.cs: Implemented. + +2004-12-20 Lluis Sanchez Gual + + * Style.cs: Implemented RegisteredCssClass property. Added + CopyTextStylesFrom method, which copies styles that only apply to text. + * Menu.cs, Menu.js: Added hover style support. Define all menu styles + in the page stylesheet. Added support for ItemSpacing property. + * MenuItemStyle.cs: Implemented FillStyleAttributes method. + +2004-12-17 Lluis Sanchez Gual + + * Style.cs: Generate styles using a CssStyleCollection, so the code can + be reused for the 2.0 FillStyleAttributes method. + * Menu.cs: Implemented more properties and events. Rendering is very + complete now. + * MenuItem.cs: Added PopOutImageUrl property. + * Menu.js: More work on submenu management. + +2004-12-10 Lluis Sanchez Gual + + * Menu.cs: Implemented basic rendering. Added some missing properties. + * MenuItem.cs: Improved implementation of Depth. + * Unit.cs: Added serializable attribute. + * TreeView.cs: Moved GetScriptLiteral method to ClientScriptManager, + so it can be reused. + * Menu.js: New script to support he Menu control. + +2004-12-03 Lluis Sanchez Gual + + * MenuEventArgs.cs: Changed to sealed. + * TreeView.cs: Minor fix. + * Menu.cs, MenuItemBindingCollection.cs, MenuItemCollection.cs, + MenuItemStyle.cs, MenuItemBinding.cs, MenuItem.cs, + MenuItemStyleCollection.cs: Initial Menu code. + +2004-12-02 Lluis Sanchez Gual + + * TreeNodeBindingCollection.cs, TreeNodeStyleCollection.cs: + Implemented SetDirtyObject. + * Style.cs: Implemented SetDirty(). + * TreeNodeBinding.cs: Added missing attributes. Implemented SetDirty(). + * TreeNode.cs: Added missing attributes added support for + PopulateOnDemand. Added some missing property bindings. + * TreeNodeCollection.cs: Several minor fixes. SetDirty must be called + to newly added elements to make sure al new data is saved. + * TreeView.js: Implemented support for client population of nodes. + * TreeNodeStyle.cs: Added missing attributes. + * TreeView.cs: Implemented support for PopulateNodesFromClient and + PopulateOnDemand. Improved rendering. + +2004-11-29 Sanjay Gupta + + * DataControlField.cs: + * DataControlFieldCell.cs: Initial implementation. + +2004-11-26 Lluis Sanchez Gual + + * TreeNodeBindingCollection.cs: Implemented. + * TreeNodeBinding.cs: Implemented. + * TreeNode.cs: Added support for data binding. + * TreeView_Default_Collapse.gif, TreeView_Default_Expand.gif + TreeView_Default_NoExpand.gif: Moved to resources directory. + * ListControl.cs: Fixed api. + * XmlHierarchicalEnumerable.cs: Made internal. + * DataBoundControl.cs: Modified api to match latest ms.net. + * TreeView.js: New javascript file to support TreeView in the client. + * XmlDataSource.cs: Added missing attributes. + * HierarchicalDataBoundControl.cs: Mostly implemented. + * BaseDataBoundControl.cs: Mostly implemented. + * XmlHierarchyData.cs: Made internal. + * TreeView.cs: Mostly implemented. The major missing feature is + client side tree population. + +2004-11-25 Sanjay Gupta + + * 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 + + * 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 + + * SqlDataSourceView.cs: Updated methods and added one property. + +2004-11-19 Sanjay Gupta + + * AccessDataSource.cs: + * SqlDataSourceView.cs: Implemented CreateDataSourceView () method. +2004-11-19 Sanjay Gupta + + * SqlDataSource.cs: Updated call to constructor of SqlDataSourceView.cs. + * SqlDataSourceView.cs: Updated constructor. + +2004-11-19 Sanjay Gupta + + * AccessDataSourceView.cs: Added new class. + +2004-11-19 Sanjay Gupta + + * SqlDataSourceView.cs: Corrected exception handling in + ExecuteSelect method. + +2004-11-18 Lluis Sanchez Gual + + * SiteMapHierarchicalDataSourceView.cs, SiteMapDataSource.cs: New files. + * SiteMapDataSourceView.cs: Minor fix. + +2004-11-18 Sanjay Gupta + + * SqlDataSourceView.cs: Updated ExecuteSelect method. + +2004-11-18 Sanjay Gupta + + * SqlDataSource.cs: Corrected Select method. + +2004-11-18 Sanjay Gupta + + * SqlDataSource.cs: Updated Select method definition. + * SqlDataSourceStatusEventArgs.cs: Updated class. + +2004-11-15 Lluis Sanchez Gual + + * SqlDataSourceView.cs: Removed implementation of Events (it is inherited + from DataSourceView.cs). + +2004-11-10 Raja R Harinath + + * SqlDataSourceView.cs (Select): Add 'override' to make it compile. + +2004-11-05 Sanjay Gupta + + * SqlDataSource.cs: Corrected method calls. + * SqlDataSourceView.cs: Partial implementation of few methods. + +2004-10-25 Gonzalo Paniagua Javier + + * ListItemCollection.cs: fixed bug when indexing changed elements in + LoadViewState. Patch from Alois Bělaška. + +2004-10-20 Sanjay Gupta + + * 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 + + * SiteMapDataSourceView.cs: Corrected class definition and updated. + * XmlHierarchicalDataSourceView.cs: Modified according to changes in + base class. + +2004-10-14 Sanjay Gupta + + * AdRotator.cs: Updated. + +2004-10-12 Sanjay Gupta + + * AccessDataSource.cs: Updated. + +2004-10-08 Sanjay Gupta + + * ValidatedControlConverter.cs: Updated. + +2004-10-08 Sanjay Gupta + + * AssociatedControlConverter.cs: Implemented. + +2004-10-08 Sanjay Gupta + + * ControlIDConverter.cs: Initial implementation. + +2004-10-04 Sanjay Gupta + + * IButtonControl.cs: Corrected property name. + +2004-10-04 Sanjay Gupta + + * ParameterCollection.cs: Updated. + +2004-10-04 Sanjay Gupta + + * Parameter.cs: Updated and completed implementation. + +2004-10-01 Sanjay Gupta + + * ParameterCollection.cs: Resolved warnings, "Unreachable code detected" + while compilation. + +2004-10-01 Sanjay Gupta + + * AccessDataSource.cs: Initial implementation. + 2004-09-30 Sanjay Gupta * DataControlRowState.cs: