Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.Profile « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 352bcf8bc58e7a83098e414eb1b0598214b85a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2005-11-30  Chris Toshok  <toshok@ximian.com>

	* ProfileBase.cs (Properties): mark as override, not static.

	* ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
	fix warning.

2005-11-18  Chris Toshok  <toshok@ximian.com>

	* 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  <toshok@ximian.com>

	* 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  <toshok@ximian.com>

	* ProfileInfoCollection.cs: new implementation.

	* ProfileProvider.cs: new implementation.

2005-08-19  Chris Toshok  <toshok@ximian.com>

	* ProfileInfo.cs: I was bored.  implement this.

2004-08-02  Duncan Mak  <duncan@ximian.com>

	* ProfileAuthenticationOption.cs: Added enumeration.