ChangeLog: Updated.
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index aaf12cb2c5aa4025966b542716bff3421616e930..b949a972775d1dcd2f49975e80a188ed848c2e01 100644 (file)
@@ -1,3 +1,461 @@
+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.
+
+2004-10-04 Sanjay Gupta <gsanjay@novell.com>
+
+       * IButtonControl.cs: Corrected property name.
+
+2004-10-04 Sanjay Gupta <gsanjay@novell.com>
+
+       * ParameterCollection.cs: Updated.
+
+2004-10-04 Sanjay Gupta <gsanjay@novell.com>
+
+       * Parameter.cs: Updated and completed implementation.
+
+2004-10-01 Sanjay Gupta <gsanjay@novell.com>
+
+       * ParameterCollection.cs: Resolved warnings, "Unreachable code detected"
+         while compilation.
+
+2004-10-01 Sanjay Gupta <gsanjay@novell.com>
+
+       * AccessDataSource.cs: Initial implementation.
+
+2004-09-30 Sanjay Gupta <gsanjay@novell.com>
+
+       * DataControlRowState.cs: 
+       * ScrollBars.cs:
+       * TreeNodeTypes.cs: Added attribute.
+       * DataControlRowType.cs:
+       * HotSpotMode.cs:
+       * SortDirection.cs: Corrected enumeration values.
+       * TableRowSection.cs: Added new enumeration.
+       * ObjectDataSourceStatusEventHandler.cs: Corrected method name.
+
+2004-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TableStyle.cs: don't render empty 'rules' attribute (again).
+
+2004-09-21 Sanjay Gupta <gsanjay@novell.com>
+
+       * FormViewUpdatedEventArgs.cs: Spelling mistake.
+
+2004-09-14 Sanjay Gupta <gsanjay@novell.com>
+       
+       * Literal.cs: Added new method Focus().
+
+2004-09-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * RadioButton.cs: fix GroupName when the control is inside a
+       NamingContainer different from Page. Closes bug #65586.
+
+2004-09-07  Sanjay Gupta <gsanjay@novell.com>
+       
+       * Localize.cs: Added new class.
+
+2004-09-03  Gaurav Vaish <gvaish_mono AT lycos.com>
+
+       * CompositeControl.cs  : Completed
+       * Login.cs             : Initial implementation.
+
+2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Xml.cs: fixed get_DocumentContent (it was returning "" always!) and
+       don't call MapPathSecure on the content itself.
+       
+       * XmlBuilder.cs: handle XML documents written inside asp:xml. The
+       document is checked at parse time and will be checked again at run time.
+
+       Fixes bug #63828.
+
+2004-08-31  Sanjay Gupta <gsanjay@novell.com>
+
+       * AuthenticateEventHandler.cs: 
+       * CreateUserErrorEventArgs.cs:
+       * CreateUserErrorEventHandler.cs:
+       * DetailsViewCommandEventHandler.cs:
+       * DetailsViewDeleteEventArgs.cs:
+       * DetailsViewDeleteEventHandler.cs:
+       * DetailsViewDeletedEventArgs.cs:
+       * DetailsViewDeletedEventHandler.cs:
+       * DetailsViewInsertEventArgs.cs:
+       * DetailsViewInsertEventHandler.cs:
+       * DetailsViewInsertedEventArgs.cs:
+       * DetailsViewInsertedEventHandler.cs:
+       * DetailsViewModeEventArgs.cs:
+       * DetailsViewModeEventHandler.cs:
+       * DetailsViewPageEventHandler.cs:
+       * DetailsViewUpdateEventArgs.cs:
+       * DetailsViewUpdateEventHandler.cs:
+       * DetailsViewUpdatedEventArgs.cs:
+       * DetailsViewUpdatedEventHandler.cs:
+       * FormViewCommandEventHandler.cs:
+       * FormViewDeleteEventArgs.cs:
+       * FormViewDeleteEventHandler.cs:
+       * FormViewDeletedEventArgs.cs:
+       * FormViewDeletedEventHandler.cs:
+       * FormViewInsertEventArgs.cs:
+       * FormViewInsertEventHandler.cs:
+       * FormViewInsertedEventArgs.cs:
+       * FormViewInsertedEventHandler.cs:
+       * FormViewModeEventHandler.cs:
+       * FormViewPageEventHandler.cs:
+       * FormViewUpdateEventArgs.cs:
+       * FormViewUpdateEventHandler.cs:
+       * FormViewUpdatedEventArgs.cs:
+       * FormViewUpdatedEventHandler.cs:
+       * GridViewCancelEditEventArgs.cs:
+       * GridViewCancelEditEventHandler.cs:
+       * GridViewCommandEventHandler.cs:
+       * GridViewDeleteEventArgs.cs:
+       * GridViewDeleteEventHandler.cs:
+       * GridViewDeletedEventArgs.cs:
+       * GridViewDeletedEventHandler.cs:
+       * GridViewEditEventHandler.cs:
+       * GridViewPageEventHandler.cs:
+       * GridViewRowEventHandler.cs:
+       * GridViewSelectEventHandler.cs:
+       * GridViewSortEventArgs.cs:
+       * GridViewSortEventHandler.cs:
+       * GridViewUpdateEventArgs.cs:
+       * GridViewUpdateEventHandler.cs:
+       * GridViewUpdatedEventArgs.cs:
+       * GridViewUpdatedEventHandler.cs:
+       * ImageMapEventHandler.cs:
+       * MailMessageEventHandler.cs:
+       * MenuEventHandler.cs:
+       * ObjectDataSourceDisposingEventHandler.cs:
+       * ObjectDataSourceEventHandler.cs:
+       * ObjectDataSourceMethodEventArgs.cs:
+       * ObjectDataSourceMethodEventHandler.cs:
+       * ObjectDataSourceSelectingEventArgs.cs:
+       * ObjectDataSourceSelectingEventHandler.cs:
+       * ObjectDataSourceStatusEventArgs.cs:
+       * ObjectDataSourceStatusEventHandler.cs:
+       * SendMailErrorEventHandler.cs:
+       * SiteMapNodeItemEventHandler.cs:
+       * SqlDataSourceSelectingEventArgs.cs:
+       * SqlDataSourceSelectingEventHandler.cs:
+       * TreeNodeEventHandler.cs:
+       * WizardNavigationEventArgs.cs:
+       * WizardNavigationEventHandler.cs: Minor modifications, compiler error
+       corrections and removing "sealed" access specifier from *EventHandler.cs
+
+2004-08-18  Sanjay Gupta <gsanjay@novell.com>
+
+       * Literal.cs: Added new attributes and property for .Net 2.0
+
+2004-08-13  Sanjay Gupta <gsanjay@novell.com>
+
+       * GridViewDeleteEventArgs.cs: Removed extra code.
+
+2004-08-12  Sanjay Gupta <gsanjay@novell.com>
+
+       * SendMailErrorEventArgs.cs:
+       * SendMailErrorEventHandler.cs:
+       * SiteMapNodeItemEventArgs.cs:
+       * SiteMapNodeItemEventHandler.cs:
+       * SqlDataSourceSelectingEventArgs.cs:
+       * SqlDataSourceSelectingEventHandler.cs:
+       * TreeNodeEventArgs.cs:
+       * TreeNodeEventHandler.cs:
+       * WizardNavigationEventArgs.cs:
+       * WizardNavigationEventHandler.cs: Added new delegates.
+
+2004-08-11  Sanjay Gupta <gsanjay@novell.com>
+
+       * ImageMapEventArgs.cs:
+       * ImageMapEventHandler.cs:
+       * MailMessageEventArgs.cs:
+       * MailMessageEventHandler.cs:
+       * MenuEventArgs.cs:
+       * MenuEventHandler.cs:
+       * ObjectDataSourceDisposingEventArgs.cs:
+       * ObjectDataSourceDisposingEventHandler.cs:
+       * ObjectDataSourceEventArgs.cs:
+       * ObjectDataSourceEventHandler.cs:
+       * ObjectDataSourceMethodEventArgs.cs:
+       * ObjectDataSourceMethodEventHandler.cs:
+       * ObjectDataSourceSelectingEventArgs.cs:
+       * ObjectDataSourceSelectingEventHandler.cs:
+       * ObjectDataSourceStatusEventArgs.cs:
+       * ObjectDataSourceStatusEventHandler.cs: Added new delegates.
+
+2004-08-11  Sanjay Gupta <gsanjay@novell.com>
+
+       * DetailsViewCommandEventArgs.cs:
+       * FormViewCommandEventArgs.cs:
+       * GridViewCommandEventArgs.cs: Corrected constructor.
+
+2004-08-11  Sanjay Gupta <gsanjay@novell.com>
+
+       * GridViewCancelEditEventArgs.cs:
+       * GridViewCancelEditEventHandler.cs:
+       * GridViewCommandEventArgs.cs:
+       * GridViewCommandEventHandler.cs:
+       * GridViewDeletedEventArgs.cs:
+       * GridViewDeletedEventHandler.cs:
+       * GridViewDeleteEventArgs.cs:
+       * GridViewDeleteEventHandler.cs:
+       * GridViewEditEventArgs.cs:
+       * GridViewEditEventHandler.cs:
+       * GridViewPageEventArgs.cs:
+       * GridViewPageEventHandler.cs:
+       * GridViewRowEventArgs.cs:
+       * GridViewRowEventHandler.cs:
+       * GridViewSelectEventArgs.cs:
+       * GridViewSelectEventHandler.cs:
+       * GridViewSortEventArgs.cs:
+       * GridViewSortEventHandler.cs:
+       * GridViewUpdatedEventArgs.cs:
+       * GridViewUpdatedEventHandler.cs:
+       * GridViewUpdateEventArgs.cs:
+       * GridViewUpdateEventHandler.cs: Added new delegates.
+
+2004-08-11  Sanjay Gupta <gsanjay@novell.com>
+
+       * FormViewUpdatedEventArgs.cs: Corrected constructor.
+
+2004-08-11  Sanjay Gupta <gsanjay@novell.com>
+
+       * FormViewCommandEventArgs.cs: Corrected name of class.
+
+2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Xml.cs: use MapPath in DocumentSource and documentContent. Fixes
+       bug #62726.
+
+2004-08-10  Sanjay Gupta <gsanjay@novell.com>
+
+       * FormViewCommandEventArgs.cs:
+       * FormViewCommandEventHandler.cs:
+       * FormViewDeletedEventArgs.cs:
+       * FormViewDeletedEventHandler.cs:
+       * FormViewDeleteEventArgs.cs:
+       * FormViewDeleteEventHandler.cs:
+       * FormViewInsertedEventArgs.cs:
+       * FormViewInsertedEventHandler.cs:
+       * FormViewInsertEventArgs.cs:
+       * FormViewInsertEventHandler.cs:
+       * FormViewModeEventArgs.cs:
+       * FormViewModeEventHandler.cs:
+       * FormViewPageEventArgs.cs:
+       * FormViewPageEventHandler.cs:
+       * FormViewUpdatedEventArgs.cs:
+       * FormViewUpdatedEventHandler.cs:
+       * FormViewUpdateEventArgs.cs:
+       * FormViewUpdateEventHandler.cs: Added new delegates.
+
+2004-08-10  Sanjay Gupta <gsanjay@novell.com>
+
+       * DetailsViewCommandEventArgs.cs:
+       * DetailsViewCommandEventHandler.cs:
+       * DetailsViewDeletedEventArgs.cs:
+       * DetailsViewDeletedEventHandler.cs:
+       * DetailsViewDeleteEventArgs.cs:
+       * DetailsViewDeleteEventHandler.cs:
+       * DetailsViewInsertedEventArgs.cs:
+       * DetailsViewInsertedEventHandler.cs:
+       * DetailsViewInsertEventArgs.cs:
+       * DetailsViewInsertEventHandler.cs:
+       * DetailsViewModeEventArgs.cs:
+       * DetailsViewModeEventHandler.cs:
+       * DetailsViewPageEventArgs.cs:
+       * DetailsViewPageEventHandler.cs:
+       * DetailsViewUpdatedEventArgs.cs:
+       * DetailsViewUpdatedEventHandler.cs:
+       * DetailsViewUpdateEventArgs.cs:
+       * DetailsViewUpdateEventHandler.cs: Added new delegates.
+
+2004-08-09  Sanjay Gupta <gsanjay@novell.com>
+
+       * AuthenticateEventArgs.cs:
+       * AuthenticateEventHandler.cs:
+       * CreateUserErrorEventArgs.cs:
+       * CreateUserErrorEventHandler.cs: Added new delegates.
+
+2004-08-05  Sanjay Gupta <gsanjay@novell.com>
+
+       * IButtonControl.cs:
+       * ICallbackContainer.cs:
+       * ICompositeControlDesignerAccessor.cs:
+       * IPostBackContainer.cs: Added new interfaces.
+
+2004-08-03  Sanjay Gupta <gsanjay@novell.com>
+
+       * AdType.cs:
+       * AutoCompleteType.cs:
+       * ContentDirection.cs:
+       * DataControlCellType.cs:
+       * DataControlRowState.cs:
+       * DataControlRowType.cs:
+       * DetailsViewMode.cs:
+       * DynamicImageParameterMode.cs:
+       * FormViewMode.cs:
+       * HotSpotMode.cs:
+       * ImageFieldMode.cs:
+       * LiteralMode.cs:
+       * LogoutAction.cs:
+       * Orientation.cs:
+       * PagerButtons.cs:
+       * PathDirection.cs:
+       * ScrollBars.cs:
+       * SiteMapNodeItemType.cs:
+       * SiteMapNodeType.cs:
+       * SiteMapViewType.cs:
+       * SortDirection.cs:
+       * TableCaptionAlign.cs:
+       * TableHeaderScope.cs:
+       * TableViewMode.cs:
+       * TreeNodeSelectAction.cs:
+       * TreeNodeTypes.cs:
+       * TreeViewImageSet.cs:
+       * WizardStepType.cs: Added enumerations
+
+2004-08-02  Duncan Mak  <duncan@ximian.com>
+
+       * ButtonType.cs:
+       * LoginFailureAction.cs:
+       * LoginTextLayout.cs: Added enumerations.
+
+2004-07-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * BaseValidator.cs: in Validate(), when the control is not visible or
+       enabled, return inmediately after setting IsValid to true. Fixes bug
+       #61831.
+
+2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataList.cs: s/HasChildren/HasControls()/.
+
+2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataList.cs: style.
+
+2004-07-27 Alon Gazit <along@mainsoft.com>
+       * DataList.cs: Replaced foreach statement with for statement, 
+       in order to improve performence.
+
+2004-07-27 Alon Gazit <along@mainsoft.com>
+       * WebControl.cs: changed RenderBeginTag()to use TagKey instead of 
+       TagName.
+       * Unit.cs : changed GetTypeFromString() and GetStringFromPixel() to use 
+       switch statements in order to improve performance.
+
+2004-06-10 Alon Gazit <along@mainsoft.com>
+       * WebControl.cs: fixed LoadViewState(). 
+       Creates new attributes state bag only when the current is null.
+
+2004-06-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Calendar.cs: implemented OnPreRender and HasWeekSelectors.
+
+2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Calendar.cs: set the title class attribute if we have it. Fixes bug
+       53671.
+
+2004-06-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Style.cs: added SetBit.
+
+2004-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Calendar.cs:
+       * CompareValidator.cs:
+       * ImageButton.cs:
+       * Style.cs:
+       * WebControl.cs: Added protected missing members and attributes.
+
+2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TextBox.cs: don't save the Text if in ViewState if it's a password.
+       Save it if the control is not visible or not enabled. Fixes bug #58497.
+
+2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Calendar.cs: fire OnDayRender after assigning the calendar cell text.
+       Fixes bug #58097.
+
+2004-05-09 Gert Driesen (drieseng@users.sourceforge.net)
+       * Parameter.cs: 
+       * SqlDataSourceCommandEventArgs:
+       * XmlDataSource.cs : removed temporary workarounds for CLS 
+       compliance as System.Data is now CLS compliant
+
+2004-05-06 Alon Gazit <along@mainsoft.com>
+       * WebControl.cs: fixed LoadViewState() and SaveViewState(). 
+       Before the change the Enabled property wasn't updated when a postback
+       event was raised.
+       * ListControl.cs: fixed SelectedIndex property implementation.
+       Prevents throwing ArgumentOutOfRangeException (that should not be
+       thrown), when the list is empty.
+
+2004-04-28 Alon Gazit <along@mainsoft.com>
+       * WebControl.cs: fixed LoadViewState(). 
+       Always loading the saved attributes collection.
+
+2004-04-18 Alon Gazit <along@mainsoft.com>
+       * Repeater.cs: fixed InstantiateItem() and DataSource property.
+       The change in DataSource prevents throwing ArgumentException while
+       setting property value to null.
+       The change in InstantiateItem() prevents NullReferenceException.
+
+2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * BaseValidator.cs: Store Display property in the correct ViewState
+       property. Don't render anything if Display is ValidatorDisplay.None.
+
+2004-03-30  Lluis Sanchez Gual <lluis@ximian.com>
+
+       * Xml.cs: In LoadXpathDoc(), don't use MapPathSecure with documentSource,
+         since it is already a physical path. Fixes bug #55334.
+
+2004-02-13  Jackson Harper  <jackson@ximian.com>
+
+       * Calendar.cs: Match MS postback data. This allows sites that
+       parse the postback data manually to work.
+       
+2004-02-04 Alon Gazit <along@mainsoft.com>
+       * EditCommandColumn.cs: fixed InitializeCell().
+       The rendered LiteralControl should contain "&nbsp;" and not " ".
+
 2004-02-01 Alon Gazit <along@mainsoft.com>
 
        * DataGrid.cs: fixed a problem in the paging mechanism in the method
        bug #48671.
 
 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
-                                                                                
-        * FontInfo.cs: fixed Name property as suggested by Rich Alimi
+
+       * FontInfo.cs: fixed Name property as suggested by Rich Alimi
        <rich@velvetsea.net>.
 
 2003-09-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
        * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
 
 2003-03-17  George Kodinov <gkodinov@openlinksw.co.uk>
-        
-        * Unit.cs: Called the correct method to get the Numeric locale for the
+
+       * Unit.cs: Called the correct method to get the Numeric locale for the
        double conversion
 
 2003-02-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
@@ -1790,4 +2248,4 @@ Comments:
 
 
 
-// File Created 2001-11-13
+i/ File Created 2001-11-13