ChangeLog 6.0 KB

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