ChangeLog 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804
  1. 2005-07-25 Eyal Alalouf <[email protected]>
  2. * System.Web.vmwcsproj removed System.Web/TimeoutManager.cs from TARGET_J2EE
  3. 2005-07-24 Eyal Alalouf <[email protected]>
  4. * System.Web.vmwcsproj added System.Web.UI/PageHandlerFactory.jvm.cs
  5. 2005-07-19 Eyal Alalouf <[email protected]>
  6. * System.Web.vmwcsproj:
  7. Replaced System.Web.UI/TemplateControl.cs with System.Web.UI/TemplateControl.jvm.cs
  8. 2005-07-19 Eyal Alalouf <[email protected]>
  9. * System.Web.vmwcsproj: Removed files related to dynamic compilation of ASP
  10. pages. This feature is currently not supported in Grasshopper.
  11. 2005-07-18 Eyal Alalouf <[email protected]>
  12. * System.Web.vmwcsproj:
  13. Added System.Web.J2EE/BaseHttpServlet.cs
  14. Added System.Web.J2EE/BaseStaticHttpServlet.cs
  15. Added System.Web.J2EE/SessionListener.cs
  16. Removed System.Web.SessionState/HttpSessionState.cs
  17. Added System.Web.SessionState/HttpSessionState.jvm.cs
  18. Removed System.Web.SessionState/SessionInProcHandler.cs
  19. Added System.Web.SessionState/SessionInProcHandler.jvm.cs
  20. Added System.Web.Hosting/ServletWorkerRequest.jvm.cs
  21. 2005-07-18 Eyal Alalouf <[email protected]>
  22. * System.Web.J2EE: Added namespace and folder for J2EE hosting and specific files.
  23. * System.Web.vmwcsproj: Added System.Web.J2EE files
  24. 2005-07-18 Eyal Alalouf <[email protected]>
  25. * System.Web.vmwcsproj: Added file for compiling System.Web in J2EE configuration
  26. 2005-07-16 Ben Maurer <[email protected]>
  27. * Makefile: Make sure that tests use the same flags as the
  28. assembly itself. Also, unverbosify warnings.
  29. 2005-07-01 Lluis Sanchez Gual <[email protected]>
  30. * System.Web.dll.sources: Added MembershipSection.cs
  31. 2005-06-23 Lluis Sanchez Gual <[email protected]>
  32. * System.Web.dll.sources: Added new files:
  33. System.Web.Configuration/VirtualDirectoryMapping.cs
  34. System.Web.Configuration/VirtualDirectoryMappingCollection.cs
  35. System.Web.Configuration/WebConfigurationFileMap.cs
  36. System.Web.Configuration/WebConfigurationHost.cs
  37. System.Web.Configuration/WebConfigurationManager.cs
  38. 2005-06-14 Lluis Sanchez Gual <[email protected]>
  39. * Makefile: Added reference to System.Configuration.
  40. 2005-06-10 Lluis Sanchez Gual <[email protected]>
  41. * System.Web.dll.sources: New files:
  42. System.Web.Security/MembershipValidatePasswordEventHandler.cs
  43. System.Web.Security/ValidatePasswordEventArgs.cs
  44. 2005-05-26 Lluis Sanchez Gual <[email protected]>
  45. * System.Web.dll.sources: Added new files:
  46. System.Web.UI.WebControls/SiteMapNodeItem.cs
  47. System.Web.UI.WebControls/SiteMapNodeItemEventArgs.cs
  48. System.Web.UI.WebControls/SiteMapNodeItemEventHandler.cs
  49. System.Web.UI.WebControls/SiteMapPath.cs
  50. System.Web.UI/NonVisualControlAttribute.cs
  51. System.Web/StaticSiteMapProvider.cs
  52. 2005-05-21 Sebastien Pouliot <[email protected]>
  53. * System.Web_test.dll.sources: Added tests for FormsAuthentication.
  54. 2005-05-13 Lluis Sanchez Gual <[email protected]>
  55. * System.Web.dll.sources: Added new file:
  56. System.Web.UI.WebControls/WizardStepControlBuilder.cs
  57. 2005-05-06 Lluis Sanchez Gual <[email protected]>
  58. * System.Web.dll.sources: Added new files:
  59. System.Web.UI.WebControls/CircleHotSpot.cs
  60. System.Web.UI.WebControls/HotSpot.cs
  61. System.Web.UI.WebControls/HotSpotCollection.cs
  62. System.Web.UI.WebControls/ImageMap.cs
  63. System.Web.UI.WebControls/PolygonHotSpot.cs
  64. System.Web.UI.WebControls/RectangleHotSpot.cs
  65. System.Web.UI.WebControls/Wizard.cs
  66. System.Web.UI.WebControls/WizardStep.cs
  67. System.Web.UI.WebControls/WizardStepBase.cs
  68. System.Web.UI.WebControls/WizardStepCollection.cs
  69. 2005-05-04 Lluis Sanchez Gual <[email protected]>
  70. * System.Web.dll.sources: Added new files:
  71. System.Web.UI.WebControls/DataControlCommands.cs
  72. System.Web.UI.WebControls/SubMenuStyleCollection.cs
  73. and removed:
  74. System.Web.UI.WebControls/ChildTable.cs
  75. 2005-04-22 Lluis Sanchez Gual <[email protected]>
  76. * System.Web.dll.sources: Added new files:
  77. System.Web.UI.WebControls/HyperLinkField.cs
  78. 2005-04-21 Lluis Sanchez Gual <[email protected]>
  79. * System.Web.dll.sources: Added new files:
  80. System.Web.UI.WebControls/FormView.cs
  81. System.Web.UI.WebControls/FormViewRow.cs
  82. System.Web.UI/IEditableTextControl.cs
  83. 2005-04-15 Lluis Sanchez Gual <[email protected]>
  84. * System.Web.dll.sources: Added new files:
  85. System.Web.UI/CompiledBindableTemplateBuilder.cs
  86. 2005-04-08 Lluis Sanchez Gual <[email protected]>
  87. * System.Web.dll.sources: Added new files:
  88. System.Web.UI.WebControls/DetailsView.cs
  89. System.Web.UI.WebControls/DetailsViewRow.cs
  90. System.Web.UI.WebControls/DetailsViewRowCollection.cs
  91. 2005-04-07 Lluis Sanchez Gual <[email protected]>
  92. * System.Web.dll.sources: Added new files:
  93. System.Web.UI.WebControls/ObjectDataSourceFilteringEventArgs.cs
  94. System.Web.UI.WebControls/ObjectDataSourceFilteringEventHandler.cs
  95. 2005-04-01 Lluis Sanchez Gual <[email protected]>
  96. * System.Web.dll.sources: Added new files:
  97. System.Web.UI.WebControls/ButtonField.cs
  98. System.Web.UI.WebControls/CheckBoxField.cs
  99. System.Web.UI.WebControls/DataControlFieldHeaderCell.cs
  100. System.Web.UI.WebControls/HiddenField.cs
  101. System.Web.UI.WebControls/ImageField.cs
  102. System.Web.UI.WebControls/ObjectDataSource.cs
  103. System.Web.UI.WebControls/ObjectDataSourceView.cs
  104. System.Web.UI.WebControls/TemplateField.cs
  105. 2005-03-23 Lluis Sanchez Gual <[email protected]>
  106. * System.Web.dll.sources: Added new files:
  107. System.Web.UI.WebControls/AutoGeneratedField.cs
  108. System.Web.UI.WebControls/AutoGeneratedFieldProperties.cs
  109. 2005-03-14 Gonzalo Paniagua Javier <[email protected]>
  110. * System.Web.dll.sources: added new files in System.Web.Configuration.
  111. 2005-03-11 Lluis Sanchez Gual <[email protected]>
  112. * Makefile: Added new resource file: GridView.js.
  113. * System.Web.dll.sources: Added more files to the build:
  114. System.Web.UI.WebControls/ButtonFieldBase.cs
  115. System.Web.UI.WebControls/CommandField.cs
  116. System.Web.UI.WebControls/DataControlButton.cs
  117. 2005-03-04 Lluis Sanchez Gual <[email protected]>
  118. * System.Web.dll.sources: Added more files to the build:
  119. System.Web.UI.WebControls/ChildTable.cs
  120. System.Web.UI.WebControls/DataKey.cs
  121. System.Web.UI.WebControls/DataKeyArray.cs
  122. System.Web.UI.WebControls/GridViewCommandEventArgs.cs
  123. System.Web.UI.WebControls/GridViewCommandEventHandler.cs
  124. System.Web.UI.WebControls/GridViewRowEventArgs.cs
  125. System.Web.UI.WebControls/GridViewRowEventHandler.cs
  126. System.Web.UI.WebControls/StringArrayConverter.cs
  127. 2005-02-25 Lluis Sanchez Gual <[email protected]>
  128. * System.Web.dll.sources: Added new files:
  129. System.Web.UI.WebControls/BoundField.cs
  130. System.Web.UI.WebControls/CompositeDataBoundControl.cs
  131. System.Web.UI.WebControls/DataControlFieldCollection.cs
  132. System.Web.UI.WebControls/GridView.cs
  133. System.Web.UI.WebControls/GridViewRow.cs
  134. System.Web.UI.WebControls/GridViewRowCollection.cs
  135. System.Web.UI.WebControls/PagerSettings.cs
  136. System.Web.UI.WebControls/XmlDataSourceNodeDescriptor.cs
  137. System.Web.UI.WebControls/XmlDataSourcePropertyDescriptor.cs
  138. 2005-02-23 Sebastien Pouliot <[email protected]>
  139. * System.Web_test.dll.sources: Added new unit tests for
  140. HttpRequest, HttpServerUtility and HttpUtility to test for XSS.
  141. 2005-02-18 Lluis Sanchez Gual <[email protected]>
  142. * System.Web.dll.sources: New file:
  143. System.Web.UI.WebControls/CollectionDataSource.cs
  144. 2005-02-10 Lluis Sanchez Gual <[email protected]>
  145. * System.Web.dll.sources: New files:
  146. System.Web.UI/ICheckBoxControl.cs
  147. System.Web.UI/IStaticTextControl.cs
  148. System.Web.UI/ITextControl.cs
  149. 2005-02-04 Lluis Sanchez Gual <[email protected]>
  150. * Makefile: Added resource file.
  151. 2005-02-02 Lluis Sanchez Gual <[email protected]>
  152. * System.Web.dll.sources: Added some files to the build:
  153. System.Web.UI.WebControls/CompositeControl.cs
  154. System.Web.UI.WebControls/ControlPropertyNameConverter.cs
  155. 2005-01-28 Lluis Sanchez Gual <[email protected]>
  156. * System.Web.dll.sources: Added new files:
  157. System.Web.UI.WebControls/MultiView.cs
  158. System.Web.UI.WebControls/View.cs
  159. System.Web.UI.WebControls/ViewCollection.cs
  160. 2005-01-21 Lluis Sanchez Gual <[email protected]>
  161. * System.Web.dll.sources: Added new files:
  162. System.Web.UI.WebControls/Content.cs
  163. System.Web.UI.WebControls/ContentControlBuilder.cs
  164. System.Web.UI.WebControls/ContentPlaceHolder.cs
  165. System.Web.UI.WebControls/ContentPlaceHolderBuilder.cs
  166. System.Web.UI/MasterPage.cs
  167. System.Web.UI/MasterPageParser.cs
  168. 2005-01-10 Lluis Sanchez Gual <[email protected]>
  169. * System.Web.dll.sources: Added new files:
  170. System.Web.UI.WebControls/MenuItemTemplateContainer.cs
  171. System.Web.UI.WebControls/SubMenuStyle.cs
  172. * Makefile: Added those files to the build.
  173. 2004-12-20 Lluis Sanchez Gual <[email protected]>
  174. * System.Web.dll.sources: Added some new files to the build.
  175. 2004-12-10 Lluis Sanchez Gual <[email protected]>
  176. * Makefile: Added Menu script.
  177. 2004-12-02 Lluis Sanchez Gual <[email protected]>
  178. * System.Web.dll.sources: Added new files:
  179. System.Web.UI.WebControls/Menu.cs
  180. System.Web.UI.WebControls/MenuEventArgs.cs
  181. System.Web.UI.WebControls/MenuEventHandler.cs
  182. System.Web.UI.WebControls/MenuItem.cs
  183. System.Web.UI.WebControls/MenuItemBinding.cs
  184. System.Web.UI.WebControls/MenuItemBindingCollection.cs
  185. System.Web.UI.WebControls/MenuItemCollection.cs
  186. System.Web.UI.WebControls/MenuItemStyle.cs
  187. System.Web.UI.WebControls/MenuItemStyleCollection.cs
  188. 2004-12-02 Lluis Sanchez Gual <[email protected]>
  189. * Makefile: Added more TreeView resources.
  190. 2004-11-30 Raja R Harinath <[email protected]>
  191. * Makefile (RESOURCE_FILES): Make sure that we distribute these,
  192. irrespective of the profile.
  193. (OTHER_RES): New.
  194. 2004-11-29 Sanjay Gupta <[email protected]>
  195. * System.Web.dll.sources: Added DataControlField.cs and
  196. DataControlFieldCell.cs.
  197. 2004-11-29 Gonzalo Paniagua Javier <[email protected]>
  198. * System.Web.dll.sources: added ReusableMemoryStream.
  199. 2004-11-26 Lluis Sanchez Gual <[email protected]>
  200. * System.Web.dll.sources: Added new file:
  201. System.Web.UI/ClientScriptManager
  202. * Makefile: Added more resources.
  203. 2004-11-25 Raja R Harinath <[email protected]>
  204. * Makefile (RESOURCE_FILES): New. List set of resources.
  205. (EXTRA_DISTFILES): New. Distribute them.
  206. 2004-11-23 Lluis Sanchez Gual <[email protected]>
  207. * Makefile: Added TreeView resources.
  208. * System.Web.dll.sources: Added new files:
  209. System.Web.UI.WebControls/BaseDataBoundControl.cs
  210. System.Web.UI.WebControls/HierarchicalDataBoundControl.cs
  211. System.Web.UI.WebControls/TreeNode.cs
  212. System.Web.UI.WebControls/TreeNodeBinding.cs
  213. System.Web.UI.WebControls/TreeNodeBindingCollection.cs
  214. System.Web.UI.WebControls/TreeNodeCollection.cs
  215. System.Web.UI.WebControls/TreeNodeEventArgs.cs
  216. System.Web.UI.WebControls/TreeNodeEventHandler.cs
  217. System.Web.UI.WebControls/TreeNodeStyle.cs
  218. System.Web.UI.WebControls/TreeNodeStyleCollection.cs
  219. System.Web.UI.WebControls/TreeView.cs
  220. 2004-11-19 Sanjay Gupta <[email protected]>
  221. * System.Web.dll.sources: Added new file:
  222. System.Web.UI.WebControls/AccessDataSourceView.cs.
  223. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  224. * System.Web.dll.sources: Added new files:
  225. System.Web.Security/ActiveDirectoryMembershipProvider.cs
  226. System.Web.Security/MembershipProvider.cs
  227. System.Web.Security/RoleProvider.cs
  228. System.Web.UI.WebControls/SiteMapDataSource.cs
  229. System.Web.UI.WebControls/SiteMapHierarchicalDataSourceView.cs
  230. System.Web/ParserError.cs
  231. System.Web/ParserErrorCollection.cs
  232. System.Web/SiteMapResolveEventArgs.cs
  233. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  234. * System.Web.dll.sources: Added new files:
  235. System.Web.Configuration/AdapterDictionary.cs
  236. System.Web.Configuration/AnonymousIdentificationSection.cs
  237. System.Web.Configuration/AssemblyCollection.cs
  238. System.Web.Configuration/AssemblyInfo.cs
  239. System.Web.Configuration/AuthenticationSection.cs
  240. System.Web.Configuration/FormsAuthenticationConfiguration.cs
  241. System.Web.Configuration/InternalSection.cs
  242. System.Web.Configuration/PassportAuthentication.cs
  243. 2004-10-20 Sanjay Gupta <[email protected]>
  244. * System.Web.dll.sources: Added new class in System.Web.UI.
  245. 2004-10-12 Sanjay Gupta <[email protected]>
  246. * System.Web_test.dll.sources: Added new test case source file.
  247. 2004-10-12 Sanjay Gupta <[email protected]>
  248. * System.Web.dll.sources: Added new class in System.Web.UI.
  249. 2004-10-11 Sanjay Gupta <[email protected]>
  250. * makefile: Added flag to build System.Web_test.dll.
  251. 2004-10-08 Sanjay Gupta <[email protected]>
  252. * System.Web_test.dll.sources: Added new file.
  253. 2004-10-08 Sanjay Gupta <[email protected]>
  254. * System.Web.dll.sources: Added new classes in
  255. System.Web.UI.WebControls.
  256. 2004-09-30 Sanjay Gupta <[email protected]>
  257. * System.Web.dll.sources: Added and removed an enumeration in
  258. System.Web.UI.WebControls.
  259. 2004-09-29 Sanjay Gupta <[email protected]>
  260. * System.Web.dll.sources: Added new classes in
  261. System.Web.UI.WebControls.WebParts.
  262. 2004-09-29 Sanjay Gupta <[email protected]>
  263. * System.Web.dll.sources: Added new classes in
  264. System.Web.UI.WebControls.WebParts.
  265. 2004-09-28 Sanjay Gupta <[email protected]>
  266. * System.Web.dll.sources: Added new classes in
  267. System.Web.UI.WebControls.WebParts.
  268. 2004-09-24 Sanjay Gupta <[email protected]>
  269. * System.Web.dll.sources: Added new attribute class in System.Web.UI.
  270. 2004-09-14 Sanjay Gupta <[email protected]>
  271. * System.Web.dll.sources: Added new attribute classes in System.Web.UI.
  272. 2004-09-07 Sanjay Gupta <[email protected]>
  273. * System.Web.dll.sources: Added new class in System.Web.UI.WebControls.
  274. 2004-09-03 Sanjay Gupta <[email protected]>
  275. * System.Web.dll.sources: Added new interface and classes in
  276. System.Web.UI namespace.
  277. 2004-08-31 Sanjay Gupta <[email protected]>
  278. * System.Web.dll.sources: Added new interfaces in
  279. System.Web.UI.WebControls.WebParts namespace.
  280. 2004-08-31 Sanjay Gupta <[email protected]>
  281. * System.Web.dll.sources: Added new *EventArgs.cs and *EventHandler in
  282. System.Web.UI.WebControls namespace.
  283. 2004-08-31 Sanjay Gupta <[email protected]>
  284. * System.Web.dll.sources: Added new delegates in System.Web.SessionState
  285. and System.Web.UI.
  286. 2004-08-31 Sanjay Gupta <[email protected]>
  287. * System.Web.dll.sources: Added new interfaces in System.Web.SessionState
  288. and System.Web.UI.
  289. 2004-08-18 Sanjay Gupta <[email protected]>
  290. * System.Web.dll.sources: Added new file RelatedBodyPart.cs.
  291. 2004-08-05 Sanjay Gupta <[email protected]>
  292. * System.Web.dll.sources: Added new interfaces to System.Web.UI.WebControls and
  293. a class to System.Web.UI.
  294. 2004-08-05 Sanjay Gupta <[email protected]>
  295. * System.Web.dll.sources: Added new interfaces to System.Web.SessionState.
  296. 2004-08-04 Sanjay Gupta <[email protected]>
  297. * System.Web.dll.sources: Added new enums.
  298. 2004-08-02 Duncan Mak <[email protected]>
  299. * System.Web.dll.sources: Added new enums and interfaces,
  300. re-ordered alphabetically.
  301. 2004-06-08 Alon Gazit <[email protected]>
  302. * System.Web.dll.sources: added ServerVariablesCollection.
  303. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  304. * System.Web.dll.sources: removed CSCompiler.cs
  305. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  306. * System.Web.dll.sources: removing ServerVariablesCollection. It does
  307. not compile.
  308. 2004-06-07 Alon Gazit <[email protected]>
  309. * System.Web.dll.sources: added ServerVariablesCollection.
  310. 2004-05-12 Gonzalo Paniagua Javier <[email protected]>
  311. * System.Web.dll.sources: added Html32TextWriter.
  312. 2004-04-22 Gonzalo Paniagua Javier <[email protected]>
  313. * System.Web.dll.sources: removed unused/obsolete files from
  314. System.Web.Util.
  315. 2004-02-09 Jackson Harper <[email protected]>
  316. * System.Web.dll.sources: Remove System.Web.Caching.Watcher from
  317. build. We are now using FileSystemWatcher.
  318. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  319. * System.Web.dll.sources: added new files in S.W.Configuration.
  320. 2004-01-11 Andreas Nahr <[email protected]>
  321. * makefile: Dependency to EnterpriseServices.dll added
  322. * System.Web.dll.sources: Added 4 files in System.Util, sorted Web.Util
  323. file names.
  324. 2004-01-10 Jackson Harper <[email protected]>
  325. * System.Web.dll.sources: Add TraceConfig.cs and
  326. TraceConfigurationHandler.cs to the build.
  327. 2004-01-10 Jackson Harper <[email protected]>
  328. * System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
  329. build.
  330. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  331. * System.Web.dll.sources: added HttpRequestValidationException.
  332. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  333. * System.Web.dll.sources: added CustomErrorsConfigHandler.cs
  334. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  335. * System.Web.dll.sources: added CapabilitiesLoader.cs
  336. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  337. * System.Web.dll.sources: added WebConfigurationSettings.
  338. 2003-11-25 Jackson Harper <[email protected]>
  339. * System.web.dll.sources: Add AltSerialization.cs to the build
  340. 2003-11-24 Jackson Harper <[email protected]>
  341. * System.web.dll.sources: Add State server classes to build.
  342. 2003-11-21 Jackson Harper <[email protected]>
  343. * System.web.dll.sources: Add CachedVaryBy.cs to the build
  344. 2003-11-21 Andreas Nahr <[email protected]>
  345. * System.Web.dll.sources: added XmlBuilder.cs
  346. 2003-11-20 Jackson Harper <[email protected]>
  347. * System.web.dll.sources: add OutputCacheModule.cs and
  348. CachedRawResponse.cs to the build.
  349. 2003-11-19 Todd Berman <[email protected]>
  350. * System.Web.dll.sources: Add KeyedList.cs and KeyedListEnumerator.cs
  351. 2003-11-18 Todd Berman <[email protected]>
  352. * System.Web.dll.sources: Add ParameterCollection.cs
  353. 2003-11-13 Jackson Harper <[email protected]>
  354. * System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
  355. build
  356. 2003-11-06 Jackson Harper <[email protected]>
  357. * System.web.dll.sources: Add SessionId.cs to build
  358. 2003-11-03 Jackson Harper <[email protected]>
  359. * System.Web.dll.sources: Add SessionSQLServerHandler.cs
  360. * makefile: Reference System.Data.dll
  361. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  362. * System.Web.dll.sources: added WebControlsSectionHandler.cs
  363. 2003-07-30 Andreas Nahr <[email protected]>
  364. * System.Web.dll.sources: added Locale.cs
  365. 2003-07-30 Andreas Nahr <[email protected]>
  366. * System.Web.dll.sources: added new files to System.Web.SessionState and System.Web.UI
  367. 2003-07-25 Ravi Pratap <[email protected]>
  368. * everywhere: Remove uses of direct invocation of the 'Invoke'
  369. method on a delegate type - that is error cs1533 now flagged by
  370. mcs.
  371. 2003-07-17 Andreas Nahr <[email protected]>
  372. * System.Web.dll.sources:
  373. * list: HtmlControlPersistableAttribute.cs, IgnoreUnknownContentAttribute.cs added
  374. 2003-07-17 Andreas Nahr <[email protected]>
  375. * System.Web.dll.sources:
  376. * list: System.Web.UI/IUserControlDesignerAccessor.cs added
  377. 2003-07-17 Andreas Nahr <[email protected]>
  378. * System.Web.dll.sources:
  379. * list: AssemblyInfo.cs added, Consts.cs added
  380. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  381. * list: sorted, added a couple of missing files and 3 new ones.
  382. 2003-04-15 Gonzalo Paniagua Javier <[email protected]>
  383. * list: added CollectionBuilder and TemplateBuilder.
  384. 2003-04-09 Gonzalo Paniagua Javier <[email protected]>
  385. * list: added Watcher.cs
  386. 2003-03-31 Stefan Grling <[email protected]>
  387. * list: added new files to System.Web.SessionState
  388. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  389. * list: added SessionConfig.cs and SessionStateSectionHandler.cs
  390. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  391. * list: added AuthorizationConfig and AuthorizationConfigHandler.
  392. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  393. * list: added a couple of new files.
  394. 2002-11-29 Gonzalo Paniagua Javier <[email protected]>
  395. * list: added new file.
  396. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  397. * list: added/removed files.
  398. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  399. * makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/
  400. 2002-10-28 Duncan Mak <[email protected]>
  401. * list: added DataGridLinkButton.cs.
  402. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  403. * list: added WebEncoding.cs
  404. 2002-10-26 Gonzalo Paniagua Javier <[email protected]>
  405. * makefile.trace: used to build System.Web.dll with trace enabled.
  406. * System.Web.build: added trace and clean targets.
  407. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  408. * System.Web.build: added options (commented out) to activate tracing.
  409. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  410. * list: added new file in System.Web.Handlers.
  411. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  412. * list: added new files in System.Web.Configuration.
  413. 2002-09-30 Gonzalo Paniagua Javier <[email protected]>
  414. * list: added new files in System.Web.
  415. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  416. * list: added PageHandlerFactory.
  417. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  418. * list: added 2 new files (DataGrid*Internal.cs).
  419. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  420. * list: added new files.
  421. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  422. * list: added new files in System.Web.Security
  423. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  424. * list: added HorizontalAlignConverter and VerticalAlignConverter.
  425. 2002-08-05 Patrik Torstensson <[email protected]>
  426. * list:
  427. Add System.Web/ApplicationFactory.cs
  428. Add System.Web/HttpAsyncResult.cs
  429. Add System.Web.Configuration/GlobalizationConfiguration.cs
  430. Add System.Web.Configuration/HandlerFactoryConfiguration.cs
  431. Add System.Web.Configuration/HandlerFactoryProxy.cs
  432. Add System.Web.Configuration/HandlerItem.cs
  433. Add System.Web.Configuration/ModuleItem.cs
  434. Add System.Web.Configuration/ModulesConfiguration.cs
  435. 2002-07-24 Tim Coleman <[email protected]>
  436. * list:
  437. Add System.Web/ProcessInfo.cs
  438. Add System.Web/HttpCompileException.cs
  439. Add System.Web/HttpParseException.cs
  440. Add System.Web/HttpUnhandledException.cs
  441. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  442. * list: added some more files from System.Web.Hosting.
  443. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  444. * System.Web.build: removed some more excludes.
  445. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  446. * list: updated. Currently mcs cannot compile System.Web because it
  447. cannot find NameObjectCollectionBase.KeysCollection.
  448. * System.Web.build: don't display unused event nor always default value
  449. warnings by now.
  450. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  451. * list: updated and reformatted.
  452. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  453. * System.Web.build: added /debug flag. I wanna see line numbers in
  454. exceptions thrown.
  455. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  456. * System.Web.Security:
  457. * System.Web.SessionState: new directories.
  458. 2002-05-17 Duncan Mak <[email protected]>
  459. * System.Web.build: Added new arguments: "/noconfig",
  460. "/r:System.Drawing.dll" and "/r:System.Xml.dll".
  461. 2002-05-10 Duncan Mak <[email protected]>
  462. * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
  463. * Page.cs:
  464. * ValidatorCollection.cs: Stubs to make things compile for
  465. now. Added one dummy method (RegisterClientScriptFile) that's used
  466. in the existing codebase, but not in MS docs.
  467. 2002-04-26 Lawrence Pit <[email protected]>
  468. * Added directory: System.Web.Mail
  469. 2002-04-10 Patrik Torstensson <[email protected]>
  470. * System.Web -- Assembly build.
  471. The basic runtime support is now working, we can now start working
  472. on the runtime flow system (thread pool etc) and also start testing
  473. the parser and control framework. (224 files are compiled)
  474. 2002-03-26 Gaurav Vaish <[email protected]>
  475. * System.Web.Security: Removed all files. Will do it later.
  476. May be someone else like to do it for the time being.
  477. 2002-03-17 Gaurav Vaish <[email protected]>
  478. * System.Web -- Assembly build.
  479. Another milestone reached. Compiled 195 classes successfully.
  480. Build includes System.Web.UI.WebControls and all the dependencies
  481. for the namespace.
  482. 2002-03-05 Gaurav Vaish <[email protected]>
  483. * System.Web.Security: Added directory.
  484. 2002-03-04 Gaurav Vaish <[email protected]>
  485. * System.Web.UI.WebContorls: Virtually complete. See
  486. System.Web.UI.WebControls/ChangeLog for a comprehensensive
  487. description of what's left and where. But, don't go for
  488. a build at this stage. There are a few classes left in
  489. System.Web namespace that need to be filled-up, though
  490. I will try to fix up the current state to be able to make
  491. a build.
  492. 2001-12-20 Gaurav Vaish <[email protected]>
  493. Did first successful build of System.Web.dll that included
  494. System.Web.UI.WebControls namespace. Though, not updating
  495. the System.Web.build file, since with the changes that
  496. followed, the build again fails :(
  497. 2001-11-30 Gaurav Vaish <[email protected]>
  498. * System.Web.WebUtils: Removed
  499. * System.Web.Utils : Added --- replacement of WebUtils
  500. 2001-11-08 Gaurav Vaish <[email protected]>
  501. * System.Web.WebUtils: Added directory
  502. 2001-08-22 Bob Smith <[email protected]>
  503. * Added directory: System.Web.UI.HtmlControls
  504. * Added directory: Test
  505. 2001-08-17 Bob Smith <[email protected]>
  506. * Added directory: System.Web.UI
  507. 2001-08-09 Bob Smith <[email protected]>
  508. * Added directory: System.Web
  509. 2001-07-20 Patrik Torstensson ([email protected])
  510. * Added directory: System.Web.Caching