ChangeLog 6.7 KB

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