ChangeLog 16 KB

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