ChangeLog 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. 2009-12-15 Marek Habersack <[email protected]>
  2. * System.Web.Extensions_test.dll.sources: added
  3. System.Web.UI.WebControls/ListViewPagedDataSourceTest.cs
  4. 2009-10-08 Atsushi Enomoto <[email protected]>
  5. * Makefile : add -r:System.ServiceModel.
  6. * System.Web.Extensions_test.dll.sources : add ProxyGeneratorTest.cs.
  7. 2009-07-06 Raja R Harinath <[email protected]>
  8. * Makefile (TEST_MCS_FLAGS): Reference SystemWebTestShim.
  9. 2009-05-26 Marek Habersack <[email protected]>
  10. * Test/System.Web.UI/ScriptReferenceBaseTest.cs: added tests for
  11. ReplaceExtension
  12. * System.Web.Extensions_test.dll.sources: added
  13. System.Web.UI/ScriptReferenceBaseTest.cs
  14. * System.Web.Extensions.dll.sources: added
  15. System.Web.UI/ScriptReferenceBase.cs
  16. 2008-11-28 Atsushi Enomoto <[email protected]>
  17. * Makefile : add NUNIT_RESOURCE_FILES to dist.
  18. 2008-11-20 Marek Habersack <[email protected]>
  19. * System.Web.Extensions.dll.sources: added
  20. System.Web.ClientServices and System.Web.ClientServices.Providers
  21. Sorted contents for easier reading and modification.
  22. 2008-11-19 Marek Habersack <[email protected]>
  23. * Makefile (NUNIT_RESOURCE_FILES): added
  24. * System.Web.Extensions_test.dll.sources: added the system.web
  25. Mainsoft test suite files.
  26. Added new test files.
  27. 2008-11-18 Marek Habersack <[email protected]>
  28. * System.Web.Extensions.dll.sources: added
  29. ./System.Web.UI.WebControls/ListViewTableCell.cs
  30. Added ./System.Web.Query.Dynamic/DynamicClass.cs and
  31. ./System.Web.Query.Dynamic/ParseException.cs
  32. Added ./System.Web.UI.WebControls/ListViewContainer.cs
  33. 2008-11-15 Marek Habersack <[email protected]>
  34. * System.Web.Extensions.dll.sources: added
  35. System.Web.UI.WebControls/DataPagerCommandEventArgs.cs
  36. 2008-10-30 Marek Habersack <[email protected]>
  37. * System.Web.Extensions.dll.sources: added
  38. ./System.Web.UI.WebControls/TemplatePagerField.cs
  39. * System.Web.Extensions_test.dll.sources: added
  40. System.Web.UI.WebControls/EventRecorder.cs,
  41. System.Web.UI.WebControls/ListViewTest.cs,
  42. System.Web.UI.WebControls/DataPagerFieldCollectionTest.cs
  43. 2008-10-17 Jonathan Pryor <[email protected]>
  44. * Test/Makefile: Add doc-update target support.
  45. 2008-10-08 Atsushi Enomoto <[email protected]>
  46. * Makefile: add reference to S.D.Linq.
  47. 2008-09-30 Marek Habersack <[email protected]>
  48. * Makefile (LIB_MCS_FLAGS): added -define:NET_3_5 as the 3.5 parts
  49. of the assembly are now built as part of the 2.0 profile.
  50. 2008-09-19 Marek Habersack <[email protected]>
  51. * System.Web.Extensions.dll.sources: removed most of the
  52. Newtonsoft JSON code, leaving only ReflectionUtils and
  53. JavaScriptUtils.
  54. 2008-09-18 Marek Safar <[email protected]>
  55. * Makefile: Add System.Core reference.
  56. 2008-09-18 Atsushi Enomoto <[email protected]>
  57. * System.Web.Extensions.dll.sources: added LinqDataSource stuff.
  58. 2008-09-17 Marek Habersack <[email protected]>
  59. * System.Web.Extensions.dll.sources: added
  60. System.Web.Script.Serialization/Json.cs,
  61. System.Web.Script.Serialization/JsonSerializer.cs and
  62. System.Web.Script.Serialization/StringBuilderExtensions.cs
  63. * System.Web.Script.Serialization/Json.cs: helper class to invoke
  64. de/serializer.
  65. * System.Web.Script.Serialization/JsonSerializer.cs: new
  66. implementation of Json serializer that is free of issues found in
  67. the old one (and faster + simpler).
  68. * System.Web.Script.Serialization/JavaScriptSerializer.cs: staging
  69. transition to the new Json (de)serializer. For now deserialization
  70. is done using the old JSON code, serialization uses the new
  71. serializer.
  72. * System.Web.Script.Serialization/StringBuilderExtensions.cs: a
  73. set of simple StringBuilder extension methods which check the size
  74. of the builder against some value and throw an exception if the
  75. value is exceeded.
  76. 2008-09-13 Atsushi Enomoto <[email protected]>
  77. * System.Web.Extensions.dll.sources :
  78. added sys.web.DynamicData types.
  79. 2008-08-30 Marek Habersack <[email protected]>
  80. * System.Web.Script.Serialization/JavaScriptSerializer.cs: if the
  81. target type is an IDictionary with value type of System.Object,
  82. make sure to NOT convert any values.
  83. Any values descendant from JavaScriptSerializer.LazyDictionary are
  84. converted to Dictionary <string, object>
  85. 2008-08-28 Marek Habersack <[email protected]>
  86. * System.Web.Script.Services/LogicalTypeInfo.cs: Invoke does not
  87. convert context to System.Object.
  88. If context is descendant from JavaScriptSerializer.LazyDictionary
  89. it is converted to a regular Dictionary <string, object> before
  90. passing to the service method.
  91. * System.Web.Script.Serialization/JavaScriptSerializer.cs:
  92. correctly handle members which have an interface as their return
  93. type - several known interfaces are converted to implementing
  94. types.
  95. 2008-08-22 Marek Habersack <[email protected]>
  96. * Test/System.Web.Script.Serialization/JavaScriptSerializerTest.cs:
  97. marked several of the JavaScriptSerializer tests as not
  98. working. Experiments show that the tests are invalid as they relay
  99. on behavior which is different to .NET's.
  100. * System.Web.Script.Serialization/JavaScriptSerializer.cs:
  101. GetConverter now checks whether the requested type is descendant
  102. from the type supported by teh converter.
  103. 2008-06-11 Marek Habersack <[email protected]>
  104. * Test/System.Web.UI/ScriptBehaviorDescriptorTest.cs,
  105. Test/System.Web.UI/ScriptComponentDescriptorTest.cs,
  106. Test/System.Web.UI/ScriptControlDescriptorTest.cs: disabled
  107. tests relying on the Dictionary keys order.
  108. 2008-05-07 Marek Habersack <[email protected]>
  109. * ChangeLog: added and moved entries from ../ChaneLog to here.
  110. * Makefile (RESOURCE_FILES): partially revert r102022 - always use
  111. the 3.5.0.0 script library. Fixes bug #384580
  112. 2008-04-29 Marek Habersack <[email protected]>
  113. * System.Web.Extensions/Makefile (EXTRA_DISTFILES): include all
  114. the Microsoft AJAX library scripts in the dist tarball.
  115. 2008-04-28 Marek Habersack <[email protected]>
  116. * System.Web.Extensions/Makefile (RESOURCE_FILES): for the 2.0
  117. profile use the 1.0.61025.0 scripts.