ChangeLog 8.7 KB

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