ChangeLog 3.6 KB

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