New test.
[mono.git] / mcs / class / System.Web / System.Web.Profile / ChangeLog
1 2006-02-28  Chris Toshok  <toshok@ximian.com>
2
3         * ProfileBase.cs: corcompare work.
4
5         * SqlProfileProvider.cs: add stubbed out file.
6
7 2005-11-30  Chris Toshok  <toshok@ximian.com>
8
9         * ProfileBase.cs (Properties): mark as override, not static.
10
11         * ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
12         fix warning.
13
14 2005-11-18  Chris Toshok  <toshok@ximian.com>
15
16         * ProfileModule.cs: hook up saving of the request's profile.
17
18         * ProfileBase.cs (Save): call base.Save instead of throwing NIE.
19
20 2005-11-03  Chris Toshok  <toshok@ximian.com>
21
22         * ProfileEventArgs.cs, ProfileProviderCollection.cs,
23         ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
24         ProfileBase.cs, ProfileManager.cs,
25         SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
26         ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
27         DefaultProfile.cs, ProfileModule.cs,
28         ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
29         ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
30         
31         * ProfileInfoCollection.cs: make serializable.
32
33         * ProfileAuthenticationOption.cs: fix ordering of enum elements.
34
35 2005-11-03  Chris Toshok  <toshok@ximian.com>
36
37         * ProfileInfoCollection.cs: new implementation.
38
39         * ProfileProvider.cs: new implementation.
40
41 2005-08-19  Chris Toshok  <toshok@ximian.com>
42
43         * ProfileInfo.cs: I was bored.  implement this.
44
45 2004-08-02  Duncan Mak  <duncan@ximian.com>
46
47         * ProfileAuthenticationOption.cs: Added enumeration.