2004-09-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 41e28811dda7c76475e3b2030f22af8b5f59ded7..874a1774bcedb14930eb7b38846fd4188a971c67 100644 (file)
@@ -1,98 +1,28 @@
-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-09-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-2004-07-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+       * RadioButton.cs: fix GroupName when the control is inside a
+       NamingContainer different from Page. Closes bug #65586.
 
-       * BaseValidator.cs: in Validate(), when the control is not visible or
-       enabled, return inmediately after setting IsValid to true. Fixes bug
-       #61831.
+2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-2004-07-27 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.
 
-       * DataList.cs: s/HasChildren/HasControls()/.
+       Fixes bug #63828.
 
-2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+2004-08-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-       * DataList.cs: style.
+       * Xml.cs: use MapPath in DocumentSource and documentContent. Fixes
+       bug #62726.
 
-2004-07-27 Alon Gazit <along@mainsoft.com>
-       * DataList.cs: Replaced foreach statement with for statement, 
-       in order to improve performence.
+2004-07-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-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.
+       * BaseValidator.cs: in Validate(), when the control is not visible or
+       enabled, return inmediately after setting IsValid to true. Fixes bug
+       #61831.
 
 2004-06-10 Alon Gazit <along@mainsoft.com>
        * WebControl.cs: fixed LoadViewState(). 
        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.
+        * 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.
+        * 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.
        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>