ChangeLog 2.2 KB

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