2005-11-13 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Sun, 13 Nov 2005 17:16:32 +0000 (17:16 -0000)
committerChris Toshok <toshok@novell.com>
Sun, 13 Nov 2005 17:16:32 +0000 (17:16 -0000)
commit118406e77f24c74e62b17294dde0c520aab10671
tree3bc0fc684c18aa56a8990d06e8aeeca436a9e389
parente0df88323f9535a39fb3352d7d30b5d0e8e6242c
2005-11-13  Chris Toshok  <toshok@ximian.com>

* AuthorizationRuleCollection.cs: fix ConfigurationCollection
attribute.

* TransformerInfo.cs: fix corcompare.

* SqlCacheDependencyDatabase.cs: mark ctor internal to fix
corcompare.

* AuthenticationSection.cs: add missing Reset stub.

* ProfileSettingsCollection.cs: use the more succint ctor.

* FormsAuthenticationUser.cs: enable the TypeConverter on "name".

* GlobalizationSection.cs: fix up corcompare.

* WebPartsSection.cs: fix up corcompare.

* ProfileGroupSettingsCollection.cs: add missing
ConfigurationCollection attribute.

* ExpressionBuilder.cs: implement.

* FormsAuthenticationCredentials.cs: fix up corcompare.

* AssemblyCollection.cs: implement Properties.

* SiteMapSection.cs: implement Properties.

* ExpressionBuilderCollection.cs: fix up corcompare.

* ProfileSettings.cs: add missing ctor.

* PassportAuthentication.cs: new implementation.

* SqlCacheDependencySection.cs: fix up corcompare.

* ProfilePropertySettingsCollection.cs: fix up corcompare.

* HttpModuleActionCollection.cs: fix up corcompare.

* EventMappingSettingsCollection.cs: fix up corcompare.

* AuthorizationRule.cs: fix up corcompare.

* WebControlsSection.cs: fix up corcompare.

* AuthorizationSection.cs: fix up corcompare.

* MembershipSection.cs: clean this up, implement Properties, fix
up corcompare, etc.

svn path=/trunk/mcs/; revision=52977
25 files changed:
mcs/class/System.Web/System.Web.Configuration_2.0/AssemblyCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthenticationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthorizationRule.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthorizationRuleCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/AuthorizationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ChangeLog
mcs/class/System.Web/System.Web.Configuration_2.0/EventMappingSettingsCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilder.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ExpressionBuilderCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationCredentials.cs
mcs/class/System.Web/System.Web.Configuration_2.0/FormsAuthenticationUser.cs
mcs/class/System.Web/System.Web.Configuration_2.0/GlobalizationSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/HttpModuleActionCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/MembershipSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/PassportAuthentication.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileGroupSettingsCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ProfilePropertySettingsCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileSettings.cs
mcs/class/System.Web/System.Web.Configuration_2.0/ProfileSettingsCollection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SiteMapSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SqlCacheDependencyDatabase.cs
mcs/class/System.Web/System.Web.Configuration_2.0/SqlCacheDependencySection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/TransformerInfo.cs
mcs/class/System.Web/System.Web.Configuration_2.0/WebControlsSection.cs
mcs/class/System.Web/System.Web.Configuration_2.0/WebPartsSection.cs