ChangeLog 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. 2007-01-29 Atsushi Enomoto <[email protected]>
  2. * SoapExtensionTypeElement.cs : use null for default Type value.
  3. 2007-01-25 Atsushi Enomoto <[email protected]>
  4. * TypeTypeConverter.cs :
  5. New internal stuff, TypeConverter for a type name.
  6. * SoapExtensionTypeElement.cs :
  7. For Type property, use above. Part of #80619 fix.
  8. 2006-12-14 Atsushi Enomoto <[email protected]>
  9. * SoapExtensionTypeElement.cs : another config property fix.
  10. 2006-12-01 Atsushi Enomoto <[email protected]>
  11. * WebServicesSection.cs : internal Instance -> public Current.
  12. * SoapExtensionTypeElement.cs, SoapEnvelopeProcessingElement.cs,
  13. ProtocolElement.cs : fixed some property default values.
  14. 2006-01-09 Chris Toshok <[email protected]>
  15. * SoapEnvelopeProcessingElement.cs: fix dumper output.
  16. * SoapExtensionTypeElement.cs: same.
  17. * ProtocolElement.cs: same.
  18. * WsiProfilesElement.cs: same.
  19. * WebServicesSection.cs: same.
  20. 2006-01-06 Raja R Harinath <[email protected]>
  21. * TypeElement.cs (TypeElement) [string variant]: Use Type.GetType.
  22. * SoapExtensionTypeElement.cs (SoapExtensionTypeElement) [string variant]:
  23. Likewise.
  24. 2006-01-05 Chris Toshok <[email protected]>
  25. * ProtocolElementCollection.cs,
  26. SoapExtensionTypeElementCollection.cs,
  27. WsiProfilesElementCollection.cs, TypeElementCollection.cs: Flesh
  28. out these classes. Untested at the moment, but no more
  29. NotImplementedExceptions.
  30. * WebServicesSection.cs (Diagnostics): add TODO.
  31. * WsdlHelpGeneratorElement.cs: add TODO on DeserializeElement and
  32. Reset.
  33. * TypeElement.cs (.ctor): fill in the Type overload, and add a
  34. comment and TODO for the string overload.
  35. * DiagnosticsElement.cs: some cleanup.
  36. * SoapExtensionTypeElement.cs (GetKey): new internal method, used
  37. by SoapExtensionTypeElementCollection.
  38. 2006-01-04 Chris Toshok <[email protected]>
  39. * WebServicesSection.cs (EnabledProtocols): implement.
  40. 2006-01-04 Chris Toshok <[email protected]>
  41. * WebServiceProtocols.cs: use 1 << n instead of explicit numbers.
  42. * WebServicesSection.cs (Instance): new property to make it easier
  43. to port over the existing configuration code.
  44. (IsSupported): new method, same rationale.
  45. 2006-01-03 Chris Toshok <[email protected]>
  46. * DiagnosticsElement.cs: new implementation.
  47. * PriorityGroup.cs: new implementation.
  48. * ProtocolElementCollection.cs: new implementation.
  49. * ProtocolElement.cs: new implementation.
  50. * SoapEnvelopeProcessingElement.cs: new implementation.
  51. * SoapExtensionTypeElementCollection.cs: new implementation.
  52. * SoapExtensionTypeElement.cs: new implementation.
  53. * TypeElementCollection.cs: new implementation.
  54. * TypeElement.cs: new implementation.
  55. * WebServiceProtocols.cs: new implementation.
  56. * WebServicesSection.cs: new implementation.
  57. * WsdlHelpGeneratorElement.cs: new implementation.
  58. * WsiProfilesElementCollection.cs: new implementation.
  59. * WsiProfilesElement.cs: new implementation.
  60. 2005-08-15 Gert Driesen <[email protected]>
  61. * XmlFormatExtensionPointAttribute.cs: AllowElements is true by
  62. default.
  63. 2005-06-06 Kornél Pál <[email protected]>
  64. * WebServicesConfigurationSectionHandler.cs: Added support for HttpPostLocalhost and HttpSoap12
  65. 2005-06-05 Konstantin Triger <[email protected]>
  66. * WebServicesConfigurationSectionHandler.cs: moving static fields to AppDomain in Java builds
  67. 2004-06-01 Gert Driesen <[email protected]>
  68. * WebServicesConfigurationSectionHandler.cs: removed unused variables
  69. 2004-02-05 Alon Gazit <[email protected]>
  70. * XmlFormatExtensionAttribute.cs:
  71. * XmlFormatExtensionPointAttribute.cs:
  72. * XmlFormatExtensionPrefixAttribute.cs: This attribute is inherited by
  73. derived classes.changed the AttributeUsage attribute.
  74. 2004-01-24 Lluis Sanchez Gual <[email protected]>
  75. * XmlFormatExtensionPrefixAttribute.cs: Allow multiple usage.
  76. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  77. * WebServicesConfigurationSectionHandler.cs: Removed TODO.
  78. 2003-10-03 Gonzalo Paniagua Javier <[email protected]>
  79. * WebServicesConfigurationSectionHandler.cs: keep the file name of the
  80. configuration file around for wsdlHelpGenerator.
  81. 2003-09-25 Lluis Sanchez Gual <[email protected]>
  82. * WebServicesConfigurationSectionHandler.cs: added support for
  83. soapExtensionReflectorTypes, soapExtensionImporterTypes and
  84. serviceDescriptionFormatExtensionTypes.
  85. 2003-08-28 Lluis Sanchez Gual <[email protected]>
  86. * XmlFormatExtensionPointAttribute.cs: Fixed constructor. Member name
  87. was not set.
  88. 2003-07-08 Gonzalo Paniagua Javier <[email protected]>
  89. * WebServicesConfigurationSectionHandler.cs: added <soapExtensionTypes>
  90. support.
  91. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  92. * WebServicesConfigurationSectionHandler.cs: support remove/clear for
  93. <protocols>. Fixed IsSupported.
  94. 2003-07-03 Gonzalo Paniagua Javier <[email protected]>
  95. * WebServicesConfigurationSectionHandler.cs: singleton.
  96. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  97. * WebServicesConfigurationSectionHandler.cs: New file that handles
  98. system.web/webServices section.
  99. 2002-07-21 Tim Coleman <[email protected]>
  100. * ChangeLog:
  101. * XmlFormatExtensionAttribute.cs:
  102. * XmlFormatExtensionPointAttribute.cs:
  103. * XmlFormatExtensionPrefixAttribute.cs:
  104. New files added