actually I gave wrong file name.
[mono.git] / mcs / class / System.Web / System.Web.Profile / ChangeLog
1 2007-10-15  Marek Habersack  <mhabersack@novell.com>
2
3         * ProfileBase.cs: use HttpApplication.LoadType instead of
4         Type.GetType.
5
6 2007-08-14  Marek Habersack  <mhabersack@novell.com>
7
8         * SqlProfileProvider.cs: remove unused variable.
9
10 2007-07-16  Vladimir Krasnov  <vladimirk@mainsoft.com>
11
12         * ProfileBase.cs: fixed typo bug in InitProperties
13
14 2007-05-21  Vladimir Krasnov  <vladimirk@mainsoft.com>
15
16         * ProfileModule.cs: OnLeave checks if Profile was accessed during a
17         request
18
19 2007-04-17 Igor Zelmanovich <igorz@mainsoft.com>
20
21         * ProfileManager.cs:
22         if default provider was not found ConfigurationErrorsException is thrown.
23
24 2007-03-14  Vladimir Krasnov  <vladimirk@mainsoft.com>
25
26         * ProfileParser.jvm.cs: performance optimization
27
28 2007-01-18  Vladimir Krasnov  <vladimirk@mainsoft.com>
29
30         * ProfileModule.cs: fixed OnLeave, AutomaticSaveEnabled should be
31         checked before save
32
33 2007-01-02  Vladimir Krasnov  <vladimirk@mainsoft.com>
34
35         * ProfileBase.cs: fixed SetPropertyValue, allow anonymous attribute
36         check added on property value set
37
38 2007-01-02  Vladimir Krasnov  <vladimirk@mainsoft.com>
39
40         * ProfileBase.cs: added inherited properties properties initialization
41
42 2006-12-26  Vladimir Krasnov  <vladimirk@mainsoft.com>
43
44         * ProfileGroupBase.cs: fixed property name while getting from parent
45
46 2006-12-26  Vladimir Krasnov  <vladimirk@mainsoft.com>
47
48         * ProfileParser.jvm.cs: implemented PageMapper call
49         * ProfileBase.cs: fixed SettingsProperty type resolving, 
50         added SettingsProperty validation
51
52 2006-12-20  Marek Habersack  <grendello@gmail.com>
53
54         * ProfileParser.cs: use App_Code compiler to get the assembly
55         where the ProfileCommon class is found.
56
57 2006-11-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
58
59         * ProfileBase.cs, ProfileGroupBase.cs, ProfileManager.cs, 
60         ProfileModule.cs, ProfileProviderCollection.cs, SqlProfileProvider.cs:
61         implemented profile feature
62         * added: ProfileParser.cs, ProfileParser.jvm.cs stubs for profile
63         helper classes compilation
64
65 2006-02-28  Chris Toshok  <toshok@ximian.com>
66
67         * ProfileBase.cs: corcompare work.
68
69         * SqlProfileProvider.cs: add stubbed out file.
70
71 2005-11-30  Chris Toshok  <toshok@ximian.com>
72
73         * ProfileBase.cs (Properties): mark as override, not static.
74
75         * ProfileProviderCollection.cs (ProfileProvider): mark as "new" to
76         fix warning.
77
78 2005-11-18  Chris Toshok  <toshok@ximian.com>
79
80         * ProfileModule.cs: hook up saving of the request's profile.
81
82         * ProfileBase.cs (Save): call base.Save instead of throwing NIE.
83
84 2005-11-03  Chris Toshok  <toshok@ximian.com>
85
86         * ProfileEventArgs.cs, ProfileProviderCollection.cs,
87         ProfileAutoSaveEventArgs.cs, ProfileMigrateEventArgs.cs,
88         ProfileBase.cs, ProfileManager.cs,
89         SettingsAllowAnonymousAttribute.cs, ProfileProviderAttribute.cs,
90         ProfileEventHandler.cs, CustomProviderDataAttribute.cs,
91         DefaultProfile.cs, ProfileModule.cs,
92         ProfileAutoSaveEventHandler.cs, ProfileGroupBase.cs,
93         ProfileMigrateEventHandler.cs: 90% unimplemented skeletons.
94         
95         * ProfileInfoCollection.cs: make serializable.
96
97         * ProfileAuthenticationOption.cs: fix ordering of enum elements.
98
99 2005-11-03  Chris Toshok  <toshok@ximian.com>
100
101         * ProfileInfoCollection.cs: new implementation.
102
103         * ProfileProvider.cs: new implementation.
104
105 2005-08-19  Chris Toshok  <toshok@ximian.com>
106
107         * ProfileInfo.cs: I was bored.  implement this.
108
109 2004-08-02  Duncan Mak  <duncan@ximian.com>
110
111         * ProfileAuthenticationOption.cs: Added enumeration.