ChangeLog 15 KB

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