ChangeLog 13 KB

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