ChangeLog 22 KB

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