2004-09-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 47f4433b33a40247e0a2355902fd21ba95e94274..aada87a6c2d080f0bba94121e74b11bf49c49d5a 100644 (file)
@@ -1,3 +1,32 @@
+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-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * 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(). 
+       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