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