ChangeLog 7.8 KB

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