ChangeLog 3.8 KB

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