2009-09-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index 00a80393c236649bce361a19673059464c338c1d..fa6b45d9050fe7898f8698ee7c34e7d66a866239 100644 (file)
@@ -1,3 +1,97 @@
+2009-09-15  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateParser.cs: FindNamespaceInAssembly must catch
+       ReflectionTypeLoadException so that it doesn't break on invalid
+       assemblies.
+
+2009-08-24  Marek Habersack  <mhabersack@novell.com>
+
+       * PageParser.cs: 2.0 profile takes advantage of the inputFile
+       parameter to GetCompiledPageInstance. A check is made whether the
+       file pointed to by this parameter is inside the application's
+       virtual path and if not, the compilation request is assumed to
+       refer to a fake location. Part of fix for bug #463813
+
+2009-08-18  Marek Habersack  <mhabersack@novell.com>
+
+       * ControlBuilder.cs: Location property makes a copy of assigned
+       ILocation now.
+
+2009-08-14  Marek Habersack  <mhabersack@novell.com>
+
+       * ControlBuilder.cs: when CreateSubBuilder is called on a builder
+       which is supposed to treat its children as properties and the
+       default property builder is defined, first check if the tag which
+       has just been parsed isn't a template property. If it is, don't
+       use the default property builder, instead create a template
+       property builder directly. Fixes bug #527753
+
+2009-07-23  Marek Habersack  <mhabersack@novell.com>
+
+       * ControlBuilder.cs: added an internal helper property
+       IsNamingContainer.
+
+2009-07-21  Marek Habersack  <mhabersack@novell.com>
+
+       * SimpleWebHandlerParser.cs: make sure to ignore invalid bin/
+       assemblies in AddAssembliesInBin and GetTypeFromBin.
+
+2009-06-15  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateParser.cs: AddAssembliesInBin (1.1 profile) tries to
+       load every assembly in order to see if it's a valid one. All bad
+       dll image errors are silently ignored. Fixes bug #315816
+
+2009-06-05  Marek Habersack  <mhabersack@novell.com>
+
+       * Page.cs: InitializeTheme uses WebConfigurationManager.GetSection
+       to retrieve page theme name. GetWebApplicationSection cannot be
+       used because the system.web/pages section is valid also in
+       subdirectories. Fixes bug #510302
+
+2009-06-01  Marek Habersack  <mhabersack@novell.com>
+
+       * ClientScriptManager.cs: WriteHiddenFields doesn't add the id
+       attribute to generated input element in the 1.1 profile. Fixes bug
+       #508167. Patch from Hubert FONGARNAND
+       <informatique.internet@fiducial.fr>, thanks!
+
+2009-05-29  Marek Habersack  <mhabersack@novell.com>
+
+       * StateBag.cs: made SetDirty (bool) available on 1.1 as
+       internal. Fixes bug #507836
+
+2009-05-05  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateParser.cs: PageParserFilterType uses
+       HttpApplication.LoadType so that it is able to load the filter
+       from App_Code or with not fully qualified type names.
+
+2009-05-04  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateParser.cs: take RootBuilder from the associated
+       generator. 
+       Allow the main page directive to be added twice if the parser
+       needs it. Used by AspGenerator when extracting the inherited type
+       name before actual parsing. Fixes bug #500075
+
+       * FileLevelControlBuilderAttribute.cs,
+       FileLevelPageControlBuilder.cs, FileLevelUserControlBuilder.cs:
+       implemented
+
+       * ControlBuilder.cs: added a new internal property,
+       DataBindingMethod.
+       Implemented ProcessGeneratedCode.
+
+2009-04-30  Marek Habersack  <mhabersack@novell.com>
+
+       * TemplateParser.cs: removed the PageParserFilterTypeName
+       property, the filter type name is looked up on demand now.
+
+       * ApplicationFileParser.cs, MasterPageParser.cs,
+       UserControlParser.cs: load config defaults explicitly after
+       initializing the instance.
+
 2009-04-29  Marek Habersack  <mhabersack@novell.com>
 
        * DataBinder.cs: GetPropertyValue must throw also if propName is