ChangeLog 1.9 KB

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