2004-09-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 917313e0d8840dddb5ecb06a60ca988d67a7d0ad..874a1774bcedb14930eb7b38846fd4188a971c67 100644 (file)
@@ -1,16 +1,28 @@
-2004-07-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+2004-09-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
-       * DataList.cs: style.
+       * RadioButton.cs: fix GroupName when the control is inside a
+       NamingContainer different from Page. Closes bug #65586.
+
+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-07-27 Alon Gazit <along@mainsoft.com>
-       * DataList.cs: Replaced foreach statement with for statement, 
-       in order to improve performence.
+2004-08-10 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.
+       * Xml.cs: use MapPath in DocumentSource and documentContent. Fixes
+       bug #62726.
+
+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-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>