ChangeLog 3.3 KB

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