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

ChangeLog « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90394405fd786012792ec03c7ac05bfac00ebec7 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
2004-01-10  Jackson Harper <jackson@ximian.com>

	* System.Web.dll.sources: Add TraceConfig.cs and
	TraceConfigurationHandler.cs to the build.
	
2004-01-10  Jackson Harper <jackson@ximian.com>

	* System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
	build.
	
2003-12-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.dll.sources: added HttpRequestValidationException.

2003-12-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.dll.sources: added CustomErrorsConfigHandler.cs

2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.dll.sources: added CapabilitiesLoader.cs

2003-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.dll.sources: added WebConfigurationSettings.

2003-11-25  Jackson Harper <jackson@ximian.com>

	* System.web.dll.sources: Add AltSerialization.cs to the build

2003-11-24  Jackson Harper <jackson@ximian.com>

	* System.web.dll.sources: Add State server classes to build.
	
2003-11-21  Jackson Harper <jackson@ximian.com>

	* System.web.dll.sources: Add CachedVaryBy.cs to the build
	
2003-11-21  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources: added XmlBuilder.cs

2003-11-20  Jackson Harper <jackson@ximian.com>

	* System.web.dll.sources: add OutputCacheModule.cs and
	CachedRawResponse.cs to the build.
	
2003-11-19  Todd Berman <tberman@gentoo.org>

	* System.Web.dll.sources: Add KeyedList.cs and KeyedListEnumerator.cs

2003-11-18  Todd Berman <tberman@gentoo.org>

	* System.Web.dll.sources: Add ParameterCollection.cs

2003-11-13  Jackson Harper  <jackson@ximian.com>

	* System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
	build
	
2003-11-06 Jackson Harper <jackson@ximian.com>

	* System.web.dll.sources: Add SessionId.cs to build
	
2003-11-03 Jackson Harper <jackson@ximian.com>

	* System.Web.dll.sources: Add SessionSQLServerHandler.cs
	* makefile: Reference System.Data.dll
	
2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.dll.sources: added WebControlsSectionHandler.cs

2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources: added Locale.cs

2003-07-30  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources: added new files to System.Web.SessionState and System.Web.UI

2003-07-25  Ravi Pratap  <ravi@ximian.com>

	* everywhere: Remove uses of direct invocation of the 'Invoke'
	method on a delegate type - that is error cs1533 now flagged by
	mcs.

2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources:
	* list: HtmlControlPersistableAttribute.cs, IgnoreUnknownContentAttribute.cs added

2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources:
	* list: System.Web.UI/IUserControlDesignerAccessor.cs added

2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* System.Web.dll.sources:
	* list: AssemblyInfo.cs added, Consts.cs added

2003-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: sorted, added a couple of missing files and 3 new ones.

2003-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added CollectionBuilder and TemplateBuilder.

2003-04-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added Watcher.cs

2003-03-31  Stefan Görling <stefan@gorling.se>

	* list: added new files to System.Web.SessionState

2003-03-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added SessionConfig.cs and SessionStateSectionHandler.cs

2003-02-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added AuthorizationConfig and AuthorizationConfigHandler.

2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added a couple of new files.

2002-11-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new file.

2002-11-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added/removed files.

2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/

2002-10-28  Duncan Mak  <duncan@ximian.com>

	* list: added DataGridLinkButton.cs.

2002-10-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added WebEncoding.cs

2002-10-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.trace: used to build System.Web.dll with trace enabled.
	* System.Web.build: added trace and clean targets.

2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.build: added options (commented out) to activate tracing.

2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new file in System.Web.Handlers.

2002-10-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new files in System.Web.Configuration.

2002-09-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new files in System.Web.

2002-09-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added PageHandlerFactory.

2002-09-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added 2 new files (DataGrid*Internal.cs).

2002-09-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new files.

2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added new files in System.Web.Security

2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added HorizontalAlignConverter and VerticalAlignConverter.

