ChangeLog 10 KB

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