ChangeLog 3.1 KB

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