ChangeLog 4.1 KB

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