| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- 2007-03-14 Vladimir Krasnov <[email protected]>
- * ProfileParser.jvm.cs: performance optimization
- 2007-01-18 Vladimir Krasnov <[email protected]>
- * ProfileModule.cs: fixed OnLeave, AutomaticSaveEnabled should be
- checked before save
- 2007-01-02 Vladimir Krasnov <[email protected]>
- * ProfileBase.cs: fixed SetPropertyValue, allow anonymous attribute
- check added on property value set
- 2007-01-02 Vladimir Krasnov <[email protected]>
- * ProfileBase.cs: added inherited properties properties initialization
- 2006-12-26 Vladimir Krasnov <[email protected]>
- * ProfileGroupBase.cs: fixed property name while getting from parent
- 2006-12-26 Vladimir Krasnov <[email protected]>
- * ProfileParser.jvm.cs: implemented PageMapper call
- * ProfileBase.cs: fixed SettingsProperty type resolving,
- added SettingsProperty validation
- 2006-12-20 Marek Habersack <[email protected]>
- * ProfileParser.cs: use App_Code compiler to get the assembly
- where the ProfileCommon class is found.
- 2006-11-05 Vladimir Krasnov <[email protected]>
- * ProfileBase.cs, ProfileGroupBase.cs, ProfileManager.cs,
- ProfileModule.cs, ProfileProviderCollection.cs, SqlProfileProvider.cs:
- implemented profile feature
- * added: ProfileParser.cs, ProfileParser.jvm.cs stubs for profile
- helper classes compilation
- 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.
|