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=7927b3f9e10dc14debc531ff64103a1743f88403;hpb=47cde9a5de63598283a787ef269411c430c0f6c6;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 7927b3f9e10..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,23 @@ +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 + 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 @@ -5,8 +25,8 @@ #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