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