ChangeLog 7.1 KB

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