ChangeLog 5.3 KB

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