ChangeLog 5.8 KB

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