2
0

ChangeLog 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. 2003-04-26 Miguel de Icaza <[email protected]>
  2. * XmlIncludeAttribute.cs: Make XmlIncludeAttribute have the
  3. `AllowMultiple' flags.
  4. 2003-03-17 Miguel de Icaza <[email protected]>
  5. * XmlSerializer.cs: Do not use Bubblesort, use ArrayList.Sort.
  6. Kill Bublesort.
  7. 2003-03-22 Atsushi Enomoto <[email protected]>
  8. * XmlSerializer.cs : patch by Sean Cier. Serialize() other than
  9. XmlWriter argument should call WriteEndDocument.
  10. 2003-03-19 Atsushi Enomoto <[email protected]>
  11. * XmlSerializer.cs : Serialize() don't write xmldecl when WriteState is
  12. not WriteState.Start, and never call WriteEndDocument().
  13. 2003-03-12 Elan Feingold <[email protected]>
  14. * XmlCustomFormatter.cs: Correct signature, Implement
  15. ToByteArrayBase64
  16. * XmlSerializationWriter.cs: Fix prototype.
  17. * XmlSerializer.cs: Implements Deserialize().
  18. 2003-02-16 Atsushi Enomoto <[email protected]>
  19. * XmlSerializer.cs : serializing now works for interface member.
  20. 2003-01-26 Atsushi Enomoto <[email protected]>
  21. * XmlSerializer.cs : some fix handling xml node object more correct.
  22. 2003-01-16 Ajay kumar Dwivedi <[email protected]>
  23. * XmlSerializer.cs: Array serialization for 1D arrays works
  24. * TypeTranslator: Added for translations`
  25. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  26. * XmlCustomFormatter.cs: finished.
  27. * XmlSerializationReader.cs: implemented some more methods.
  28. 2002-09-18 Gonzalo Paniagua Javier <[email protected]>
  29. * XmlSerializationReader.cs: implemented a few methods.
  30. * XmlAnyElementAttribute.cs:
  31. * XmlArrayAttribute.cs:
  32. * XmlChoiceIdentifierAttribute.cs:
  33. * XmlElementAttribute.cs:
  34. * XmlMemberMapping.cs:
  35. * XmlMembersMapping.cs: class status based fixes.
  36. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  37. * CodeIdentifiers.cs:
  38. * XmlSchemaExporter.cs:
  39. * XmlSchemaImporter.cs:
  40. * XmlSchemas.cs:
  41. * XmlSerializationWriteCallback.cs:
  42. * XmlSerializationWriter.cs:
  43. * XmlSerializer.cs:
  44. * XmlSerializerNamespaces.cs: some class status based fixed and
  45. implemented a couple of methods.
  46. * SoapSchemaExporter.cs: stubbed out.
  47. 2002-08-24 Tim Coleman <[email protected]>
  48. * SoapCodeExporter.cs:
  49. Fix return value of ExportTypeMapping.
  50. * XmlCustomFormatter.cs:
  51. Change methods to be internal instead of public.
  52. * XmlSerializationWriter.cs:
  53. Modify GetPrimitiveTypeName to build on linux.
  54. Modify GetQualifiedName to return an incrementing prefix
  55. instead of the same one all the time (still need to manage
  56. conflicts)
  57. Modify WriteElementString to only do special stuff is XsiType
  58. is not defined.
  59. Modify WriteTypedPrimitive to use FromXmlQualifiedName if it's
  60. an XmlQualifiedName.
  61. 2002-08-22 Tim Coleman <[email protected]>
  62. * XmlSerializationReader.cs:
  63. Some implementation
  64. * XmlSerializationWriter.cs:
  65. More implementation
  66. * XmlCustomFormatter.cs:
  67. Implemented this class.
  68. 2002-08-20 Tim Coleman <[email protected]>
  69. * XmlSerializationWriter.cs:
  70. Some implementation.
  71. 2002-08-19 Tim Coleman <[email protected]>
  72. * XmlSerializer.cs:
  73. New stubs added.
  74. * XmlSerializationWriter.cs:
  75. New stubs added.
  76. 2002-08-14 Tim Coleman <[email protected]>
  77. * XmlSerializer.cs:
  78. More reformatting of source code so I can
  79. better understand what it does.
  80. 2002-08-06 Tim Coleman <[email protected]>
  81. * XmlSerializer.cs:
  82. Some reformatting of code for readability.
  83. Modify to correctly serialize ICollection objects
  84. such as the BindingCollection of a ServiceDescription
  85. for example.
  86. 2002-08-03 Tim Coleman <[email protected]>
  87. * XmlSerializer.cs:
  88. Changed Implements() to check based on name rather
  89. than FullName. FullName was never working correctly.
  90. 2002-07-26 Tim Coleman <[email protected]>
  91. * XmlSerializer.cs:
  92. The constructor now looks for an XmlRootAttribute attribute
  93. if one is not passed in. Various changes to make it emit
  94. proper XML, such as handling an element without a namespace
  95. prefix, and using WriteEndDocument where it should be.
  96. 2002-07-24 Tim Coleman <[email protected]>
  97. * CodeIdentifier.cs:
  98. * IXmlSerializable.cs:
  99. * XmlSerializationCollectionFixupCallback.cs:
  100. * XmlSerializationFixupCallback.cs:
  101. * XmlSerializationReadCallback.cs:
  102. * XmlSerializationReader.cs:
  103. * XmlSerializationWriteCallback.cs:
  104. Add new classes.
  105. * XmlSchemas.cs
  106. * CodeIdentifiers.cs:
  107. Implement some of these classes
  108. * XmlCodeExporter.cs:
  109. Fix return type of a function
  110. 2002-07-24 Tim Coleman <[email protected]>
  111. * SoapReflectionImporter.cs:
  112. New class added to build
  113. System.Web.Services.Description.ServiceDescription.cs
  114. 2002-07-22 Tim Coleman <[email protected]>
  115. * CodeIdentifiers.cs:
  116. * SoapCodeExporter.cs:
  117. * SoapSchemaExporter.cs:
  118. * XmlCodeExporter.cs:
  119. * XmlMemberMapping.cs:
  120. * XmlMembersMapping.cs:
  121. * XmlReflectionImporter.cs:
  122. * XmlReflectionMember.cs:
  123. * XmlSchemaExporter.cs:
  124. * XmlSchemaImporter.cs:
  125. * XmlSchemas.cs:
  126. New stubbs added to aid in the linux build of
  127. System.Web.Services.
  128. 2002-07-05 Ajay kumar Dwivedi <[email protected]>
  129. * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
  130. * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
  131. 2002-07-02 Ajay kumar Dwivedi <[email protected]>
  132. * XmlSeriailizer: Updated Serialize() method.
  133. 2002-06-27 Ajay kumar Dwivedi <[email protected]>
  134. * XmlSerializer: Serialize() method Partially Implemented.
  135. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  136. * Soap & XmlOverrides: Implemented using TypeMember as key with
  137. suggestions from Rafael.