[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ChangeLog
1 2007-10-17  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * WebServicesSection.cs : r87621 has changed WebConfigurationManager
4           to not read web.config, which caused couple of configuration
5           regressions. So enable ConfigurationManager again.
6
7 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * WebServicesSection.cs : reverted r83640 which likely caused
10           couple of NUnit regressions on the buildbot. WebConfigurationManager
11           is indeed needed since webServices section is on web.config.
12           ChangeLog was also missing which resulted in some wasted hours :(
13           http://lists.ximian.com/pipermail/mono-patches/2007-August/098511.html
14
15 2007-01-29  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * SoapExtensionTypeElement.cs : use null for default Type value.
18
19 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * TypeTypeConverter.cs :
22           New internal stuff, TypeConverter for a type name.
23         * SoapExtensionTypeElement.cs :
24           For Type property, use above. Part of #80619 fix.
25
26 2006-12-14  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * SoapExtensionTypeElement.cs : another config property fix.
29
30 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * WebServicesSection.cs : internal Instance -> public Current.
33         * SoapExtensionTypeElement.cs, SoapEnvelopeProcessingElement.cs,
34           ProtocolElement.cs : fixed some property default values.
35
36 2006-01-09  Chris Toshok  <toshok@ximian.com>
37
38         * SoapEnvelopeProcessingElement.cs: fix dumper output.
39
40         * SoapExtensionTypeElement.cs: same.
41
42         * ProtocolElement.cs: same.
43
44         * WsiProfilesElement.cs: same.
45
46         * WebServicesSection.cs: same.
47
48 2006-01-06  Raja R Harinath  <rharinath@novell.com>
49
50         * TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
51         * SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]:
52         Likewise.
53
54 2006-01-05  Chris Toshok  <toshok@ximian.com>
55
56         * ProtocolElementCollection.cs,
57         SoapExtensionTypeElementCollection.cs,
58         WsiProfilesElementCollection.cs, TypeElementCollection.cs: Flesh
59         out these classes.  Untested at the moment, but no more
60         NotImplementedExceptions.
61         
62         * WebServicesSection.cs (Diagnostics): add TODO.
63
64         * WsdlHelpGeneratorElement.cs: add TODO on DeserializeElement and
65         Reset.
66
67         * TypeElement.cs (.ctor): fill in the Type overload, and add a
68         comment and TODO for the string overload.
69
70         * DiagnosticsElement.cs: some cleanup.
71
72         * SoapExtensionTypeElement.cs (GetKey): new internal method, used
73         by SoapExtensionTypeElementCollection.
74
75 2006-01-04  Chris Toshok  <toshok@ximian.com>
76
77         * WebServicesSection.cs (EnabledProtocols): implement.
78
79 2006-01-04  Chris Toshok  <toshok@ximian.com>
80
81         * WebServiceProtocols.cs: use 1 << n instead of explicit numbers.
82
83         * WebServicesSection.cs (Instance): new property to make it easier
84         to port over the existing configuration code.
85         (IsSupported): new method, same rationale.
86
87 2006-01-03  Chris Toshok  <toshok@ximian.com>
88
89         * DiagnosticsElement.cs: new implementation.
90         
91         * PriorityGroup.cs: new implementation.
92         
93         * ProtocolElementCollection.cs: new implementation.
94         
95         * ProtocolElement.cs: new implementation.
96         
97         * SoapEnvelopeProcessingElement.cs: new implementation.
98         
99         * SoapExtensionTypeElementCollection.cs: new implementation.
100         
101         * SoapExtensionTypeElement.cs: new implementation.
102         
103         * TypeElementCollection.cs: new implementation.
104         
105         * TypeElement.cs: new implementation.
106         
107         * WebServiceProtocols.cs: new implementation.
108         
109         * WebServicesSection.cs: new implementation.
110         
111         * WsdlHelpGeneratorElement.cs: new implementation.
112         
113         * WsiProfilesElementCollection.cs: new implementation.
114         
115         * WsiProfilesElement.cs: new implementation.
116         
117 2005-08-15  Gert Driesen <drieseng@users.sourceforge.net>
118
119         * XmlFormatExtensionPointAttribute.cs: AllowElements is true by 
120         default.
121
122 2005-06-06  Kornél Pál <kornelpal@hotmail.com>
123
124         * WebServicesConfigurationSectionHandler.cs: Added support for HttpPostLocalhost and HttpSoap12
125
126 2005-06-05 Konstantin Triger <kostat@mainsoft.com>
127
128         * WebServicesConfigurationSectionHandler.cs: moving static fields to AppDomain in Java builds
129
130 2004-06-01  Gert Driesen <drieseng@users.sourceforge.net>
131
132         * WebServicesConfigurationSectionHandler.cs: removed unused variables
133
134 2004-02-05  Alon Gazit <along@mainsoft.com>
135
136         * XmlFormatExtensionAttribute.cs:
137         * XmlFormatExtensionPointAttribute.cs:
138         * XmlFormatExtensionPrefixAttribute.cs: This attribute is inherited by
139                 derived classes.changed the AttributeUsage attribute.
140
141 2004-01-24  Lluis Sanchez Gual <lluis@ximian.com>
142         
143         * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
144         
145 2003-12-12  Lluis Sanchez Gual <lluis@ximian.com>
146         
147         * WebServicesConfigurationSectionHandler.cs: Removed TODO.
148
149 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
150
151         * WebServicesConfigurationSectionHandler.cs: keep the file name of the
152         configuration file around for wsdlHelpGenerator.
153
154 2003-09-25  Lluis Sanchez Gual  <lluis@ximian.com>
155         
156         * WebServicesConfigurationSectionHandler.cs: added support for
157           soapExtensionReflectorTypes, soapExtensionImporterTypes and
158           serviceDescriptionFormatExtensionTypes.
159
160 2003-08-28  Lluis Sanchez Gual <lluis@ximian.com>
161
162         * XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
163           was not set.
164
165 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
166
167         * WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
168         support.
169
170 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
171
172         * WebServicesConfigurationSectionHandler.cs: support remove/clear for
173         <protocols>. Fixed IsSupported.
174
175 2003-07-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
176
177         * WebServicesConfigurationSectionHandler.cs: singleton.
178
179 2003-07-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
180
181         * WebServicesConfigurationSectionHandler.cs: New file that handles
182         system.web/webServices section.
183
184 2002-07-21 Tim Coleman  <tim@timcoleman.com>
185         * ChangeLog:
186         * XmlFormatExtensionAttribute.cs:
187         * XmlFormatExtensionPointAttribute.cs:
188         * XmlFormatExtensionPrefixAttribute.cs:
189                 New files added