2002-07-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / ChangeLog
1 2002-07-24  Tim Coleman <tim@timcoleman.com>
2         * list: 
3                 Add System.Web/ProcessInfo.cs
4                 Add System.Web/HttpCompileException.cs
5                 Add System.Web/HttpParseException.cs
6                 Add System.Web/HttpUnhandledException.cs
7
8 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9
10         * list: added some more files from System.Web.Hosting.
11
12 2002-07-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * System.Web.build: removed some more excludes.
15
16 2002-07-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17
18         * list: updated. Currently mcs cannot compile System.Web because it
19         cannot find NameObjectCollectionBase.KeysCollection.
20
21         * System.Web.build: don't display unused event nor always default value
22         warnings by now.
23
24 2002-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25
26         * list: updated and reformatted.
27
28 2002-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * System.Web.build: added /debug flag. I wanna see line numbers in
31         exceptions thrown.
32         
33 2002-06-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * System.Web.Security:
36         * System.Web.SessionState: new directories.
37
38 2002-05-17  Duncan Mak  <duncan@ximian.com>
39
40         * System.Web.build: Added new arguments: "/noconfig",
41         "/r:System.Drawing.dll" and "/r:System.Xml.dll".
42
43 2002-05-10  Duncan Mak  <duncan@ximian.com>
44
45         * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
46
47         * Page.cs:
48         * ValidatorCollection.cs: Stubs to make things compile for
49         now. Added one dummy method (RegisterClientScriptFile) that's used
50         in the existing codebase,  but not in MS docs.
51
52 2002-04-26  Lawrence Pit <loz@cable.a2000.nl>
53
54         * Added directory: System.Web.Mail
55         
56 2002-04-10  Patrik Torstensson <patrik.torstensson@labs2.com>
57
58         * System.Web -- Assembly build.
59         
60           The basic runtime support is now working, we can now start working
61           on the runtime flow system (thread pool etc) and also start testing
62           the parser and control framework. (224 files are compiled)
63
64 2002-03-26  Gaurav Vaish <gvaish@iitk.ac.in>
65
66         * System.Web.Security: Removed all files. Will do it later.
67                   May be someone else like to do it for the time being.
68
69 2002-03-17  Gaurav Vaish <gvaish@iitk.ac.in>
70
71         * System.Web -- Assembly build.
72           Another milestone reached. Compiled 195 classes successfully.
73           Build includes System.Web.UI.WebControls and all the dependencies
74           for the namespace.
75
76 2002-03-05  Gaurav Vaish <gvaish@iitk.ac.in>
77
78         * System.Web.Security: Added directory.
79
80 2002-03-04  Gaurav Vaish <gvaish@iitk.ac.in>
81
82         * System.Web.UI.WebContorls: Virtually complete. See
83           System.Web.UI.WebControls/ChangeLog for a comprehensensive
84           description of what's left and where. But, don't go for
85           a build at this stage. There are a few classes left in
86           System.Web namespace that need to be filled-up, though
87           I will try to fix up the current state to be able to make
88           a build.
89
90 2001-12-20  Gaurav Vaish <gvaish@iitk.ac.in>
91
92        Did first successful build of System.Web.dll that included
93          System.Web.UI.WebControls namespace. Though, not updating
94          the System.Web.build file, since with the changes that
95          followed, the build again fails :( 
96
97 2001-11-30  Gaurav Vaish <gvaish@iitk.ac.in>
98
99         * System.Web.WebUtils: Removed
100         * System.Web.Utils   : Added --- replacement of WebUtils
101
102 2001-11-08  Gaurav Vaish <gvaish@iitk.ac.in>
103
104         *  System.Web.WebUtils:  Added directory
105
106 2001-08-22  Bob Smith <bob@thestuff.net>
107
108         * Added directory: System.Web.UI.HtmlControls
109         * Added directory: Test
110
111 2001-08-17  Bob Smith <bob@thestuff.net>
112
113         * Added directory: System.Web.UI
114
115 2001-08-09  Bob Smith <bob@thestuff.net>
116
117         * Added directory: System.Web
118
119 2001-07-20      Patrik Torstensson (Patrik.Torstensson@labs2.com)
120
121         * Added directory: System.Web.Caching