ChangeLog 11 KB

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