ChangeLog 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. 2002-02-21 Gaurav Vaish <[email protected]>
  2. * DataGrid.cs - Following methods implemented:
  3. TrackViewState(), LoadViewState(object), SaveViewState(),
  4. On* -- The event raisers.
  5. OnBubbleEvent(object, EventArgs) is still incomplete.
  6. * DataGridItem.cs - Initial Implementation
  7. * DataGridItemCollection.cs - Completed.
  8. 2002-02-08 Gaurav Vaish <[email protected]>
  9. * DataGrid.cs - Initial Implementation. Worked primarily
  10. with some properties.
  11. 2002-02-07 Gaurav Vaish <[email protected]>
  12. * ListBox.cs - Completed. Implemented
  13. LoadPostData(string, NameValueCollection)
  14. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  15. 2002-02-06 Gaurav Vaish <[email protected]>
  16. * ListBox.cs - Implemented the following:
  17. RaisePostDataChangedEvent()
  18. 2002-02-02 Gaurav Vaish <[email protected]>
  19. * ListBox.cs - Supports the following properties:
  20. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode, ToolTip,
  21. Methods:
  22. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  23. RenderContents(HtmlTextWriter)
  24. 2002-02-01 Gaurav Vaish <[email protected]>
  25. * TargetConverter.cs - Completed
  26. * TemplateColumn.cs - Completed
  27. * DataList.cs - Corrected the get-er methods for the *Style objects.
  28. Corrected the get/set-er methods for ViewState related objects.
  29. Addded support for properties:
  30. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  31. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex, SelectedItem,
  32. SelectedItemStyle, SelectedItemTemplate, SeparatorStyle, SeparatorItemTemplate.
  33. Events:
  34. CancelCommand, DeleteCommand, EditCommand, ItemCommand, ItemCreated,
  35. ItemDataBound, UpdateCommand.
  36. Methods:
  37. CreateControlStyle(), LoadViewState(object), SaveViewState(), TrackViewState
  38. Event handlers:
  39. OnBubbleEvent, OnCancelCommand, OnDeleteCommand, OnEditCommand, OnItemCommand,
  40. OnItemCreated, OnItemDataBound, OnUpdateCommand
  41. Added dummy methods for some undocumented methods:
  42. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  43. CreateItem(int, ListItemType, bool, object), PrepareControlHierarchy(),
  44. InitializeItem(DataListItem)
  45. * ListBox.cs - Started working.
  46. 2002-01-31 Gaurav Vaish <[email protected]>
  47. * RepeaterInfo.cs - Initial Implementation. Done all
  48. except for RepeatDirection.Vertical
  49. * TableStyle.cs - Completed
  50. 2002-01-30 Gaurav Vaish <[email protected]>
  51. * DropDownList.cs - Completed
  52. * ListItemCollection.cs - Added method FindByValueInternal to
  53. assist in the derived classes.
  54. Discovered bug in FindByValue. Removed
  55. * UnitConverter.cs - Completed
  56. * PlaceHolder.cs - What can be simpler than this?
  57. * PlaceHolderControlBuilder.cs
  58. - Uh! Damn cool one.
  59. * RadioButtonList.cs - Initial Implementation. All is done
  60. except for the implementation of
  61. method IRepeatInfoUser.RenderItem(...)
  62. * ValidatedControlConverter.cs
  63. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  64. * ValidationSummary.cs - Initial Implementation.
  65. * WebColorConverter.cs - Initial Implementation
  66. 2002-01-27 Gaurav Vaish <[email protected]>
  67. * FontNamesConverter.cs - Completed
  68. * FontUnitConverter.cs - Partial Implementation
  69. * ListItemControlBuilder.cs - Completed
  70. 2002-01-27 Gaurav Vaish <[email protected]>
  71. * TextBox.cs - All done except *Render* methods
  72. * TextBoxControlBuilder.cs - Completed
  73. * Xml.cs - Partial Implementation
  74. 2002-01-26 Gaurav Vaish <[email protected]>
  75. * RadioButton.cs - Completed
  76. * TextBox.cs - Partial Implementation
  77. 2002-01-25 Gaurav Vaish <[email protected]>
  78. * Panel.cs - Completed
  79. * TableItemStyle.cs - Completed
  80. 2002-01-18 Gaurav Vaish <[email protected]>
  81. * TableCellCollection.cs - Completed
  82. * TableRowCollection.cs - Completed
  83. * TableHeaderCell.cs - Completed
  84. * TableRow.cs - Completed
  85. 2002-01-09 Gaurav Vaish <[email protected]>
  86. * TableCellControlBuilder.cs - Completed
  87. * Table.cs - Completed
  88. * TableCell.cs - Completed
  89. 2002-01-07 Gaurav Vaish <[email protected]>
  90. * CheckBoxList.cs - Completed
  91. * ButtonColumn.cs - Completed
  92. * Button.cs - Completed
  93. 2001-12-28 Gaurav Vaish <[email protected]>
  94. * HyperLink.cs - Completed
  95. * Image.cs - Completed
  96. * ImageButton.cs - Completed
  97. * Label.cs - Completed
  98. * LabelControlBuilder.cs - Completed
  99. * LinkButton.cs - Completed
  100. * LinkButtonControlBuilder.cs - Completed
  101. * Literal.cs - Completed
  102. * LieteralControlBuilder.cs - Completed
  103. * FontUnit.cs - Completed
  104. 2001-12-27 Gaurav Vaish <[email protected]>
  105. * Calendar.cs - Completed the functions of Render*,
  106. ViewStates (Track/View/Save),
  107. RaisePostBackEvent.
  108. Left: RenderAllDays (partially)
  109. 2001-12-21 Gaurav Vaish <[email protected]>
  110. * Calendar.cs - Added some more functions
  111. * Style.cs - Completed
  112. * ListItem.cs - Completed
  113. * ListItemCollection.cs - Completed
  114. Made the first successful build of System.Web.dll that included System.Web.UI.WebControls!
  115. 2001-12-20 Gaurav Vaish <[email protected]>
  116. FontInfo.cs - Complete revamp. Completed
  117. 2001-12-19 Gaurav Vaish <[email protected]>
  118. ListItemCollection.cs - Completed
  119. ListItem.cs - Initial Implementation
  120. Style.cs - Initial Implementation
  121. 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.
  122. 2001-12-18 Gaurav Vaish <[email protected]>
  123. TODO - Properly added
  124. CheckBox.cs - Completed
  125. BaseDataList.cs - Completed
  126. DayRenderEventArgs.cs - Completed
  127. RepeaterItem.cs - Initial implementation
  128. 2001-12-17 Gaurav Vaish <[email protected]>
  129. BaseCompareValidator.cs - Completed
  130. AdRotator.cs - Completed
  131. 2001-12-15 Gaurav Vaish <[email protected]>
  132. CommandEventArgs.cs - Completed
  133. DataGridCommandEventArgs.cs - Completed
  134. RepeaterCommandEventArgs.cs - Completed
  135. DataListCommandEventArgs.cs - Completed
  136. CompareValidator.cs - Partial Implementation
  137. 2001-12-02 Gaurav Vaish <[email protected]>
  138. CheckBoxList.cs - Partial Implementation.
  139. All except "Render"
  140. 2001-12-01 Gaurav Vaish <[email protected]>
  141. ListControl.cs - Completed
  142. 2001-11-30 Gaurav Vaish <[email protected]>
  143. CheckBox.cs - Completed
  144. ListControl.cs - Initial Implementation
  145. CheckBoxList.cs - Started with it, but first needed
  146. ListControl. Left it.
  147. 2001-11-29 Gaurav Vaish <[email protected]>
  148. CalendarDay.cs - Making a note that this
  149. has been implemented
  150. Calendar.cs - Making a note that have made some changes.
  151. Unimplmented functions throw
  152. NotImplementedException
  153. CheckBox.cs - Can now "Render" and "LoadPostData"
  154. 2001-11-08 Gaurav Vaish <[email protected]>
  155. WebControl.cs - Total Revamp, Partial Implementation
  156. AdRotator.cs - Able to load files
  157. AdCreatedEventArgs.cs - Implemented
  158. 2001-11-05 Gaurav Vaish <[email protected]>
  159. Calendar.cs - Initial Implementation
  160. ButtonColumn.cs - Initial Implementation
  161. Button.cs - Initial Implementation
  162. BoundColumn.cs - Initial Implementation
  163. BaseCompareValidator.cs - Minor Changes
  164. DataList.cs, BaseValidator.cs, BaseDataList.cs
  165. - Added more functions, other changes
  166. 2001-10-28 Gaurav Vaish <[email protected]>
  167. WebControl.cs - Initial Implementation
  168. DataList.cs - Initial Implementation
  169. BaseValidator.cs - Initial Implementation
  170. BaseDataList.cs - Initial Implementation
  171. 2001-10-27 Gaurav Vaish <[email protected]>
  172. AdCreatedEventArgs.cs - Initial Implementation
  173. AdCratedEventHandler.cs - Implemented
  174. AdRotator.cs - Initial Implementation
  175. BorderStyle.cs - Implemented
  176. ButtonColumnStyle.cs - Implemented
  177. CalendarSelectionMode.cs - Implemented
  178. DayNameFormat.cs - Implemented
  179. FirstDayOfWeek - Implemented
  180. FontInfo.cs - Partial Implementation
  181. FontSize.cs - Implemented
  182. GridLines.cs - Implemented
  183. HorizontalAlign.cs - Implemented
  184. HyperLink.cs - Initial Implementation
  185. ImageAlign.cs - Implemented
  186. IRepeatInfoUser.cs - Implemented
  187. ListItemType.cs - Implemented
  188. ListSelectionMode.cs - Implemented
  189. NextPrevFormat.cs - Implemented
  190. PagerMode.cs - Implemented
  191. PagerPosition.cs - Implemented
  192. RepeatDirection.cs - Implemented
  193. RepeatLayout.cs - Implemented
  194. TextAlign.cs - Implemented
  195. TextBoxMode.cs - Implemented
  196. TitleFormat.cs - Implemented
  197. UnitType.cs - Implemented
  198. ValidationCompareOperator.cs
  199. - Implemented
  200. ValidationDataType.cs - Implemented
  201. ValidationSummaryDisplayMode.cs
  202. - Implemented
  203. ValidatorDisplay.cs - Implemented
  204. VerticalAlign.cs - Implemented
  205. // File Created 2001:11:13