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: 1eb608df778385faf92095984b48ea724be16a32 (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
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