2002-12-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / ChangeLog
1 2002-11-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * list: added new file.
4
5 2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * list: added/removed files.
8
9 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10
11         * makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/
12
13 2002-10-28  Duncan Mak  <duncan@ximian.com>
14
15         * list: added DataGridLinkButton.cs.
16
17 2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18
19         * list: added WebEncoding.cs
20
21 2002-10-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22
23         * makefile.trace: used to build System.Web.dll with trace enabled.
24         * System.Web.build: added trace and clean targets.
25
26 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27
28         * System.Web.build: added options (commented out) to activate tracing.
29
30 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31
32         * list: added new file in System.Web.Handlers.
33
34 2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * list: added new files in System.Web.Configuration.
37
38 2002-09-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
39
40         * list: added new files in System.Web.
41
42 2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
43
44         * list: added PageHandlerFactory.
45
46 2002-09-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47
48         * list: added 2 new files (DataGrid*Internal.cs).
49
50 2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
51
52         * list: added new files.
53
54 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
55
56         * list: added new files in System.Web.Security
57
58 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
59
60         * list: added HorizontalAlignConverter and VerticalAlignConverter.
61
62 2002-08-05  Patrik Torstensson <ptorsten@hotmail.com>
63         * list: 
64                 Add System.Web/ApplicationFactory.cs
65                 Add System.Web/HttpAsyncResult.cs
66                 Add System.Web.Configuration/GlobalizationConfiguration.cs
67                 Add System.Web.Configuration/HandlerFactoryConfiguration.cs
68                 Add System.Web.Configuration/HandlerFactoryProxy.cs
69                 Add System.Web.Configuration/HandlerItem.cs
70                 Add System.Web.Configuration/ModuleItem.cs
71                 Add System.Web.Configuration/ModulesConfiguration.cs
72
73 2002-07-24  Tim Coleman <tim@timcoleman.com>
74         * list: 
75                 Add System.Web/ProcessInfo.cs
76                 Add System.Web/HttpCompileException.cs
77                 Add System.Web/HttpParseException.cs
78                 Add System.Web/HttpUnhandledException.cs
79
80 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
81
82         * list: added some more files from System.Web.Hosting.
83
84 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
85
86         * System.Web.build: removed some more excludes.
87
88 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
89
90         * list: updated. Currently mcs cannot compile System.Web because it
91         cannot find NameObjectCollectionBase.KeysCollection.
92
93         * System.Web.build: don't display unused event nor always default value
94         warnings by now.
95
96 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
97
98         * list: updated and reformatted.
99
100 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
101
102         * System.Web.build: added /debug flag. I wanna see line numbers in
103         exceptions thrown.
104         
105 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
106
107         * System.Web.Security:
108         * System.Web.SessionState: new directories.
109
110 2002-05-17  Duncan Mak  <duncan@ximian.com>
111
112         * System.Web.build: Added new arguments: "/noconfig",
113         "/r:System.Drawing.dll" and "/r:System.Xml.dll".
114
115 2002-05-10  Duncan Mak  <duncan@ximian.com>
116
117         * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
118
119         * Page.cs:
120         * ValidatorCollection.cs: Stubs to make things compile for
121         now. Added one dummy method (RegisterClientScriptFile) that's used
122         in the existing codebase,  but not in MS docs.
123
124 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
125
126         * Added directory: System.Web.Mail
127         
128 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
129
130         * System.Web -- Assembly build.
131         
132           The basic runtime support is now working, we can now start working
133           on the runtime flow system (thread pool etc) and also start testing
134           the parser and control framework. (224 files are compiled)
135
136 2002-03-26  Gaurav Vaish <gvaish@iitk.ac.in>
137
138         * System.Web.Security: Removed all files. Will do it later.
139                   May be someone else like to do it for the time being.
140
141 2002-03-17  Gaurav Vaish <gvaish@iitk.ac.in>
142
143         * System.Web -- Assembly build.
144           Another milestone reached. Compiled 195 classes successfully.
145           Build includes System.Web.UI.WebControls and all the dependencies
146           for the namespace.
147
148 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
149
150         * System.Web.Security: Added directory.
151
152 2002-03-04  Gaurav Vaish <gvaish@iitk.ac.in>
153
154         * System.Web.UI.WebContorls: Virtually complete. See
155           System.Web.UI.WebControls/ChangeLog for a comprehensensive
156           description of what's left and where. But, don't go for
157           a build at this stage. There are a few classes left in
158           System.Web namespace that need to be filled-up, though
159           I will try to fix up the current state to be able to make
160           a build.
161
162 2001-12-20  Gaurav Vaish <gvaish@iitk.ac.in>
163
164        Did first successful build of System.Web.dll that included
165          System.Web.UI.WebControls namespace. Though, not updating
166          the System.Web.build file, since with the changes that
167          followed, the build again fails :( 
168
169 2001-11-30  Gaurav Vaish <gvaish@iitk.ac.in>
170
171         * System.Web.WebUtils: Removed
172         * System.Web.Utils   : Added --- replacement of WebUtils
173
174 2001-11-08  Gaurav Vaish <gvaish@iitk.ac.in>
175
176         *  System.Web.WebUtils:  Added directory
177
178 2001-08-22  Bob Smith <bob@thestuff.net>
179
180         * Added directory: System.Web.UI.HtmlControls
181         * Added directory: Test
182
183 2001-08-17  Bob Smith <bob@thestuff.net>
184
185         * Added directory: System.Web.UI
186
187 2001-08-09  Bob Smith <bob@thestuff.net>
188
189         * Added directory: System.Web
190
191 2001-07-20      Patrik Torstensson (Patrik.Torstensson@labs2.com)
192
193         * Added directory: System.Web.Caching