2002-08-05  Patrik Torstensson <ptorsten@hotmail.com>
	* list: 
		Add System.Web/ApplicationFactory.cs
		Add System.Web/HttpAsyncResult.cs
		Add System.Web.Configuration/GlobalizationConfiguration.cs
		Add System.Web.Configuration/HandlerFactoryConfiguration.cs
		Add System.Web.Configuration/HandlerFactoryProxy.cs
		Add System.Web.Configuration/HandlerItem.cs
		Add System.Web.Configuration/ModuleItem.cs
		Add System.Web.Configuration/ModulesConfiguration.cs

2002-07-24  Tim Coleman <tim@timcoleman.com>
	* list: 
		Add System.Web/ProcessInfo.cs
		Add System.Web/HttpCompileException.cs
		Add System.Web/HttpParseException.cs
		Add System.Web/HttpUnhandledException.cs

2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: added some more files from System.Web.Hosting.

2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.build: removed some more excludes.

2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: updated. Currently mcs cannot compile System.Web because it
	cannot find NameObjectCollectionBase.KeysCollection.

	* System.Web.build: don't display unused event nor always default value
	warnings by now.

2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* list: updated and reformatted.

2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.build: added /debug flag. I wanna see line numbers in
	exceptions thrown.
	
2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* System.Web.Security:
	* System.Web.SessionState: new directories.

2002-05-17  Duncan Mak  <duncan@ximian.com>

	* System.Web.build: Added new arguments: "/noconfig",
	"/r:System.Drawing.dll" and "/r:System.Xml.dll".

2002-05-10  Duncan Mak  <duncan@ximian.com>

	* System.Web.build: Include the System.Web.UI.HtmlControls namespace.

	* Page.cs:
	* ValidatorCollection.cs: Stubs to make things compile for
	now. Added one dummy method (RegisterClientScriptFile) that's used
	in the existing codebase,  but not in MS docs.

2002-04-26  Lawrence Pit <loz@cable.a2000.nl>

	* Added directory: System.Web.Mail
	
2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>

	* System.Web -- Assembly build.
	
	  The basic runtime support is now working, we can now start working
	  on the runtime flow system (thread pool etc) and also start testing
	  the parser and control framework. (224 files are compiled)

2002-03-26  Gaurav Vaish <gvaish@iitk.ac.in>

	* System.Web.Security: Removed all files. Will do it later.
	          May be someone else like to do it for the time being.

2002-03-17  Gaurav Vaish <gvaish@iitk.ac.in>

	* System.Web -- Assembly build.
	  Another milestone reached. Compiled 195 classes successfully.
	  Build includes System.Web.UI.WebControls and all the dependencies
	  for the namespace.

2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>

	* System.Web.Security: Added directory.

2002-03-04  Gaurav Vaish <gvaish@iitk.ac.in>

	* System.Web.UI.WebContorls: Virtually complete. See
	  System.Web.UI.WebControls/ChangeLog for a comprehensensive
	  description of what's left and where. But, don't go for
	  a build at this stage. There are a few classes left in
	  System.Web namespace that need to be filled-up, though
	  I will try to fix up the current state to be able to make
	  a build.

2001-12-20  Gaurav Vaish <gvaish@iitk.ac.in>

       Did first successful build of System.Web.dll that included
	 System.Web.UI.WebControls namespace. Though, not updating
	 the System.Web.build file, since with the changes that
	 followed, the build again fails :( 

2001-11-30  Gaurav Vaish <gvaish@iitk.ac.in>

	* System.Web.WebUtils: Removed
	* System.Web.Utils   : Added --- replacement of WebUtils

2001-11-08  Gaurav Vaish <gvaish@iitk.ac.in>

        *  System.Web.WebUtils:  Added directory

2001-08-22  Bob Smith <bob@thestuff.net>

        * Added directory: System.Web.UI.HtmlControls
        * Added directory: Test

2001-08-17  Bob Smith <bob@thestuff.net>

        * Added directory: System.Web.UI

2001-08-09  Bob Smith <bob@thestuff.net>

        * Added directory: System.Web

2001-07-20	Patrik Torstensson (Patrik.Torstensson@labs2.com)

	* Added directory: System.Web.Caching