2006-02-28 Chris Toshok * ProfileBase.cs: corcompare work. * SqlProfileProvider.cs: add stubbed out file. 2005-11-30 Chris Toshok * ProfileBase.cs (Properties): mark as override, not static. * ProfileProviderCollection.cs (ProfileProvider): mark as "new" to fix warning. 2005-11-18 Chris Toshok * ProfileModule.cs: hook up saving of the request's profile. * ProfileBase.cs (Save): call base.Save instead of throwing NIE. 2005-11-03 Chris Toshok * ProfileEventArgs.cs, ProfileProviderCollection.cs, ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs, ProfileBase.cs, ProfileManager.cs, SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs, ProfileEventHandler.cs, CustomProviderDataAttribute.cs, DefaultProfile.cs, ProfileModule.cs, ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs, ProfileMigrateEventHandler.cs: 90% unimplemented skeletons. * ProfileInfoCollection.cs: make serializable. * ProfileAuthenticationOption.cs: fix ordering of enum elements. 2005-11-03 Chris Toshok * ProfileInfoCollection.cs: new implementation. * ProfileProvider.cs: new implementation. 2005-08-19 Chris Toshok * ProfileInfo.cs: I was bored. implement this. 2004-08-02 Duncan Mak * ProfileAuthenticationOption.cs: Added enumeration.