2
0

ChangeLog 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. 2002-09-19 Gonzalo Paniagua Javier <[email protected]>
  2. * XmlCustomFormatter.cs: finished.
  3. * XmlSerializationReader.cs: implemented some more methods.
  4. 2002-09-18 Gonzalo Paniagua Javier <[email protected]>
  5. * XmlSerializationReader.cs: implemented a few methods.
  6. * XmlAnyElementAttribute.cs:
  7. * XmlArrayAttribute.cs:
  8. * XmlChoiceIdentifierAttribute.cs:
  9. * XmlElementAttribute.cs:
  10. * XmlMemberMapping.cs:
  11. * XmlMembersMapping.cs: class status based fixes.
  12. 2002-09-13 Gonzalo Paniagua Javier <[email protected]>
  13. * CodeIdentifiers.cs:
  14. * XmlSchemaExporter.cs:
  15. * XmlSchemaImporter.cs:
  16. * XmlSchemas.cs:
  17. * XmlSerializationWriteCallback.cs:
  18. * XmlSerializationWriter.cs:
  19. * XmlSerializer.cs:
  20. * XmlSerializerNamespaces.cs: some class status based fixed and
  21. implemented a couple of methods.
  22. * SoapSchemaExporter.cs: stubbed out.
  23. 2002-08-24 Tim Coleman <[email protected]>
  24. * SoapCodeExporter.cs:
  25. Fix return value of ExportTypeMapping.
  26. * XmlCustomFormatter.cs:
  27. Change methods to be internal instead of public.
  28. * XmlSerializationWriter.cs:
  29. Modify GetPrimitiveTypeName to build on linux.
  30. Modify GetQualifiedName to return an incrementing prefix
  31. instead of the same one all the time (still need to manage
  32. conflicts)
  33. Modify WriteElementString to only do special stuff is XsiType
  34. is not defined.
  35. Modify WriteTypedPrimitive to use FromXmlQualifiedName if it's
  36. an XmlQualifiedName.
  37. 2002-08-22 Tim Coleman <[email protected]>
  38. * XmlSerializationReader.cs:
  39. Some implementation
  40. * XmlSerializationWriter.cs:
  41. More implementation
  42. * XmlCustomFormatter.cs:
  43. Implemented this class.
  44. 2002-08-20 Tim Coleman <[email protected]>
  45. * XmlSerializationWriter.cs:
  46. Some implementation.
  47. 2002-08-19 Tim Coleman <[email protected]>
  48. * XmlSerializer.cs:
  49. New stubs added.
  50. * XmlSerializationWriter.cs:
  51. New stubs added.
  52. 2002-08-14 Tim Coleman <[email protected]>
  53. * XmlSerializer.cs:
  54. More reformatting of source code so I can
  55. better understand what it does.
  56. 2002-08-06 Tim Coleman <[email protected]>
  57. * XmlSerializer.cs:
  58. Some reformatting of code for readability.
  59. Modify to correctly serialize ICollection objects
  60. such as the BindingCollection of a ServiceDescription
  61. for example.
  62. 2002-08-03 Tim Coleman <[email protected]>
  63. * XmlSerializer.cs:
  64. Changed Implements() to check based on name rather
  65. than FullName. FullName was never working correctly.
  66. 2002-07-26 Tim Coleman <[email protected]>
  67. * XmlSerializer.cs:
  68. The constructor now looks for an XmlRootAttribute attribute
  69. if one is not passed in. Various changes to make it emit
  70. proper XML, such as handling an element without a namespace
  71. prefix, and using WriteEndDocument where it should be.
  72. 2002-07-24 Tim Coleman <[email protected]>
  73. * CodeIdentifier.cs:
  74. * IXmlSerializable.cs:
  75. * XmlSerializationCollectionFixupCallback.cs:
  76. * XmlSerializationFixupCallback.cs:
  77. * XmlSerializationReadCallback.cs:
  78. * XmlSerializationReader.cs:
  79. * XmlSerializationWriteCallback.cs:
  80. Add new classes.
  81. * XmlSchemas.cs
  82. * CodeIdentifiers.cs:
  83. Implement some of these classes
  84. * XmlCodeExporter.cs:
  85. Fix return type of a function
  86. 2002-07-24 Tim Coleman <[email protected]>
  87. * SoapReflectionImporter.cs:
  88. New class added to build
  89. System.Web.Services.Description.ServiceDescription.cs
  90. 2002-07-22 Tim Coleman <[email protected]>
  91. * CodeIdentifiers.cs:
  92. * SoapCodeExporter.cs:
  93. * SoapSchemaExporter.cs:
  94. * XmlCodeExporter.cs:
  95. * XmlMemberMapping.cs:
  96. * XmlMembersMapping.cs:
  97. * XmlReflectionImporter.cs:
  98. * XmlReflectionMember.cs:
  99. * XmlSchemaExporter.cs:
  100. * XmlSchemaImporter.cs:
  101. * XmlSchemas.cs:
  102. New stubbs added to aid in the linux build of
  103. System.Web.Services.
  104. 2002-07-05 Ajay kumar Dwivedi <[email protected]>
  105. * XmlSeriailizer: Serialize method can serialize XmlSchema perfectly.
  106. * XmlSerializerNamespaces: Reverted to use of a single Hashtable.
  107. 2002-07-02 Ajay kumar Dwivedi <[email protected]>
  108. * XmlSeriailizer: Updated Serialize() method.
  109. 2002-06-27 Ajay kumar Dwivedi <[email protected]>
  110. * XmlSerializer: Serialize() method Partially Implemented.
  111. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  112. * Soap & XmlOverrides: Implemented using TypeMember as key with
  113. suggestions from Rafael.