ChangeLog 2.9 KB

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