ChangeLog 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. 2001-12-27 Gaurav Vaish <[email protected]>
  2. * Calendar.cs - Completed the functions of Render*,
  3. ViewStates (Track/View/Save),
  4. RaisePostBackEvent.
  5. Left: RenderAllDays (partially)
  6. 2001-12-21 Gaurav Vaish <[email protected]>
  7. * Calendar.cs - Added some more functions
  8. * Style.cs - Completed
  9. * ListItem.cs - Completed
  10. * ListItemCollection.cs - Completed
  11. Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!
  12. 2001-12-20 Gaurav Vaish <[email protected]>
  13. FontInfo.cs - Completed revamp. Completed
  14. 2001-12-19 Gaurav Vaish <[email protected]>
  15. ListItemCollection.cs - Completed
  16. ListItem.cs - Initial Implementation
  17. Style.cs - Initial Implementation
  18. Right now I am in a total mood to do a successful build. Creating so many classes, completing classes in System.Web System.Web.UI namespaces.
  19. 2001-12-18 Gaurav Vaish <[email protected]>
  20. TODO - Properly added
  21. CheckBox.cs - Completed
  22. BaseDataList.cs - Completed
  23. DayRenderEventArgs.cs - Completed
  24. RepeaterItem.cs - Initial implementation
  25. 2001-12-17 Gaurav Vaish <[email protected]>
  26. BaseCompareValidator.cs - Completed
  27. AdRotator.cs - Completed
  28. 2001-12-15 Gaurav Vaish <[email protected]>
  29. CommandEventArgs.cs - Completed
  30. DataGridCommandEventArgs.cs - Completed
  31. RepeaterCommandEventArgs.cs - Completed
  32. DataListCommandEventArgs.cs - Completed
  33. CompareValidator.cs - Partial Implementation
  34. 2001-12-02 Gaurav Vaish <[email protected]>
  35. CheckBoxList.cs - Partial Implementation.
  36. All except "Render"
  37. 2001-12-01 Gaurav Vaish <[email protected]>
  38. ListControl.cs - Completed
  39. 2001-11-30 Gaurav Vaish <[email protected]>
  40. CheckBox.cs - Completed
  41. ListControl.cs - Initial Implementation
  42. CheckBoxList.cs - Started with it, but first needed
  43. ListControl. Left it.
  44. 2001-11-29 Gaurav Vaish <[email protected]>
  45. CalendarDay.cs - Making a note that this
  46. has been implemented
  47. Calendar.cs - Making a note that have made some changes.
  48. Unimplmented functions throw
  49. NotImplementedException
  50. CheckBox.cs - Can now "Render" and "LoadPostData"
  51. 2001-11-08 Gaurav Vaish <[email protected]>
  52. WebControl.cs - Total Revamp, Partial Implementation
  53. AdRotator.cs - Able to load files
  54. AdCreatedEventArgs.cs - Implemented
  55. 2001-11-05 Gaurav Vaish <[email protected]>
  56. Calendar.cs - Initial Implementation
  57. ButtonColumn.cs - Initial Implementation
  58. Button.cs - Initial Implementation
  59. BoundColumn.cs - Initial Implementation
  60. BaseCompareValidator.cs - Minor Changes
  61. DataList.cs, BaseValidator.cs, BaseDataList.cs
  62. - Added more functions, other changes
  63. 2001-10-28 Gaurav Vaish <[email protected]>
  64. WebControl.cs - Initial Implementation
  65. DataList.cs - Initial Implementation
  66. BaseValidator.cs - Initial Implementation
  67. BaseDataList.cs - Initial Implementation
  68. 2001-10-27 Gaurav Vaish <[email protected]>
  69. AdCreatedEventArgs.cs - Initial Implementation
  70. AdCratedEventHandler.cs - Implemented
  71. AdRotator.cs - Initial Implementation
  72. BorderStyle.cs - Implemented
  73. ButtonColumnStyle.cs - Implemented
  74. CalendarSelectionMode.cs - Implemented
  75. DayNameFormat.cs - Implemented
  76. FirstDayOfWeek - Implemented
  77. FontInfo.cs - Partial Implementation
  78. FontSize.cs - Implemented
  79. GridLines.cs - Implemented
  80. HorizontalAlign.cs - Implemented
  81. HyperLink.cs - Initial Implementation
  82. ImageAlign.cs - Implemented
  83. IRepeatInfoUser.cs - Implemented
  84. ListItemType.cs - Implemented
  85. ListSelectionMode.cs - Implemented
  86. NextPrevFormat.cs - Implemented
  87. PagerMode.cs - Implemented
  88. PagerPosition.cs - Implemented
  89. RepeatDirection.cs - Implemented
  90. RepeatLayout.cs - Implemented
  91. TextAlign.cs - Implemented
  92. TextBoxMode.cs - Implemented
  93. TitleFormat.cs - Implemented
  94. UnitType.cs - Implemented
  95. ValidationCompareOperator.cs
  96. - Implemented
  97. ValidationDataType.cs - Implemented
  98. ValidationSummaryDisplayMode.cs
  99. - Implemented
  100. ValidatorDisplay.cs - Implemented
  101. VerticalAlign.cs - Implemented
  102. // File Created 2001:11:13