ChangeLog 3.9 KB

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