merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ChangeLog
index f9495d9744eee300bb9669a9ef54e860a6c8ca09..3b59b9abe91eca6faf65f3611c7cde4962baed5e 100644 (file)
@@ -1,3 +1,60 @@
+2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * ProfileGroupSettings.cs, ProfileGroupSettingsCollection.cs
+       ProfilePropertySettingsCollection.cs, ProfileSection.cs
+       RootProfilePropertySettingsCollection.cs: refactoring and fix of
+       <group> element
+
+2006-10-18  Marek Habersack  <grendello@gmail.com>
+
+       * WebConfigurationManager.cs: implement support for extra
+       assemblies to be referenced when compiling a page.
+
+2006-09-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * WebConfigurationManager.cs: add null checks. Patch by Marek Habersack
+       that fixes bug #79283.
+
+2006-09-06  Konstantin Triger  <kostat@mainsoft.com>
+
+       * WebConfigurationHost.cs: do not recourse as this will be done by
+               Configuration object.
+
+2006-08-08  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * WebConfigurationManager.cs: added configSystem property under 
+       TARGET_JVM part
+       * WebConfigurationHost.cs: fixed GetStreamName and OpenStreamForRead
+       for TARGET_JVM
+       * CompilationSection.cs: BuildProviders property removed from
+       TARGET_JVM
+       * SystemWebSectionGroup.cs: Compilation property removed from
+       TARGET_JVM
+
+2006-06-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * NullableStringValidator.cs : new internal class that is almost
+         identical to StringValidator but allows null value.
+       * PropertyHelper.cs : use new NullableStringValidator.
+       * NamespaceCollection.cs : in NamespaceInfo "" is not allowed.
+
+2006-06-08  Chris Toshok  <toshok@ximian.com>
+
+       * WebConfigurationHost.cs (InitForConfiguration): i know this is
+       going to bite me in the ass, but guard against configPath being ==
+       to "/", since this will result in an infinite loop.
+       (MapPath): fix a NRE.
+
+2006-05-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * WebConfigurationManager.cs: recent sys.config.dll changes on
+         ConfigurationManager.GetSection() which should call
+         GetRuntimeObject() should also apply here. Fixed monodoc web.
+
+2006-05-10  Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpHandlerAction.cs: keep the internal exception
+
 2006-05-08  Chris Toshok  <toshok@ximian.com>
 
        * WebConfigurationManager.cs (GetBasePath): fix bug where