ChangeLog 20 KB

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