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