ChangeLog 4.7 KB

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