ChangeLog 3.2 KB

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