New test.
[mono.git] / mcs / class / System.Web / System.Web.Compilation / ChangeLog
index a3c0ab822ebd3bf4dbb683881f35fe75f9017ad1..19c8a171fab399a75a5c3cc87e795bf805f99a3b 100644 (file)
@@ -1,5 +1,61 @@
+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
+       files with names like File.resources or File.resx are found in the
+       resource directories.
+
 2006-11-16  Marek Habersack  <grendello@gmail.com>
 
+       * ForceCopyBuildProvider.cs: Added the build provider for
+       copy-only files.
+
+       * MasterPageBuildProvider.cs: Added the build provider for Master
+       Pages.
+
+       * IgnoreFileBuildProvider.cs: Make the class sealed.
+
        * AppCodeCompiler.cs: Fixed BuildProvider creation for a path. Now
        correctly uses the BuildProviderCollection to retrieve the
        appropriate builder and maps the physical input file path into