ChangeLog 2.5 KB

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