ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. 2005-11-18 Chris Toshok <[email protected]>
  2. * ProfileModule.cs: hook up saving of the request's profile.
  3. * ProfileBase.cs (Save): call base.Save instead of throwing NIE.
  4. 2005-11-03 Chris Toshok <[email protected]>
  5. * ProfileEventArgs.cs, ProfileProviderCollection.cs,
  6. ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
  7. ProfileBase.cs, ProfileManager.cs,
  8. SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
  9. ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
  10. DefaultProfile.cs, ProfileModule.cs,
  11. ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
  12. ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
  13. * ProfileInfoCollection.cs: make serializable.
  14. * ProfileAuthenticationOption.cs: fix ordering of enum elements.
  15. 2005-11-03 Chris Toshok <[email protected]>
  16. * ProfileInfoCollection.cs: new implementation.
  17. * ProfileProvider.cs: new implementation.
  18. 2005-08-19 Chris Toshok <[email protected]>
  19. * ProfileInfo.cs: I was bored. implement this.
  20. 2004-08-02 Duncan Mak <[email protected]>
  21. * ProfileAuthenticationOption.cs: Added enumeration.