ChangeLog 1.4 KB

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