ChangeLog 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937
  1. 2002-12-17 Gonzalo Paniagua Javier <[email protected]>
  2. * Xml.cs: use MapPathSecure to get the path of the document.
  3. 2002-12-13 Gonzalo Paniagua Javier <[email protected]>
  4. * DataList.cs: fixed header & footer.
  5. 2002-12-12 Gonzalo Paniagua Javier <[email protected]>
  6. * DataList.cs: for header and footer don't use data source.
  7. Instantiate in the DataListItem, not in the DataList.
  8. databind-template.aspx works now.
  9. 2002-11-21 Gonzalo Paniagua Javier <[email protected]>
  10. * BaseDataList.cs:
  11. (Render): call RenderContents (), not base.RenderContents ().
  12. * DataList.cs: style.
  13. But I still haven't found what i'm looking for....
  14. 2002-11-20 Gonzalo Paniagua Javier <[email protected]>
  15. * Calendar.cs: fixed loading/saving selected dates.
  16. * SelectedDatesCollection.cs: added internal function to get the
  17. underlying ArrayList.
  18. Calendar navigation works again. Selecting dates too.
  19. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  20. * DataList.cs: added a few attributes and fixed infinite recursion.
  21. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  22. * ListItemCollection.cs: fixed LoadViewState.
  23. 2002-11-12 Gonzalo Paniagua Javier <[email protected]>
  24. * TableItemStyle.cs: TypeDescriptor.GetConverter seems to fail.
  25. Commented out some code until it works.
  26. 2002-10-29 Gaurav Vaish <[email protected]>
  27. * BaseCompareValidator.cs - Fixed operator bug in
  28. Compare(string, string, ...)
  29. * CompareValidator.cs - EvaluateIsValid() : Implemented.
  30. 2002-10-28 Gaurav Vaish <[email protected]>
  31. * BoundColumn.cs - InitializeCell(TableCell, int, ListItemType)
  32. : Implemented.
  33. - All Properties : Now make use of ViewState.
  34. 2002-10-28 Gaurav Vaish <[email protected]>
  35. * BaseValidator.cs - Uncomment NotImplementedException.
  36. 2002-10-28 Gaurav Vaish <[email protected]>
  37. * BaseValidator.cs - Minor changes in TODO comments.
  38. 2002-10-28 Gaurav Vaish <[email protected]>
  39. * BaseValidator.cs - DetermineRenderUpLevel() : Uncomment
  40. the NotImplementedException being thrown.
  41. * DataGridPagerStyle.cs - Mode { set; } : Implemented.
  42. * DataGridLinkButton.cs - Added new class (private) : Implemented.
  43. * DataGrid.cs - InitializePager(DataGridItem, int,
  44. PagedDataSource) : Implemented.
  45. 2002-10-28 Gaurav Vaish <[email protected]>
  46. * DataList.cs - PrepareControlHierarchy() : Implemented.
  47. 2002-10-28 Gaurav Vaish <[email protected]>
  48. * DataList.cs - RenderContents(HtmlTextWriter) : Implemented.
  49. - GetItem(ListItemType, int) : Removed TODO.
  50. - CreateControlHierarchy(bool) : Implemented.
  51. - CreateItem(int, ListItemType) : Implemented.
  52. - CreateItem(int, ListItemType,
  53. bool, object) : Implemented.
  54. - InitializeItem(DataItem) : Implemented.
  55. * DataGrid.cs - CreateControlHierarchy(bool) : Bug fix.
  56. The ViewState["_!ItemCount"],
  57. ViewState["_!DataSource_ItemCount"]
  58. are shared by DataList and DataGrid, and hence
  59. should share the same name.
  60. - ResolveDataSource(object, string)
  61. : Removed. Use System.Web.UI.Utils.DataSourceHelper
  62. ::GetResolvedDataSource(object, string).
  63. 2002-09-12 Gonzalo Paniagua Javier <[email protected]>
  64. * DataGrid.cs: fixed compilation
  65. 2002-09-12 Gaurav Vaish <[email protected]>
  66. * PagedDataSource.cs - FirstIndexInPage : Fixed bug.
  67. * DataGrid.cs - CreateControlHierarchy(bool)
  68. : working towards completion.
  69. - ResolveDataSource(object, string)
  70. : stubbed new method
  71. - CreateItem(....)
  72. : stubbed new method
  73. Well. It's almost done.
  74. * DataGridTableInternal.cs
  75. - Added new internal class.
  76. 2002-08-28 Gaurav Vaish <[email protected]>
  77. * DataSourceInternal.cs - Added new class (internal).
  78. 2002-08-26 Gonzalo Paniagua Javier <[email protected]>
  79. * FontUnit.cs:
  80. * HorizontalAlign.cs:
  81. * Unit.cs:
  82. * VerticalAlign.cs: fixes based on class status page.
  83. * HorizontalAlignConverter.cs: implemented.
  84. * VerticalAlignConverter.cs: implemented.
  85. * FontUnitConverter.cs: implemented GetStandardValues ().
  86. * WebColorConverter.cs: implemented ConvertFrom () and ConvertTo ().
  87. 2002-08-19 Gaurav Vaish <[email protected]>
  88. * DataGrid.cs - AutoCreateColumns: Bug fixes.
  89. 2002-08-19 Gaurav Vaish <[email protected]>
  90. * DataGrid.cs - AutoCreateColumns: completed, hopefully!
  91. 2002-08-19 Gaurav Vaish <[email protected]>
  92. * DataGrid.cs - Working on the undocumented protected
  93. method CreateColumnSet. AutoCreateColumns method
  94. stubbed. Left CreateControlHierarchy for the time
  95. being, looks like I'm going insane. ;-)
  96. 2002-08-19 Gaurav Vaish <[email protected]>
  97. * Button.cs - Steffen's OnCommand bug fix.
  98. 2002-08-12 Gaurav Vaish <[email protected]>
  99. * DataGrid.cs - Added protected method (skeleton)
  100. CreateColumnSet(PagedDataSource, bool)
  101. Still trying to know how will it be used
  102. and what for...
  103. 2002-08-10 Gonzalo Paniagua Javier <[email protected]>
  104. * PagedDataSource.cs: fixed compilation.
  105. 2002-08-08 Gaurav Vaish <[email protected]>
  106. * DataGrid.cs - Added private method
  107. CreatePagedDataSource
  108. - Started work on
  109. CreateControlHierarchy(bool)
  110. * PagedDataSource.cs - Bug fixed.
  111. CurrentPageIndex is writable.
  112. 2002-08-07 Gonzalo Paniagua Javier <[email protected]>
  113. * DataGrid.cs: fixed typo.
  114. * DataGridPagerStyle.cs: added IsPagerOnTop and IsPagerOnBottom.
  115. 2002-08-06 Gaurav Vaish <[email protected]>
  116. * DataGridColumn.cs - Added internal methods to get the
  117. various styles (needed in DataGrid.cs)
  118. * DataGrid.cs - Completed the method
  119. PrepareControlHierarchy()
  120. 2002-08-06 Gaurav Vaish <[email protected]>
  121. * DataGrid.cs - Wokring on PrepareControlHierarchy()
  122. - Added private method
  123. PrepareControlHierarchyForItem()
  124. 2002-08-05 Gaurav Vaish <[email protected]>
  125. * DataGrid.cs - Completed method
  126. OnBubbleEvent(object, EventArgs)
  127. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  128. * Xml.cs: implemented document/transform load.
  129. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  130. * Calendar.cs: added myself to the list of authors.
  131. * DropDownList.cs: fixed a few properties.
  132. * ListControl.cs: fixed SelectedIndex.
  133. 2002-07-30 Gonzalo Paniagua Javier <[email protected]>
  134. * Calendar.cs: lots of fixes. Render days. Still left to persist
  135. selected days when changing month.
  136. * Unit.cs: fixed Percentage and Pixel.
  137. * WebControl.cs: a few properties are now using ControlStyle instead
  138. of ViewState to persist.
  139. 2002-07-28 Gonzalo Paniagua Javier <[email protected]>
  140. * BaseValidator.cs: it works now.
  141. * DataGridColumn.cs: added attribute and made it abstract.
  142. * RequiredFieldValidator.cs: fixed return value in EvaluateIsValid.
  143. 2002-07-20 Gonzalo Paniagua Javier <[email protected]>
  144. * TextBox.cs: default for Wrap is true.
  145. (OnPreRender): don't save Text if there are no listeners on TextChanged.
  146. 2002-07-19 Gonzalo Paniagua Javier <[email protected]>
  147. * DropDownList.cs:
  148. (ToolTip): fixed.
  149. * ListItem.cs:
  150. (LoadViewState): fixed.
  151. * ListItemCollection.cs:
  152. (TrackViewState): use items instead of 'this' in foreach.
  153. * Style.cs:
  154. (LoadViewState): more checking of parameters.
  155. * WebControl.cs: implemented LoadViewState and SaveViewState.
  156. 2002-07-17 Gonzalo Paniagua Javier <[email protected]>
  157. * ListItem.cs: there was no code to unset the flags!!!
  158. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  159. * FontUnit.cs: use a hashtable for mapping size name to value.
  160. * HyperLink.cs: fixed a bug and a typo.
  161. * Unit.cs: some fixes to internal constructor.
  162. 2002-07-13 Gonzalo Paniagua Javier <[email protected]>
  163. * ListControl.cs: fixed a couple of range checks.
  164. * WebControl.cs: MS lies! Not all WebControls must be rendered inside
  165. an HtmlForm (p.e., Label).
  166. 2002-07-12 Gonzalo Paniagua Javier <[email protected]>
  167. * AdRotator.cs:
  168. * Button.cs:
  169. * Calendar.cs:
  170. * CheckBox.cs:
  171. * CheckBoxList.cs:
  172. * DataList.cs:
  173. * DropDownList.cs:
  174. * HyperLink.cs:
  175. * HyperLinkColumn.cs:
  176. * Image.cs:
  177. * ImageButton.cs:
  178. * Label.cs:
  179. * LinkButton.cs:
  180. * ListBox.cs:
  181. * Panel.cs:
  182. * PlaceHolder.cs:
  183. * RadioButton.cs:
  184. * RadioButtonList.cs:
  185. * Table.cs:
  186. * TableRow.cs:
  187. * TextBox.cs:
  188. * WebControl.cs: removed attributes added by mistake (i used
  189. GetCustomAttributes (true), d'oh!).
  190. * DataListItem.cs: implemented RenderItem.
  191. * Repeater.cs: implemented CreateItem and InitializeItem.
  192. 2002-07-08 Gonzalo Paniagua Javier <[email protected]>
  193. * BaseDataList.cs: a couple of fiex and added attributes.
  194. * DataGrid.cs: little fixes.
  195. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  196. * CheckBoxList.cs:
  197. * DataGrid.cs:
  198. * DataList.cs:
  199. * DropDownList.cs:
  200. * ListBox.cs:
  201. * PlaceHolder.cs:
  202. * RadioButton.cs:
  203. * RadioButtonList.cs:
  204. * TableRow.cs:
  205. * WebControl.cs:
  206. * Xml.cs: forgot to add using System.ComponentModel.
  207. * BaseValidator.cs: use explicitly
  208. System.ComponentModel.AttributeCollection as there is another class
  209. with the same name under System.Web.UI.
  210. 2002-07-07 Gonzalo Paniagua Javier <[email protected]>
  211. * AdRotator.cs:
  212. * Button.cs:
  213. * Calendar.cs:
  214. * CheckBox.cs:
  215. * CheckBoxList.cs:
  216. * DataGrid.cs:
  217. * DataList.cs:
  218. * DropDownList.cs:
  219. * HyperLink.cs:
  220. * Image.cs:
  221. * ImageButton.cs:
  222. * Label.cs:
  223. * LinkButton.cs:
  224. * ListBox.cs:
  225. * Panel.cs:
  226. * PlaceHolder.cs:
  227. * RadioButton.cs:
  228. * RadioButtonList.cs:
  229. * Table.cs:
  230. * TableRow.cs:
  231. * TextBox.cs:
  232. * WebControl.cs:
  233. * Xml.cs: added/fixed all attributes used by xsp.
  234. * BaseValidator.cs: some fixes.
  235. 2002-07-06 Gonzalo Paniagua Javier <[email protected]>
  236. * Table.cs:
  237. (AddAttributesToRender): correctly default to border=1.
  238. 2002-07-05 Gonzalo Paniagua Javier <[email protected]>
  239. * AdRotator.cs:
  240. (LoadAdFile): make the dictionary null after every iteration.
  241. * LinkButton.cs:
  242. * ListControl.cs:
  243. * ListItem.cs: fixed warnings.
  244. Mon Jul 1 16:23:15 CEST 2002 Paolo Molaro <[email protected]>
  245. * Style.cs, TableRow.cs, DataListItem.cs: fix compilation.
  246. 2002-06-30 Gonzalo Paniagua Javier <[email protected]>
  247. * DataGridColumn.cs:
  248. * DataGridPagerStyle.cs:
  249. * DataList.cs:
  250. * DataListItem.cs:
  251. * Image.cs:
  252. * LinkButton.cs:
  253. * ListControl.cs:
  254. * ListItem.cs:
  255. * ListItemCollection.cs:
  256. * Repeater.cs:
  257. * ServerValidateEventArgs.cs:
  258. * Style.cs:
  259. * TableRow.cs:
  260. * WebControl.cs:
  261. * Xml.cs: more class status page based changes.
  262. 2002-06-29 Gonzalo Paniagua Javier <[email protected]>
  263. * Button.cs:
  264. (.ctor): fixed to render the correct tag.
  265. (IPostBAckEventHandler.RaisePostBackEvent): fixed.
  266. 2002-06-24 Gonzalo Paniagua Javier <[email protected]>
  267. * WebControl.cs:
  268. (AddAttributesToRender): call Page.VerifyRenderingInServerForm. All
  269. WebControl derived classes should be rendered inside a HtmlForm.
  270. 2002-06-20 Gonzalo Paniagua Javier <[email protected]>
  271. * Repeater.cs: implemented CreateControlHierarchy. Fixed some event
  272. processing methods.
  273. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  274. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  275. * RepeatInfo.cs: implemented DoHorizontalRendering.
  276. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  277. * System.Web.UI.WebControls/Repeater.cs:
  278. (Controls):
  279. (OnDataBinding): fixed stack overflow.
  280. 2002-06-19 Gonzalo Paniagua Javier <[email protected]>
  281. * RadioButtonList.cs: implemented IRepeatInfoUser.RenderItem.
  282. * RepeatInfo.cs: implemented DoHorizontalRendering.
  283. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  284. * WebControl.cs:
  285. (CopyBaseAttributes): copy Attributes and don't throw exception.
  286. 2002-06-18 Gonzalo Paniagua Javier <[email protected]>
  287. * ListBox.cs: mono-stylized.
  288. (AddAttributesToRender): call parent class method.
  289. 2002-06-17 Gonzalo Paniagua Javier <[email protected]>
  290. * Style.cs: fixed IsEmpty and Width.
  291. * Table.cs: mono-stylized.
  292. (TableRowControlCollection.AddAt): fixed.
  293. (AddAttributesToRender): fixed.
  294. * TableCell.cs: mono-stylized.
  295. (.ctor): use PreventAutoID.
  296. (AddAttributesToRender): fixed.
  297. (AddParsedSubObject): fixed.
  298. * TableRow.cs: mono-stylized. Added
  299. ParseChildren attribute.
  300. * TableStyle.cs:
  301. (get_GridLine): fixed.
  302. 2002-06-16 Gonzalo Paniagua Javier <[email protected]>
  303. * Panel.cs: fixed stack overflow.
  304. * Unit.cs: use Int32.Parse and Single.Parse instead of Int32Converter
  305. and SingleConverter.
  306. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  307. * RadioButton.cs: mono-stylized and some little fixes.
  308. * TextBox.cs: mono-stylized.
  309. (MaxLength): fixed typo.
  310. (AddAttributesToRender): don't render the text between the tags for
  311. SingleLine, use value attribute for it. Don't render the text for
  312. Password.
  313. (OnPreRender): don't throw exception and call base.OnPreRender.
  314. (Render): for MultiLine, render the text between the opening and
  315. closing tags encoded as HTML.
  316. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  317. * ImageButton.cs:
  318. (AddAttributesToRender): fixer another stack overflow.
  319. * WebControl.cs:
  320. (TagName): modified to use TagKey instead of tagKey as the property
  321. can be overriden.
  322. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  323. * LinkButton.cs: mono-stylized.
  324. (AddParsedSubObject):
  325. (RenderControls): little fixes.
  326. * WebControl.cs:
  327. (AddAttributesToRender): fixed usage of IEnumerator.
  328. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  329. * Literal.cs: beautified.
  330. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  331. * Label.cs: beautified and fixed a couple of 'classic' bugs.
  332. * WebControl.cs: use Span as default tag when no other provided in
  333. constructor. That is what MS renders.
  334. 2002-06-12 Gonzalo Paniagua Javier <[email protected]>
  335. * Button.cs:
  336. (AddAttributesToRender): fixed (classic) stack overflow.
  337. * CheckBox.cs: mono-stylized.
  338. (AutoPostBack): fixed stack overflow.
  339. (Render): fixed alignment issues. Also set the For attribute always
  340. for the label.
  341. 2002-06-11 Gonzalo Paniagua Javier <[email protected]>
  342. * AdRotator.cs: GetData does not work as it should, but now it returns
  343. useful data (only the first ad in the file). Set the NavigateUrl
  344. property in the hyperlink if available.
  345. * HyperLink.cs: fixed constructor and a couple of stack overflows.
  346. * Image.cs: added an attribute and fixed stack overflow.
  347. * WebControl.cs:
  348. (RenderBeginTag): fixed.
  349. (TagName): don't call Enum.IsDefined twice.
  350. 2002-06-03 Gonzalo Paniagua Javier <[email protected]>
  351. * WebControl.cs: added attributes PersistChildrenAttribute and
  352. ParseChildrenAttribute.
  353. 2002-05-24 Duncan Mak <[email protected]>
  354. * DataGridItem.cs (SetItemType): Changed function signature to
  355. match 1.0 spec.
  356. * ListItemCollection.cs (this): Changes the visibility level of
  357. the indexer.
  358. * Repeater.cs (OnItemCommand):
  359. (OnItemCreated):
  360. (OnItemDataBound): Added necessary casts.
  361. 2002-05-07 Duncan Mak <[email protected]>
  362. * Button.cs (AddAttributesToRender):
  363. * ImageButton.cs (AddAttributesToRender): Added a missing argument to the
  364. GetClientValidatedEvent method.
  365. 2002-03-27 Gaurav Vaish <[email protected]>
  366. * Removed extra methods, corrected access modifiers to several
  367. methods.
  368. 2002-03-26 Gaurav Vaish <[email protected]>
  369. * <SeveralFiles>.cs - Added some attributes
  370. * FontUnitConverter.cs - Added stubs for GetStandardValues*(..)
  371. methods. Will complete them later. Right now, busy with
  372. the attributes part.
  373. * RepeaterItem.cs - Completed.
  374. Oh God! Mercy! I will die applying attributes. I look at the missing
  375. part in the class-status - daemon! Kyrie eleison!
  376. 2002-03-19 Gaurav Vaish <[email protected]>
  377. Some bug fixes
  378. * AdRotator.cs - Added definition for Font.
  379. * BaseCompareValidator.cs - Added definition for Controls.
  380. * Calendar.cs - SelectMonthText definition corrected.
  381. * DataList.cs - Added definition for SeparatorTemplate.
  382. * BorderStyle.cs - Namespace correction. It belongs not to UI,
  383. but to UI.WebControls.
  384. 2002-03-17 Gaurav Vaish <[email protected]>
  385. Finally, I have made it. Today I did a second build for the
  386. System.Web assembly. It compiled 195 classes today.
  387. I am waiting eagerly for the runtime to come up so that the objects
  388. may be tested to their last levels. Several of the methods are still
  389. under the tag of "TODO" throwing NotImplementedException. Well, I
  390. hope to remove them soon, but how far is this soon - even I don't
  391. know, though I am happy to make the build a success even before
  392. the vacations to come.
  393. 2002-03-07 Gaurav Vaish <[email protected]>
  394. Yesterday and today I tried to do some building of the aseembly,
  395. but was dumped with uncoutably infinite errors. ;-)
  396. I have put the copies of the recent errors on my home page, want
  397. to have a look at them? See:
  398. http://mastergaurav.virtualave.net/mono/
  399. I don't know what to do with these errors. Oh! The buggy me! How
  400. will I overcome myself. Hopefully, by when my vacations over, I
  401. should have made a repository where the build will not fail.
  402. 2002-03-05 Gaurav Vaish <[email protected]>
  403. I am now going to do a build that will include the
  404. System.Web.UI.WebControls namespace. Hoping that I will make it
  405. soon. My exams are coming near and I have to pack up soon.
  406. 2002-03-04 Gaurav Vaish <[email protected]>
  407. Comments:
  408. And with this, ie, today's work, all the objects mentioned in the
  409. namespace appear in the implementation. But it may not be worth
  410. trying to go for a build because of dependence of several of the
  411. internal methods that may clash with already available assembly
  412. System.Web.
  413. Also, the classes lack possible attributes, like those informing
  414. about child-controls etc. But I have to first create the attribute
  415. classes before I attach the attributes to the classes.
  416. * CustomValidator.cs - Completed. In process realized that
  417. I have to complete / rejuvinate BaseValidator class.
  418. * BaseValidator.cs - Complete rejuvination. Completed 80%
  419. of the job. All that is left is Render(HtmlTextWriter),
  420. DetermineRenderUplevel(), RegisterValidatorCommonScript()
  421. RegisterValidatorDeclaration()
  422. * DataGridPagerStyle.cs - Completed. That adds one more missle
  423. in my artillery.
  424. * DataKeyCollection.cs - Completed. Petty small.
  425. * Repeater.cs - Work started off. This is a quite
  426. heavy class. Hooh!
  427. * DataGridItemEventArgs.cs,
  428. * DataGridShortCommandEventArgs.cs,
  429. * DataListItemEventArgs.cs,
  430. * MonthChangedEventArgs.cs,
  431. * RepeaterItemEventArgs.cs,
  432. * ServerValidateEventArgs.cs,
  433. * DataGridPageChangedEventArgs.cs
  434. - Damn, I marked them "*", while they
  435. did not exist.
  436. * Repeater.cs - Done all except for an undocumented
  437. method CreateControlHierarchy(bool). Though the method
  438. is quite clear by its name, but it will take some time
  439. for me to come with some material to flush in.
  440. 2002-03-03 Gaurav Vaish <[email protected]>
  441. * SelectedDatesCollection.cs - Completed.
  442. * PagedDataSource.cs - Completed. Pathetically nice class.
  443. * RegularExpressionValidator.cs
  444. - Completed. Ridiculously small and
  445. annoyinglyc crazy-driving class, basically the method
  446. EvaluateIsValid().
  447. * RangeValidator.cs - Completed.
  448. * DataGridColumn.cs - Completed.
  449. * EditCommandColumn.cs - All is complete except for the
  450. InitializeCell(TableCell, int, ListItemType) method.
  451. * DataListItem.cs - All done except for a longish method
  452. RenderItem(HtmlTextWriter, bool, bool)
  453. 2002-03-02 Gaurav Vaish <[email protected]>
  454. * RepeaterItemCollection.cs - Completed.
  455. I love *Collection classes. I am planning to make a
  456. program that will generate a *Collection class. It's so
  457. simple and the same. ;-)
  458. * DataGridColumnCollection.cs - Completed.
  459. ... except probably for *ColumnCollection classes, where
  460. you have to put in some more effort. Still, these class
  461. generation can be automated.
  462. * DataListItemCollection.cs - Completed.
  463. See, how easily, in less than a quarter of a minute, I
  464. completed this class - manually. Copy-Paste/Cut-Replace.
  465. 2002-02-21 Gaurav Vaish <[email protected]>
  466. * DataGrid.cs - Following methods implemented:
  467. TrackViewState(), LoadViewState(object), SaveViewState(),
  468. On* -- The event raisers.
  469. OnBubbleEvent(object, EventArgs) is still incomplete.
  470. * DataGridItem.cs - Initial Implementation
  471. * DataGridItemCollection.cs - Completed.
  472. 2002-02-08 Gaurav Vaish <[email protected]>
  473. * DataGrid.cs - Initial Implementation. Worked
  474. primarily with some properties.
  475. 2002-02-07 Gaurav Vaish <[email protected]>
  476. * ListBox.cs - Completed. Implemented
  477. LoadPostData(string, NameValueCollection)
  478. * RequiredFieldValidator.cs - Completed. Pretty simple class.
  479. 2002-02-06 Gaurav Vaish <[email protected]>
  480. * ListBox.cs - Implemented the following:
  481. RaisePostDataChangedEvent()
  482. 2002-02-02 Gaurav Vaish <[email protected]>
  483. * ListBox.cs - Supports the following properties:
  484. BorderColor, BorderStyle, BorderWidth, Rows, SelectionMode,
  485. ToolTip.
  486. Methods:
  487. AddAttributesToRender(HtmlTextWriter), OnPreRender(EventArgs),
  488. RenderContents(HtmlTextWriter)
  489. 2002-02-01 Gaurav Vaish <[email protected]>
  490. * TargetConverter.cs - Completed
  491. * TemplateColumn.cs - Completed
  492. * DataList.cs - Corrected the get-er methods for the
  493. *Style objects. Corrected the get/set-er methods for ViewState
  494. related objects.
  495. Addded support for properties:
  496. GridLines, HeaderStyle, HeaderTemplate, ItemStyle, ItemTemplate,
  497. RepeatColumns, RepeatDirection, RepeatLayout, SelectedIndex,
  498. SelectedItem, SelectedItemStyle, SelectedItemTemplate,
  499. SeparatorStyle, SeparatorItemTemplate.
  500. Events:
  501. CancelCommand, DeleteCommand, EditCommand, ItemCommand,
  502. ItemCreated, ItemDataBound, UpdateCommand.
  503. Methods:
  504. CreateControlStyle(), LoadViewState(object),
  505. SaveViewState(), TrackViewState
  506. Event handlers:
  507. OnBubbleEvent, OnCancelCommand, OnDeleteCommand,
  508. OnEditCommand, OnItemCommand, OnItemCreated,
  509. OnItemDataBound, OnUpdateCommand
  510. Added dummy methods for some undocumented methods:
  511. CreateControlHierarchy(bool), CreateItem(int, ListItemType),
  512. CreateItem(int, ListItemType, bool, object),
  513. PrepareControlHierarchy(), InitializeItem(DataListItem)
  514. * ListBox.cs - Started working.
  515. 2002-01-31 Gaurav Vaish <[email protected]>
  516. * RepeaterInfo.cs - Initial Implementation. Done all
  517. except for RepeatDirection.Vertical
  518. * TableStyle.cs - Completed
  519. 2002-01-30 Gaurav Vaish <[email protected]>
  520. * DropDownList.cs - Completed
  521. * ListItemCollection.cs - Added method FindByValueInternal to
  522. assist in the derived classes.
  523. Discovered bug in FindByValue. Removed
  524. * UnitConverter.cs - Completed
  525. * PlaceHolder.cs - What can be simpler than this?
  526. * PlaceHolderControlBuilder.cs
  527. - Uh! Damn cool one.
  528. * RadioButtonList.cs - Initial Implementation. All is done
  529. except for the implementation of
  530. method IRepeatInfoUser.RenderItem(...)
  531. * ValidatedControlConverter.cs
  532. ^^^^^^^^^^^^^^^^^^^^^^^^^ - Looks complete. Doubtful though !!
  533. * ValidationSummary.cs - Initial Implementation.
  534. * WebColorConverter.cs - Initial Implementation
  535. 2002-01-27 Gaurav Vaish <[email protected]>
  536. * FontNamesConverter.cs - Completed
  537. * FontUnitConverter.cs - Partial Implementation
  538. * ListItemControlBuilder.cs - Completed
  539. 2002-01-27 Gaurav Vaish <[email protected]>
  540. * TextBox.cs - All done except *Render* methods
  541. * TextBoxControlBuilder.cs - Completed
  542. * Xml.cs - Partial Implementation
  543. 2002-01-26 Gaurav Vaish <[email protected]>
  544. * RadioButton.cs - Completed
  545. * TextBox.cs - Partial Implementation
  546. 2002-01-25 Gaurav Vaish <[email protected]>
  547. * Panel.cs - Completed
  548. * TableItemStyle.cs - Completed
  549. 2002-01-18 Gaurav Vaish <[email protected]>
  550. * TableCellCollection.cs - Completed
  551. * TableRowCollection.cs - Completed
  552. * TableHeaderCell.cs - Completed
  553. * TableRow.cs - Completed
  554. 2002-01-09 Gaurav Vaish <[email protected]>
  555. * TableCellControlBuilder.cs - Completed
  556. * Table.cs - Completed
  557. * TableCell.cs - Completed
  558. 2002-01-07 Gaurav Vaish <[email protected]>
  559. * CheckBoxList.cs - Completed
  560. * ButtonColumn.cs - Completed
  561. * Button.cs - Completed
  562. 2001-12-28 Gaurav Vaish <[email protected]>
  563. * HyperLink.cs - Completed
  564. * Image.cs - Completed
  565. * ImageButton.cs - Completed
  566. * Label.cs - Completed
  567. * LabelControlBuilder.cs - Completed
  568. * LinkButton.cs - Completed
  569. * LinkButtonControlBuilder.cs - Completed
  570. * Literal.cs - Completed
  571. * LieteralControlBuilder.cs - Completed
  572. * FontUnit.cs - Completed
  573. 2001-12-27 Gaurav Vaish <[email protected]>
  574. * Calendar.cs - Completed the functions of Render*,
  575. ViewStates (Track/View/Save),
  576. RaisePostBackEvent.
  577. Left: RenderAllDays (partially)
  578. 2001-12-21 Gaurav Vaish <[email protected]>
  579. * Calendar.cs - Added some more functions
  580. * Style.cs - Completed
  581. * ListItem.cs - Completed
  582. * ListItemCollection.cs - Completed
  583. Made the first successful build of System.Web.dll that included
  584. System.Web.UI.WebControls!
  585. 2001-12-20 Gaurav Vaish <[email protected]>
  586. FontInfo.cs - Complete revamp. Completed
  587. 2001-12-19 Gaurav Vaish <[email protected]>
  588. ListItemCollection.cs - Completed
  589. ListItem.cs - Initial Implementation
  590. Style.cs - Initial Implementation
  591. Right now I am in a total mood to do a successful build. Creating so many
  592. classes, completing classes in System.Web System.Web.UI namespaces.
  593. 2001-12-18 Gaurav Vaish <[email protected]>
  594. TODO - Properly added
  595. CheckBox.cs - Completed
  596. BaseDataList.cs - Completed
  597. DayRenderEventArgs.cs - Completed
  598. RepeaterItem.cs - Initial implementation
  599. 2001-12-17 Gaurav Vaish <[email protected]>
  600. BaseCompareValidator.cs - Completed
  601. AdRotator.cs - Completed
  602. 2001-12-15 Gaurav Vaish <[email protected]>
  603. CommandEventArgs.cs - Completed
  604. DataGridCommandEventArgs.cs - Completed
  605. RepeaterCommandEventArgs.cs - Completed
  606. DataListCommandEventArgs.cs - Completed
  607. CompareValidator.cs - Partial Implementation
  608. 2001-12-02 Gaurav Vaish <[email protected]>
  609. CheckBoxList.cs - Partial Implementation.
  610. All except "Render"
  611. 2001-12-01 Gaurav Vaish <[email protected]>
  612. ListControl.cs - Completed
  613. 2001-11-30 Gaurav Vaish <[email protected]>
  614. CheckBox.cs - Completed
  615. ListControl.cs - Initial Implementation
  616. CheckBoxList.cs - Started with it, but first needed
  617. ListControl. Left it.
  618. 2001-11-29 Gaurav Vaish <[email protected]>
  619. CalendarDay.cs - Making a note that this
  620. has been implemented
  621. Calendar.cs - Making a note that have made some changes.
  622. Unimplmented functions throw
  623. NotImplementedException
  624. CheckBox.cs - Can now "Render" and "LoadPostData"
  625. 2001-11-08 Gaurav Vaish <[email protected]>
  626. WebControl.cs - Total Revamp, Partial Implementation
  627. AdRotator.cs - Able to load files
  628. AdCreatedEventArgs.cs - Implemented
  629. 2001-11-05 Gaurav Vaish <[email protected]>
  630. Calendar.cs - Initial Implementation
  631. ButtonColumn.cs - Initial Implementation
  632. Button.cs - Initial Implementation
  633. BoundColumn.cs - Initial Implementation
  634. BaseCompareValidator.cs - Minor Changes
  635. DataList.cs, BaseValidator.cs, BaseDataList.cs
  636. - Added more functions, other changes
  637. 2001-10-28 Gaurav Vaish <[email protected]>
  638. WebControl.cs - Initial Implementation
  639. DataList.cs - Initial Implementation
  640. BaseValidator.cs - Initial Implementation
  641. BaseDataList.cs - Initial Implementation
  642. 2001-10-27 Gaurav Vaish <[email protected]>
  643. AdCreatedEventArgs.cs - Initial Implementation
  644. AdCratedEventHandler.cs - Implemented
  645. AdRotator.cs - Initial Implementation
  646. BorderStyle.cs - Implemented
  647. ButtonColumnStyle.cs - Implemented
  648. CalendarSelectionMode.cs - Implemented
  649. DayNameFormat.cs - Implemented
  650. FirstDayOfWeek - Implemented
  651. FontInfo.cs - Partial Implementation
  652. FontSize.cs - Implemented
  653. GridLines.cs - Implemented
  654. HorizontalAlign.cs - Implemented
  655. HyperLink.cs - Initial Implementation
  656. ImageAlign.cs - Implemented
  657. IRepeatInfoUser.cs - Implemented
  658. ListItemType.cs - Implemented
  659. ListSelectionMode.cs - Implemented
  660. NextPrevFormat.cs - Implemented
  661. PagerMode.cs - Implemented
  662. PagerPosition.cs - Implemented
  663. RepeatDirection.cs - Implemented
  664. RepeatLayout.cs - Implemented
  665. TextAlign.cs - Implemented
  666. TextBoxMode.cs - Implemented
  667. TitleFormat.cs - Implemented
  668. UnitType.cs - Implemented
  669. ValidationCompareOperator.cs
  670. - Implemented
  671. ValidationDataType.cs - Implemented
  672. ValidationSummaryDisplayMode.cs
  673. - Implemented
  674. ValidatorDisplay.cs - Implemented
  675. VerticalAlign.cs - Implemented
  676. // File Created 2001-11-13