| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- 2006-02-28 Chris Toshok <[email protected]>
- * ProfileBase.cs: corcompare work.
- * SqlProfileProvider.cs: add stubbed out file.
- 2005-11-30 Chris Toshok <[email protected]>
- * ProfileBase.cs (Properties): mark as override, not static.
- * ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
- fix warning.
- 2005-11-18 Chris Toshok <[email protected]>
- * ProfileModule.cs: hook up saving of the request's profile.
- * ProfileBase.cs (Save): call base.Save instead of throwing NIE.
- 2005-11-03 Chris Toshok <[email protected]>
- * ProfileEventArgs.cs, ProfileProviderCollection.cs,
- ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
- ProfileBase.cs, ProfileManager.cs,
- SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
- ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
- DefaultProfile.cs, ProfileModule.cs,
- ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
- ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
-
- * ProfileInfoCollection.cs: make serializable.
- * ProfileAuthenticationOption.cs: fix ordering of enum elements.
- 2005-11-03 Chris Toshok <[email protected]>
- * ProfileInfoCollection.cs: new implementation.
- * ProfileProvider.cs: new implementation.
- 2005-08-19 Chris Toshok <[email protected]>
- * ProfileInfo.cs: I was bored. implement this.
- 2004-08-02 Duncan Mak <[email protected]>
- * ProfileAuthenticationOption.cs: Added enumeration.
|