ChangeLog 2.1 KB

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