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