2007-10-15 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration / ChangeLog
index 6e95fdcef8059664d5891a030b820b8dc978ad77..4b0b7baa09b7749aec226b600587e1368f29b94f 100644 (file)
@@ -1,3 +1,149 @@
+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:
+       * CompilationConfigurationHandler.cs: only compile these for
+       pre-2.0 assemblies.
+
+2006-02-01  Chris Toshok  <toshok@ximian.com>
+
+       * CompilerCollection.cs: CONFIGURATION_2_0 => NET_2_0.
+
+       * CompilationConfigurationHandler.cs: same.
+
+       * Compiler.cs: same.
+
+       * CompilationConfiguration.cs: same.
+
+2006-01-08  Konstantin Triger <kostat@mainsoft.com>
+
+        * HttpCapabilitiesBase.cs: TARGET_JVM changes to let the compilation
+                pass with csc 1.1.
+
+2005-12-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * WebConfigurationSettings.cs: patch by Cyrille Colin that sets the
+       right application path even when MapPath fails. Closes bug #77044.
+
+2005-12-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * WebConfigurationSettings.cs: don't fail if <location> has more
+       than one element. Fixes bug #76633.
+
+2005-12-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HttpHandlersSectionHandler.cs:
+       * HandlerFactoryConfiguration.cs: we need to use a copy of the parent
+       mappings, otherwise we may remove mappings from the parent. Fix a typo
+       when removing the item from the collection. Now LocateHandler searches
+       first for this configuration mappings and then for the parent ones.
+       Fixes (truly) bug #76842.
+
+2005-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HandlerFactoryConfiguration.cs: my previous patch broke the
+       * order in which handlers are searched. This one fixes that,
+       * while not breaking bug 76842 again.
+
 2005-11-30  Chris Toshok  <toshok@ximian.com>
 
        * WebConfigurationSettings.cs (ReadSectionGroup): some