2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index bea257d42975ee74add5452021f8070432108136..fafd3d7edc78b2f053cf1cfc93939d60abb66040 100644 (file)
@@ -1,3 +1,51 @@
+2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ClientScriptManager.cs:
+       * Page.cs:
+       * Page.jvm.cs:
+       added new internal property IsMultiForm which returns false under
+       !TARGET_J2EE (Portal). All client scripts are rendered 
+       according this property.        
+               
+2007-07-24 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * ClientScriptManager.cs: fixed: GetCallbackEventReference method.
+               
+2007-07-23 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * Page.cs: refactoring: __doPostBack client script
+       It is a part of adapting System.Web to work whith 
+       System.Web.Extensions (AJAX).
+
+2007-07-23 Konstantin Triger <kostat@mainsoft.com>
+
+       * Control.cs: calculate AppRelativeTemplateSourceDirectory from HttpContext
+               when control is not in control collection.
+
+2007-07-22 Konstantin Triger <kostat@mainsoft.com>
+
+       * Control.cs,
+               TemplateControl.cs: base AppRelativeTemplateSourceDirectory property
+               on TemplateControl; implement special behavior of Control.TemplateControl for
+               TemplateControl instances.
+
+2007-07-18  Marek Habersack  <mhabersack@novell.com>
+
+       * ControlBuilder.cs: on the 2.0 profile BindingContainerType
+       returns the associated control's base type when parent builder is
+       absent instead of typeof (Control). It returns typeof (Control) if
+       the parent builder type is determined to be a
+       NamingContainer. This makes the generated code match the MS.NET
+       output. Fixes bug #82119.
+
+2007-07-18 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * Page.cs:
+       * ClientScriptManager.cs:
+       scripts, registered using RegisterClientScriptInclude, 
+       RegisterClientScriptResource and RegisterClientScriptBlock appear on Page
+       in order matches the order in which the scripts were registered.
+
 2007-07-16 Igor Zelmanovich <igorz@mainsoft.com>
 
        * Control.cs: fixed EnsureID.