ChangeLog 3.7 KB

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