ChangeLog 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. 2006-04-30 Yoni Klain <[email protected]>
  2. * System.Web_test.dll.sources: add SiteMapDataSourceTest.cs
  3. 2006-04-23 Tal Klahr <[email protected]>
  4. * System.Web_test.dll.sources: add ViewTest.cs and MultiViewTest.cs
  5. 2006-04-23 Tal Klahr <[email protected]>
  6. * System.Web_test.dll.sources: add BulletedListTest.cs
  7. 2006-04-20 Andrew Skiba <[email protected]>
  8. * System.Web_test.dll.sources: add SiteMapNodeTest.cs
  9. 2006-04-02 Andrew Skiba <[email protected]>
  10. * System.Web.vmwcsproj: exclude from project deleted files
  11. 2006-03-24 Gonzalo Paniagua Javier <[email protected]>
  12. * System.Web.dll.sources: add StringPropertyBuilder.
  13. 2006-03-23 Vladimir Krasnov <[email protected]>
  14. * System.Web.vmwcsproj: grasshopper project file fix,
  15. added System.Web\TempFileStream.cs
  16. 2006-03-19 Gonzalo Paniagua Javier <[email protected]>
  17. * System.Web.dll.sources: add TempFileStream.cs
  18. 2006-03-15 Chris Toshok <[email protected]>
  19. * Makefile (RESOURCE_FILES_2): add transarent.gif.
  20. 2006-03-09 Vladimir Krasnov <[email protected]>
  21. * System.Web.vmwcsproj: grasshopper project file fix,
  22. added PageParser.jvm.cs, WebServiceParser.jvm.cs
  23. 2006-03-07 Vladimir Krasnov <[email protected]>
  24. * Added run-tests.bat to run tests on Grasshopper
  25. 2006-02-22 Cesar Lopez Nataren <[email protected]>
  26. * System.Web.dll.sources: Added System.Web.UI/ChtmlTextWriter.cs
  27. * System.Web_test.dll.sources: Added System.Web.UI/ChtmlTextWriterTest.cs
  28. 2006-02-14 Gonzalo Paniagua Javier <[email protected]>
  29. * System.Web.dll.sources: added new files.
  30. 2006-02-12 Cesar Lopez Nataren <[email protected]>
  31. * System.Web.dll.sources: Added XhtmlTextWriter.
  32. * System.Web_test.dll.sources: Added System.Web.UI/XhtmlTextWriterTest.cs.
  33. 2006-02-12 Vladimir Krasnov <[email protected]>
  34. * System.Web.vmwcsproj: grasshopper project file fix
  35. 2006-02-10 Gonzalo Paniagua Javier <[email protected]>
  36. * System.Web.dll.sources: add new files.
  37. 2006-01-22 Chris Toshok <[email protected]>
  38. * System.Web.dll.sources: add IgnoreFileBuildProvider.cs and
  39. IInternalConfigWebHost.cs
  40. 2006-01-19 Raja R Harinath <[email protected]>
  41. * Makefile (LIBRARY_USE_INTERMEDIATE_FILE) [net_2_0]: Set, so as
  42. to avoid sharing violations on Windows.
  43. 2006-01-18 Chris Toshok <[email protected]>
  44. * Makefile: Add build foo to handle the System.Web.dll <->
  45. System.Web.Services.dll cyclic dependencies.
  46. 2006-01-09 Chris Toshok <[email protected]>
  47. * Makefile (OTHER_LIB_MCS_FLAGS): if we're building net_2_0,
  48. define CONFIGURATION_2_0 to use the new System.Configuration api.
  49. 2006-01-08 Konstantin Triger <[email protected]>
  50. * System.Web.vmwcsproj: fixing compilation.
  51. 2005-11-29 Gonzalo Paniagua Javier <[email protected]>
  52. * System.Web_test.dll.sources: add new file.
  53. 2005-11-04 Chris Toshok <[email protected]>
  54. * System.Web.dll.sources: add the S.W.C_2.0/HttpModule*.cs files,
  55. and nuke S.W.C_2.0/InternalSection.cs.
  56. * System.Web.Configuration_2.0/SystemWebSectionGroup.cs: enable
  57. the HttpModules property.
  58. * System.Web.Configuration_2.0/HttpHandlerActionCollection.cs:
  59. reindent, and add MonoTODO's.
  60. * System.Web.Configuration_2.0/HttpHandlerAction.cs: use
  61. properties in the ctor, and remove the instance variables.
  62. * System.Web.Configuration_2.0/InternalSection.cs: nuke.
  63. * System.Web.Configuration_2.0/HttpModuleActionCollection.cs: new
  64. stubs.
  65. * System.Web.Configuration_2.0/HttpModuleAction.cs: new stubs.
  66. * System.Web.Configuration_2.0/HttpModulesSection.cs: new stubs.
  67. * System.Web.Configuration_2.0/CompilationSection.cs: inherit from
  68. ConfigurationSection, not InternalSection.
  69. * System.Web.Configuration_2.0/SiteMapSection.cs: same.
  70. * System.Web.Configuration_2.0/PagesSection.cs: same.
  71. * System.Web.Configuration_2.0/MembershipSection.cs: same.
  72. * System.Web.Configuration_2.0/AnonymousIdentificationSection.cs:
  73. same.
  74. 2005-11-02 Chris Toshok <[email protected]>
  75. * System.Web.dll.sources: add
  76. System.Web.Hosting/HostingEnvironment.cs
  77. 2005-10-02 Eyal Alaluf <[email protected]>
  78. * System.Web.vmwcsproj - Added System.Web/HttpApplication.jvm.cs
  79. 2005-09-22 Chris Toshok <[email protected]>
  80. * System.Web.dll.sources: add
  81. System.Web.Configuration/PositiveTimeSpanValidator.cs
  82. 2005-09-08 Eyal Alaluf <[email protected]>
  83. * System.Web.vmwcsproj - updated to match new code base
  84. 2005-09-07 Chris Toshok <[email protected]>
  85. * System.Web.dll.sources: add MinimizableAttributeTypeConverter.
  86. * System.Web_test.dll.sources: add
  87. MinimizableAttributeTypeConverter test.
  88. 2005-09-06 Chris Toshok <[email protected]>
  89. * System.Web.dll.sources: add HtmlLink.cs and HtmlMeta.cs
  90. * System.Web_test.dll.sources: add HtmlLinkTest and HtmlMetaTest.
  91. 2005-08-31 Chris Toshok <[email protected]>
  92. * System.Web.dll.sources: add
  93. WebParts/ConnectionInterfaceCollection.cs
  94. 2005-08-31 Chris Toshok <[email protected]>
  95. * System.Web_test.dll.sources: add
  96. ConnectionInterfaceCollectionTest.cs
  97. 2005-08-31 Chris Toshok <[email protected]>
  98. * System.Web_test.dll.sources: add the tests for Repeater,
  99. TreeView, and XmlDataSource.
  100. 2005-08-29 Chris Toshok <[email protected]>
  101. * System.Web.dll.sources: add HtmlInputSubmit.cs
  102. * System.Web_test.dll.sources: add HtmlInputSubmitTest.cs
  103. 2005-08-28 Chris Toshok <[email protected]>
  104. * System.Web.dll.sources: add IAdaptableTextWriter.cs
  105. 2005-08-28 Chris Toshok <[email protected]>
  106. * System.Web_test.dll.sources: add HtmlInputPasswordTest.cs and
  107. HtmlInputResetTest.cs
  108. * System.Web.dll.sources: add HtmlInputPassword.cs and
  109. HtmlInputReset.cs.
  110. 2005-08-27 Kornél Pál <[email protected]>
  111. * System.Web.dll.sources: Fixed 48519 to 48944 regressions.
  112. 2005-08-25 Chris Toshok <[email protected]>
  113. * System.Web.dll.sources: add
  114. System.Web.UI.WebControls/SqlDataSource{Filtering,Selecting}Event{Handler,Args}.cs
  115. 2005-08-25 Chris Toshok <[email protected]>
  116. * System.Web.dll.sources: add
  117. System.Web.UI.WebControls/SqlDataSourceCommandType.cs
  118. 2005-08-22 Chris Toshok <[email protected]>
  119. * System.Web_test.dll.sources: add RepeatInfoTest.auto.2.0.cs
  120. 2005-08-19 Chris Toshok <[email protected]>
  121. * System.Web.dll.sources: add System.Web.Profile/ProfileInfo.cs
  122. * System.Web_test.dll.sources: add
  123. Test/System.Web.Profile/ProfileInfoTest.cs
  124. * files-to-copy: add System.Web.Profile/ProfileInfo.cs
  125. 2005-08-18 Dick Porter <[email protected]>
  126. * System.Web.dll.sources: Added some new 2.0 files
  127. * files-to-copy: Added lots more files changed in 2.0
  128. 2005-08-17 Jackson Harper <[email protected]>
  129. * files-to-copy: Add new cache stuff and updated
  130. SessionStateModule to the build.
  131. 2005-08-15 Jackson Harper <[email protected]>
  132. * System.Web.dll.sources: Remove old files, add new cache files.
  133. 2005-08-11 Dick Porter <[email protected]>
  134. * files-to-copy: Add System.Web.UI/CssStyleCollection.cs now that
  135. I've edited it
  136. 2005-07-20 Chris Toshok <[email protected]>
  137. * Makefile (RESOURCE_FILES_1): add resources/WebUIValidation.js
  138. 2005-07-18 Ben Maurer <[email protected]>
  139. * performance-and-tips: Expand on some stuff, some new content.
  140. 2005-07-14 Duncan Mak <[email protected]>
  141. * System.Web_test.dll.sources: Sorted. Added PagedDataSourceTest.
  142. 2005-07-07 Ben Maurer <[email protected]>
  143. * test-msft: A script for people to use with their windows box to
  144. get things to run nicely.