ChangeLog 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 2002-05-17 Duncan Mak <[email protected]>
  2. * System.Web.build: Added new arguments: "/noconfig",
  3. "/r:System.Drawing.dll" and "/r:System.Xml.dll".
  4. 2002-05-10 Duncan Mak <[email protected]>
  5. * System.Web.build: Include the System.Web.UI.HtmlControls namespace.
  6. * Page.cs:
  7. * ValidatorCollection.cs: Stubs to make things compile for
  8. now. Added one dummy method (RegisterClientScriptFile) that's used
  9. in the existing codebase, but not in MS docs.
  10. 2002-04-26 Lawrence Pit <[email protected]>
  11. * Added directory: System.Web.Mail
  12. 2002-04-10 Patrik Torstensson <[email protected]>
  13. * System.Web -- Assembly build.
  14. The basic runtime support is now working, we can now start working
  15. on the runtime flow system (thread pool etc) and also start testing
  16. the parser and control framework. (224 files are compiled)
  17. 2002-03-26 Gaurav Vaish <[email protected]>
  18. * System.Web.Security: Removed all files. Will do it later.
  19. May be someone else like to do it for the time being.
  20. 2002-03-17 Gaurav Vaish <[email protected]>
  21. * System.Web -- Assembly build.
  22. Another milestone reached. Compiled 195 classes successfully.
  23. Build includes System.Web.UI.WebControls and all the dependencies
  24. for the namespace.
  25. 2002-03-05 Gaurav Vaish <[email protected]>
  26. * System.Web.Security: Added directory.
  27. 2002-03-04 Gaurav Vaish <[email protected]>
  28. * System.Web.UI.WebContorls: Virtually complete. See
  29. System.Web.UI.WebControls/ChangeLog for a comprehensensive
  30. description of what's left and where. But, don't go for
  31. a build at this stage. There are a few classes left in
  32. System.Web namespace that need to be filled-up, though
  33. I will try to fix up the current state to be able to make
  34. a build.
  35. 2001-12-20 Gaurav Vaish <[email protected]>
  36. Did first successful build of System.Web.dll that included
  37. System.Web.UI.WebControls namespace. Though, not updating
  38. the System.Web.build file, since with the changes that
  39. followed, the build again fails :(
  40. 2001-11-30 Gaurav Vaish <[email protected]>
  41. * System.Web.WebUtils: Removed
  42. * System.Web.Utils : Added --- replacement of WebUtils
  43. 2001-11-08 Gaurav Vaish <[email protected]>
  44. * System.Web.WebUtils: Added directory
  45. 2001-08-22 Bob Smith <[email protected]>
  46. * Added directory: System.Web.UI.HtmlControls
  47. * Added directory: Test
  48. 2001-08-17 Bob Smith <[email protected]>
  49. * Added directory: System.Web.UI
  50. 2001-08-09 Bob Smith <[email protected]>
  51. * Added directory: System.Web
  52. 2001-07-20 Patrik Torstensson ([email protected])
  53. * Added directory: System.Web.Caching