ChangeLog 4.5 KB

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