2007-10-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration / ChangeLog
index 66c8336dc39d369d67c66ca87651b89f9076abc5..4b0b7baa09b7749aec226b600587e1368f29b94f 100644 (file)
@@ -1,3 +1,103 @@
+2007-10-15  Marek Habersack  <mhabersack@novell.com>
+
+       * ModulesConfiguration.cs: load modules using
+       HttpApplication.LoadType to include the bin/ directory in search.
+
+2007-08-30  Marek Habersack  <mhabersack@novell.com>
+
+       * MachineKeyRegistryStorage.cs: added
+
+2007-08-23  Robert Jordan  <robertj@gmx.net>
+
+       * WebConfigurationSettings.cs: Move RemotingConfiguration to
+       System.Runtime.Remoting.Channels.Http/HttpRemotingHandlerFactory.cs.
+       Fixes #81831.
+
+2007-08-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PagesConfigurationHandler.cs: Use enum for EnableSessionState.
+       * PagesConfiguration.cs: Use enum for EnableSessionState.
+
+2007-08-08  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationSettings.cs: do not use lock (this), replace it
+       with lock (this_object), where this_object is an instance
+       variable. Prevents deadlocks in situation when external code locks
+       on the class instance.
+
+2007-05-01  Marek Habersack  <mhabersack@novell.com>
+
+       * HttpCapabilitiesBase.cs: move the User-Agent code to a separate
+       internal method.
+
+2007-04-10  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationSettings.cs: add NotifyFilter.Size to the
+       watcher notification filter to enable file modification events
+       with Linux inotify.
+
+2007-03-22  Adar Wesley <adarw@mainsoft.com>
+
+       * HttpCapabilitiesBase.cs: support for implementation of new 
+       capabilities.
+
+2007-03-19  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationSettings.cs: another fix to the
+       GetConfigFromFileName logic - the passed "filepath" must not end
+       with a slash when called recursively, or it will lead to endless
+       recursion.
+
+2007-03-18  Marek Habersack  <mhabersack@novell.com>
+
+       * WebConfigurationSettings.cs: fix the GetConfigFromFileName
+       directory logic.
+
+2007-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PagesConfiguration.cs: Stop swallowing configuration exceptions.
+       * PagesConfigurationHandler.cs: Provide better exception message for
+       invalid 'enableSessionState' value.
+
+2007-01-20  Miguel de Icaza  <miguel@novell.com>
+
+       * HandlerFactoryConfiguration.cs (LoadType): remove unused
+       variable.
+       (ctor): do not assign parent, we do not use it, keep the code for
+       reference.
+
+2007-01-18  Miguel de Icaza  <miguel@novell.com>
+
+       * HttpCapabilitiesBase.cs: Fix the build, I kept an old code path
+       for 1.0
+
+2007-01-18  Konstantin Triger  <kostat@mainsoft.com>
+
+       * HttpCapabilitiesBase.cs: consider Page's ClientTarget for BrowseCaps.
+
+2006-08-15  Eyal Alalouf  <eyala@mainsoft.com>
+    * WebConfigurationSettings.cs: Remove i#if TARGET_JVM since Grasshopper
+         supports Remtoing now.
+
+2006-07-06 Andrew Skiba <andrews@mainsoft.com>
+
+       * HttpHandlersSectionHandler.cs: validate attribute can have 'true' and
+       'false' case-insensitive in net 2.0
+
+2006-06-28 Andrew Skiba <andrews@mainsoft.com>
+
+       * ModulesConfiguration.cs: keep the inner exception
+
+2006-03-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpRuntimeConfigurationHandler.cs: removed a bunch of useless stuff
+       for 1.x.
+
+2006-02-28  Chris Toshok  <toshok@ximian.com>
+
+       * FormsAuthPasswordFormat.cs: ifdef out the [Serializable] in the
+       2.0 case.
+
 2006-02-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * CompilationConfiguration.cs: