2005-10-29 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration / ChangeLog
index 78707b1fe6d2e0e69a35557b6bbb6d1a8e909b36..3895e7cedadd807631e01900201b7112d4feefaa 100644 (file)
@@ -1,3 +1,160 @@
+2005-10-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * GlobalizationConfigurationHandler.cs : we don't use ICU.
+
+2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HandlerFactoryConfiguration.cs: when using regex matching, pass the
+       original full virtual path, not just the file name. The regex matches
+       the end of the path. Fixes bug #76536.
+
+2005-10-08 Gert Driesen <drieseng@users.sourceforge.net>
+
+       * WebConfigurationHost.cs: Added stubs for missing implementation
+       of IInternalConfigHost to fix build for 2.0 profile.
+
+2005-10-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ClientTargetSectionHandler.cs: New file.
+
+2005-09-23  Chris Toshok  <toshok@ximian.com>
+
+       * ExpressionBuilderCollection.cs: track change to
+       System.Configuration.ConfigurationPropertyOptions.
+
+2005-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * PagesConfiguration.cs: on error return a default instance instead
+       of null.
+
+2005-09-22  Chris Toshok  <toshok@ximian.com>
+
+       * PositiveTimeSpanValidator.cs: move this from
+       System.Configuration to here.
+
+2005-09-15  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CompilationConfiguration.cs: Return an empty configuration object if
+       no HttpContext is available. This is required for the unit tests and
+       match the results of MS 1.1 and 2.0 (beta2).
+
+2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AdapterDictionary.cs: Added missing IDeserializationCallback.
+       * AuthorizationRuleAction.cs: Fixed enum values.
+       * BuildProvider.cs: Class is sealed. Removed empty constructor.
+       * BuildProviderCollection.cs: Adapted to BuildProvider ctor changes.
+       * CodeSubDirectory.cs: Added missing constructor.
+       * CodeSubDirectoriesCollection.cs: Adapted to 
+       CodeSubDirectoriesCollection ctor changes.
+       * CustomErrorsMode.cs: Fixed enum values.
+       * FormsAuthenticationConfiguration.cs: Class is sealed.
+       * HttpCapabilitiesBase.cs: Added security permissions with Minimal 
+       level for AspNetHostingPermission (both Link and Inheritance demands).
+       * ProcessModelComAuthenticationLevel.cs: Fixed enum values.
+       * ProcessModelComImpersonationLevel.cs: Fixed enum values.
+       * ProcessModelLogLevel.cs: Fixed enum values.
+       * WebApplicationLevel.cs: New enum for 2.0.
+
+2005-08-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ModulesConfiguration.cs: LoadModules creates a HttpModuleCollection,
+       initializes the module instances and fills in the collection.
+
+2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ModulesConfiguration.cs: add Clone (ugly).
+
+2005-08-30  Miguel de Icaza  <miguel@novell.com>
+
+       * HttpCapabilitiesBase.cs: Make partial to pull the implementation
+       from another class.
+
+2005-08-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * HandlerFactoryConfiguration.cs: fix path matching so that
+       /xxx/WebResource.axd works. If we're going to match using a regexp,
+       generate it in the constructor, not on every request.
+
+2005-08-25  Chris Toshok  <toshok@ximian.com>
+
+       * HandlerFactoryConfiguration.cs: implement the slow path for
+       PathMatches using Regex.  Also, make the fast path for exact
+       matches faster (and more correct).
+
+2005-08-25  Chris Toshok  <toshok@ximian.com>
+
+       * HandlerFactoryConfiguration.cs: chain up to the parent
+       Configuration if we don't have a match, instead of adding the
+       parent's handlers to our list (and thereby overriding ours).
+
+2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AuthConfig.cs: Add new 2.0 stuff (required for Forms Authentication).
+
+2005-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * MachineKeyConfig.cs: we don't honor IsolateApp.
+
+2005-07-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * MachineKeyConfigHandler.cs:
+       * MachineKeyConfig.cs: removed unused property. The CryptoGod has spoken
+       and told me to use RandomNumberGenerator.Create to let the
+       implementation choose the generator.
+
+2005-07-25  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * WebConfigurationSettings.cs: Fixed LoadFromFile to find web.config
+       under TARGET_J2EE (case sensitivity).
+
+2005-07-25  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * WebConfigurationSettings.cs: TARGET_J2EE ifdef reorder for
+       readability.
+
+2005-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * MachineKeyConfigHandler.cs: removed unused code. Use
+       MachineKeyValidation.
+       * MachineKeyValidation.cs: made internal for 1.1 and added AES.
+       * MachineKeyConfig.cs: new property to return 24 bits needed for 3DES.
+       fix typo from last patch ('AutoGenerate'). Made the keys different when
+       both are autogenerated.
+
+2005-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * MachineKeyConfigHandler.cs:
+       * MachineKeyConfig.cs: patch from Miguel that moves code from
+       MachineKeyConfigHandler to MachineKeyConfig.
+
+2005-07-24  Eyal Alalouf  <eyala@mainsoft.com>
+
+       * WebConfigurationSettings.cs: TARGET_J2EE changes. static variables in
+         AppDomain.
+
+2005-07-19  Eyal Alalouf  <eyala@mainsoft.com>
+       * WebConfigurationSettings.cs: Grasshopper doesn't support remoting and the FileSystemWatcher
+
+2005-07-01  Lluis Sanchez Gual <lluis@novell.com>
+
+       * MembershipSection.cs: Implemented.
+       * SiteMapSection.cs: Define properties using attributes.
+       * AnonymousIdentificationSection.cs: Define properties using attributes.
+       * WebConfigurationManager.cs: return the correct base path for the
+         root path.
+       * IRemoteWebConfigurationHostServer.cs: Fixed method signatures.
+       * WebConfigurationHost.cs: Added the machine web.config to the web.config
+       file chain. Several fixes in the chain order. Implemented 
+       IsDefinitionAllowed and VerifyDefinitionAllowed.
+
+       * VirtualDirectoryMappingCollection.cs:
+       * WebConfigurationFileMap.cs:
+       * AdapterDictionary.cs:
+       * AuthenticationSection.cs:
+       * AssemblyCollection.cs:
+       * AssemblyInfo.cs: Minor api fixes.
+       
 2005-06-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
 
        * HandlerItem.cs: the path matches 'path\z', as the previous '\Apath\z'