* WebConfigurationManager.cs: fixed GetSection to execute GetRuntimeObject, refactore...
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / ChangeLog
index d186e29980c094f12bdd5b2181bd6c67cf6552e6..369424bbc30e03f2359189a38dbf7cba09400f42 100644 (file)
@@ -1,3 +1,42 @@
+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