ChangeLog 6.4 KB

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