ChangeLog 4.3 KB

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