ChangeLog 1.7 KB

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