ChangeLog 2.4 KB

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