X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.UI.WebControls%2FChangeLog;h=aada87a6c2d080f0bba94121e74b11bf49c49d5a;hb=a0ea59a1e1c35eb6ff8522e6bc090345acacd0ec;hp=cb282d6377ab71052048925d5ef270893759f356;hpb=dd866d68820e0f66046256bb5d3f84e3988a8be0;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 cb282d6377a..aada87a6c2d 100644 --- a/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog +++ b/mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog @@ -1,6 +1,27 @@ +2004-09-01 Gonzalo Paniagua Javier + + * 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 + + * Xml.cs: use MapPath in DocumentSource and documentContent. Fixes + bug #62726. + +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-06-10 Alon Gazit - * WebControl.cs: fixed LoadViewState(). - Creates new attributes state bag only when the current is null. + * WebControl.cs: fixed LoadViewState(). + Creates new attributes state bag only when the current is null. 2004-06-07 Gonzalo Paniagua Javier