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