ChangeLog 3.5 KB

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