| 12345678910111213141516171819202122232425262728293031323334 |
- 2005-11-18 Chris Toshok <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * ProfileInfoCollection.cs: new implementation.
- * ProfileProvider.cs: new implementation.
- 2005-08-19 Chris Toshok <[email protected]>
- * ProfileInfo.cs: I was bored. implement this.
- 2004-08-02 Duncan Mak <[email protected]>
- * ProfileAuthenticationOption.cs: Added enumeration.
|