ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528
  1. 2004-11-29 Gonzalo Paniagua Javier <[email protected]>
  2. * System.Web.dll.sources: added ReusableMemoryStream.
  3. 2004-11-26 Lluis Sanchez Gual <[email protected]>
  4. * System.Web.dll.sources: Added new file:
  5. System.Web.UI/ClientScriptManager
  6. * Makefile: Added more resources.
  7. 2004-11-25 Raja R Harinath <[email protected]>
  8. * Makefile (RESOURCE_FILES): New. List set of resources.
  9. (EXTRA_DISTFILES): New. Distribute them.
  10. 2004-11-23 Lluis Sanchez Gual <[email protected]>
  11. * Makefile: Added TreeView resources.
  12. * System.Web.dll.sources: Added new files:
  13. System.Web.UI.WebControls/BaseDataBoundControl.cs
  14. System.Web.UI.WebControls/HierarchicalDataBoundControl.cs
  15. System.Web.UI.WebControls/TreeNode.cs
  16. System.Web.UI.WebControls/TreeNodeBinding.cs
  17. System.Web.UI.WebControls/TreeNodeBindingCollection.cs
  18. System.Web.UI.WebControls/TreeNodeCollection.cs
  19. System.Web.UI.WebControls/TreeNodeEventArgs.cs
  20. System.Web.UI.WebControls/TreeNodeEventHandler.cs
  21. System.Web.UI.WebControls/TreeNodeStyle.cs
  22. System.Web.UI.WebControls/TreeNodeStyleCollection.cs
  23. System.Web.UI.WebControls/TreeView.cs
  24. 2004-11-19 Sanjay Gupta <[email protected]>
  25. * System.Web.dll.sources: Added new file:
  26. System.Web.UI.WebControls/AccessDataSourceView.cs.
  27. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  28. * System.Web.dll.sources: Added new files:
  29. System.Web.Security/ActiveDirectoryMembershipProvider.cs
  30. System.Web.Security/MembershipProvider.cs
  31. System.Web.Security/RoleProvider.cs
  32. System.Web.UI.WebControls/SiteMapDataSource.cs
  33. System.Web.UI.WebControls/SiteMapHierarchicalDataSourceView.cs
  34. System.Web/ParserError.cs
  35. System.Web/ParserErrorCollection.cs
  36. System.Web/SiteMapResolveEventArgs.cs
  37. 2004-11-15 Lluis Sanchez Gual <[email protected]>
  38. * System.Web.dll.sources: Added new files:
  39. System.Web.Configuration/AdapterDictionary.cs
  40. System.Web.Configuration/AnonymousIdentificationSection.cs
  41. System.Web.Configuration/AssemblyCollection.cs
  42. System.Web.Configuration/AssemblyInfo.cs
  43. System.Web.Configuration/AuthenticationSection.cs
  44. System.Web.Configuration/FormsAuthenticationConfiguration.cs
  45. System.Web.Configuration/InternalSection.cs
  46. System.Web.Configuration/PassportAuthentication.cs
  47. 2004-10-20 Sanjay Gupta <[email protected]>
  48. * System.Web.dll.sources: Added new class in System.Web.UI.
  49. 2004-10-12 Sanjay Gupta <[email protected]>
  50. * System.Web_test.dll.sources: Added new test case source file.
  51. 2004-10-12 Sanjay Gupta <[email protected]>
  52. * System.Web.dll.sources: Added new class in System.Web.UI.
  53. 2004-10-11 Sanjay Gupta <[email protected]>
  54. * makefile: Added flag to build System.Web_test.dll.
  55. 2004-10-08 Sanjay Gupta <[email protected]>
  56. * System.Web_test.dll.sources: Added new file.
  57. 2004-10-08 Sanjay Gupta <[email protected]>
  58. * System.Web.dll.sources: Added new classes in
  59. System.Web.UI.WebControls.
  60. 2004-09-30 Sanjay Gupta <[email protected]>
  61. * System.Web.dll.sources: Added and removed an enumeration in
  62. System.Web.UI.WebControls.
  63. 2004-09-29 Sanjay Gupta <[email protected]>
  64. * System.Web.dll.sources: Added new classes in
  65. System.Web.UI.WebControls.WebParts.
  66. 2004-09-29 Sanjay Gupta <[email protected]>
  67. * System.Web.dll.sources: Added new classes in
  68. System.Web.UI.WebControls.WebParts.
  69. 2004-09-28 Sanjay Gupta <[email protected]>
  70. * System.Web.dll.sources: Added new classes in
  71. System.Web.UI.WebControls.WebParts.
  72. 2004-09-24 Sanjay Gupta <[email protected]>
  73. * System.Web.dll.sources: Added new attribute class in System.Web.UI.
  74. 2004-09-14 Sanjay Gupta <[email protected]>
  75. * System.Web.dll.sources: Added new attribute classes in System.Web.UI.
  76. 2004-09-07 Sanjay Gupta <[email protected]>
  77. * System.Web.dll.sources: Added new class in System.Web.UI.WebControls.
  78. 2004-09-03 Sanjay Gupta <[email protected]>
  79. * System.Web.dll.sources: Added new interface and classes in
  80. System.Web.UI namespace.
  81. 2004-08-31 Sanjay Gupta <[email protected]>
  82. * System.Web.dll.sources: Added new interfaces in
  83. System.Web.UI.WebControls.WebParts namespace.
  84. 2004-08-31 Sanjay Gupta <[email protected]>
  85. * System.Web.dll.sources: Added new *EventArgs.cs and *EventHandler in
  86. System.Web.UI.WebControls namespace.
  87. 2004-08-31 Sanjay Gupta <[email protected]>
  88. * System.Web.dll.sources: Added new delegates in System.Web.SessionState
  89. and System.Web.UI.
  90. 2004-08-31 Sanjay Gupta <[email protected]>
  91. * System.Web.dll.sources: Added new interfaces in System.Web.SessionState
  92. and System.Web.UI.
  93. 2004-08-18 Sanjay Gupta <[email protected]>
  94. * System.Web.dll.sources: Added new file RelatedBodyPart.cs.
  95. 2004-08-05 Sanjay Gupta <[email protected]>
  96. * System.Web.dll.sources: Added new interfaces to System.Web.UI.WebControls and
  97. a class to System.Web.UI.
  98. 2004-08-05 Sanjay Gupta <[email protected]>
  99. * System.Web.dll.sources: Added new interfaces to System.Web.SessionState.
  100. 2004-08-04 Sanjay Gupta <[email protected]>
  101. * System.Web.dll.sources: Added new enums.
  102. 2004-08-02 Duncan Mak <[email protected]>
  103. * System.Web.dll.sources: Added new enums and interfaces,
  104. re-ordered alphabetically.
  105. 2004-06-08 Alon Gazit <[email protected]>
  106. * System.Web.dll.sources: added ServerVariablesCollection.
  107. 2004-06-08 Gonzalo Paniagua Javier <[email protected]>
  108. * System.Web.dll.sources: removed CSCompiler.cs
  109. 2004-06-07 Gonzalo Paniagua Javier <[email protected]>
  110. * System.Web.dll.sources: removing ServerVariablesCollection. It does
  111. not compile.
  112. 2004-06-07 Alon Gazit <[email protected]>
  113. * System.Web.dll.sources: added ServerVariablesCollection.
  114. 2004-05-12 Gonzalo Paniagua Javier <[email protected]>
  115. * System.Web.dll.sources: added Html32TextWriter.
  116. 2004-04-22 Gonzalo Paniagua Javier <[email protected]>
  117. * System.Web.dll.sources: removed unused/obsolete files from
  118. System.Web.Util.
  119. 2004-02-09 Jackson Harper <[email protected]>
  120. * System.Web.dll.sources: Remove System.Web.Caching.Watcher from
  121. build. We are now using FileSystemWatcher.
  122. 2004-01-12 Gonzalo Paniagua Javier <[email protected]>
  123. * System.Web.dll.sources: added new files in S.W.Configuration.
  124. 2004-01-11 Andreas Nahr <[email protected]>
  125. * makefile: Dependency to EnterpriseServices.dll added
  126. * System.Web.dll.sources: Added 4 files in System.Util, sorted Web.Util
  127. file names.
  128. 2004-01-10 Jackson Harper <[email protected]>
  129. * System.Web.dll.sources: Add TraceConfig.cs and
  130. TraceConfigurationHandler.cs to the build.
  131. 2004-01-10 Jackson Harper <[email protected]>
  132. * System.Web.dll.sources: Add TraceData.cs and TraceManager.cs to
  133. build.
  134. 2003-12-18 Gonzalo Paniagua Javier <[email protected]>
  135. * System.Web.dll.sources: added HttpRequestValidationException.
  136. 2003-12-17 Gonzalo Paniagua Javier <[email protected]>
  137. * System.Web.dll.sources: added CustomErrorsConfigHandler.cs
  138. 2003-12-16 Gonzalo Paniagua Javier <[email protected]>
  139. * System.Web.dll.sources: added CapabilitiesLoader.cs
  140. 2003-12-02 Gonzalo Paniagua Javier <[email protected]>
  141. * System.Web.dll.sources: added WebConfigurationSettings.
  142. 2003-11-25 Jackson Harper <[email protected]>
  143. * System.web.dll.sources: Add AltSerialization.cs to the build
  144. 2003-11-24 Jackson Harper <[email protected]>
  145. * System.web.dll.sources: Add State server classes to build.
  146. 2003-11-21 Jackson Harper <[email protected]>
  147. * System.web.dll.sources: Add CachedVaryBy.cs to the build
  148. 2003-11-21 Andreas Nahr <[email protected]>
  149. * System.Web.dll.sources: added XmlBuilder.cs
  150. 2003-11-20 Jackson Harper <[email protected]>
  151. * System.web.dll.sources: add OutputCacheModule.cs and
  152. CachedRawResponse.cs to the build.
  153. 2003-11-19 Todd Berman <[email protected]>
  154. * System.Web.dll.sources: Add KeyedList.cs and KeyedListEnumerator.cs
  155. 2003-11-18 Todd Berman <[email protected]>
  156. * System.Web.dll.sources: Add ParameterCollection.cs
  157. 2003-11-13 Jackson Harper <[email protected]>
  158. * System.web.dll.sources: Add System.Web.Util.TimeUtil.cs to the
  159. build
  160. 2003-11-06 Jackson Harper <[email protected]>
  161. * System.web.dll.sources: Add SessionId.cs to build
  162. 2003-11-03 Jackson Harper <[email protected]>
  163. * System.Web.dll.sources: Add SessionSQLServerHandler.cs
  164. * makefile: Reference System.Data.dll
  165. 2003-10-10 Gonzalo Paniagua Javier <[email protected]>
  166. * System.Web.dll.sources: added WebControlsSectionHandler.cs
  167. 2003-07-30 Andreas Nahr <[email protected]>
  168. * System.Web.dll.sources: added Locale.cs
  169. 2003-07-30 Andreas Nahr <[email protected]>
  170. * System.Web.dll.sources: added new files to System.Web.SessionState and System.Web.UI
  171. 2003-07-25 Ravi Pratap <[email protected]>
  172. * everywhere: Remove uses of direct invocation of the 'Invoke'
  173. method on a delegate type - that is error cs1533 now flagged by
  174. mcs.
  175. 2003-07-17 Andreas Nahr <[email protected]>
  176. * System.Web.dll.sources:
  177. * list: HtmlControlPersistableAttribute.cs, IgnoreUnknownContentAttribute.cs added
  178. 2003-07-17 Andreas Nahr <[email protected]>
  179. * System.Web.dll.sources:
  180. * list: System.Web.UI/IUserControlDesignerAccessor.cs added
  181. 2003-07-17 Andreas Nahr <[email protected]>
  182. * System.Web.dll.sources:
  183. * list: AssemblyInfo.cs added, Consts.cs added
  184. 2003-04-20 Gonzalo Paniagua Javier <[email protected]>
  185. * list: sorted, added a couple of missing files and 3 new ones.
  186. 2003-04-15 Gonzalo Paniagua Javier <[email protected]>
  187. * list: added CollectionBuilder and TemplateBuilder.
  188. 2003-04-09 Gonzalo Paniagua Javier <[email protected]>
  189. * list: added Watcher.cs
  190. 2003-03-31 Stefan Görling <[email protected]>
  191. * list: added new files to System.Web.SessionState
  192. 2003-03-03 Gonzalo Paniagua Javier <[email protected]>
  193. * list: added SessionConfig.cs and SessionStateSectionHandler.cs
  194. 2003-02-12 Gonzalo Paniagua Javier <[email protected]>
  195. * list: added AuthorizationConfig and AuthorizationConfigHandler.
  196. 2003-02-11 Gonzalo Paniagua Javier <[email protected]>
  197. * list: added a couple of new files.
  198. 2002-11-29 Gonzalo Paniagua Javier <[email protected]>
  199. * list: added new file.
  200. 2002-11-26 Gonzalo Paniagua Javier <[email protected]>
  201. * list: added/removed files.
  202. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  203. * makefile.gnu: s/MONO_PATH_PREFIX/MONO_PATH/
  204. 2002-10-28 Duncan Mak <[email protected]>
  205. * list: added DataGridLinkButton.cs.
  206. 2002-10-27 Gonzalo Paniagua Javier <[email protected]>
  207. * list: added WebEncoding.cs
  208. 2002-10-26 Gonzalo Paniagua Javier <[email protected]>
  209. * makefile.trace: used to build System.Web.dll with trace enabled.
  210. * System.Web.build: added trace and clean targets.
  211. 2002-10-24 Gonzalo Paniagua Javier <[email protected]>
  212. * System.Web.build: added options (commented out) to activate tracing.
  213. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  214. * list: added new file in System.Web.Handlers.
  215. 2002-10-06 Gonzalo Paniagua Javier <[email protected]>
  216. * list: added new files in System.Web.Configuration.
  217. 2002-09-30 Gonzalo Paniagua Javier <[email protected]>
  218. * list: added new files in System.Web.
  219. 2002-09-28 Gonzalo Paniagua Javier <[email protected]>
  220. * list: added PageHandlerFactory.
  221. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  222. * list: added 2 new files (DataGrid*Internal.cs).
  223. 2002-09-11 Gonzalo Paniagua Javier <[email protected]>
  224. * list: added new files.
  225. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  226. * list: added new files in System.Web.Security
  227. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  228. * list: added HorizontalAlignConverter and VerticalAlignConverter.
  229. 2002-08-05 Patrik Torstensson <[email protected]>
  230. * list:
  231. Add System.Web/ApplicationFactory.cs
  232. Add System.Web/HttpAsyncResult.cs
  233. Add System.Web.Configuration/GlobalizationConfiguration.cs
  234. Add System.Web.Configuration/HandlerFactoryConfiguration.cs
  235. Add System.Web.Configuration/HandlerFactoryProxy.cs
  236. Add System.Web.Configuration/HandlerItem.cs
  237. Add System.Web.Configuration/ModuleItem.cs
  238. Add System.Web.Configuration/ModulesConfiguration.cs
  239. 2002-07-24 Tim Coleman <[email protected]>
  240. * list:
  241. Add System.Web/ProcessInfo.cs
  242. Add System.Web/HttpCompileException.cs
  243. Add System.Web/HttpParseException.cs
  244. Add System.Web/HttpUnhandledException.cs
  245. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  246. * list: added some more files from System.Web.Hosting.
  247. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  248. * System.Web.build: removed some more excludes.
  249. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  250. * list: updated. Currently mcs cannot compile System.Web because it
  251. cannot find NameObjectCollectionBase.KeysCollection.
  252. * System.Web.build: don't display unused event nor always default value
  253. warnings by now.
  254. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  255. * list: updated and reformatted.
  256. 2002-06-05 Gonzalo Paniagua Javier <[email protected]>
  257. * System.Web.build: added /debug flag. I wanna see line numbers in
  258. exceptions thrown.
  259. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  260. * System.Web.Security:
  261. * System.Web.SessionState: new directories.
  262. 2002-05-17 Duncan Mak <[email protected]>
  263. * System.Web.build: Added new arguments: "/noconfig",
  264. "/r:System.Drawing.dll" and "/r:System.Xml.dll".
  265. 2002-05-10 Duncan Mak <[email protected]>
  266. * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
  267. * Page.cs:
  268. * ValidatorCollection.cs: Stubs to make things compile for
  269. now. Added one dummy method (RegisterClientScriptFile) that's used
  270. in the existing codebase, but not in MS docs.
  271. 2002-04-26 Lawrence Pit <[email protected]>
  272. * Added directory: System.Web.Mail
  273. 2002-04-10 Patrik Torstensson <[email protected]>
  274. * System.Web -- Assembly build.
  275. The basic runtime support is now working, we can now start working
  276. on the runtime flow system (thread pool etc) and also start testing
  277. the parser and control framework. (224 files are compiled)
  278. 2002-03-26 Gaurav Vaish <[email protected]>
  279. * System.Web.Security: Removed all files. Will do it later.
  280. May be someone else like to do it for the time being.
  281. 2002-03-17 Gaurav Vaish <[email protected]>
  282. * System.Web -- Assembly build.
  283. Another milestone reached. Compiled 195 classes successfully.
  284. Build includes System.Web.UI.WebControls and all the dependencies
  285. for the namespace.
  286. 2002-03-05 Gaurav Vaish <[email protected]>
  287. * System.Web.Security: Added directory.
  288. 2002-03-04 Gaurav Vaish <[email protected]>
  289. * System.Web.UI.WebContorls: Virtually complete. See
  290. System.Web.UI.WebControls/ChangeLog for a comprehensensive
  291. description of what's left and where. But, don't go for
  292. a build at this stage. There are a few classes left in
  293. System.Web namespace that need to be filled-up, though
  294. I will try to fix up the current state to be able to make
  295. a build.
  296. 2001-12-20 Gaurav Vaish <[email protected]>
  297. Did first successful build of System.Web.dll that included
  298. System.Web.UI.WebControls namespace. Though, not updating
  299. the System.Web.build file, since with the changes that
  300. followed, the build again fails :(
  301. 2001-11-30 Gaurav Vaish <[email protected]>
  302. * System.Web.WebUtils: Removed
  303. * System.Web.Utils : Added --- replacement of WebUtils
  304. 2001-11-08 Gaurav Vaish <[email protected]>
  305. * System.Web.WebUtils: Added directory
  306. 2001-08-22 Bob Smith <[email protected]>
  307. * Added directory: System.Web.UI.HtmlControls
  308. * Added directory: Test
  309. 2001-08-17 Bob Smith <[email protected]>
  310. * Added directory: System.Web.UI
  311. 2001-08-09 Bob Smith <[email protected]>
  312. * Added directory: System.Web
  313. 2001-07-20 Patrik Torstensson ([email protected])
  314. * Added directory: System.Web.Caching