ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403
  1. 2002-03-27 Gaurav Vaish <[email protected]>
  2. * Removed extra methods, corrected access modifiers to several
  3. methods.
  4. 2002-03-26 Gaurav Vaish <[email protected]>
  5. * <SeveralFiles>.cs - Added some attributes
  6. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  7. methods. Will complete them later. Right now, busy with
  8. the attributes part.
  9. * RepeaterItem.cs - Completed.
  10. Oh God! Mercy! I will die applying attributes. I look at the missing
  11. part in the class-status - daemon! Kyrie eleison!
  12. 2002-03-19 Gaurav Vaish <[email protected]>
  13. Some bug fixes
  14. * AdRotator.cs - Added definition for Font.
  15. * BaseCompareValidator.cs - Added definition for Controls.
  16. * Calendar.cs - SelectMonthText definition corrected.
  17. * DataList.cs - Added definition for SeparatorTemplate.
  18. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  19. but to UI.WebControls.
  20. 2002-03-17 Gaurav Vaish <[email protected]>
  21. Finally, I have made it. Today I did a second build for the
  22. System.Web assembly. It compiled 195 classes today.
  23. I am waiting eagerly for the runtime to come up so that the objects
  24. may be tested to their last levels. Several of the methods are still
  25. under the tag of "TODO" throwing NotImplementedException. Well, I
  26. hope to remove them soon, but how far is this soon - even I don't
  27. know, though I am happy to make the build a success even before
  28. the vacations to come.
  29. 2002-03-07 Gaurav Vaish <[email protected]>
  30. Yesterday and today I tried to do some building of the aseembly,
  31. but was dumped with uncoutably infinite errors. ;-)
  32. I have put the copies of the recent errors on my home page, want
  33. to have a look at them? See:
  34. http://mastergaurav.virtualave.net/mono/
  35. I don't know what to do with these errors. Oh! The buggy me! How
  36. will I overcome myself. Hopefully, by when my vacations over, I
  37. should have made a repository where the build will not fail.
  38. 2002-03-05 Gaurav Vaish <[email protected]>
  39. I am now going to do a build that will include the
  40. System.Web.UI.WebControls namespace. Hoping that I will make it
  41. soon. My exams are coming near and I have to pack up soon.
  42. 2002-03-04 Gaurav Vaish <[email protected]>
  43. Comments:
  44. And with this, ie, today's work, all the objects mentioned in the
  45. namespace appear in the implementation. But it may not be worth
  46. trying to go for a build because of dependence of several of the
  47. internal methods that may clash with already available assembly
  48. System.Web.
  49. Also, the classes lack possible attributes, like those informing
  50. about child-controls etc. But I have to first create the attribute
  51. classes before I attach the attributes to the classes.
  52. * CustomValidator.cs - Completed. In process realized that
  53. I have to complete / rejuvinate BaseValidator class.
  54. * BaseValidator.cs - Complete rejuvination. Completed 80%
  55. of the job. All that is left is Render(HtmlTextWriter),
  56. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  57. RegisterValidatorDeclaration()
  58. * DataGridPagerStyle.cs - Completed. That adds one more missle
  59. in my artillery.
  60. * DataKeyCollection.cs - Completed. Petty small.
  61. * Repeater.cs - Work started off. This is a quite
  62. heavy class. Hooh!
  63. * DataGridItemEventArgs.cs,
  64. * DataGridShortCommandEventArgs.cs,
  65. * DataListItemEventArgs.cs,
  66. * MonthChangedEventArgs.cs,
  67. * RepeaterItemEventArgs.cs,
  68. * ServerValidateEventArgs.cs,
  69. * DataGridPageChangedEventArgs.cs
  70. - Damn, I marked them "*", while they
  71. did not exist.
  72. * Repeater.cs - Done all except for an undocumented
  73. method CreateControlHierarchy(bool). Though the method
  74. is quite clear by its name, but it will take some time
  75. for me to come with some material to flush in.
  76. 2002-03-03 Gaurav Vaish <[email protected]>
  77. * SelectedDatesCollection.cs - Completed.
  78. * PagedDataSource.cs - Completed. Pathetically nice class.
  79. * RegularExpressionValidator.cs
  80. - Completed. Ridiculously small and
  81. annoyinglyc crazy-driving class, basically the method
  82. EvaluateIsValid().
  83. * RangeValidator.cs - Completed.
  84. * DataGridColumn.cs - Completed.
  85. * EditCommandColumn.cs - All is complete except for the
  86. InitializeCell(TableCell, int, ListItemType) method.
  87. * DataListItem.cs - All done except for a longish method
  88. RenderItem(HtmlTextWriter, bool, bool)
  89. 2002-03-02 Gaurav Vaish <[email protected]>
  90. * RepeaterItemCollection.cs - Completed.
  91. I love *Collection classes. I am planning to make a
  92. program that will generate a *Collection class. It's so
  93. simple and the same. ;-)
  94. * DataGridColumnCollection.cs - Completed.
  95. ... except probably for *ColumnCollection classes, where
  96. you have to put in some more effort. Still, these class
  97. generation can be automated.
  98. * DataListItemCollection.cs - Completed.
  99. See, how easily, in less than a quarter of a minute, I
  100. completed this class - manually. Copy-Paste/Cut-Replace.
  101. 2002-02-21 Gaurav Vaish <[email protected]>
  102. * DataGrid.cs - Following methods implemented:
  103. TrackViewState(), LoadViewState(object), SaveViewState(),
  104. On* -- The event raisers.
  105. OnBubbleEvent(object, EventArgs) is still incomplete.
  106. * DataGridItem.cs - Initial Implementation
  107. * DataGridItemCollection.cs - Completed.
  108. 2002-02-08 Gaurav Vaish <[email protected]>
  109. * DataGrid.cs - Initial Implementation. Worked
  110. primarily with some properties.
  111. 2002-02-07 Gaurav Vaish <[email protected]>
  112. * ListBox.cs - Completed. Implemented
  113. LoadPostData(string, NameValueCollection)
  114. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  115. 2002-02-06 Gaurav Vaish <[email protected]>
  116. * ListBox.cs - Implemented the following:
  117. RaisePostDataChangedEvent()
  118. 2002-02-02 Gaurav Vaish <[email protected]>
  119. * ListBox.cs - Supports the following properties:
  120. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  121. ToolTip.
  122. Methods:
  123. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  124. RenderContents(HtmlTextWriter)
  125. 2002-02-01 Gaurav Vaish <[email protected]>
  126. * TargetConverter.cs - Completed
  127. * TemplateColumn.cs - Completed
  128. * DataList.cs - Corrected the get-er methods for the
  129. *Style objects. Corrected the get/set-er methods for ViewState
  130. related objects.
  131. Addded support for properties:
  132. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  133. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  134. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  135. SeparatorStyle, SeparatorItemTemplate.
  136. Events:
  137. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  138. ItemCreated, ItemDataBound, UpdateCommand.
  139. Methods:
  140. CreateControlStyle(), LoadViewState(object),
  141. SaveViewState(), TrackViewState
  142. Event handlers:
  143. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  144. OnEditCommand, OnItemCommand, OnItemCreated,
  145. OnItemDataBound, OnUpdateCommand
  146. Added dummy methods for some undocumented methods:
  147. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  148. CreateItem(int, ListItemType, bool, object),
  149. PrepareControlHierarchy(), InitializeItem(DataListItem)
  150. * ListBox.cs - Started working.
  151. 2002-01-31 Gaurav Vaish <[email protected]>
  152. * RepeaterInfo.cs - Initial Implementation. Done all
  153. except for RepeatDirection.Vertical
  154. * TableStyle.cs - Completed
  155. 2002-01-30 Gaurav Vaish <[email protected]>
  156. * DropDownList.cs - Completed
  157. * ListItemCollection.cs - Added method FindByValueInternal to
  158. assist in the derived classes.
  159. Discovered bug in FindByValue. Removed
  160. * UnitConverter.cs - Completed
  161. * PlaceHolder.cs - What can be simpler than this?
  162. * PlaceHolderControlBuilder.cs
  163. - Uh! Damn cool one.
  164. * RadioButtonList.cs - Initial Implementation. All is done
  165. except for the implementation of
  166. method IRepeatInfoUser.RenderItem(...)
  167. * ValidatedControlConverter.cs
  168. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  169. * ValidationSummary.cs - Initial Implementation.
  170. * WebColorConverter.cs - Initial Implementation
  171. 2002-01-27 Gaurav Vaish <[email protected]>
  172. * FontNamesConverter.cs - Completed
  173. * FontUnitConverter.cs - Partial Implementation
  174. * ListItemControlBuilder.cs - Completed
  175. 2002-01-27 Gaurav Vaish <[email protected]>
  176. * TextBox.cs - All done except *Render* methods
  177. * TextBoxControlBuilder.cs - Completed
  178. * Xml.cs - Partial Implementation
  179. 2002-01-26 Gaurav Vaish <[email protected]>
  180. * RadioButton.cs - Completed
  181. * TextBox.cs - Partial Implementation
  182. 2002-01-25 Gaurav Vaish <[email protected]>
  183. * Panel.cs - Completed
  184. * TableItemStyle.cs - Completed
  185. 2002-01-18 Gaurav Vaish <[email protected]>
  186. * TableCellCollection.cs - Completed
  187. * TableRowCollection.cs - Completed
  188. * TableHeaderCell.cs - Completed
  189. * TableRow.cs - Completed
  190. 2002-01-09 Gaurav Vaish <[email protected]>
  191. * TableCellControlBuilder.cs - Completed
  192. * Table.cs - Completed
  193. * TableCell.cs - Completed
  194. 2002-01-07 Gaurav Vaish <[email protected]>
  195. * CheckBoxList.cs - Completed
  196. * ButtonColumn.cs - Completed
  197. * Button.cs - Completed
  198. 2001-12-28 Gaurav Vaish <[email protected]>
  199. * HyperLink.cs - Completed
  200. * Image.cs - Completed
  201. * ImageButton.cs - Completed
  202. * Label.cs - Completed
  203. * LabelControlBuilder.cs - Completed
  204. * LinkButton.cs - Completed
  205. * LinkButtonControlBuilder.cs - Completed
  206. * Literal.cs - Completed
  207. * LieteralControlBuilder.cs - Completed
  208. * FontUnit.cs - Completed
  209. 2001-12-27 Gaurav Vaish <[email protected]>
  210. * Calendar.cs - Completed the functions of Render*,
  211. ViewStates (Track/View/Save),
  212. RaisePostBackEvent.
  213. Left: RenderAllDays (partially)
  214. 2001-12-21 Gaurav Vaish <[email protected]>
  215. * Calendar.cs - Added some more functions
  216. * Style.cs - Completed
  217. * ListItem.cs - Completed
  218. * ListItemCollection.cs - Completed
  219. Made the first successful build of System.Web.dll that included
  220. System.Web.UI.WebControls!
  221. 2001-12-20 Gaurav Vaish <[email protected]>
  222. FontInfo.cs - Complete revamp. Completed
  223. 2001-12-19 Gaurav Vaish <[email protected]>
  224. ListItemCollection.cs - Completed
  225. ListItem.cs - Initial Implementation
  226. Style.cs - Initial Implementation
  227. Right now I am in a total mood to do a successful build. Creating so many
  228. classes, completing classes in System.Web System.Web.UI namespaces.
  229. 2001-12-18 Gaurav Vaish <[email protected]>
  230. TODO - Properly added
  231. CheckBox.cs - Completed
  232. BaseDataList.cs - Completed
  233. DayRenderEventArgs.cs - Completed
  234. RepeaterItem.cs - Initial implementation
  235. 2001-12-17 Gaurav Vaish <[email protected]>
  236. BaseCompareValidator.cs - Completed
  237. AdRotator.cs - Completed
  238. 2001-12-15 Gaurav Vaish <[email protected]>
  239. CommandEventArgs.cs - Completed
  240. DataGridCommandEventArgs.cs - Completed
  241. RepeaterCommandEventArgs.cs - Completed
  242. DataListCommandEventArgs.cs - Completed
  243. CompareValidator.cs - Partial Implementation
  244. 2001-12-02 Gaurav Vaish <[email protected]>
  245. CheckBoxList.cs - Partial Implementation.
  246. All except "Render"
  247. 2001-12-01 Gaurav Vaish <[email protected]>
  248. ListControl.cs - Completed
  249. 2001-11-30 Gaurav Vaish <[email protected]>
  250. CheckBox.cs - Completed
  251. ListControl.cs - Initial Implementation
  252. CheckBoxList.cs - Started with it, but first needed
  253. ListControl. Left it.
  254. 2001-11-29 Gaurav Vaish <[email protected]>
  255. CalendarDay.cs - Making a note that this
  256. has been implemented
  257. Calendar.cs - Making a note that have made some changes.
  258. Unimplmented functions throw
  259. NotImplementedException
  260. CheckBox.cs - Can now "Render" and "LoadPostData"
  261. 2001-11-08 Gaurav Vaish <[email protected]>
  262. WebControl.cs - Total Revamp, Partial Implementation
  263. AdRotator.cs - Able to load files
  264. AdCreatedEventArgs.cs - Implemented
  265. 2001-11-05 Gaurav Vaish <[email protected]>
  266. Calendar.cs - Initial Implementation
  267. ButtonColumn.cs - Initial Implementation
  268. Button.cs - Initial Implementation
  269. BoundColumn.cs - Initial Implementation
  270. BaseCompareValidator.cs - Minor Changes
  271. DataList.cs, BaseValidator.cs, BaseDataList.cs
  272. - Added more functions, other changes
  273. 2001-10-28 Gaurav Vaish <[email protected]>
  274. WebControl.cs - Initial Implementation
  275. DataList.cs - Initial Implementation
  276. BaseValidator.cs - Initial Implementation
  277. BaseDataList.cs - Initial Implementation
  278. 2001-10-27 Gaurav Vaish <[email protected]>
  279. AdCreatedEventArgs.cs - Initial Implementation
  280. AdCratedEventHandler.cs - Implemented
  281. AdRotator.cs - Initial Implementation
  282. BorderStyle.cs - Implemented
  283. ButtonColumnStyle.cs - Implemented
  284. CalendarSelectionMode.cs - Implemented
  285. DayNameFormat.cs - Implemented
  286. FirstDayOfWeek - Implemented
  287. FontInfo.cs - Partial Implementation
  288. FontSize.cs - Implemented
  289. GridLines.cs - Implemented
  290. HorizontalAlign.cs - Implemented
  291. HyperLink.cs - Initial Implementation
  292. ImageAlign.cs - Implemented
  293. IRepeatInfoUser.cs - Implemented
  294. ListItemType.cs - Implemented
  295. ListSelectionMode.cs - Implemented
  296. NextPrevFormat.cs - Implemented
  297. PagerMode.cs - Implemented
  298. PagerPosition.cs - Implemented
  299. RepeatDirection.cs - Implemented
  300. RepeatLayout.cs - Implemented
  301. TextAlign.cs - Implemented
  302. TextBoxMode.cs - Implemented
  303. TitleFormat.cs - Implemented
  304. UnitType.cs - Implemented
  305. ValidationCompareOperator.cs
  306. - Implemented
  307. ValidationDataType.cs - Implemented
  308. ValidationSummaryDisplayMode.cs
  309. - Implemented
  310. ValidatorDisplay.cs - Implemented
  311. VerticalAlign.cs - Implemented
  312. // File Created 2001-11-13