ChangeLog 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. 2007-01-02 Vladimir Krasnov <[email protected]>
  2. * ProfileBase.cs: added inherited properties properties initialization
  3. 2006-12-26 Vladimir Krasnov <[email protected]>
  4. * ProfileGroupBase.cs: fixed property name while getting from parent
  5. 2006-12-26 Vladimir Krasnov <[email protected]>
  6. * ProfileParser.jvm.cs: implemented PageMapper call
  7. * ProfileBase.cs: fixed SettingsProperty type resolving,
  8. added SettingsProperty validation
  9. 2006-12-20 Marek Habersack <[email protected]>
  10. * ProfileParser.cs: use App_Code compiler to get the assembly
  11. where the ProfileCommon class is found.
  12. 2006-11-05 Vladimir Krasnov <[email protected]>
  13. * ProfileBase.cs, ProfileGroupBase.cs, ProfileManager.cs,
  14. ProfileModule.cs, ProfileProviderCollection.cs, SqlProfileProvider.cs:
  15. implemented profile feature
  16. * added: ProfileParser.cs, ProfileParser.jvm.cs stubs for profile
  17. helper classes compilation
  18. 2006-02-28 Chris Toshok <[email protected]>
  19. * ProfileBase.cs: corcompare work.
  20. * SqlProfileProvider.cs: add stubbed out file.
  21. 2005-11-30 Chris Toshok <[email protected]>
  22. * ProfileBase.cs (Properties): mark as override, not static.
  23. * ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
  24. fix warning.
  25. 2005-11-18 Chris Toshok <[email protected]>
  26. * ProfileModule.cs: hook up saving of the request's profile.
  27. * ProfileBase.cs (Save): call base.Save instead of throwing NIE.
  28. 2005-11-03 Chris Toshok <[email protected]>
  29. * ProfileEventArgs.cs, ProfileProviderCollection.cs,
  30. ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
  31. ProfileBase.cs, ProfileManager.cs,
  32. SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
  33. ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
  34. DefaultProfile.cs, ProfileModule.cs,
  35. ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
  36. ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
  37. * ProfileInfoCollection.cs: make serializable.
  38. * ProfileAuthenticationOption.cs: fix ordering of enum elements.
  39. 2005-11-03 Chris Toshok <[email protected]>
  40. * ProfileInfoCollection.cs: new implementation.
  41. * ProfileProvider.cs: new implementation.
  42. 2005-08-19 Chris Toshok <[email protected]>
  43. * ProfileInfo.cs: I was bored. implement this.
  44. 2004-08-02 Duncan Mak <[email protected]>
  45. * ProfileAuthenticationOption.cs: Added enumeration.