ChangeLog 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. 2002-01-27 Gaurav Vaish <[email protected]>
  2. * TextBox.cs - All done except *Render* methods
  3. * TextBoxControlBuilder.cs - Completed
  4. * Xml.cs - Partial Implementation
  5. 2002-01-26 Gaurav Vaish <[email protected]>
  6. * RadioButton.cs - Completed
  7. * TextBox.cs - Partial Implementation
  8. 2002-01-25 Gaurav Vaish <[email protected]>
  9. * Panel.cs - Completed
  10. * TableItemStyle.cs - Completed
  11. 2002-01-18 Gaurav Vaish <[email protected]>
  12. * TableCellCollection.cs - Completed
  13. * TableRowCollection.cs - Completed
  14. * TableHeaderCell.cs - Completed
  15. * TableRow.cs - Completed
  16. 2002-01-09 Gaurav Vaish <[email protected]>
  17. * TableCellControlBuilder.cs - Completed
  18. * Table.cs - Completed
  19. * TableCell.cs - Completed
  20. 2002-01-07 Gaurav Vaish <[email protected]>
  21. * CheckBoxList.cs - Completed
  22. * ButtonColumn.cs - Completed
  23. * Button.cs - Completed
  24. 2001-12-28 Gaurav Vaish <[email protected]>
  25. * HyperLink.cs - Completed
  26. * Image.cs - Completed
  27. * ImageButton.cs - Completed
  28. * Label.cs - Completed
  29. * LabelControlBuilder.cs - Completed
  30. * LinkButton.cs - Completed
  31. * LinkButtonControlBuilder.cs - Completed
  32. * Literal.cs - Completed
  33. * LieteralControlBuilder.cs - Completed
  34. * FontUnit.cs - Completed
  35. 2001-12-27 Gaurav Vaish <[email protected]>
  36. * Calendar.cs - Completed the functions of Render*,
  37. ViewStates (Track/View/Save),
  38. RaisePostBackEvent.
  39. Left: RenderAllDays (partially)
  40. 2001-12-21 Gaurav Vaish <[email protected]>
  41. * Calendar.cs - Added some more functions
  42. * Style.cs - Completed
  43. * ListItem.cs - Completed
  44. * ListItemCollection.cs - Completed
  45. Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!
  46. 2001-12-20 Gaurav Vaish <[email protected]>
  47. FontInfo.cs - Complete revamp. Completed
  48. 2001-12-19 Gaurav Vaish <[email protected]>
  49. ListItemCollection.cs - Completed
  50. ListItem.cs - Initial Implementation
  51. Style.cs - Initial Implementation
  52. 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.
  53. 2001-12-18 Gaurav Vaish <[email protected]>
  54. TODO - Properly added
  55. CheckBox.cs - Completed
  56. BaseDataList.cs - Completed
  57. DayRenderEventArgs.cs - Completed
  58. RepeaterItem.cs - Initial implementation
  59. 2001-12-17 Gaurav Vaish <[email protected]>
  60. BaseCompareValidator.cs - Completed
  61. AdRotator.cs - Completed
  62. 2001-12-15 Gaurav Vaish <[email protected]>
  63. CommandEventArgs.cs - Completed
  64. DataGridCommandEventArgs.cs - Completed
  65. RepeaterCommandEventArgs.cs - Completed
  66. DataListCommandEventArgs.cs - Completed
  67. CompareValidator.cs - Partial Implementation
  68. 2001-12-02 Gaurav Vaish <[email protected]>
  69. CheckBoxList.cs - Partial Implementation.
  70. All except "Render"
  71. 2001-12-01 Gaurav Vaish <[email protected]>
  72. ListControl.cs - Completed
  73. 2001-11-30 Gaurav Vaish <[email protected]>
  74. CheckBox.cs - Completed
  75. ListControl.cs - Initial Implementation
  76. CheckBoxList.cs - Started with it, but first needed
  77. ListControl. Left it.
  78. 2001-11-29 Gaurav Vaish <[email protected]>
  79. CalendarDay.cs - Making a note that this
  80. has been implemented
  81. Calendar.cs - Making a note that have made some changes.
  82. Unimplmented functions throw
  83. NotImplementedException
  84. CheckBox.cs - Can now "Render" and "LoadPostData"
  85. 2001-11-08 Gaurav Vaish <[email protected]>
  86. WebControl.cs - Total Revamp, Partial Implementation
  87. AdRotator.cs - Able to load files
  88. AdCreatedEventArgs.cs - Implemented
  89. 2001-11-05 Gaurav Vaish <[email protected]>
  90. Calendar.cs - Initial Implementation
  91. ButtonColumn.cs - Initial Implementation
  92. Button.cs - Initial Implementation
  93. BoundColumn.cs - Initial Implementation
  94. BaseCompareValidator.cs - Minor Changes
  95. DataList.cs, BaseValidator.cs, BaseDataList.cs
  96. - Added more functions, other changes
  97. 2001-10-28 Gaurav Vaish <[email protected]>
  98. WebControl.cs - Initial Implementation
  99. DataList.cs - Initial Implementation
  100. BaseValidator.cs - Initial Implementation
  101. BaseDataList.cs - Initial Implementation
  102. 2001-10-27 Gaurav Vaish <[email protected]>
  103. AdCreatedEventArgs.cs - Initial Implementation
  104. AdCratedEventHandler.cs - Implemented
  105. AdRotator.cs - Initial Implementation
  106. BorderStyle.cs - Implemented
  107. ButtonColumnStyle.cs - Implemented
  108. CalendarSelectionMode.cs - Implemented
  109. DayNameFormat.cs - Implemented
  110. FirstDayOfWeek - Implemented
  111. FontInfo.cs - Partial Implementation
  112. FontSize.cs - Implemented
  113. GridLines.cs - Implemented
  114. HorizontalAlign.cs - Implemented
  115. HyperLink.cs - Initial Implementation
  116. ImageAlign.cs - Implemented
  117. IRepeatInfoUser.cs - Implemented
  118. ListItemType.cs - Implemented
  119. ListSelectionMode.cs - Implemented
  120. NextPrevFormat.cs - Implemented
  121. PagerMode.cs - Implemented
  122. PagerPosition.cs - Implemented
  123. RepeatDirection.cs - Implemented
  124. RepeatLayout.cs - Implemented
  125. TextAlign.cs - Implemented
  126. TextBoxMode.cs - Implemented
  127. TitleFormat.cs - Implemented
  128. UnitType.cs - Implemented
  129. ValidationCompareOperator.cs
  130. - Implemented
  131. ValidationDataType.cs - Implemented
  132. ValidationSummaryDisplayMode.cs
  133. - Implemented
  134. ValidatorDisplay.cs - Implemented
  135. VerticalAlign.cs - Implemented
  136. // File Created 2001:11:13