ChangeLog 23 KB

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