2009-09-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.UI / ChangeLog
index ff4929805f08ed0c27cedec2703df6e61fe602f4..fa6b45d9050fe7898f8698ee7c34e7d66a866239 100644 (file)
@@ -1,3 +1,41 @@
+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