ChangeLog 4.8 KB

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