ChangeLog 2.6 KB

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