ChangeLog 7.0 KB

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