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