ChangeLog 3.0 KB

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