* WebConfigurationManager.cs: fixed GetSection to execute GetRuntimeObject, refactore...
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ChangeLog
index 486b416824ab926d3756f676638232b96e3aee99..369424bbc30e03f2359189a38dbf7cba09400f42 100644 (file)
@@ -1,3 +1,77 @@
+2006-12-18  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * WebConfigurationManager.cs: fixed GetSection to execute
+       GetRuntimeObject, refactored GetSection and GetWebApplicationSection
+
+2006-12-17  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * HttpHandlerAction.cs: fixed 'verb' config property
+
+2006-12-07  Igor Zelmanovich  <igorz@mainsoft.com>
+
+       * ProvidersHelper.cs: fixed: load assembles from /bin
+
+2006-11-22  Miguel de Icaza  <miguel@novell.com>
+
+       * SessionStateSection.cs: Do not call Enum.Parse with a null
+       argument, prevents an exception from being thrown.
+
+2006-11-20  Marek Habersack  <grendello@gmail.com>
+
+       * GlobalizationSection.cs: Added support for "auto" cultures and
+       the "auto:DEFAULT_CULTURE" cultures.
+
+2006-11-13  Konstantin Triger  <kostat@mainsoft.com>
+
+        * WebConfigurationHost.cs: use Type.GetType for loading full qualified types.
+
+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