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