ChangeLog 11 KB

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