2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / ChangeLog
1 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * System.Web_test.dll.sources: add new file.
4
5 2005-11-04  Chris Toshok  <toshok@ximian.com>
6
7         * System.Web.dll.sources: add the S.W.C_2.0/HttpModule*.cs files,
8         and nuke S.W.C_2.0/InternalSection.cs.
9
10         * System.Web.Configuration_2.0/SystemWebSectionGroup.cs: enable
11         the HttpModules property.
12
13         * System.Web.Configuration_2.0/HttpHandlerActionCollection.cs:
14         reindent, and add MonoTODO's.
15
16         * System.Web.Configuration_2.0/HttpHandlerAction.cs: use
17         properties in the ctor, and remove the instance variables.
18
19         * System.Web.Configuration_2.0/InternalSection.cs: nuke.
20
21         * System.Web.Configuration_2.0/HttpModuleActionCollection.cs: new
22         stubs.
23
24         * System.Web.Configuration_2.0/HttpModuleAction.cs: new stubs.
25
26         * System.Web.Configuration_2.0/HttpModulesSection.cs: new stubs.
27
28         * System.Web.Configuration_2.0/CompilationSection.cs: inherit from
29         ConfigurationSection, not InternalSection.
30
31         * System.Web.Configuration_2.0/SiteMapSection.cs: same.
32
33         * System.Web.Configuration_2.0/PagesSection.cs: same.
34
35         * System.Web.Configuration_2.0/MembershipSection.cs: same.
36
37         * System.Web.Configuration_2.0/AnonymousIdentificationSection.cs:
38         same.
39
40 2005-11-02  Chris Toshok  <toshok@ximian.com>
41
42         * System.Web.dll.sources: add
43         System.Web.Hosting/HostingEnvironment.cs
44
45 2005-10-02  Eyal Alaluf <eyala@mainsoft.com>
46         * System.Web.vmwcsproj - Added System.Web/HttpApplication.jvm.cs
47
48 2005-09-22  Chris Toshok  <toshok@ximian.com>
49
50         * System.Web.dll.sources: add
51         System.Web.Configuration/PositiveTimeSpanValidator.cs
52
53 2005-09-08  Eyal Alaluf <eyala@mainsoft.com>
54         * System.Web.vmwcsproj - updated to match new code base
55
56 2005-09-07  Chris Toshok  <toshok@ximian.com>
57
58         * System.Web.dll.sources: add MinimizableAttributeTypeConverter.
59
60         * System.Web_test.dll.sources: add
61         MinimizableAttributeTypeConverter test.
62
63 2005-09-06  Chris Toshok  <toshok@ximian.com>
64
65         * System.Web.dll.sources: add HtmlLink.cs and HtmlMeta.cs
66
67         * System.Web_test.dll.sources: add HtmlLinkTest and HtmlMetaTest.
68
69 2005-08-31  Chris Toshok  <toshok@ximian.com>
70
71         * System.Web.dll.sources: add
72         WebParts/ConnectionInterfaceCollection.cs
73
74 2005-08-31  Chris Toshok  <toshok@ximian.com>
75
76         * System.Web_test.dll.sources: add
77         ConnectionInterfaceCollectionTest.cs
78
79 2005-08-31  Chris Toshok  <toshok@ximian.com>
80
81         * System.Web_test.dll.sources: add the tests for Repeater,
82         TreeView, and XmlDataSource.
83
84 2005-08-29  Chris Toshok  <toshok@ximian.com>
85
86         * System.Web.dll.sources: add HtmlInputSubmit.cs
87
88         * System.Web_test.dll.sources: add HtmlInputSubmitTest.cs
89
90 2005-08-28  Chris Toshok  <toshok@ximian.com>
91
92         * System.Web.dll.sources: add IAdaptableTextWriter.cs
93
94 2005-08-28  Chris Toshok  <toshok@ximian.com>
95
96         * System.Web_test.dll.sources: add HtmlInputPasswordTest.cs and
97         HtmlInputResetTest.cs
98
99         * System.Web.dll.sources: add HtmlInputPassword.cs and
100         HtmlInputReset.cs.
101
102 2005-08-27  Kornél Pál  <kornelpal@hotmail.com>
103
104         * System.Web.dll.sources: Fixed 48519 to 48944 regressions.
105
106 2005-08-25  Chris Toshok  <toshok@ximian.com>
107
108         * System.Web.dll.sources: add
109         System.Web.UI.WebControls/SqlDataSource{Filtering,Selecting}Event{Handler,Args}.cs
110
111 2005-08-25  Chris Toshok  <toshok@ximian.com>
112
113         * System.Web.dll.sources: add
114         System.Web.UI.WebControls/SqlDataSourceCommandType.cs
115
116 2005-08-22  Chris Toshok  <toshok@ximian.com>
117
118         * System.Web_test.dll.sources: add RepeatInfoTest.auto.2.0.cs
119
120 2005-08-19  Chris Toshok  <toshok@ximian.com>
121
122         * System.Web.dll.sources: add System.Web.Profile/ProfileInfo.cs
123
124         * System.Web_test.dll.sources: add
125         Test/System.Web.Profile/ProfileInfoTest.cs
126
127         * files-to-copy: add System.Web.Profile/ProfileInfo.cs
128         
129 2005-08-18  Dick Porter  <dick@ximian.com>
130
131         * System.Web.dll.sources: Added some new 2.0 files
132
133         * files-to-copy: Added lots more files changed in 2.0
134
135 2005-08-17  Jackson Harper  <jackson@ximian.com>
136
137         * files-to-copy: Add new cache stuff and updated
138         SessionStateModule to the build.
139
140 2005-08-15  Jackson Harper  <jackson@ximian.com>
141
142         * System.Web.dll.sources: Remove old files, add new cache files.
143
144 2005-08-11  Dick Porter  <dick@ximian.com>
145
146         * files-to-copy: Add System.Web.UI/CssStyleCollection.cs now that
147         I've edited it
148
149 2005-07-20  Chris Toshok  <toshok@ximian.com>
150
151         * Makefile (RESOURCE_FILES_1): add resources/WebUIValidation.js
152
153 2005-07-18  Ben Maurer  <bmaurer@ximian.com>
154
155         * performance-and-tips: Expand on some stuff, some new content.
156
157 2005-07-14  Duncan Mak  <duncan@novell.com>
158
159         * System.Web_test.dll.sources: Sorted. Added PagedDataSourceTest.
160
161 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
162
163         * test-msft: A script for people to use with their windows box to
164         get things to run nicely.
165