New test.
[mono.git] / mcs / class / System.Web / System.Web.Compilation / ChangeLog
index e9fa4fe4027ca8f41e2b9d8c83de8f02a4199c7a..19c8a171fab399a75a5c3cc87e795bf805f99a3b 100644 (file)
@@ -1,3 +1,45 @@
+2006-11-28  Marek Habersack  <grendello@gmail.com>
+
+       * BuildManager.cs: Add an internal property to signal whether or
+       not we have any resources from App_{Global,Local}Resources
+
+       * AspGenerator.cs: Register controls from
+       system.web/pages/controls collection before parsing.
+
+       * AppResourcesCompiler.cs: Let the build process know if we have
+       compiled any resources from App_{Global,Local}Resources
+
+2006-11-27  Marek Habersack  <grendello@gmail.com>
+
+       * CachingCompiler.cs: Automatically reference App_Code
+       assemblies.
+
+       * AppCodeCompiler.cs: Add ~/bin/*.dll to the referenced assemblies
+       when compiling.
+
+2006-11-25  Marek Habersack  <grendello@gmail.com>
+
+       * AppResourcesCompiler.cs: small optimizations.
+
+       * AppResourceFilesCompiler.cs: small optimizations.
+
+2006-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * WebServiceCompiler.cs: add the type to the cache after getting it
+       from the compiled assembly.
+
+2006-11-20  Marek Habersack  <grendello@gmail.com>
+
+       * AppCodeCompiler.cs: Reference assemblies listed in
+       system.web/compilation/assemblies.
+       Don't create empty assemblies.
+
+2006-11-19 Igor Zelmanovich <igorz@mainsoft.com>
+
+       * TemplateControlCompiler.cs: fixed:
+       When <%# Bind(...) %>-expression is used more then once for same control
+       The variable associated with this control is declared only once.
+
 2006-11-18  Marek Habersack  <grendello@gmail.com>
 
        * AppResourceFilesCompiler.cs: Fixed an exception thrown when