ChangeLog 4.5 KB

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