ChangeLog 12 KB

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