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