ChangeLog 5.1 KB

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