X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FChangeLog;h=874a1774bcedb14930eb7b38846fd4188a971c67;hb=0fbb08680b9b655570b5fe2587d73b7c771a35b7;hp=33db14a8545c6d15e94f4e5fa8fe5070ac9405bd;hpb=5e0747a8a13c05e72a8cd4db9c88e9a34954704e;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 33db14a8545..874a1774bce 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,3 +1,8 @@ +2004-09-12 Gonzalo Paniagua Javier + + * RadioButton.cs: fix GroupName when the control is inside a + NamingContainer different from Page. Closes bug #65586. + 2004-09-01 Gonzalo Paniagua Javier * Xml.cs: fixed get_DocumentContent (it was returning "" always!) and @@ -8,280 +13,17 @@ Fixes bug #63828. -2004-08-31 Sanjay Gupta - - * 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 - - * Literal.cs: Added new attributes and property for .Net 2.0 - -2004-08-13 Sanjay Gupta - - * GridViewDeleteEventArgs.cs: Removed extra code. - -2004-08-12 Sanjay Gupta - - * 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 - - * 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 - - * DetailsViewCommandEventArgs.cs: - * FormViewCommandEventArgs.cs: - * GridViewCommandEventArgs.cs: Corrected constructor. - -2004-08-11 Sanjay Gupta - - * 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 - - * FormViewUpdatedEventArgs.cs: Corrected constructor. - -2004-08-11 Sanjay Gupta - - * FormViewCommandEventArgs.cs: Corrected name of class. - 2004-08-10 Gonzalo Paniagua Javier * Xml.cs: use MapPath in DocumentSource and documentContent. Fixes bug #62726. -2004-08-10 Sanjay Gupta - - * 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 - - * 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 - - * AuthenticateEventArgs.cs: - * AuthenticateEventHandler.cs: - * CreateUserErrorEventArgs.cs: - * CreateUserErrorEventHandler.cs: Added new delegates. - -2004-08-05 Sanjay Gupta - - * IButtonControl.cs: - * ICallbackContainer.cs: - * ICompositeControlDesignerAccessor.cs: - * IPostBackContainer.cs: Added new interfaces. - -2004-08-03 Sanjay Gupta - - * 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 - - * ButtonType.cs: - * LoginFailureAction.cs: - * LoginTextLayout.cs: Added enumerations. - 2004-07-29 Gonzalo Paniagua Javier * 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 - - * DataList.cs: s/HasChildren/HasControls()/. - -2004-07-27 Gonzalo Paniagua Javier - - * DataList.cs: style. - -2004-07-27 Alon Gazit - * DataList.cs: Replaced foreach statement with for statement, - in order to improve performence. - -2004-07-27 Alon Gazit - * 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 * WebControl.cs: fixed LoadViewState(). Creates new attributes state bag only when the current is null. @@ -324,16 +66,16 @@ compliance as System.Data is now CLS compliant 2004-05-06 Alon Gazit - * 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. + * 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 - * WebControl.cs: fixed LoadViewState(). - Always loading the saved attributes collection. + * WebControl.cs: fixed LoadViewState(). + Always loading the saved attributes collection. 2004-04-18 Alon Gazit * Repeater.cs: fixed InstantiateItem() and DataSource property. @@ -952,8 +694,8 @@ bug #48671. 2003-09-19 Gonzalo Paniagua Javier - - * FontInfo.cs: fixed Name property as suggested by Rich Alimi + + * FontInfo.cs: fixed Name property as suggested by Rich Alimi . 2003-09-14 Gonzalo Paniagua Javier @@ -1131,8 +873,8 @@ * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound. 2003-03-17 George Kodinov - - * 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 @@ -2152,4 +1894,4 @@ Comments: -i/ File Created 2001-11-13 +// File Created 2001-11-13