ChangeLog 2.7 KB

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