ChangeLog 1.3 KB

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