ChangeLog 9.5 KB

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