ChangeLog 8.6 KB

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