ChangeLog 4.7 KB

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